Due to the following errors, this heuristic will not be useable anymore!
leonidas/catches/4
|
Core team |
|
||||||||||||||||||||||||||||
| + | Error reports |
Due to the following errors, this heuristic will not be useable anymore!
| + | Heuristics space |
|
Zoom: 1.5x
Display: Heuristic names |
| + | Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 | /** Author: leonidas * * TODO: Write a description of your heuristic */ #include <mash/heuristic.h> #include <cmath> #include <stdio.h> #include <stdlib.h> using namespace Mash; //------------------------------------------------------------------------------ // Declaration of the heuristic class //------------------------------------------------------------------------------ class catches: public Heuristic { public: virtual unsigned int dim(); virtual void prepareForCoordinates(); virtual scalar_t computeFeature(unsigned int feature_index); //_____ Attributes __________ protected: float fhn; float fist_[1024]; static const float Dict_[256][108]; static const float P_[108][108]; static const float M_[108]; }; //------------------------------------------------------------------------------ // Creation function of the heuristic //------------------------------------------------------------------------------ const float catches::P_[108][108] = { {1.9234,-0.39655,-0.093885,-0.060922,-0.028685,-0.031925,-0.38254,-0.074808,0.0038648,0.017456,0.021944,0.016974,-0.068652,0.0054963,0.024518,0.029819,0.02681,0.025235,-0.036398,0.020963,0.030108,0.02726,0.027104,0.025018,-0.0034593,0.024953,0.026549,0.025975,0.026375,0.024907,-0.0038782,0.021761,0.025448,0.025612,0.025519,0.02295,-0.56282,0.00036939,0.085891,0.045295,0.051242,0.042319,0.001333,0.11084,0.064112,0.046412,0.044457,0.042579,0.087632,0.059743,0.034623,0.034524,0.031595,0.033543,0.040407,0.041944,0.034315,0.031875,0.031836,0.031352,0.046188,0.038767,0.031286,0.030792,0.031398,0.030465,0.035514,0.035063,0.030909,0.029281,0.028912,0.027817,-0.35352,0.082425,0.095166,0.043431,0.048621,0.042357,0.081381,0.11488,0.040431,0.028308,0.030012,0.03128,0.091645,0.035143,0.011202,0.021507,0.022692,0.025479,0.033204,0.024777,0.02292,0.027104,0.028963,0.028292,0.040213,0.028145,0.024765,0.028309,0.02941,0.028223,0.032281,0.02787,0.026898,0.027908,0.027712,0.026704}, {-0.39655,2.1612,-0.37521,-0.068982,-0.054443,-0.028866,-0.098482,-0.28501,-0.073937,0.0080909,0.013796,0.016952,-0.00061427,-0.018338,0.0084757,0.025111,0.028755,0.023734,0.015805,-0.0065547,0.020277,0.02907,0.02676,0.025118,0.022009,0.014711,0.024471,0.02601,0.025982,0.024733,0.022205,0.013909,0.022371,0.024679,0.025239,0.024707,-0.0016986,-0.4872,-0.03074,0.09109,0.043762,0.051378,0.10182,-0.01761,0.088742,0.063924,0.044157,0.045858,0.062949,0.068441,0.054116,0.033354,0.033762,0.033122,0.042339,0.029461,0.037864,0.03271,0.031292,0.032144,0.039603,0.03729,0.036253,0.030503,0.031285,0.030403,0.035264,0.031008,0.032951,0.028797,0.029662,0.029944,0.082994,-0.34175,0.043317,0.098505,0.03958,0.047274,0.1135,0.02943,0.098668,0.044153,0.026391,0.031944,0.04188,0.06252,0.038564,0.013837,0.021426,0.023446,0.025276,0.021632,0.027486,0.023868,0.026799,0.028716,0.029104,0.032264,0.030979,0.026437,0.029263,0.028462,0.028447,0.028383,0.030706,0.026804,0.028184,0.02857}, {-0.093885,-0.37521,2.1893,-0.37268,-0.069937,-0.060492,-0.0048771,-0.080273,-0.27343,-0.076447,0.0064032,0.010009,0.020039,0.0072681,-0.013958,0.0077544,0.023529,0.026078,0.02657,0.018421,-0.0047528,0.018423,0.029166,0.025241,0.024494,0.024351,0.016294,0.024906,0.026152,0.023436,0.023614,0.023131,0.015006,0.024197,0.026128,0.024695,0.085388,-0.030562,-0.48202,-0.034242,0.090468,0.046259,0.066956,0.086303,-0.018177,0.084341,0.063695,0.047931,0.036817,0.055684,0.068437,0.053268,0.033197,0.036189,0.03539,0.038196,0.029417,0.036453,0.034403,0.032914,0.033267,0.037663,0.036103,0.035174,0.031021,0.030952,0.031137,0.033953,0.029198,0.031763,0.030609,0.030636,0.094741,0.043661,-0.34062,0.041084,0.098909,0.043995,0.046277,0.097313,0.029167,0.096399,0.045145,0.030395,0.014341,0.04014,0.064215,0.039418,0.014048,0.02259,0.022131,0.026498,0.024302,0.027836,0.025145,0.026879,0.025149,0.030866,0.033339,0.030764,0.026123,0.027913,0.025851,0.029894,0.027894,0.029088,0.026556,0.027972}, {-0.060922,-0.068982,-0.37268,2.1871,-0.37537,-0.093257,0.010762,0.0065911,-0.077377,-0.27364,-0.080894,-0.0041927,0.026803,0.024056,0.0086789,-0.014329,0.0065159,0.019335,0.024758,0.028759,0.018526,-0.0053841,0.018822,0.02746,0.024567,0.024697,0.024923,0.015718,0.023934,0.023969,0.024433,0.025316,0.024913,0.01693,0.023655,0.023197,0.045705,0.090068,-0.035076,-0.48219,-0.029716,0.084914,0.047722,0.063929,0.083953,-0.018001,0.086411,0.067808,0.035101,0.033704,0.054756,0.067828,0.055466,0.037342,0.032314,0.034346,0.037463,0.028544,0.038133,0.035891,0.03207,0.031143,0.036717,0.035304,0.036052,0.032802,0.030261,0.030467,0.032711,0.030233,0.032853,0.031031,0.042674,0.099261,0.040655,-0.34006,0.044724,0.094745,0.029749,0.045261,0.096576,0.02948,0.098041,0.047692,0.021347,0.014862,0.04074,0.063188,0.040401,0.014652,0.026773,0.024918,0.027641,0.022627,0.02685,0.022233,0.029104,0.026527,0.031488,0.032562,0.029868,0.025268,0.028273,0.026924,0.028549,0.028092,0.029078,0.026041}, {-0.028685,-0.054443,-0.069937,-0.37537,2.1615,-0.39392,0.018196,0.014252,0.0070825,-0.074964,-0.28584,-0.098348,0.025147,0.028753,0.025779,0.0086133,-0.018229,-0.0015435,0.024134,0.025913,0.029747,0.019317,-0.0072183,0.014968,0.025176,0.025317,0.025764,0.025241,0.014423,0.02227,0.024288,0.025017,0.026583,0.024422,0.013634,0.020723,0.050669,0.042743,0.090343,-0.030192,-0.48669,-0.00011144,0.044681,0.043038,0.062222,0.08837,-0.017108,0.10155,0.033058,0.033724,0.033032,0.054395,0.070189,0.062893,0.031645,0.031766,0.032789,0.037504,0.03005,0.041722,0.031391,0.031496,0.02973,0.036268,0.036584,0.039976,0.029362,0.029708,0.030557,0.033035,0.03014,0.035192,0.047421,0.03985,0.098999,0.044025,-0.34255,0.082857,0.031527,0.026419,0.044302,0.099502,0.028497,0.11217,0.02345,0.02159,0.015235,0.040138,0.063776,0.042067,0.028402,0.027616,0.024047,0.027333,0.022483,0.025798,0.029476,0.029305,0.024765,0.030283,0.031957,0.029488,0.027847,0.027859,0.027292,0.029442,0.027817,0.028338}, {-0.031925,-0.028866,-0.060492,-0.093257,-0.39392,1.924,0.016981,0.021895,0.017569,0.0030604,-0.076643,-0.38146,0.023809,0.027,0.029897,0.024897,0.0048667,-0.067695,0.024734,0.026216,0.027374,0.030588,0.020396,-0.035755,0.02559,0.025405,0.026186,0.026985,0.025713,-0.0033148,0.022856,0.02456,0.024679,0.024232,0.022789,-0.004842,0.042998,0.050416,0.045931,0.08674,0.0010908,-0.56336,0.041926,0.043405,0.047236,0.064513,0.10954,0.00092889,0.032603,0.03236,0.034283,0.033711,0.058602,0.087572,0.031496,0.031937,0.03175,0.03402,0.041054,0.040181,0.030406,0.030521,0.031217,0.031867,0.039554,0.045061,0.027522,0.029451,0.030712,0.030382,0.036228,0.034801,0.043231,0.048015,0.042492,0.0944,0.082212,-0.35382,0.03192,0.030043,0.028311,0.041138,0.11339,0.080852,0.025378,0.023265,0.02071,0.012849,0.036109,0.092125,0.029262,0.028554,0.02613,0.023381,0.025032,0.033593,0.029922,0.029033,0.028463,0.024898,0.028748,0.039325,0.027235,0.02806,0.028368,0.025783,0.029208,0.031939}, {-0.38254,-0.098482,-0.0048771,0.010762,0.018196,0.016981,2.1687,-0.28995,-0.036248,-0.022538,-0.0015846,-0.00094722,-0.37221,-0.077613,0.0048188,0.014686,0.020354,0.019725,-0.049559,0.0074511,0.022365,0.028713,0.027187,0.026411,-0.033889,0.018207,0.028891,0.02627,0.026622,0.02662,-0.0033148,0.021764,0.024071,0.023813,0.025075,0.025562,-0.0021491,0.10096,0.066116,0.046899,0.044271,0.040632,-0.48934,-0.019479,0.063725,0.030791,0.037589,0.032875,-0.034451,0.088057,0.058726,0.041986,0.040398,0.037836,0.093228,0.059671,0.033074,0.03464,0.030973,0.031283,0.037313,0.040227,0.034511,0.031923,0.030852,0.030756,0.045819,0.03978,0.032223,0.030826,0.030477,0.029737,0.0814,0.11366,0.046913,0.030206,0.031841,0.031718,-0.34617,0.02584,0.059337,0.025329,0.033878,0.030983,0.042249,0.10046,0.045148,0.031943,0.033991,0.032442,0.10039,0.042837,0.01551,0.023956,0.02454,0.02512,0.029073,0.023592,0.023788,0.026802,0.028203,0.027754,0.038516,0.028493,0.025158,0.027684,0.029138,0.0283}, {-0.074808,-0.28501,-0.080273,0.0065911,0.014252,0.021895,-0.28995,2.3276,-0.28564,-0.026378,-0.021414,-0.001418,-0.084148,-0.28761,-0.075887,0.0081466,0.01259,0.019873,0.0054007,-0.010164,0.010644,0.022817,0.028168,0.026693,0.017691,-0.0068159,0.018178,0.029287,0.026168,0.026766,0.024866,0.014782,0.022801,0.024952,0.025301,0.026207,0.1069,-0.019569,0.085299,0.064458,0.044296,0.043814,-0.02125,-0.44318,-0.039165,0.068369,0.030215,0.036127,0.084917,-0.040935,0.073545,0.059541,0.039783,0.039753,0.061018,0.07389,0.054917,0.031908,0.033329,0.031621,0.040089,0.028003,0.035505,0.033381,0.031041,0.030977,0.039514,0.03672,0.035867,0.030715,0.031173,0.030489,0.11432,0.02825,0.096357,0.044833,0.027137,0.030492,0.026032,-0.33614,0.0087615,0.065818,0.025339,0.033356,0.099218,0.010612,0.091071,0.0487,0.029972,0.034107,0.044264,0.072652,0.044385,0.016886,0.023624,0.024844,0.023364,0.021403,0.026168,0.024425,0.02654,0.02787,0.027366,0.032462,0.030931,0.025722,0.028096,0.027778}, {0.0038648,-0.073937,-0.27343,-0.077377,0.0070825,0.017569,-0.036248,-0.28564,2.3455,-0.28568,-0.025541,-0.02357,0.004014,-0.079829,-0.27811,-0.078169,0.0082112,0.01349,0.0226,0.010538,-0.0069475,0.0097099,0.022836,0.026925,0.02885,0.018041,-0.0059547,0.018188,0.029256,0.026947,0.025662,0.024507,0.016938,0.023964,0.026212,0.026321,0.06379,0.087972,-0.019437,0.0835,0.061937,0.046726,0.063771,-0.039461,-0.43746,-0.042631,0.067673,0.029697,0.059712,0.070886,-0.040693,0.071004,0.059399,0.041596,0.034395,0.05615,0.073409,0.054417,0.031984,0.033509,0.033921,0.036041,0.027205,0.035665,0.033243,0.032479,0.031285,0.036057,0.036074,0.035038,0.030584,0.031222,0.040238,0.09771,0.027352,0.096382,0.044621,0.029459,0.059671,0.0086369,-0.33278,0.0070492,0.067235,0.02478,0.047418,0.088201,0.010722,0.089508,0.049029,0.032579,0.016505,0.044943,0.072184,0.045002,0.017327,0.023637,0.021649,0.025258,0.020372,0.02681,0.024308,0.02702,0.024169,0.030334,0.033239,0.030672,0.02523,0.028374}, {0.017456,0.0080909,-0.076447,-0.27364,-0.074964,0.0030604,-0.022538,-0.026378,-0.28568,2.3456,-0.28533,-0.03652,0.014287,0.0078751,-0.079773,-0.27838,-0.079524,0.0034058,0.028214,0.022797,0.011113,-0.0068346,0.0095276,0.022108,0.027458,0.029498,0.017577,-0.0057224,0.018021,0.029008,0.025103,0.026316,0.024898,0.01632,0.023647,0.026035,0.047324,0.06327,0.083643,-0.0209,0.086954,0.063462,0.030775,0.067409,-0.042428,-0.4386,-0.038484,0.064531,0.042618,0.058493,0.069312,-0.04058,0.072682,0.060073,0.033707,0.031582,0.055614,0.072768,0.055441,0.034313,0.031334,0.032613,0.034909,0.027389,0.035773,0.034219,0.030712,0.030294,0.036205,0.036498,0.035507,0.031441,0.028458,0.044826,0.095909,0.027727,0.098288,0.040723,0.025101,0.066897,0.0068564,-0.33258,0.0094871,0.060149,0.032891,0.04913,0.087893,0.010691,0.088849,0.046454,0.023246,0.01633,0.046052,0.072357,0.043984,0.016454,0.026749,0.02402,0.026309,0.022089,0.026191,0.022841,0.028646,0.025818,0.030764,0.032728,0.029904,0.024457}, {0.021944,0.013796,0.0064032,-0.080894,-0.28584,-0.076643,-0.0015846,-0.021414,-0.025541,-0.28533,2.3265,-0.29194,0.020047,0.01408,0.008449,-0.076702,-0.28775,-0.082767,0.027083,0.027485,0.022851,0.011252,-0.0096271,0.0064797,0.026032,0.026328,0.028856,0.017605,-0.0076169,0.017635,0.026077,0.025679,0.02587,0.024142,0.014294,0.0248,0.045536,0.044046,0.063561,0.085133,-0.0189,0.10854,0.037996,0.029505,0.066875,-0.038923,-0.4424,-0.019382,0.041139,0.039767,0.058184,0.073264,-0.041127,0.087262,0.032619,0.031915,0.031234,0.055268,0.072957,0.060558,0.030832,0.03044,0.032827,0.035527,0.027491,0.039626,0.030875,0.030567,0.030866,0.036696,0.036636,0.038518,0.029039,0.025851,0.046589,0.0986,0.027102,0.11285,0.033577,0.025074,0.066511,0.010699,-0.33611,0.025771,0.033446,0.031276,0.047852,0.090287,0.010228,0.099868,0.024708,0.02301,0.016981,0.044909,0.071442,0.043288,0.027514,0.026832,0.025148,0.026177,0.021202,0.024521,0.028552,0.02799,0.025778,0.030155,0.032113,0.027854}, {0.016974,0.016952,0.010009,-0.0041927,-0.098348,-0.38146,-0.00094722,-0.001418,-0.02357,-0.03652,-0.29194,2.1683,0.018314,0.019659,0.015057,0.0049853,-0.07669,-0.3711,0.026669,0.02624,0.028493,0.02301,0.0078811,-0.047932,0.025761,0.02668,0.027577,0.029272,0.018111,-0.032993,0.024569,0.023936,0.023967,0.024507,0.022337,-0.0030681,0.042737,0.045436,0.048793,0.068147,0.10097,-0.0022058,0.032576,0.037182,0.030997,0.06532,-0.019822,-0.48816,0.036662,0.039404,0.042333,0.058576,0.087623,-0.034757,0.03235,0.030642,0.033068,0.032785,0.059285,0.09261,0.030595,0.031063,0.031645,0.034089,0.039594,0.0358,0.030248,0.030692,0.031216,0.032033,0.039318,0.044576,0.032533,0.032232,0.030938,0.046712,0.11125,0.079688,0.030844,0.032921,0.023961,0.060003,0.025499,-0.3446,0.033092,0.03341,0.032262,0.045913,0.10087,0.041478,0.026889,0.024326,0.023189,0.015935,0.042897,0.099367,0.027814,0.027981,0.026356,0.022978,0.024655,0.029917,0.028667,0.028487,0.027866,0.024783,0.029172,0.039484}, {-0.068652,-0.00061427,0.020039,0.026803,0.025147,0.023809,-0.37221,-0.084148,0.004014,0.014287,0.020047,0.018314,2.1985,-0.27619,-0.032664,-0.020126,0.00075592,0.00082651,-0.36992,-0.079519,0.0020006,0.013164,0.019248,0.02007,-0.048004,0.0066945,0.023019,0.027732,0.0266,0.027567,-0.035392,0.015675,0.028071,0.024722,0.025125,0.025321,0.084727,0.062945,0.036551,0.035858,0.033151,0.032756,-0.0374,0.083708,0.059346,0.043035,0.040753,0.037052,-0.48263,-0.019533,0.061552,0.030641,0.036915,0.032107,-0.040104,0.084602,0.057227,0.04209,0.039192,0.037463,0.09398,0.060989,0.035246,0.035262,0.03147,0.03179,0.040546,0.041409,0.035383,0.032811,0.03205,0.030431,0.092299,0.043561,0.014978,0.021153,0.023349,0.026435,0.039945,0.097929,0.047032,0.032543,0.033945,0.033414,-0.34154,0.028265,0.060399,0.02683,0.034757,0.030921,0.035801,0.098208,0.044694,0.031877,0.032993,0.032108,0.1004,0.043406,0.016653,0.023759,0.024649,0.026075,0.033269,0.024646,0.022365,0.026004,0.028553,0.027122}, {0.0054963,-0.018338,0.0072681,0.024056,0.028753,0.027,-0.077613,-0.28761,-0.079829,0.0078751,0.01408,0.019659,-0.27619,2.3488,-0.27358,-0.021507,-0.018689,0.00093029,-0.080602,-0.28802,-0.077948,0.0087438,0.014005,0.020246,0.0076395,-0.010877,0.0095491,0.022515,0.028314,0.026049,0.02249,-0.0072611,0.017963,0.02879,0.026242,0.027807,0.058589,0.067974,0.055266,0.034734,0.034333,0.032737,0.085771,-0.043701,0.069871,0.059042,0.040094,0.039594,-0.020507,-0.43637,-0.039157,0.066634,0.028577,0.036177,0.082984,-0.044457,0.069928,0.058035,0.039214,0.040167,0.06055,0.074236,0.056197,0.032086,0.03315,0.030741,0.043252,0.029936,0.037996,0.034531,0.031355,0.03115,0.036486,0.064075,0.040928,0.015125,0.021104,0.022114,0.099582,0.0086444,0.088034,0.048677,0.031176,0.033218,0.02725,-0.32944,0.010891,0.066735,0.025054,0.034391,0.096885,0.0070626,0.088134,0.048175,0.030613,0.034396,0.042646,0.072349,0.045844,0.016916,0.023594,0.02508,0.023598,0.021327,0.026756,0.023656,0.02586,0.028451}, {0.024518,0.0084757,-0.013958,0.0086789,0.025779,0.029897,0.0048188,-0.075887,-0.27811,-0.079773,0.008449,0.015057,-0.032664,-0.27358,2.365,-0.2753,-0.021647,-0.019844,0.0035308,-0.079006,-0.27697,-0.078362,0.0081243,0.014317,0.022281,0.0091499,-0.0071519,0.010375,0.023051,0.028517,0.030528,0.019383,-0.0048823,0.019666,0.02986,0.028273,0.034531,0.054164,0.067775,0.054288,0.033512,0.034306,0.059086,0.072346,-0.042886,0.068243,0.058296,0.042037,0.061897,-0.038858,-0.43325,-0.042046,0.067422,0.029603,0.058003,0.069428,-0.044043,0.067694,0.058694,0.040865,0.033505,0.055129,0.072353,0.055169,0.032576,0.033624,0.03491,0.038435,0.029145,0.037422,0.033498,0.031116,0.011328,0.038488,0.06481,0.041718,0.014357,0.019517,0.046082,0.08975,0.009014,0.086799,0.047587,0.031928,0.061053,0.010317,-0.32682,0.0086824,0.067302,0.025993,0.046699,0.086842,0.0078408,0.08599,0.04878,0.032191,0.015034,0.044622,0.07258,0.044479,0.017462,0.024398,0.021661,0.027576,0.022809,0.027279,0.023701,0.025904}, {0.029819,0.025111,0.0077544,-0.014329,0.0086133,0.024897,0.014686,0.0081466,-0.078169,-0.27838,-0.076702,0.0049853,-0.020126,-0.021507,-0.2753,2.3632,-0.27495,-0.032274,0.013581,0.0087262,-0.078201,-0.27725,-0.078539,0.0041776,0.027624,0.022375,0.010869,-0.0060474,0.0099088,0.023183,0.027414,0.029594,0.019749,-0.0034002,0.019857,0.030383,0.034399,0.033533,0.053714,0.066044,0.05448,0.03473,0.043071,0.058961,0.069923,-0.043546,0.072145,0.05877,0.031033,0.067262,-0.042323,-0.43362,-0.037741,0.062217,0.041238,0.058706,0.06718,-0.044153,0.070391,0.058166,0.033539,0.032165,0.054667,0.072895,0.055232,0.034082,0.031762,0.033184,0.035947,0.029181,0.036875,0.034063,0.020954,0.013782,0.040014,0.063503,0.040028,0.011695,0.033244,0.047736,0.088094,0.0085511,0.089374,0.04548,0.026721,0.067034,0.0086313,-0.32728,0.01066,0.060196,0.031504,0.048039,0.086402,0.0084515,0.087193,0.045585,0.023651,0.017403,0.045206,0.073464,0.043968,0.01624,0.027182,0.024027,0.02691,0.023472,0.025984,0.02155}, {0.02681,0.028755,0.023529,0.0065159,-0.018229,0.0048667,0.020354,0.01259,0.0082112,-0.079524,-0.28775,-0.07669,0.00075592,-0.018689,-0.021647,-0.27495,2.3471,-0.27777,0.02005,0.014279,0.0087678,-0.078074,-0.28652,-0.081368,0.027372,0.02776,0.022599,0.0098014,-0.010285,0.0082551,0.027246,0.027865,0.029739,0.018125,-0.0069914,0.021165,0.032357,0.034531,0.033019,0.054816,0.069985,0.058505,0.041501,0.03989,0.05919,0.071772,-0.042741,0.087191,0.036999,0.029759,0.067325,-0.03767,-0.43703,-0.019476,0.038442,0.039117,0.058226,0.069702,-0.044872,0.083294,0.031223,0.032262,0.031999,0.055672,0.073313,0.060528,0.030995,0.0314,0.033065,0.037066,0.029893,0.041305,0.022907,0.021908,0.01485,0.040457,0.063854,0.035569,0.034177,0.029975,0.048089,0.088196,0.0079474,0.09967,0.033604,0.025628,0.06714,0.010622,-0.33105,0.027602,0.03283,0.031,0.048489,0.087303,0.0065932,0.097221,0.024926,0.023372,0.017763,0.046489,0.0723,0.0435,0.027393,0.026712,0.024168,0.02745,0.022484,0.02454}, {0.025235,0.023734,0.026078,0.019335,-0.0015435,-0.067695,0.019725,0.019873,0.01349,0.0034058,-0.082767,-0.3711,0.00082651,0.00093029,-0.019844,-0.032274,-0.27777,2.1972,0.019303,0.019903,0.01337,0.0043961,-0.080448,-0.37122,0.026976,0.027146,0.028056,0.021931,0.0064988,-0.046458,0.025332,0.026087,0.026323,0.026374,0.015313,-0.034216,0.032808,0.033229,0.036405,0.036819,0.061924,0.085857,0.038118,0.041034,0.042707,0.0599,0.085996,-0.036055,0.031875,0.036306,0.030279,0.062801,-0.019133,-0.48166,0.035982,0.038216,0.040046,0.058305,0.084118,-0.041079,0.031775,0.031591,0.033714,0.033905,0.061384,0.093308,0.030183,0.031515,0.032393,0.034341,0.042104,0.040325,0.025759,0.023836,0.023424,0.01356,0.041382,0.091793,0.03253,0.033774,0.032401,0.044798,0.098536,0.038794,0.031071,0.034978,0.027377,0.060547,0.028162,-0.34117,0.032832,0.033496,0.032552,0.046199,0.098326,0.035034,0.027043,0.025185,0.023914,0.015996,0.04455,0.10009,0.027842,0.028136,0.026069,0.021987,0.025938,0.032661}, {-0.036398,0.015805,0.02657,0.024758,0.024134,0.024734,-0.049559,0.0054007,0.0226,0.028214,0.027083,0.026669,-0.36992,-0.080602,0.0035308,0.013581,0.02005,0.019303,2.198,-0.27624,-0.032893,-0.020285,0.00082632,0.0019675,-0.36998,-0.081295,0.0032053,0.013085,0.019294,0.019365,-0.067355,-7.6251e-05,0.020554,0.027717,0.025633,0.02509,0.040347,0.042839,0.035973,0.033475,0.031584,0.031156,0.092001,0.060003,0.034832,0.034551,0.031897,0.031361,-0.042183,0.082889,0.057826,0.040551,0.038889,0.036097,-0.48352,-0.01954,0.061977,0.030259,0.037015,0.032653,-0.033965,0.085972,0.0592,0.042183,0.040395,0.037454,0.086725,0.061834,0.036169,0.036258,0.033588,0.032831,0.033927,0.02621,0.023206,0.027112,0.028043,0.029532,0.099795,0.043557,0.01723,0.023846,0.024972,0.02674,0.034308,0.097131,0.046598,0.032298,0.033482,0.032241,-0.34297,0.027631,0.061201,0.026965,0.03496,0.030981,0.041966,0.099094,0.046421,0.031918,0.033505,0.03213,0.092017,0.040506,0.013144,0.021035,0.023346,0.024015}, {0.020963,-0.0065547,0.018421,0.028759,0.025913,0.026216,0.0074511,-0.010164,0.010538,0.022797,0.027485,0.02624,-0.079519,-0.28802,-0.079006,0.0087262,0.014279,0.019903,-0.27624,2.348,-0.27392,-0.02146,-0.018122,0.0013541,-0.078187,-0.28624,-0.078885,0.008519,0.0133,0.019712,0.0059127,-0.017151,0.0068887,0.02444,0.029095,0.026826,0.042618,0.029972,0.037299,0.034676,0.031937,0.031227,0.059561,0.073161,0.055327,0.03207,0.032042,0.030837,0.082773,-0.046673,0.068869,0.05819,0.038982,0.039124,-0.020838,-0.43844,-0.038255,0.066174,0.028818,0.036789,0.087078,-0.040538,0.072615,0.058802,0.039974,0.040895,0.058601,0.069576,0.055584,0.034316,0.034256,0.03236,0.024047,0.022143,0.026471,0.025074,0.028838,0.028566,0.043008,0.071991,0.044688,0.017578,0.024395,0.024827,0.098256,0.0056357,0.086614,0.049022,0.031384,0.033343,0.027133,-0.3318,0.010489,0.066282,0.025485,0.034395,0.099689,0.010877,0.0896,0.047203,0.029547,0.033525,0.034385,0.064059,0.040219,0.013574,0.020732,0.023032}, {0.030108,0.020277,-0.0047528,0.018526,0.029747,0.027374,0.022365,0.010644,-0.0069475,0.011113,0.022851,0.028493,0.0020006,-0.077948,-0.27697,-0.078201,0.0087678,0.01337,-0.032893,-0.27392,2.3631,-0.27435,-0.020802,-0.019719,0.0046998,-0.07794,-0.27726,-0.076702,0.0095486,0.014141,0.025912,0.0077039,-0.013134,0.0084222,0.024193,0.030229,0.034438,0.037396,0.028846,0.036806,0.033477,0.032328,0.03415,0.055029,0.071241,0.054783,0.031133,0.034093,0.056777,0.068451,-0.045476,0.066487,0.057711,0.040994,0.062078,-0.038217,-0.43408,-0.041478,0.067901,0.030579,0.059063,0.072777,-0.040692,0.070185,0.058679,0.041155,0.035696,0.054849,0.068576,0.053382,0.032391,0.034463,0.022434,0.026993,0.022876,0.027516,0.024471,0.026328,0.01633,0.044977,0.07212,0.046059,0.017503,0.024028,0.046027,0.087566,0.0071302,0.086009,0.048298,0.032389,0.061174,0.010931,-0.32868,0.0080162,0.066742,0.0267,0.045164,0.089083,0.01041,0.087644,0.047727,0.031534,0.010637,0.038925,0.064116,0.039968,0.013962,0.021132}, {0.02726,0.02907,0.018423,-0.0053841,0.019317,0.030588,0.028713,0.022817,0.0097099,-0.0068346,0.011252,0.02301,0.013164,0.0087438,-0.078362,-0.27725,-0.078074,0.0043961,-0.020285,-0.02146,-0.27435,2.3636,-0.27481,-0.032619,0.014131,0.0085774,-0.077867,-0.27524,-0.075781,0.0051942,0.029304,0.024421,0.0082398,-0.012971,0.008374,0.025015,0.031963,0.033961,0.036651,0.02831,0.037563,0.034504,0.0343,0.032649,0.0546,0.072285,0.054889,0.032775,0.04124,0.058408,0.066918,-0.04588,0.067981,0.058207,0.030662,0.067191,-0.041984,-0.43423,-0.038206,0.062712,0.04229,0.059151,0.069176,-0.039899,0.07236,0.05777,0.034527,0.033462,0.053117,0.067914,0.053679,0.033627,0.026673,0.024656,0.027778,0.02285,0.02766,0.022781,0.023734,0.017752,0.045418,0.072328,0.045081,0.01608,0.032065,0.048506,0.085063,0.0062236,0.086232,0.046538,0.026692,0.067275,0.0076166,-0.3279,0.010961,0.060978,0.031758,0.048026,0.087166,0.012124,0.0889,0.044891,0.020674,0.014189,0.039678,0.064541,0.038867,0.011769}, {0.027104,0.02676,0.029166,0.018822,-0.0072183,0.020396,0.027187,0.028168,0.022836,0.0095276,-0.0096271,0.0078811,0.019248,0.014005,0.0081243,-0.078539,-0.28652,-0.080448,0.00082632,-0.018122,-0.020802,-0.27481,2.3465,-0.27787,0.019295,0.013848,0.0081467,-0.079799,-0.28773,-0.077165,0.028463,0.02919,0.023296,0.0084501,-0.016858,0.0058105,0.030711,0.03121,0.033476,0.037386,0.030469,0.042301,0.03183,0.033018,0.032327,0.05481,0.072629,0.058408,0.039003,0.038775,0.057835,0.069893,-0.046098,0.082612,0.03621,0.028531,0.067769,-0.036693,-0.43739,-0.019152,0.039517,0.039508,0.059104,0.071369,-0.041886,0.088279,0.032091,0.032626,0.033063,0.056076,0.069741,0.058913,0.02824,0.027888,0.024981,0.027286,0.022961,0.025109,0.025982,0.024317,0.017808,0.044031,0.071104,0.042727,0.033405,0.030509,0.047372,0.086351,0.0051321,0.09796,0.034022,0.025626,0.066801,0.011237,-0.33135,0.028517,0.033674,0.031658,0.048257,0.088675,0.0090804,0.10032,0.023018,0.021023,0.014031,0.041196,0.063008,0.034535}, {0.025018,0.025118,0.025241,0.02746,0.014968,-0.035755,0.026411,0.026693,0.026925,0.022108,0.0064797,-0.047932,0.02007,0.020246,0.014317,0.0041776,-0.081368,-0.37122,0.0019675,0.0013541,-0.019719,-0.032619,-0.27787,2.1957,0.018779,0.019181,0.013293,0.0033432,-0.083049,-0.36962,0.025572,0.02512,0.027812,0.020585,-0.00058041,-0.064749,0.031244,0.031807,0.032232,0.035392,0.041063,0.039183,0.031842,0.032322,0.034174,0.034703,0.060843,0.091186,0.03695,0.039327,0.041241,0.058332,0.083053,-0.042156,0.031851,0.036679,0.030365,0.062892,-0.018234,-0.4826,0.037149,0.040295,0.042059,0.059475,0.086345,-0.034538,0.031576,0.031989,0.03527,0.035299,0.062272,0.086782,0.028981,0.028162,0.027212,0.024297,0.02605,0.034295,0.026046,0.02458,0.02339,0.016666,0.044346,0.098994,0.032494,0.032979,0.031709,0.045109,0.097183,0.034507,0.031224,0.035006,0.027676,0.061102,0.028933,-0.34149,0.032852,0.034235,0.032748,0.045988,0.099132,0.04108,0.024733,0.024184,0.021858,0.013351,0.041372,0.090133}, {-0.0034593,0.022009,0.024494,0.024567,0.025176,0.02559,-0.033889,0.017691,0.02885,0.027458,0.026032,0.025761,-0.048004,0.0076395,0.022281,0.027624,0.027372,0.026976,-0.36998,-0.078187,0.0046998,0.014131,0.019295,0.018779,2.1633,-0.28968,-0.036063,-0.02282,-0.0014433,-0.00054652,-0.37622,-0.096534,-0.0036384,0.011101,0.01856,0.018833,0.044571,0.039473,0.033096,0.0322,0.030294,0.030167,0.03561,0.038931,0.034275,0.031927,0.030133,0.030384,0.092281,0.060174,0.033216,0.033209,0.031641,0.032015,-0.035971,0.086501,0.059263,0.042636,0.040095,0.037562,-0.4948,-0.020434,0.064269,0.031098,0.037232,0.032489,0.0038228,0.10119,0.066737,0.047428,0.044489,0.04155,0.040274,0.028336,0.025274,0.02909,0.028824,0.028299,0.029931,0.023357,0.023168,0.027861,0.027804,0.027119,0.099161,0.04262,0.015475,0.023388,0.025979,0.026845,0.040557,0.098962,0.046029,0.032554,0.033721,0.033076,-0.34831,0.026437,0.060066,0.025383,0.033793,0.030048,0.085763,0.1103,0.044362,0.029477,0.030796,0.02997}, {0.024953,0.014711,0.024351,0.024697,0.025317,0.025405,0.018207,-0.0068159,0.018041,0.029498,0.026328,0.02668,0.0066945,-0.010877,0.0091499,0.022375,0.02776,0.027146,-0.081295,-0.28624,-0.07794,0.0085774,0.013848,0.019181,-0.28968,2.324,-0.28426,-0.024937,-0.022399,-0.0013785,-0.076243,-0.2823,-0.078906,0.0066065,0.015532,0.02256,0.040317,0.036879,0.036333,0.030956,0.031558,0.030652,0.039256,0.027762,0.03504,0.033132,0.030284,0.03085,0.060595,0.073542,0.055494,0.031321,0.03281,0.032222,0.08531,-0.042662,0.072031,0.058985,0.040475,0.039571,-0.020696,-0.44813,-0.038495,0.068649,0.029256,0.037104,0.10855,-0.01473,0.086546,0.063532,0.04391,0.044214,0.028098,0.03152,0.030431,0.026321,0.029702,0.029222,0.022801,0.021119,0.026111,0.025388,0.02701,0.027337,0.043029,0.071744,0.044924,0.017145,0.023653,0.025027,0.098773,0.0090338,0.089066,0.04831,0.031851,0.033236,0.026181,-0.33928,0.010392,0.066415,0.024622,0.033419,0.11207,0.030832,0.096682,0.043803,0.026105,0.029377}, {0.026549,0.024471,0.016294,0.024923,0.025764,0.026186,0.028891,0.018178,-0.0059547,0.017577,0.028856,0.027577,0.023019,0.0095491,-0.0071519,0.010869,0.022599,0.028056,0.0032053,-0.078885,-0.27726,-0.077867,0.0081467,0.013293,-0.036063,-0.28426,2.3413,-0.28485,-0.024987,-0.02314,0.0028605,-0.074989,-0.27029,-0.075986,0.0067664,0.017506,0.032516,0.036151,0.036237,0.036051,0.030376,0.032157,0.033524,0.035481,0.026507,0.034244,0.032549,0.032459,0.034907,0.05504,0.072516,0.054713,0.031806,0.034084,0.058903,0.071183,-0.041798,0.069273,0.059062,0.042431,0.063745,-0.038825,-0.443,-0.042966,0.068263,0.030952,0.064476,0.088485,-0.0162,0.085231,0.062965,0.047962,0.025271,0.029133,0.032214,0.031256,0.025419,0.028254,0.02248,0.026377,0.021585,0.02627,0.024684,0.026791,0.016695,0.045148,0.072281,0.045023,0.017706,0.023702,0.044991,0.089067,0.0092332,0.087067,0.049455,0.032709,0.059797,0.010214,-0.33547,0.0070472,0.067196,0.024557,0.038642,0.097543,0.03139,0.096502,0.042076,0.027763}, {0.025975,0.02601,0.024906,0.015718,0.025241,0.026985,0.02627,0.029287,0.018188,-0.0057224,0.017605,0.029272,0.027732,0.022515,0.010375,-0.0060474,0.0098014,0.021931,0.013085,0.008519,-0.076702,-0.27524,-0.079799,0.0033432,-0.02282,-0.024937,-0.28485,2.342,-0.28532,-0.036259,0.01644,0.0065585,-0.077353,-0.27101,-0.07368,0.0036795,0.031069,0.030727,0.035804,0.035021,0.03671,0.031578,0.032144,0.033351,0.03486,0.026613,0.035323,0.034123,0.035639,0.031978,0.05398,0.071711,0.054968,0.033803,0.043055,0.059044,0.069059,-0.041816,0.06979,0.059707,0.031864,0.068553,-0.043854,-0.44301,-0.04027,0.064259,0.047811,0.063338,0.085076,-0.015418,0.088711,0.063933,0.028301,0.026012,0.030681,0.03236,0.031417,0.024304,0.026631,0.025041,0.026388,0.021839,0.026343,0.022419,0.02383,0.016578,0.044194,0.073161,0.045896,0.015504,0.031709,0.047718,0.086895,0.010846,0.087935,0.046664,0.025747,0.067241,0.0060777,-0.33528,0.0098044,0.060527,0.028332,0.043142,0.095044,0.030428,0.098653,0.038937}, {0.026375,0.025982,0.026152,0.023934,0.014423,0.025713,0.026622,0.026168,0.029256,0.018021,-0.0076169,0.018111,0.0266,0.028314,0.023051,0.0099088,-0.010285,0.0064988,0.019294,0.0133,0.0095486,-0.075781,-0.28773,-0.083049,-0.0014433,-0.022399,-0.024987,-0.28532,2.3235,-0.29034,0.021937,0.014758,0.0048064,-0.079861,-0.28269,-0.074433,0.030482,0.030854,0.031207,0.035699,0.036476,0.038879,0.03093,0.030851,0.033352,0.034989,0.026977,0.038587,0.032056,0.032822,0.032089,0.055346,0.073441,0.059971,0.04164,0.04001,0.059445,0.073,-0.043459,0.08493,0.038523,0.029275,0.068454,-0.040129,-0.44664,-0.019435,0.044164,0.04371,0.064201,0.086498,-0.014849,0.11078,0.028508,0.028482,0.026222,0.030504,0.032546,0.028484,0.02774,0.026716,0.024794,0.026301,0.020756,0.024506,0.024474,0.023331,0.016978,0.044358,0.071977,0.044565,0.034165,0.030484,0.048052,0.089239,0.0083753,0.099104,0.034257,0.024656,0.066761,0.0090758,-0.33867,0.026302,0.029681,0.025842,0.04415,0.096695,0.02967,0.1117}, {0.024907,0.024733,0.023436,0.023969,0.02227,-0.0033148,0.02662,0.026766,0.026947,0.029008,0.017635,-0.032993,0.027567,0.026049,0.028517,0.023183,0.0082551,-0.046458,0.019365,0.019712,0.014141,0.0051942,-0.077165,-0.36962,-0.00054652,-0.0013785,-0.02314,-0.036259,-0.29034,2.1641,0.017409,0.018012,0.010196,-0.0044525,-0.097491,-0.37848,0.030673,0.03145,0.031679,0.032503,0.039221,0.043985,0.030885,0.031144,0.031908,0.033997,0.038188,0.034242,0.032064,0.030583,0.034219,0.033573,0.06029,0.091897,0.037203,0.040319,0.041729,0.058457,0.087114,-0.03681,0.032735,0.037612,0.031325,0.064279,-0.019747,-0.49353,0.041688,0.044534,0.047596,0.067357,0.10305,0.0033295,0.02881,0.028903,0.028824,0.026444,0.029721,0.040503,0.027499,0.027542,0.026725,0.0232,0.023277,0.029177,0.026955,0.025066,0.024635,0.015648,0.04273,0.099013,0.032782,0.034603,0.031978,0.044024,0.099087,0.04012,0.029632,0.033635,0.025168,0.059191,0.025836,-0.34845,0.030408,0.031122,0.030295,0.046187,0.1115,0.08334}, {-0.0038782,0.022205,0.023614,0.024433,0.024288,0.022856,-0.0033148,0.024866,0.025662,0.025103,0.026077,0.024569,-0.035392,0.02249,0.030528,0.027414,0.027246,0.025332,-0.067355,0.0059127,0.025912,0.029304,0.028463,0.025572,-0.37622,-0.076243,0.0028605,0.01644,0.021937,0.017409,1.9174,-0.39159,-0.0926,-0.05855,-0.027706,-0.028968,0.03526,0.035937,0.031359,0.031466,0.030283,0.029379,0.044319,0.039221,0.031903,0.031029,0.031099,0.031118,0.038926,0.042709,0.034282,0.031662,0.031407,0.031958,0.084689,0.058317,0.035194,0.034435,0.032993,0.03301,3.6639e-05,0.10751,0.063806,0.04694,0.044156,0.041605,-0.57207,0.0027451,0.086097,0.045648,0.049579,0.041919,0.033528,0.02933,0.028222,0.02888,0.02867,0.029134,0.039516,0.028583,0.026261,0.027849,0.028952,0.029044,0.034323,0.025534,0.022417,0.025945,0.027897,0.027901,0.092569,0.035156,0.01226,0.021262,0.023892,0.02448,0.082849,0.11151,0.039656,0.028786,0.030263,0.030108,-0.35732,0.084669,0.093882,0.043037,0.046234,0.041037}, {0.021761,0.013909,0.023131,0.025316,0.025017,0.02456,0.021764,0.014782,0.024507,0.026316,0.025679,0.023936,0.015675,-0.0072611,0.019383,0.029594,0.027865,0.026087,-7.6251e-05,-0.017151,0.0077039,0.024421,0.02919,0.02512,-0.096534,-0.2823,-0.074989,0.0065585,0.014758,0.018012,-0.39159,2.1551,-0.37155,-0.068438,-0.054333,-0.027617,0.03705,0.031442,0.033217,0.030367,0.030894,0.031062,0.03926,0.037297,0.036168,0.030087,0.03103,0.029839,0.041637,0.028868,0.037408,0.033321,0.03197,0.031024,0.062126,0.067924,0.053904,0.033529,0.033572,0.031937,0.099119,-0.018145,0.087276,0.063046,0.04425,0.045038,0.0012378,-0.49311,-0.028016,0.091306,0.042719,0.051615,0.029253,0.028505,0.029766,0.027541,0.028921,0.028226,0.029312,0.033167,0.03075,0.026012,0.029385,0.028921,0.025919,0.022028,0.027429,0.02402,0.027382,0.028608,0.042055,0.062948,0.039788,0.015245,0.021326,0.023519,0.11124,0.028848,0.096634,0.043619,0.026168,0.030984,0.084992,-0.34633,0.045089,0.097308,0.037713,0.046419}, {0.025448,0.022371,0.015006,0.024913,0.026583,0.024679,0.024071,0.022801,0.016938,0.024898,0.02587,0.023967,0.028071,0.017963,-0.0048823,0.019749,0.029739,0.026323,0.020554,0.0068887,-0.013134,0.0082398,0.023296,0.027812,-0.0036384,-0.078906,-0.27029,-0.077353,0.0048064,0.010196,-0.0926,-0.37155,2.184,-0.37318,-0.068573,-0.060862,0.031719,0.032783,0.029787,0.032742,0.031013,0.032006,0.031364,0.035708,0.036113,0.034903,0.03042,0.031699,0.035686,0.037487,0.028028,0.036757,0.033667,0.032761,0.036606,0.054396,0.067038,0.053364,0.033162,0.035719,0.067368,0.085734,-0.018589,0.083585,0.064036,0.047698,0.08637,-0.028377,-0.48757,-0.033736,0.092632,0.045925,0.028327,0.029995,0.029028,0.029824,0.026631,0.028835,0.026381,0.031155,0.034628,0.03127,0.025606,0.028829,0.023383,0.027287,0.022793,0.027832,0.023982,0.026414,0.013401,0.039858,0.063891,0.040385,0.014574,0.021452,0.044747,0.096404,0.029116,0.095736,0.045558,0.030457,0.092921,0.045351,-0.34497,0.04003,0.098603,0.042384}, {0.025612,0.024679,0.024197,0.01693,0.024422,0.024232,0.023813,0.024952,0.023964,0.01632,0.024142,0.024507,0.024722,0.02879,0.019666,-0.0034002,0.018125,0.026374,0.027717,0.02444,0.0084222,-0.012971,0.0084501,0.020585,0.011101,0.0066065,-0.075986,-0.27101,-0.079861,-0.0044525,-0.05855,-0.068438,-0.37318,2.1825,-0.37263,-0.092952,0.030617,0.030043,0.033294,0.030341,0.033377,0.031643,0.030948,0.030477,0.035107,0.035709,0.036605,0.032824,0.031866,0.033743,0.035929,0.028626,0.036775,0.034824,0.036926,0.03465,0.052094,0.065526,0.054842,0.036464,0.047314,0.063972,0.083869,-0.018652,0.084086,0.066435,0.046582,0.091697,-0.033098,-0.4869,-0.028952,0.086969,0.029112,0.028062,0.030404,0.027963,0.029578,0.027292,0.02984,0.027108,0.031552,0.032769,0.030386,0.025766,0.026406,0.024407,0.027923,0.023484,0.027057,0.022478,0.022346,0.015077,0.039839,0.063546,0.04121,0.014243,0.028096,0.043907,0.096177,0.029886,0.096311,0.046065,0.04123,0.09696,0.040703,-0.34352,0.045601,0.094586}, {0.025519,0.025239,0.026128,0.023655,0.013634,0.022789,0.025075,0.025301,0.026212,0.023647,0.014294,0.022337,0.025125,0.026242,0.02986,0.019857,-0.0069914,0.015313,0.025633,0.029095,0.024193,0.008374,-0.016858,-0.00058041,0.01856,0.015532,0.0067664,-0.07368,-0.28269,-0.097491,-0.027706,-0.054333,-0.068573,-0.37263,2.1524,-0.39203,0.03067,0.030282,0.030643,0.033071,0.030636,0.036674,0.030871,0.030231,0.030153,0.035112,0.036962,0.040175,0.031799,0.031087,0.033638,0.036425,0.02892,0.041969,0.033051,0.034448,0.033399,0.052735,0.067808,0.06223,0.044032,0.044443,0.063399,0.087567,-0.018246,0.10194,0.050541,0.043342,0.092538,-0.028154,-0.49447,0.0030168,0.028393,0.028913,0.027854,0.030085,0.027607,0.028746,0.029033,0.028727,0.026107,0.03063,0.032999,0.029823,0.028113,0.02664,0.025257,0.027682,0.022019,0.026217,0.023915,0.022079,0.015273,0.039306,0.062473,0.041719,0.030464,0.026251,0.043422,0.098398,0.028866,0.10961,0.045389,0.03724,0.09838,0.046726,-0.34618,0.084}, {0.02295,0.024707,0.024695,0.023197,0.020723,-0.004842,0.025562,0.026207,0.026321,0.026035,0.0248,-0.0030681,0.025321,0.027807,0.028273,0.030383,0.021165,-0.034216,0.02509,0.026826,0.030229,0.025015,0.0058105,-0.064749,0.018833,0.02256,0.017506,0.0036795,-0.074433,-0.37848,-0.028968,-0.027617,-0.060862,-0.092952,-0.39203,1.9112,0.029042,0.03009,0.031387,0.031219,0.035511,0.035188,0.030573,0.030021,0.031481,0.031439,0.038719,0.044287,0.031053,0.031275,0.031892,0.033876,0.041878,0.03885,0.032479,0.031517,0.034657,0.034075,0.058383,0.085549,0.042368,0.044086,0.047469,0.064423,0.10999,0.00080412,0.042499,0.05089,0.045402,0.087394,0.0041631,-0.56957,0.028752,0.029742,0.029937,0.027651,0.03059,0.034472,0.028855,0.028668,0.028759,0.024894,0.029039,0.040677,0.028872,0.02871,0.02693,0.021961,0.025057,0.03335,0.025999,0.02313,0.021143,0.010944,0.034624,0.090979,0.031008,0.029093,0.02705,0.038357,0.11183,0.08139,0.040177,0.046312,0.041965,0.09408,0.085178,-0.35493}, {-0.56282,-0.0016986,0.085388,0.045705,0.050669,0.042998,-0.0021491,0.1069,0.06379,0.047324,0.045536,0.042737,0.084727,0.058589,0.034531,0.034399,0.032357,0.032808,0.040347,0.042618,0.034438,0.031963,0.030711,0.031244,0.044571,0.040317,0.032516,0.031069,0.030482,0.030673,0.03526,0.03705,0.031719,0.030617,0.03067,0.029042,2.1313,-0.30584,-0.077604,-0.061583,-0.031615,-0.030874,-0.29902,-0.068574,-0.018955,-0.0031,0.00717,0.0053271,-0.062111,-0.018342,0.0004954,0.014327,0.017304,0.015995,-0.043029,0.0029396,0.016212,0.020621,0.022526,0.021396,-0.012074,0.012486,0.018532,0.021928,0.022845,0.022419,-0.0088511,0.013121,0.01844,0.021863,0.022592,0.020018,-0.56373,-0.0062665,0.083052,0.04562,0.051224,0.042953,-0.0044019,0.10629,0.065172,0.047768,0.045464,0.042598,0.082464,0.059299,0.037301,0.036703,0.033571,0.034159,0.039977,0.042791,0.035815,0.034038,0.03263,0.032866,0.046029,0.040393,0.032716,0.032206,0.031482,0.031927,0.038999,0.038278,0.032375,0.032177,0.032101,0.030812}, {0.00036939,-0.4872,-0.030562,0.090068,0.042743,0.050416,0.10096,-0.019569,0.087972,0.06327,0.044046,0.045436,0.062945,0.067974,0.054164,0.033533,0.034531,0.033229,0.042839,0.029972,0.037396,0.033961,0.03121,0.031807,0.039473,0.036879,0.036151,0.030727,0.030854,0.03145,0.035937,0.031442,0.032783,0.030043,0.030282,0.03009,-0.30584,2.299,-0.29656,-0.055715,-0.055721,-0.030472,-0.085682,-0.24232,-0.063212,-0.011118,-0.0034591,0.0042521,-0.022562,-0.026268,-0.0072553,0.003802,0.01488,0.014335,-0.0026161,-0.016194,0.0083355,0.018648,0.019535,0.01992,0.0093313,0.008566,0.018235,0.020377,0.021555,0.022002,0.013331,0.010309,0.018511,0.021711,0.022656,0.02205,-0.0047546,-0.48472,-0.032783,0.087231,0.042391,0.050686,0.099328,-0.019597,0.086827,0.063395,0.045188,0.046138,0.064022,0.067368,0.054414,0.035109,0.036556,0.034161,0.044448,0.029554,0.037572,0.035191,0.032703,0.032804,0.040909,0.037125,0.037478,0.032387,0.032143,0.032736,0.038862,0.033217,0.03435,0.031754,0.032063,0.032089}, {0.085891,-0.03074,-0.48202,-0.035076,0.090343,0.045931,0.066116,0.085299,-0.019437,0.083643,0.063561,0.048793,0.036551,0.055266,0.067775,0.053714,0.033019,0.036405,0.035973,0.037299,0.028846,0.036651,0.033476,0.032232,0.033096,0.036333,0.036237,0.035804,0.031207,0.031679,0.031359,0.033217,0.029787,0.033294,0.030643,0.031387,-0.077604,-0.29656,2.3243,-0.2943,-0.05597,-0.060646,-0.026481,-0.068362,-0.22867,-0.064432,-0.012846,-0.0081681,-0.0050548,-0.0081343,-0.018637,-0.0065636,0.0031703,0.010691,0.012704,0.0067207,-0.011997,0.0085182,0.018508,0.017691,0.016559,0.017287,0.012161,0.018209,0.019559,0.020407,0.018909,0.019141,0.012498,0.020052,0.021081,0.022564,0.08339,-0.034143,-0.47933,-0.037696,0.087276,0.045731,0.06841,0.084063,-0.020901,0.082379,0.064263,0.049187,0.039996,0.05599,0.065446,0.053509,0.036543,0.038242,0.037601,0.038488,0.029079,0.037643,0.037066,0.034816,0.03367,0.037398,0.036965,0.036669,0.0326,0.03267,0.033309,0.03496,0.030563,0.03386,0.031171,0.031563}, {0.045295,0.09109,-0.034242,-0.48219,-0.030192,0.08674,0.046899,0.064458,0.0835,-0.0209,0.085133,0.068147,0.035858,0.034734,0.054288,0.066044,0.054816,0.036819,0.033475,0.034676,0.036806,0.02831,0.037386,0.035392,0.0322,0.030956,0.036051,0.035021,0.035699,0.032503,0.031466,0.030367,0.032742,0.030341,0.033071,0.031219,-0.061583,-0.055715,-0.2943,2.3232,-0.29803,-0.078496,-0.0099036,-0.012422,-0.064323,-0.22864,-0.068941,-0.024287,0.0095767,0.0033226,-0.0055415,-0.018228,-0.0083527,-0.0050023,0.016882,0.017796,0.0084386,-0.011285,0.0074848,0.013046,0.019958,0.019477,0.019061,0.0118,0.017417,0.016841,0.021973,0.022064,0.020745,0.013438,0.018693,0.018916,0.046852,0.087223,-0.038633,-0.47942,-0.033645,0.082562,0.049795,0.064295,0.081617,-0.020027,0.084906,0.068861,0.038257,0.036599,0.054295,0.065338,0.055623,0.039126,0.03533,0.036282,0.037342,0.028443,0.038953,0.037671,0.03285,0.032078,0.03686,0.036142,0.037423,0.033821,0.032644,0.031807,0.033563,0.031273,0.03448,0.032592}, {0.051242,0.043762,0.090468,-0.029716,-0.48669,0.0010908,0.044271,0.044296,0.061937,0.086954,-0.0189,0.10097,0.033151,0.034333,0.033512,0.05448,0.069985,0.061924,0.031584,0.031937,0.033477,0.037563,0.030469,0.041063,0.030294,0.031558,0.030376,0.03671,0.036476,0.039221,0.030283,0.030894,0.031013,0.033377,0.030636,0.035511,-0.031615,-0.055721,-0.05597,-0.29803,2.2976,-0.30549,0.0023942,-0.0036243,-0.011915,-0.06448,-0.24229,-0.085153,0.014528,0.014915,0.0048888,-0.0067593,-0.025026,-0.02442,0.020143,0.02029,0.018861,0.0081237,-0.015626,-0.0033228,0.022219,0.022743,0.019927,0.01829,0.0084574,0.010318,0.023381,0.023063,0.021657,0.018961,0.0093032,0.012992,0.052362,0.042082,0.08736,-0.033195,-0.48569,-0.0034825,0.046303,0.044836,0.062519,0.08649,-0.019879,0.09939,0.035295,0.035832,0.036198,0.055258,0.06808,0.063843,0.03336,0.033012,0.03547,0.037627,0.029948,0.044692,0.031192,0.0321,0.031767,0.037506,0.03678,0.042169,0.030982,0.031034,0.031635,0.035243,0.03234,0.038657}, {0.042319,0.051378,0.046259,0.084914,-0.00011144,-0.56336,0.040632,0.043814,0.046726,0.063462,0.10854,-0.0022058,0.032756,0.032737,0.034306,0.03473,0.058505,0.085857,0.031156,0.031227,0.032328,0.034504,0.042301,0.039183,0.030167,0.030652,0.032157,0.031578,0.038879,0.043985,0.029379,0.031062,0.032006,0.031643,0.036674,0.035188,-0.030874,-0.030472,-0.060646,-0.078496,-0.30549,2.1313,0.0056574,0.0069545,-0.0033122,-0.020761,-0.069749,-0.30055,0.016447,0.018225,0.014634,0.00044375,-0.019157,-0.062196,0.020932,0.02305,0.021566,0.016834,0.0031648,-0.043368,0.021753,0.023073,0.022589,0.018038,0.01325,-0.010976,0.020442,0.022015,0.020895,0.018081,0.014186,-0.0094626,0.043614,0.050251,0.045124,0.082771,-0.0049448,-0.56504,0.043705,0.045253,0.048602,0.064634,0.10615,-0.0057736,0.034863,0.034059,0.036018,0.036898,0.059678,0.084244,0.032879,0.031841,0.032927,0.035724,0.043655,0.040296,0.032015,0.031389,0.03255,0.032788,0.040617,0.046836,0.031248,0.031874,0.032023,0.03305,0.038525,0.038533}, {0.001333,0.10182,0.066956,0.047722,0.044681,0.041926,-0.48934,-0.02125,0.063771,0.030775,0.037996,0.032576,-0.0374,0.085771,0.059086,0.043071,0.041501,0.038118,0.092001,0.059561,0.03415,0.0343,0.03183,0.031842,0.03561,0.039256,0.033524,0.032144,0.03093,0.030885,0.044319,0.03926,0.031364,0.030948,0.030871,0.030573,-0.29902,-0.085682,-0.026481,-0.0099036,0.0023942,0.0056574,2.3069,-0.24118,-0.037222,-0.028702,-0.0043456,-0.003344,-0.29485,-0.063594,-0.0080813,0.004365,0.013662,0.013442,-0.040255,-0.009465,0.0034631,0.016324,0.018523,0.019005,-0.041826,0.0019047,0.016663,0.021018,0.022076,0.02195,-0.01074,0.011556,0.016726,0.020519,0.022228,0.022078,-0.0027004,0.099591,0.069027,0.050372,0.046154,0.043463,-0.48661,-0.022449,0.06294,0.030536,0.038201,0.033236,-0.037339,0.08536,0.058722,0.042477,0.041077,0.038641,0.089533,0.05989,0.035162,0.034934,0.032176,0.032954,0.035286,0.040499,0.035826,0.033819,0.032334,0.032133,0.046634,0.041715,0.033463,0.032342,0.032167,0.032489}, {0.11084,-0.01761,0.086303,0.063929,0.043038,0.043405,-0.019479,-0.44318,-0.039461,0.067409,0.029505,0.037182,0.083708,-0.043701,0.072346,0.058961,0.03989,0.041034,0.060003,0.073161,0.055029,0.032649,0.033018,0.032322,0.038931,0.027762,0.035481,0.033351,0.030851,0.031144,0.039221,0.037297,0.035708,0.030477,0.030231,0.030021,-0.068574,-0.24232,-0.068362,-0.012422,-0.0036243,0.0069545,-0.24118,2.4272,-0.23474,-0.023509,-0.024708,-0.0046131,-0.068599,-0.2387,-0.057902,-0.00095692,0.0042262,0.01267,-0.011179,-0.0118,-0.00079852,0.0068195,0.01632,0.017486,0.00052121,-0.015655,0.007258,0.019801,0.021074,0.022489,0.012439,0.0083197,0.016465,0.021032,0.023459,0.024377,0.10793,-0.018827,0.085403,0.064316,0.045842,0.046481,-0.021961,-0.43933,-0.040716,0.064802,0.029759,0.03779,0.084067,-0.04209,0.072453,0.058347,0.040186,0.042042,0.062069,0.072717,0.055125,0.033642,0.034033,0.032784,0.041281,0.027706,0.035843,0.034756,0.032592,0.032253,0.041604,0.037615,0.03677,0.032344,0.031711,0.030934}, {0.064112,0.088742,-0.018177,0.083953,0.062222,0.047236,0.063725,-0.039165,-0.43746,-0.042428,0.066875,0.030997,0.059346,0.069871,-0.042886,0.069923,0.05919,0.042707,0.034832,0.055327,0.071241,0.0546,0.032327,0.034174,0.034275,0.03504,0.026507,0.03486,0.033352,0.031908,0.031903,0.036168,0.036113,0.035107,0.030153,0.031481,-0.018955,-0.063212,-0.22867,-0.064323,-0.011915,-0.0033122,-0.037222,-0.23474,2.4447,-0.23361,-0.02353,-0.027915,-0.0097539,-0.061486,-0.2284,-0.058327,-0.0015866,0.0027093,0.0030069,-0.0014767,-0.0072426,0.00038148,0.0054164,0.015079,0.016562,0.0076381,-0.011257,0.0090326,0.018979,0.020829,0.017673,0.017652,0.012233,0.018506,0.020437,0.023866,0.066268,0.087372,-0.020292,0.082093,0.064385,0.049884,0.062406,-0.041797,-0.4354,-0.044583,0.066245,0.031018,0.060113,0.069714,-0.042277,0.068832,0.060339,0.043779,0.036786,0.056669,0.0704,0.054803,0.034516,0.036413,0.035491,0.036129,0.025828,0.036031,0.034961,0.033174,0.032799,0.037264,0.036597,0.036757,0.031473,0.032207}, {0.046412,0.063924,0.084341,-0.018001,0.08837,0.064513,0.030791,0.068369,-0.042631,-0.4386,-0.038923,0.06532,0.043035,0.059042,0.068243,-0.043546,0.071772,0.0599,0.034551,0.03207,0.054783,0.072285,0.05481,0.034703,0.031927,0.033132,0.034244,0.026613,0.034989,0.033997,0.031029,0.030087,0.034903,0.035709,0.035112,0.031439,-0.0031,-0.011118,-0.064432,-0.22864,-0.06448,-0.020761,-0.028702,-0.023509,-0.23361,2.4448,-0.23461,-0.037003,0.0020825,-0.0023336,-0.059758,-0.22895,-0.060841,-0.0099067,0.015381,0.005764,0.00061369,-0.0060396,-0.001384,0.0029275,0.020822,0.019582,0.0087348,-0.01109,0.0079066,0.016452,0.02225,0.020737,0.019472,0.012299,0.017391,0.018911,0.051373,0.065138,0.081904,-0.019793,0.087048,0.064974,0.030748,0.065722,-0.044826,-0.43479,-0.041491,0.062609,0.043294,0.059301,0.067971,-0.042467,0.069602,0.060244,0.036474,0.034376,0.055504,0.070918,0.055588,0.037502,0.033959,0.034959,0.035198,0.026114,0.036637,0.035293,0.032466,0.032512,0.037035,0.03631,0.037312,0.033002}, {0.044457,0.044157,0.063695,0.086411,-0.017108,0.10954,0.037589,0.030215,0.067673,-0.038484,-0.4424,-0.019822,0.040753,0.040094,0.058296,0.072145,-0.042741,0.085996,0.031897,0.032042,0.031133,0.054889,0.072629,0.060843,0.030133,0.030284,0.032549,0.035323,0.026977,0.038188,0.031099,0.03103,0.03042,0.036605,0.036962,0.038719,0.00717,-0.0034591,-0.012846,-0.068941,-0.24229,-0.069749,-0.0043456,-0.024708,-0.02353,-0.23461,2.4265,-0.24298,0.012731,0.0041039,-0.0011655,-0.059442,-0.2392,-0.068647,0.019929,0.017041,0.0074052,-0.0003022,-0.012255,-0.010959,0.022959,0.021212,0.020118,0.0079536,-0.015705,0.00031724,0.024147,0.022968,0.020052,0.01742,0.0087184,0.012928,0.045741,0.044878,0.06505,0.08608,-0.019038,0.10759,0.037337,0.029231,0.065803,-0.039942,-0.43921,-0.021891,0.041146,0.040398,0.058012,0.070809,-0.042305,0.08497,0.033584,0.034538,0.034164,0.055732,0.072056,0.062075,0.031633,0.03265,0.035674,0.036152,0.026851,0.041047,0.030966,0.03141,0.031616,0.037414,0.037513,0.041867}, {0.042579,0.045858,0.047931,0.067808,0.10155,0.00092889,0.032875,0.036127,0.029697,0.064531,-0.019382,-0.48816,0.037052,0.039594,0.042037,0.05877,0.087191,-0.036055,0.031361,0.030837,0.034093,0.032775,0.058408,0.091186,0.030384,0.03085,0.032459,0.034123,0.038587,0.034242,0.031118,0.029839,0.031699,0.032824,0.040175,0.044287,0.0053271,0.0042521,-0.0081681,-0.024287,-0.085153,-0.30055,-0.003344,-0.0046131,-0.027915,-0.037003,-0.24298,2.3033,0.013628,0.013737,0.0046704,-0.0084508,-0.064045,-0.29642,0.019864,0.019072,0.017161,0.0038768,-0.0088191,-0.039132,0.021947,0.0226,0.021126,0.016243,0.0013244,-0.040875,0.022807,0.0223,0.020811,0.016297,0.010953,-0.010184,0.043768,0.046962,0.049242,0.068342,0.099741,-0.0027843,0.033907,0.036925,0.029995,0.062483,-0.021906,-0.48638,0.038864,0.040702,0.042358,0.058172,0.086388,-0.037917,0.033018,0.032521,0.035488,0.035392,0.060707,0.090483,0.031657,0.032161,0.033387,0.035607,0.04011,0.035826,0.03224,0.031273,0.032236,0.033406,0.041344,0.046996}, {0.087632,0.062949,0.036817,0.035101,0.033058,0.032603,-0.034451,0.084917,0.059712,0.042618,0.041139,0.036662,-0.48263,-0.020507,0.061897,0.031033,0.036999,0.031875,-0.042183,0.082773,0.056777,0.04124,0.039003,0.03695,0.092281,0.060595,0.034907,0.035639,0.032056,0.032064,0.038926,0.041637,0.035686,0.031866,0.031799,0.031053,-0.062111,-0.022562,-0.0050548,0.0095767,0.014528,0.016447,-0.29485,-0.068599,-0.0097539,0.0020825,0.012731,0.013628,2.3336,-0.22615,-0.030402,-0.022511,-0.0004335,0.0011679,-0.29311,-0.063638,-0.0076394,0.0047897,0.013813,0.014497,-0.040492,-0.011339,0.0026845,0.016766,0.018198,0.019204,-0.043357,-0.0026676,0.013049,0.017432,0.020409,0.020733,0.08412,0.064362,0.040576,0.038463,0.034988,0.034052,-0.037293,0.083785,0.060758,0.043753,0.041897,0.038335,-0.47939,-0.022212,0.059497,0.029651,0.036128,0.032174,-0.043208,0.081538,0.056678,0.041828,0.039623,0.037746,0.089752,0.060677,0.035867,0.036671,0.03269,0.033081,0.040988,0.044194,0.038018,0.034445,0.033678,0.033202}, {0.059743,0.068441,0.055684,0.033704,0.033724,0.03236,0.088057,-0.040935,0.070886,0.058493,0.039767,0.039404,-0.019533,-0.43637,-0.038858,0.067262,0.029759,0.036306,0.082889,-0.046673,0.068451,0.058408,0.038775,0.039327,0.060174,0.073542,0.05504,0.031978,0.032822,0.030583,0.042709,0.028868,0.037487,0.033743,0.031087,0.031275,-0.018342,-0.026268,-0.0081343,0.0033226,0.014915,0.018225,-0.063594,-0.2387,-0.061486,-0.0023336,0.0041039,0.013737,-0.22615,2.4471,-0.22382,-0.017971,-0.020585,0.00043761,-0.065421,-0.2374,-0.058414,0.00063055,0.0051657,0.01455,-0.011902,-0.012685,-0.0017911,0.0064213,0.017841,0.018311,0.0026781,-0.016705,0.0073334,0.018868,0.02107,0.023258,0.061177,0.068774,0.056971,0.03679,0.03564,0.033156,0.085921,-0.041411,0.070744,0.058878,0.040485,0.040328,-0.022229,-0.43268,-0.040376,0.063148,0.027927,0.03644,0.081574,-0.045751,0.068301,0.057984,0.039264,0.040514,0.060777,0.072318,0.055595,0.034092,0.035353,0.032566,0.045097,0.029258,0.038687,0.035769,0.033233,0.033304}, {0.034623,0.054116,0.068437,0.054756,0.033032,0.034283,0.058726,0.073545,-0.040693,0.069312,0.058184,0.042333,0.061552,-0.039157,-0.43325,-0.042323,0.067325,0.030279,0.057826,0.068869,-0.045476,0.066918,0.057835,0.041241,0.033216,0.055494,0.072516,0.05398,0.032089,0.034219,0.034282,0.037408,0.028028,0.035929,0.033638,0.031892,0.0004954,-0.0072553,-0.018637,-0.0055415,0.0048888,0.014634,-0.0080813,-0.057902,-0.2284,-0.059758,-0.0011655,0.0046704,-0.030402,-0.22382,2.4623,-0.2235,-0.01713,-0.021782,-0.0069468,-0.060131,-0.22784,-0.057657,-0.0005096,0.0044226,0.0030983,-0.0020931,-0.0076816,0.00021411,0.0071084,0.016583,0.016651,0.0083524,-0.011199,0.008933,0.019588,0.021415,0.037207,0.055074,0.066464,0.055184,0.036137,0.035861,0.059175,0.072561,-0.041836,0.067633,0.057993,0.042655,0.059722,-0.040503,-0.42813,-0.044051,0.064508,0.029966,0.058033,0.067798,-0.04457,0.065883,0.057499,0.04178,0.035642,0.055699,0.070973,0.054318,0.034768,0.03576,0.037013,0.038788,0.029258,0.037925,0.035998,0.033217}, {0.034524,0.033354,0.053268,0.067828,0.054395,0.033711,0.041986,0.059541,0.071004,-0.04058,0.073264,0.058576,0.030641,0.066634,-0.042046,-0.43362,-0.03767,0.062801,0.040551,0.05819,0.066487,-0.04588,0.069893,0.058332,0.033209,0.031321,0.054713,0.071711,0.055346,0.033573,0.031662,0.033321,0.036757,0.028626,0.036425,0.033876,0.014327,0.003802,-0.0065636,-0.018228,-0.0067593,0.00044375,0.004365,-0.00095692,-0.058327,-0.22895,-0.059442,-0.0084508,-0.022511,-0.017971,-0.2235,2.4609,-0.22443,-0.03013,0.0045228,0.00036706,-0.057915,-0.22743,-0.059445,-0.0071534,0.01691,0.0067024,0.00099169,-0.0072244,-0.00069031,0.0038837,0.020968,0.019085,0.0091647,-0.011732,0.0075985,0.017489,0.037292,0.035725,0.053306,0.066516,0.056252,0.038285,0.043352,0.058949,0.068641,-0.041688,0.07115,0.05928,0.029525,0.063546,-0.043892,-0.42892,-0.04057,0.060546,0.041766,0.05807,0.065929,-0.044553,0.067848,0.057809,0.036305,0.034213,0.054706,0.070429,0.055482,0.035479,0.033712,0.036118,0.038298,0.029081,0.038435,0.036445}, {0.031595,0.033762,0.033197,0.055466,0.070189,0.058602,0.040398,0.039783,0.059399,0.072682,-0.041127,0.087623,0.036915,0.028577,0.067422,-0.037741,-0.43703,-0.019133,0.038889,0.038982,0.057711,0.067981,-0.046098,0.083053,0.031641,0.03281,0.031806,0.054968,0.073441,0.06029,0.031407,0.03197,0.033667,0.036775,0.02892,0.041878,0.017304,0.01488,0.0031703,-0.0083527,-0.025026,-0.019157,0.013662,0.0042262,-0.0015866,-0.060841,-0.2392,-0.064045,-0.0004335,-0.020585,-0.01713,-0.22443,2.4456,-0.22767,0.013559,0.0056547,0.0010854,-0.059983,-0.23758,-0.065014,0.019156,0.017281,0.0071493,-0.00094256,-0.012921,-0.010604,0.022985,0.021525,0.018658,0.006915,-0.016546,0.0023862,0.034068,0.036289,0.035649,0.055303,0.069189,0.062025,0.040758,0.040413,0.059038,0.070092,-0.042422,0.087658,0.036071,0.027494,0.064572,-0.039935,-0.43329,-0.021309,0.040141,0.040138,0.05778,0.066999,-0.045936,0.081592,0.032486,0.034278,0.034358,0.056364,0.07186,0.060402,0.031898,0.033307,0.036349,0.039355,0.030394,0.04506}, {0.033543,0.033122,0.036189,0.037342,0.062893,0.087572,0.037836,0.039753,0.041596,0.060073,0.087262,-0.034757,0.032107,0.036177,0.029603,0.062217,-0.019476,-0.48166,0.036097,0.039124,0.040994,0.058207,0.082612,-0.042156,0.032015,0.032222,0.034084,0.033803,0.059971,0.091897,0.031958,0.031024,0.032761,0.034824,0.041969,0.03885,0.015995,0.014335,0.010691,-0.0050023,-0.02442,-0.062196,0.013442,0.01267,0.0027093,-0.0099067,-0.068647,-0.29642,0.0011679,0.00043761,-0.021782,-0.03013,-0.22767,2.3315,0.014305,0.013956,0.0046217,-0.0065528,-0.064352,-0.29443,0.019493,0.018852,0.01567,0.0023686,-0.010922,-0.039281,0.02141,0.020385,0.018936,0.013406,-0.0018543,-0.042372,0.034007,0.03489,0.038071,0.03854,0.063162,0.086543,0.038114,0.042122,0.044385,0.060102,0.084919,-0.036697,0.032037,0.036803,0.030113,0.06019,-0.021775,-0.47956,0.036879,0.039963,0.041355,0.057623,0.081364,-0.043784,0.033126,0.033646,0.035961,0.03525,0.060382,0.089607,0.033046,0.033045,0.035006,0.037435,0.044267,0.040092}, {0.040407,0.042339,0.03539,0.032314,0.031645,0.031496,0.093228,0.061018,0.034395,0.033707,0.032619,0.03235,-0.040104,0.082984,0.058003,0.041238,0.038442,0.035982,-0.48352,-0.020838,0.062078,0.030662,0.03621,0.031851,-0.035971,0.08531,0.058903,0.043055,0.04164,0.037203,0.084689,0.062126,0.036606,0.036926,0.033051,0.032479,-0.043029,-0.0026161,0.012704,0.016882,0.020143,0.020932,-0.040255,-0.011179,0.0030069,0.015381,0.019929,0.019864,-0.29311,-0.065421,-0.0069468,0.0045228,0.013559,0.014305,2.333,-0.2274,-0.030664,-0.023026,-0.00060778,0.0016078,-0.29436,-0.067051,-0.01049,0.0022593,0.012569,0.013859,-0.062142,-0.022334,-0.0050207,0.010851,0.014237,0.016782,0.040817,0.045063,0.038672,0.034653,0.032929,0.032691,0.089671,0.061309,0.03751,0.036203,0.033634,0.032489,-0.042007,0.080712,0.058008,0.042272,0.039625,0.036555,-0.47869,-0.021799,0.060678,0.030588,0.036682,0.032515,-0.036877,0.084087,0.059029,0.04333,0.041145,0.038051,0.082859,0.062614,0.039172,0.038712,0.034389,0.034351}, {0.041944,0.029461,0.038196,0.034346,0.031766,0.031937,0.059671,0.07389,0.05615,0.031582,0.031915,0.030642,0.084602,-0.044457,0.069428,0.058706,0.039117,0.038216,-0.01954,-0.43844,-0.038217,0.067191,0.028531,0.036679,0.086501,-0.042662,0.071183,0.059044,0.04001,0.040319,0.058317,0.067924,0.054396,0.03465,0.034448,0.031517,0.0029396,-0.016194,0.0067207,0.017796,0.02029,0.02305,-0.009465,-0.0118,-0.0014767,0.005764,0.017041,0.019072,-0.063638,-0.2374,-0.060131,0.00036706,0.0056547,0.013956,-0.2274,2.4453,-0.22442,-0.01803,-0.021009,0.0010224,-0.06432,-0.23691,-0.060396,-0.0018931,0.004248,0.013999,-0.019841,-0.024883,-0.0081606,0.0040017,0.014888,0.016785,0.043359,0.030368,0.039368,0.036279,0.03386,0.033255,0.060634,0.07267,0.056359,0.034337,0.03487,0.032783,0.082455,-0.045286,0.066965,0.05809,0.040493,0.038906,-0.021275,-0.43297,-0.040298,0.063983,0.028217,0.036315,0.08638,-0.040785,0.069514,0.058022,0.040236,0.040455,0.0604,0.068373,0.055151,0.036369,0.0366,0.033287}, {0.034315,0.037864,0.029417,0.037463,0.032789,0.03175,0.033074,0.054917,0.073409,0.055614,0.031234,0.033068,0.057227,0.069928,-0.044043,0.06718,0.058226,0.040046,0.061977,-0.038255,-0.43408,-0.041984,0.067769,0.030365,0.059263,0.072031,-0.041798,0.069059,0.059445,0.041729,0.035194,0.053904,0.067038,0.052094,0.033399,0.034657,0.016212,0.0083355,-0.011997,0.0084386,0.018861,0.021566,0.0034631,-0.00079852,-0.0072426,0.00061369,0.0074052,0.017161,-0.0076394,-0.058414,-0.22784,-0.057915,0.0010854,0.0046217,-0.030664,-0.22442,2.4601,-0.22333,-0.017588,-0.02187,-0.0078013,-0.059776,-0.2277,-0.058923,-0.0012246,0.0036328,-7.4096e-06,-0.0076754,-0.016848,-0.0064846,0.0042341,0.014488,0.036399,0.039337,0.028584,0.037685,0.035252,0.034283,0.036065,0.055915,0.071422,0.05578,0.034153,0.036089,0.057349,0.068725,-0.044413,0.06551,0.057265,0.041615,0.060258,-0.039587,-0.42792,-0.043438,0.063357,0.030081,0.059717,0.070123,-0.041308,0.068488,0.058621,0.042464,0.03777,0.05361,0.066311,0.054193,0.036209,0.036972}, {0.031875,0.03271,0.036453,0.028544,0.037504,0.03402,0.03464,0.031908,0.054417,0.072768,0.055268,0.032785,0.04209,0.058035,0.067694,-0.044153,0.069702,0.058305,0.030259,0.066174,-0.041478,-0.43423,-0.036693,0.062892,0.042636,0.058985,0.069273,-0.041816,0.073,0.058457,0.034435,0.033529,0.053364,0.065526,0.052735,0.034075,0.020621,0.018648,0.0085182,-0.011285,0.0081237,0.016834,0.016324,0.0068195,0.00038148,-0.0060396,-0.0003022,0.0038768,0.0047897,0.00063055,-0.057657,-0.22743,-0.059983,-0.0065528,-0.023026,-0.01803,-0.22333,2.4595,-0.22479,-0.03082,0.0039552,-0.0014072,-0.059019,-0.22705,-0.058285,-0.0086468,0.013979,0.0047725,-0.005284,-0.018131,-0.0079259,0.00016763,0.034303,0.036409,0.038288,0.029286,0.038049,0.037346,0.035467,0.034138,0.054522,0.072082,0.05631,0.036528,0.041898,0.057275,0.065458,-0.044713,0.067107,0.058446,0.030208,0.064547,-0.042974,-0.42983,-0.039713,0.06022,0.042603,0.058045,0.067708,-0.040566,0.07162,0.058247,0.035889,0.03621,0.054606,0.066255,0.054436,0.037983}, {0.031836,0.031292,0.034403,0.038133,0.03005,0.041054,0.030973,0.033329,0.031984,0.055441,0.072957,0.059285,0.039192,0.039214,0.058694,0.070391,-0.044872,0.084118,0.037015,0.028818,0.067901,-0.038206,-0.43739,-0.018234,0.040095,0.040475,0.059062,0.06979,-0.043459,0.087114,0.032993,0.033572,0.033162,0.054842,0.067808,0.058383,0.022526,0.019535,0.018508,0.0074848,-0.015626,0.0031648,0.018523,0.01632,0.0054164,-0.001384,-0.012255,-0.0088191,0.013813,0.0051657,-0.0005096,-0.059445,-0.23758,-0.064352,-0.00060778,-0.021009,-0.017588,-0.22479,2.445,-0.22716,0.012009,0.0041792,-0.0013878,-0.061,-0.23825,-0.063043,0.017193,0.014751,0.0033319,-0.0072236,-0.025505,-0.018402,0.03284,0.033661,0.036823,0.038796,0.030034,0.044726,0.033391,0.035834,0.034084,0.055675,0.071959,0.061937,0.04071,0.039937,0.057446,0.068515,-0.045633,0.081768,0.036233,0.028025,0.063972,-0.040412,-0.43356,-0.021643,0.040019,0.041117,0.058603,0.069638,-0.041773,0.085897,0.033585,0.036338,0.036174,0.056796,0.068124,0.060467}, {0.031352,0.032144,0.032914,0.035891,0.041722,0.040181,0.031283,0.031621,0.033509,0.034313,0.060558,0.09261,0.037463,0.040167,0.040865,0.058166,0.083294,-0.041079,0.032653,0.036789,0.030579,0.062712,-0.019152,-0.4826,0.037562,0.039571,0.042431,0.059707,0.08493,-0.03681,0.03301,0.031937,0.035719,0.036464,0.06223,0.085549,0.021396,0.01992,0.017691,0.013046,-0.0033228,-0.043368,0.019005,0.017486,0.015079,0.0029275,-0.010959,-0.039132,0.014497,0.01455,0.0044226,-0.0071534,-0.065014,-0.29443,0.0016078,0.0010224,-0.02187,-0.03082,-0.22716,2.3323,0.012865,0.011889,0.002468,-0.009746,-0.067834,-0.29401,0.015975,0.01385,0.010258,-0.0048543,-0.022517,-0.061378,0.032097,0.032656,0.034598,0.03876,0.044059,0.04132,0.033183,0.033467,0.036281,0.038112,0.062314,0.091497,0.036955,0.04003,0.041098,0.057985,0.081585,-0.043476,0.031519,0.036292,0.030301,0.060298,-0.022208,-0.48027,0.037717,0.041089,0.043871,0.059264,0.083512,-0.03825,0.035116,0.036219,0.039648,0.039699,0.063691,0.083271}, {0.046188,0.039603,0.033267,0.03207,0.031391,0.030406,0.037313,0.040089,0.033921,0.031334,0.030832,0.030595,0.09398,0.06055,0.033505,0.033539,0.031223,0.031775,-0.033965,0.087078,0.059063,0.04229,0.039517,0.037149,-0.4948,-0.020696,0.063745,0.031864,0.038523,0.032735,3.6639e-05,0.099119,0.067368,0.047314,0.044032,0.042368,-0.012074,0.0093313,0.016559,0.019958,0.022219,0.021753,-0.041826,0.00052121,0.016562,0.020822,0.022959,0.021947,-0.040492,-0.011902,0.0030983,0.01691,0.019156,0.019493,-0.29436,-0.06432,-0.0078013,0.0039552,0.012009,0.012865,2.3012,-0.2406,-0.037994,-0.027441,-0.0038109,-0.0033888,-0.29527,-0.084954,-0.024433,-0.0079727,0.0031935,0.0058339,0.047231,0.041436,0.034435,0.032515,0.031918,0.030978,0.036453,0.040807,0.036103,0.033393,0.031913,0.030758,0.090513,0.059615,0.035977,0.036003,0.032957,0.033507,-0.035359,0.086098,0.059804,0.042656,0.040155,0.039348,-0.48901,-0.021277,0.061786,0.031159,0.038336,0.033952,-0.00064762,0.097095,0.067445,0.049362,0.045458,0.043355}, {0.038767,0.03729,0.037663,0.031143,0.031496,0.030521,0.040227,0.028003,0.036041,0.032613,0.03044,0.031063,0.060989,0.074236,0.055129,0.032165,0.032262,0.031591,0.085972,-0.040538,0.072777,0.059151,0.039508,0.040295,-0.020434,-0.44813,-0.038825,0.068553,0.029275,0.037612,0.10751,-0.018145,0.085734,0.063972,0.044443,0.044086,0.012486,0.008566,0.017287,0.019477,0.022743,0.023073,0.0019047,-0.015655,0.0076381,0.019582,0.021212,0.0226,-0.011339,-0.012685,-0.0020931,0.0067024,0.017281,0.018852,-0.067051,-0.23691,-0.059776,-0.0014072,0.0041792,0.011889,-0.2406,2.423,-0.2348,-0.022558,-0.024944,-0.0047007,-0.069761,-0.23962,-0.067703,-0.012786,-0.0035179,0.0058186,0.041179,0.037873,0.037819,0.031111,0.031846,0.03242,0.040637,0.026934,0.036589,0.034425,0.031677,0.032028,0.060788,0.072682,0.056284,0.034513,0.034451,0.032913,0.084691,-0.039777,0.071088,0.058315,0.041058,0.040732,-0.021512,-0.44168,-0.041099,0.065855,0.030174,0.038094,0.10648,-0.017128,0.08479,0.063942,0.046157,0.0451}, {0.031286,0.036253,0.036103,0.036717,0.02973,0.031217,0.034511,0.035505,0.027205,0.034909,0.032827,0.031645,0.035246,0.056197,0.072353,0.054667,0.031999,0.033714,0.0592,0.072615,-0.040692,0.069176,0.059104,0.042059,0.064269,-0.038495,-0.443,-0.043854,0.068454,0.031325,0.063806,0.087276,-0.018589,0.083869,0.063399,0.047469,0.018532,0.018235,0.012161,0.019061,0.019927,0.022589,0.016663,0.007258,-0.011257,0.0087348,0.020118,0.021126,0.0026845,-0.0017911,-0.0076816,0.00099169,0.0071493,0.01567,-0.01049,-0.060396,-0.2277,-0.059019,-0.0013878,0.002468,-0.037994,-0.2348,2.4408,-0.23405,-0.022371,-0.027567,-0.020835,-0.064676,-0.22686,-0.064308,-0.011079,-0.0031054,0.032687,0.037164,0.036355,0.036745,0.031101,0.032621,0.035512,0.035956,0.026821,0.034462,0.034307,0.033596,0.036869,0.057006,0.071709,0.05469,0.034282,0.036273,0.058949,0.070906,-0.040208,0.068044,0.059144,0.043622,0.062815,-0.040808,-0.4366,-0.043774,0.066107,0.031521,0.065324,0.086063,-0.017284,0.082758,0.062569,0.048664}, {0.030792,0.030503,0.035174,0.035304,0.036268,0.031867,0.031923,0.033381,0.035665,0.027389,0.035527,0.034089,0.035262,0.032086,0.055169,0.072895,0.055672,0.033905,0.042183,0.058802,0.070185,-0.039899,0.071369,0.059475,0.031098,0.068649,-0.042966,-0.44301,-0.040129,0.064279,0.04694,0.063046,0.083585,-0.018652,0.087567,0.064423,0.021928,0.020377,0.018209,0.0118,0.01829,0.018038,0.021018,0.019801,0.0090326,-0.01109,0.0079536,0.016243,0.016766,0.0064213,0.00021411,-0.0072244,-0.00094256,0.0023686,0.0022593,-0.0018931,-0.058923,-0.22705,-0.061,-0.009746,-0.027441,-0.022558,-0.23405,2.4392,-0.23516,-0.036979,-0.003031,-0.011497,-0.064728,-0.22681,-0.063366,-0.020728,0.032169,0.032615,0.036753,0.036643,0.038196,0.032539,0.032763,0.034395,0.035167,0.026515,0.036678,0.035433,0.036718,0.033619,0.054723,0.07135,0.056648,0.035809,0.043248,0.057913,0.068773,-0.039713,0.070394,0.059507,0.031926,0.066042,-0.043577,-0.43771,-0.039963,0.063704,0.049313,0.063774,0.081421,-0.01839,0.087164,0.064151}, {0.031398,0.031285,0.031021,0.036052,0.036584,0.039554,0.030852,0.031041,0.033243,0.035773,0.027491,0.039594,0.03147,0.03315,0.032576,0.055232,0.073313,0.061384,0.040395,0.039974,0.058679,0.07236,-0.041886,0.086345,0.037232,0.029256,0.068263,-0.04027,-0.44664,-0.019747,0.044156,0.04425,0.064036,0.084086,-0.018246,0.10999,0.022845,0.021555,0.019559,0.017417,0.0084574,0.01325,0.022076,0.021074,0.018979,0.0079066,-0.015705,0.0013244,0.018198,0.017841,0.0071084,-0.00069031,-0.012921,-0.010922,0.012569,0.004248,-0.0012246,-0.058285,-0.23825,-0.067834,-0.0038109,-0.024944,-0.022371,-0.23516,2.4232,-0.24205,0.0063247,-0.0041749,-0.012561,-0.068595,-0.23986,-0.067818,0.031273,0.03157,0.032362,0.037717,0.037363,0.041104,0.031897,0.032302,0.034121,0.036755,0.02762,0.041487,0.033777,0.035444,0.033974,0.056115,0.072227,0.061737,0.041714,0.040098,0.057766,0.072072,-0.041,0.084427,0.038817,0.029394,0.066418,-0.040471,-0.44078,-0.0217,0.045599,0.04512,0.063636,0.083978,-0.017702,0.10607}, {0.030465,0.030403,0.030952,0.032802,0.039976,0.045061,0.030756,0.030977,0.032479,0.034219,0.039626,0.0358,0.03179,0.030741,0.033624,0.034082,0.060528,0.093308,0.037454,0.040895,0.041155,0.05777,0.088279,-0.034538,0.032489,0.037104,0.030952,0.064259,-0.019435,-0.49353,0.041605,0.045038,0.047698,0.066435,0.10194,0.00080412,0.022419,0.022002,0.020407,0.016841,0.010318,-0.010976,0.02195,0.022489,0.020829,0.016452,0.00031724,-0.040875,0.019204,0.018311,0.016583,0.0038837,-0.010604,-0.039281,0.013859,0.013999,0.0036328,-0.0086468,-0.063043,-0.29401,-0.0033888,-0.0047007,-0.027567,-0.036979,-0.24205,2.3005,0.0056443,0.0029673,-0.008867,-0.025952,-0.085262,-0.29863,0.031155,0.03133,0.032119,0.033573,0.041673,0.047158,0.032147,0.032529,0.033149,0.036007,0.040994,0.036626,0.033151,0.032979,0.03573,0.036799,0.060001,0.089724,0.037744,0.041477,0.042094,0.058418,0.085983,-0.036444,0.032911,0.037832,0.03233,0.06346,-0.022351,-0.48919,0.043576,0.046733,0.050901,0.067363,0.097768,-0.00092914}, {0.035514,0.035264,0.031137,0.030261,0.029362,0.027522,0.045819,0.039514,0.031285,0.030712,0.030875,0.030248,0.040546,0.043252,0.03491,0.031762,0.030995,0.030183,0.086725,0.058601,0.035696,0.034527,0.032091,0.031576,0.0038228,0.10855,0.064476,0.047811,0.044164,0.041688,-0.57207,0.0012378,0.08637,0.046582,0.050541,0.042499,-0.0088511,0.013331,0.018909,0.021973,0.023381,0.020442,-0.01074,0.012439,0.017673,0.02225,0.024147,0.022807,-0.043357,0.0026781,0.016651,0.020968,0.022985,0.02141,-0.062142,-0.019841,-7.4096e-06,0.013979,0.017193,0.015975,-0.29527,-0.069761,-0.020835,-0.003031,0.0063247,0.0056443,2.1178,-0.30729,-0.079619,-0.06118,-0.031576,-0.031122,0.038246,0.037897,0.03387,0.031861,0.031838,0.031246,0.04716,0.040978,0.033441,0.031678,0.031514,0.032204,0.041753,0.044759,0.037625,0.033692,0.032261,0.033026,0.084361,0.059034,0.03768,0.036346,0.033481,0.034353,0.0016704,0.10693,0.064925,0.048761,0.045163,0.043945,-0.56822,-0.0024458,0.083016,0.045677,0.050301,0.043836}, {0.035063,0.031008,0.033953,0.030467,0.029708,0.029451,0.03978,0.03672,0.036057,0.030294,0.030567,0.030692,0.041409,0.029936,0.038435,0.033184,0.0314,0.031515,0.061834,0.069576,0.054849,0.033462,0.032626,0.031989,0.10119,-0.01473,0.088485,0.063338,0.04371,0.044534,0.0027451,-0.49311,-0.028377,0.091697,0.043342,0.05089,0.013121,0.010309,0.019141,0.022064,0.023063,0.022015,0.011556,0.0083197,0.017652,0.020737,0.022968,0.0223,-0.0026676,-0.016705,0.0083524,0.019085,0.021525,0.020385,-0.022334,-0.024883,-0.0076754,0.0047725,0.014751,0.01385,-0.084954,-0.23962,-0.064676,-0.011497,-0.0041749,0.0029673,-0.30729,2.2887,-0.29777,-0.057035,-0.057137,-0.031413,0.038337,0.032645,0.033949,0.031339,0.031565,0.031199,0.042098,0.037869,0.03699,0.031529,0.031831,0.031994,0.044186,0.030605,0.039734,0.035456,0.033552,0.033608,0.063872,0.068379,0.054037,0.035449,0.035774,0.0353,0.099634,-0.015727,0.085558,0.062921,0.045778,0.046727,-0.0015899,-0.48799,-0.03059,0.087312,0.042618,0.0508}, {0.030909,0.032951,0.029198,0.032711,0.030557,0.030712,0.032223,0.035867,0.036074,0.036205,0.030866,0.031216,0.035383,0.037996,0.029145,0.035947,0.033065,0.032393,0.036169,0.055584,0.068576,0.053117,0.033063,0.03527,0.066737,0.086546,-0.0162,0.085076,0.064201,0.047596,0.086097,-0.028016,-0.48757,-0.033098,0.092538,0.045402,0.01844,0.018511,0.012498,0.020745,0.021657,0.020895,0.016726,0.016465,0.012233,0.019472,0.020052,0.020811,0.013049,0.0073334,-0.011199,0.0091647,0.018658,0.018936,-0.0050207,-0.0081606,-0.016848,-0.005284,0.0033319,0.010258,-0.024433,-0.067703,-0.22686,-0.064728,-0.012561,-0.008867,-0.079619,-0.29777,2.3122,-0.2984,-0.055638,-0.062349,0.033475,0.035398,0.031509,0.034558,0.032081,0.032098,0.034027,0.037606,0.037083,0.037016,0.031792,0.032964,0.03779,0.039347,0.029079,0.037444,0.03567,0.035411,0.039031,0.055346,0.066195,0.053921,0.035797,0.038277,0.066955,0.085169,-0.016636,0.082601,0.064165,0.050153,0.082481,-0.030291,-0.48258,-0.037238,0.088477,0.045616}, {0.029281,0.028797,0.031763,0.030233,0.033035,0.030382,0.030826,0.030715,0.035038,0.036498,0.036696,0.032033,0.032811,0.034531,0.037422,0.029181,0.037066,0.034341,0.036258,0.034316,0.053382,0.067914,0.056076,0.035299,0.047428,0.063532,0.085231,-0.015418,0.086498,0.067357,0.045648,0.091306,-0.033736,-0.4869,-0.028154,0.087394,0.021863,0.021711,0.020052,0.013438,0.018961,0.018081,0.020519,0.021032,0.018506,0.012299,0.01742,0.016297,0.017432,0.018868,0.008933,-0.011732,0.006915,0.013406,0.010851,0.0040017,-0.0064846,-0.018131,-0.0072236,-0.0048543,-0.0079727,-0.012786,-0.064308,-0.22681,-0.068595,-0.025952,-0.06118,-0.057035,-0.2984,2.3134,-0.2988,-0.079937,0.032636,0.033014,0.034015,0.031797,0.036074,0.03355,0.03269,0.033257,0.036377,0.036742,0.038155,0.033633,0.033605,0.035762,0.038006,0.028341,0.038854,0.038229,0.037922,0.036492,0.054166,0.065631,0.056552,0.039526,0.048441,0.063168,0.083939,-0.016898,0.08458,0.067639,0.04638,0.08805,-0.036309,-0.48188,-0.030907,0.083182}, {0.028912,0.029662,0.030609,0.032853,0.03014,0.036228,0.030477,0.031173,0.030584,0.035507,0.036636,0.039318,0.03205,0.031355,0.033498,0.036875,0.029893,0.042104,0.033588,0.034256,0.032391,0.053679,0.069741,0.062272,0.044489,0.04391,0.062965,0.088711,-0.014849,0.10305,0.049579,0.042719,0.092632,-0.028952,-0.49447,0.0041631,0.022592,0.022656,0.021081,0.018693,0.0093032,0.014186,0.022228,0.023459,0.020437,0.017391,0.0087184,0.010953,0.020409,0.02107,0.019588,0.0075985,-0.016546,-0.0018543,0.014237,0.014888,0.0042341,-0.0079259,-0.025505,-0.022517,0.0031935,-0.0035179,-0.011079,-0.063366,-0.23986,-0.085262,-0.031576,-0.057137,-0.055638,-0.2988,2.2873,-0.30739,0.031719,0.0312,0.031996,0.036063,0.031874,0.038122,0.031452,0.031625,0.031443,0.03812,0.038305,0.041396,0.032816,0.033172,0.035459,0.039247,0.030296,0.044864,0.034196,0.036461,0.035592,0.055244,0.067967,0.063773,0.045996,0.045254,0.063409,0.088052,-0.015807,0.09838,0.051682,0.041951,0.088473,-0.030567,-0.48856,-0.0023836}, {0.027817,0.029944,0.030636,0.031031,0.035192,0.034801,0.029737,0.030489,0.031222,0.031441,0.038518,0.044576,0.030431,0.03115,0.031116,0.034063,0.041305,0.040325,0.032831,0.03236,0.034463,0.033627,0.058913,0.086782,0.04155,0.044214,0.047962,0.063933,0.11078,0.0033295,0.041919,0.051615,0.045925,0.086969,0.0030168,-0.56957,0.020018,0.02205,0.022564,0.018916,0.012992,-0.0094626,0.022078,0.024377,0.023866,0.018911,0.012928,-0.010184,0.020733,0.023258,0.021415,0.017489,0.0023862,-0.042372,0.016782,0.016785,0.014488,0.00016763,-0.018402,-0.061378,0.0058339,0.0058186,-0.0031054,-0.020728,-0.067818,-0.29863,-0.031122,-0.031413,-0.062349,-0.079937,-0.30739,2.1144,0.031097,0.031072,0.032038,0.033308,0.039234,0.038982,0.032636,0.031778,0.032218,0.032955,0.041315,0.04715,0.032666,0.032881,0.032662,0.037017,0.043938,0.041135,0.034113,0.033282,0.036147,0.037572,0.059753,0.084323,0.043729,0.045264,0.048987,0.06438,0.10713,0.00093454,0.043685,0.051555,0.046236,0.082172,-0.0038557,-0.56558}, {-0.35352,0.082994,0.094741,0.042674,0.047421,0.043231,0.0814,0.11432,0.040238,0.028458,0.029039,0.032533,0.092299,0.036486,0.011328,0.020954,0.022907,0.025759,0.033927,0.024047,0.022434,0.026673,0.02824,0.028981,0.040274,0.028098,0.025271,0.028301,0.028508,0.02881,0.033528,0.029253,0.028327,0.029112,0.028393,0.028752,-0.56373,-0.0047546,0.08339,0.046852,0.052362,0.043614,-0.0027004,0.10793,0.066268,0.051373,0.045741,0.043768,0.08412,0.061177,0.037207,0.037292,0.034068,0.034007,0.040817,0.043359,0.036399,0.034303,0.03284,0.032097,0.047231,0.041179,0.032687,0.032169,0.031273,0.031155,0.038246,0.038337,0.033475,0.032636,0.031719,0.031097,1.9613,-0.38813,-0.098965,-0.065355,-0.032894,-0.034998,-0.37357,-0.08081,-0.0032769,0.01392,0.018279,0.014592,-0.074141,0.00021948,0.019814,0.026793,0.025484,0.022863,-0.040749,0.017501,0.028068,0.02624,0.025406,0.023275,-0.0071841,0.023228,0.024358,0.024827,0.024313,0.023202,-0.0073157,0.019806,0.022749,0.024476,0.023873,0.021878}, {0.082425,-0.34175,0.043661,0.099261,0.03985,0.048015,0.11366,0.02825,0.09771,0.044826,0.025851,0.032232,0.043561,0.064075,0.038488,0.013782,0.021908,0.023836,0.02621,0.022143,0.026993,0.024656,0.027888,0.028162,0.028336,0.03152,0.029133,0.026012,0.028482,0.028903,0.02933,0.028505,0.029995,0.028062,0.028913,0.029742,-0.0062665,-0.48472,-0.034143,0.087223,0.042082,0.050251,0.099591,-0.018827,0.087372,0.065138,0.044878,0.046962,0.064362,0.068774,0.055074,0.035725,0.036289,0.03489,0.045063,0.030368,0.039337,0.036409,0.033661,0.032656,0.041436,0.037873,0.037164,0.032615,0.03157,0.03133,0.037897,0.032645,0.035398,0.033014,0.0312,0.031072,-0.38813,2.1929,-0.36572,-0.073227,-0.057524,-0.033039,-0.10411,-0.27989,-0.076575,0.0037353,0.010617,0.015462,-0.0082249,-0.021934,0.0031891,0.020642,0.026598,0.022775,0.012309,-0.01036,0.015552,0.026926,0.024469,0.023181,0.020286,0.012225,0.021761,0.024726,0.023287,0.024281,0.020364,0.011978,0.022054,0.02501,0.023866,0.024858}, {0.095166,0.043317,-0.34062,0.040655,0.098999,0.042492,0.046913,0.096357,0.027352,0.095909,0.046589,0.030938,0.014978,0.040928,0.06481,0.040014,0.01485,0.023424,0.023206,0.026471,0.022876,0.027778,0.024981,0.027212,0.025274,0.030431,0.032214,0.030681,0.026222,0.028824,0.028222,0.029766,0.029028,0.030404,0.027854,0.029937,0.083052,-0.032783,-0.47933,-0.038633,0.08736,0.045124,0.069027,0.085403,-0.020292,0.081904,0.06505,0.049242,0.040576,0.056971,0.066464,0.053306,0.035649,0.038071,0.038672,0.039368,0.028584,0.038288,0.036823,0.034598,0.034435,0.037819,0.036355,0.036753,0.032362,0.032119,0.03387,0.033949,0.031509,0.034015,0.031996,0.032038,-0.098965,-0.36572,2.2208,-0.3632,-0.073142,-0.06334,-0.012394,-0.082754,-0.26643,-0.078923,0.00068329,0.0062542,0.01493,0.0025911,-0.01614,0.0046133,0.019234,0.022545,0.024762,0.015875,-0.0071581,0.016792,0.027374,0.023092,0.022186,0.022031,0.014134,0.0218,0.023891,0.02242,0.022459,0.020661,0.014494,0.022613,0.025319,0.024738}, {0.043431,0.098505,0.041084,-0.34006,0.044025,0.0944,0.030206,0.044833,0.096382,0.027727,0.0986,0.046712,0.021153,0.015125,0.041718,0.063503,0.040457,0.01356,0.027112,0.025074,0.027516,0.02285,0.027286,0.024297,0.02909,0.026321,0.031256,0.03236,0.030504,0.026444,0.02888,0.027541,0.029824,0.027963,0.030085,0.027651,0.04562,0.087231,-0.037696,-0.47942,-0.033195,0.082771,0.050372,0.064316,0.082093,-0.019793,0.08608,0.068342,0.038463,0.03679,0.055184,0.066516,0.055303,0.03854,0.034653,0.036279,0.037685,0.029286,0.038796,0.03876,0.032515,0.031111,0.036745,0.036643,0.037717,0.033573,0.031861,0.031339,0.034558,0.031797,0.036063,0.033308,-0.065355,-0.073227,-0.3632,2.2177,-0.36685,-0.096508,0.006185,0.00070849,-0.079685,-0.26749,-0.081632,-0.0093104,0.023548,0.020678,0.0051814,-0.016644,0.0017042,0.014153,0.023467,0.027775,0.0156,-0.0066451,0.015276,0.024715,0.02306,0.024116,0.022136,0.013644,0.021625,0.021975,0.023905,0.024835,0.023308,0.014279,0.022464,0.023121}, {0.048621,0.03958,0.098909,0.044724,-0.34255,0.082212,0.031841,0.027137,0.044621,0.098288,0.027102,0.11125,0.023349,0.021104,0.014357,0.040028,0.063854,0.041382,0.028043,0.028838,0.024471,0.02766,0.022961,0.02605,0.028824,0.029702,0.025419,0.031417,0.032546,0.029721,0.02867,0.028921,0.026631,0.029578,0.027607,0.03059,0.051224,0.042391,0.087276,-0.033645,-0.48569,-0.0049448,0.046154,0.045842,0.064385,0.087048,-0.019038,0.099741,0.034988,0.03564,0.036137,0.056252,0.069189,0.063162,0.032929,0.03386,0.035252,0.038049,0.030034,0.044059,0.031918,0.031846,0.031101,0.038196,0.037363,0.041673,0.031838,0.031565,0.032081,0.036074,0.031874,0.039234,-0.032894,-0.057524,-0.073142,-0.36685,2.1924,-0.38559,0.014073,0.010758,0.0016354,-0.078394,-0.27885,-0.10231,0.023163,0.025931,0.02136,0.005067,-0.020545,-0.0088338,0.022037,0.025264,0.027739,0.016377,-0.0093276,0.010911,0.022437,0.023526,0.02382,0.022938,0.012195,0.019016,0.023639,0.024742,0.025139,0.022473,0.01149,0.019933}, {0.042357,0.047274,0.043995,0.094745,0.082857,-0.35382,0.031718,0.030492,0.029459,0.040723,0.11285,0.079688,0.026435,0.022114,0.019517,0.011695,0.035569,0.091793,0.029532,0.028566,0.026328,0.022781,0.025109,0.034295,0.028299,0.029222,0.028254,0.024304,0.028484,0.040503,0.029134,0.028226,0.028835,0.027292,0.028746,0.034472,0.042953,0.050686,0.045731,0.082562,-0.0034825,-0.56504,0.043463,0.046481,0.049884,0.064974,0.10759,-0.0027843,0.034052,0.033156,0.035861,0.038285,0.062025,0.086543,0.032691,0.033255,0.034283,0.037346,0.044726,0.04132,0.030978,0.03242,0.032621,0.032539,0.041104,0.047158,0.031246,0.031199,0.032098,0.03355,0.038122,0.038982,-0.034998,-0.033039,-0.06334,-0.096508,-0.38559,1.9602,0.014323,0.019665,0.014449,-0.0041259,-0.081934,-0.37448,0.023329,0.02592,0.027555,0.020608,-0.0010382,-0.07301,0.022466,0.02574,0.02718,0.028069,0.016869,-0.041732,0.021413,0.024183,0.024669,0.02457,0.022576,-0.0084418,0.022,0.023886,0.024213,0.023634,0.019758,-0.0072238}, {0.081381,0.1135,0.046277,0.029749,0.031527,0.03192,-0.34617,0.026032,0.059671,0.025101,0.033577,0.030844,0.039945,0.099582,0.046082,0.033244,0.034177,0.03253,0.099795,0.043008,0.01633,0.023734,0.025982,0.026046,0.029931,0.022801,0.02248,0.026631,0.02774,0.027499,0.039516,0.029312,0.026381,0.02984,0.029033,0.028855,-0.0044019,0.099328,0.06841,0.049795,0.046303,0.043705,-0.48661,-0.021961,0.062406,0.030748,0.037337,0.033907,-0.037293,0.085921,0.059175,0.043352,0.040758,0.038114,0.089671,0.060634,0.036065,0.035467,0.033391,0.033183,0.036453,0.040637,0.035512,0.032763,0.031897,0.032147,0.04716,0.042098,0.034027,0.03269,0.031452,0.032636,-0.37357,-0.10411,-0.012394,0.006185,0.014073,0.014323,2.2015,-0.28434,-0.039781,-0.024441,-0.0028579,-0.0023253,-0.35965,-0.079814,0.00046927,0.011973,0.017992,0.01706,-0.053017,0.0030001,0.019826,0.025888,0.025531,0.024883,-0.037742,0.015601,0.027179,0.024933,0.024753,0.024334,-0.0070561,0.020532,0.022904,0.022951,0.022954,0.023732}, {0.11488,0.02943,0.097313,0.045261,0.026419,0.030043,0.02584,-0.33614,0.0086369,0.066897,0.025074,0.032921,0.097929,0.0086444,0.08975,0.047736,0.029975,0.033774,0.043557,0.071991,0.044977,0.017752,0.024317,0.02458,0.023357,0.021119,0.026377,0.025041,0.026716,0.027542,0.028583,0.033167,0.031155,0.027108,0.028727,0.028668,0.10629,-0.019597,0.084063,0.064295,0.044836,0.045253,-0.022449,-0.43933,-0.041797,0.065722,0.029231,0.036925,0.083785,-0.041411,0.072561,0.058949,0.040413,0.042122,0.061309,0.07267,0.055915,0.034138,0.035834,0.033467,0.040807,0.026934,0.035956,0.034395,0.032302,0.032529,0.040978,0.037869,0.037606,0.033257,0.031625,0.031778,-0.08081,-0.27989,-0.082754,0.00070849,0.010758,0.019665,-0.28434,2.3543,-0.27741,-0.027061,-0.022721,-0.0020891,-0.085108,-0.27834,-0.076243,0.0047298,0.010608,0.018505,0.0020281,-0.012691,0.0061929,0.019318,0.026396,0.024343,0.016059,-0.010119,0.014459,0.026074,0.024421,0.025248,0.0231,0.012141,0.0213,0.02481,0.023862,0.024488}, {0.040431,0.098668,0.029167,0.096576,0.044302,0.028311,0.059337,0.0087615,-0.33278,0.0068564,0.066511,0.023961,0.047032,0.088034,0.009014,0.088094,0.048089,0.032401,0.01723,0.044688,0.07212,0.045418,0.017808,0.02339,0.023168,0.026111,0.021585,0.026388,0.024794,0.026725,0.026261,0.03075,0.034628,0.031552,0.026107,0.028759,0.065172,0.086827,-0.020901,0.081617,0.062519,0.048602,0.06294,-0.040716,-0.4354,-0.044826,0.065803,0.029995,0.060758,0.070744,-0.041836,0.068641,0.059038,0.044385,0.03751,0.056359,0.071422,0.054522,0.034084,0.036281,0.036103,0.036589,0.026821,0.035167,0.034121,0.033149,0.033441,0.03699,0.037083,0.036377,0.031443,0.032218,-0.0032769,-0.076575,-0.26643,-0.079685,0.0016354,0.014449,-0.039781,-0.27741,2.373,-0.27681,-0.026504,-0.024629,-0.0016677,-0.080211,-0.2689,-0.076886,0.0057037,0.010996,0.018244,0.0060051,-0.0091955,0.0065704,0.019748,0.025197,0.026232,0.01509,-0.0078639,0.015309,0.026866,0.0259,0.023646,0.02133,0.014675,0.02311,0.024953,0.026164}, {0.028308,0.044153,0.096399,0.02948,0.099502,0.041138,0.025329,0.065818,0.0070492,-0.33258,0.010699,0.060003,0.032543,0.048677,0.086799,0.0085511,0.088196,0.044798,0.023846,0.017578,0.046059,0.072328,0.044031,0.016666,0.027861,0.025388,0.02627,0.021839,0.026301,0.0232,0.027849,0.026012,0.03127,0.032769,0.03063,0.024894,0.047768,0.063395,0.082379,-0.020027,0.08649,0.064634,0.030536,0.064802,-0.044583,-0.43479,-0.039942,0.062483,0.043753,0.058878,0.067633,-0.041688,0.070092,0.060102,0.036203,0.034337,0.05578,0.072082,0.055675,0.038112,0.033393,0.034425,0.034462,0.026515,0.036755,0.036007,0.031678,0.031529,0.037016,0.036742,0.03812,0.032955,0.01392,0.0037353,-0.078923,-0.26749,-0.078394,-0.0041259,-0.024441,-0.027061,-0.27681,2.3708,-0.27731,-0.03838,0.010936,0.004244,-0.078362,-0.26893,-0.080211,-0.00064629,0.025438,0.018944,0.0075978,-0.008367,0.0053283,0.019486,0.026205,0.027142,0.015117,-0.0080622,0.015444,0.026483,0.024628,0.025098,0.023518,0.014036,0.023262,0.025042}, {0.030012,0.026391,0.045145,0.098041,0.028497,0.11339,0.033878,0.025339,0.067235,0.0094871,-0.33611,0.025499,0.033945,0.031176,0.047587,0.089374,0.0079474,0.098536,0.024972,0.024395,0.017503,0.045081,0.071104,0.044346,0.027804,0.02701,0.024684,0.026343,0.020756,0.023277,0.028952,0.029385,0.025606,0.030386,0.032999,0.029039,0.045464,0.045188,0.064263,0.084906,-0.019879,0.10615,0.038201,0.029759,0.066245,-0.041491,-0.43921,-0.021906,0.041897,0.040485,0.057993,0.07115,-0.042422,0.084919,0.033634,0.03487,0.034153,0.05631,0.071959,0.062314,0.031913,0.031677,0.034307,0.036678,0.02762,0.040994,0.031514,0.031831,0.031792,0.038155,0.038305,0.041315,0.018279,0.010617,0.00068329,-0.081632,-0.27885,-0.081934,-0.0028579,-0.022721,-0.026504,-0.27731,2.3543,-0.28515,0.017053,0.010336,0.0043624,-0.077243,-0.27901,-0.085074,0.024835,0.025913,0.020099,0.007902,-0.012665,0.0014702,0.025586,0.024497,0.026968,0.015599,-0.010162,0.014387,0.024921,0.024461,0.024065,0.022186,0.012454,0.02233}, {0.03128,0.031944,0.030395,0.047692,0.11217,0.080852,0.030983,0.033356,0.02478,0.060149,0.025771,-0.3446,0.033414,0.033218,0.031928,0.04548,0.09967,0.038794,0.02674,0.024827,0.024028,0.01608,0.042727,0.098994,0.027119,0.027337,0.026791,0.022419,0.024506,0.029177,0.029044,0.028921,0.028829,0.025766,0.029823,0.040677,0.042598,0.046138,0.049187,0.068861,0.09939,-0.0057736,0.033236,0.03779,0.031018,0.062609,-0.021891,-0.48638,0.038335,0.040328,0.042655,0.05928,0.087658,-0.036697,0.032489,0.032783,0.036089,0.036528,0.061937,0.091497,0.030758,0.032028,0.033596,0.035433,0.041487,0.036626,0.032204,0.031994,0.032964,0.033633,0.041396,0.04715,0.014592,0.015462,0.0062542,-0.0093104,-0.10231,-0.37448,-0.0023253,-0.0020891,-0.024629,-0.03838,-0.28515,2.199,0.016881,0.017356,0.011501,-0.000687,-0.080338,-0.36069,0.025057,0.025754,0.026923,0.019278,0.0019348,-0.051335,0.024441,0.025497,0.025284,0.027046,0.014293,-0.038611,0.024527,0.023352,0.022873,0.023208,0.0192,-0.007111}, {0.091645,0.04188,0.014341,0.021347,0.02345,0.025378,0.042249,0.099218,0.047418,0.032891,0.033446,0.033092,-0.34154,0.02725,0.061053,0.026721,0.033604,0.031071,0.034308,0.098256,0.046027,0.032065,0.033405,0.032494,0.099161,0.043029,0.016695,0.02383,0.024474,0.026955,0.034323,0.025919,0.023383,0.026406,0.028113,0.028872,0.082464,0.064022,0.039996,0.038257,0.035295,0.034863,-0.037339,0.084067,0.060113,0.043294,0.041146,0.038864,-0.47939,-0.022229,0.059722,0.029525,0.036071,0.032037,-0.042007,0.082455,0.057349,0.041898,0.04071,0.036955,0.090513,0.060788,0.036869,0.036718,0.033777,0.033151,0.041753,0.044186,0.03779,0.033605,0.032816,0.032666,-0.074141,-0.0082249,0.01493,0.023548,0.023163,0.023329,-0.35965,-0.085108,-0.0016677,0.010936,0.017053,0.016881,2.2295,-0.27088,-0.034054,-0.019912,3.3829e-05,0.000908,-0.35857,-0.08118,-0.00027947,0.012051,0.018857,0.017928,-0.052636,0.00030844,0.018193,0.025675,0.024382,0.024302,-0.038748,0.012664,0.025972,0.024427,0.023894,0.023399}, {0.035143,0.06252,0.04014,0.014862,0.02159,0.023265,0.10046,0.010612,0.088201,0.04913,0.031276,0.03341,0.028265,-0.32944,0.010317,0.067034,0.025628,0.034978,0.097131,0.0056357,0.087566,0.048506,0.030509,0.032979,0.04262,0.071744,0.045148,0.016578,0.023331,0.025066,0.025534,0.022028,0.027287,0.024407,0.02664,0.02871,0.059299,0.067368,0.05599,0.036599,0.035832,0.034059,0.08536,-0.04209,0.069714,0.059301,0.040398,0.040702,-0.022212,-0.43268,-0.040503,0.063546,0.027494,0.036803,0.080712,-0.045286,0.068725,0.057275,0.039937,0.04003,0.059615,0.072682,0.057006,0.033619,0.035444,0.032979,0.044759,0.030605,0.039347,0.035762,0.033172,0.032881,0.00021948,-0.021934,0.0025911,0.020678,0.025931,0.02592,-0.079814,-0.27834,-0.080211,0.004244,0.010336,0.017356,-0.27088,2.3742,-0.26667,-0.022941,-0.019567,0.0012799,-0.081799,-0.27821,-0.077806,0.0058461,0.01252,0.018447,0.0023783,-0.013777,0.0050255,0.01876,0.026144,0.023996,0.019644,-0.0094684,0.015555,0.027853,0.025996,0.025699}, {0.011202,0.038564,0.064215,0.04074,0.015235,0.02071,0.045148,0.091071,0.010722,0.087893,0.047852,0.032262,0.060399,0.010891,-0.32682,0.0086313,0.06714,0.027377,0.046598,0.086614,0.0071302,0.085063,0.047372,0.031709,0.015475,0.044924,0.072281,0.044194,0.016978,0.024635,0.022417,0.027429,0.022793,0.027923,0.025257,0.02693,0.037301,0.054414,0.065446,0.054295,0.036198,0.036018,0.058722,0.072453,-0.042277,0.067971,0.058012,0.042358,0.059497,-0.040376,-0.42813,-0.043892,0.064572,0.030113,0.058008,0.066965,-0.044413,0.065458,0.057446,0.041098,0.035977,0.056284,0.071709,0.054723,0.033974,0.03573,0.037625,0.039734,0.029079,0.038006,0.035459,0.032662,0.019814,0.0031891,-0.01614,0.0051814,0.02136,0.027555,0.00046927,-0.076243,-0.2689,-0.078362,0.0043624,0.011501,-0.034054,-0.26667,2.3888,-0.2675,-0.021613,-0.020591,-0.00013114,-0.07911,-0.26817,-0.077608,0.0061366,0.011546,0.018664,0.0060739,-0.0083948,0.0066942,0.019987,0.026446,0.028521,0.016757,-0.0066561,0.017552,0.028591,0.026046}, {0.021507,0.013837,0.039418,0.063188,0.040138,0.012849,0.031943,0.0487,0.089508,0.010691,0.090287,0.045913,0.02683,0.066735,0.0086824,-0.32728,0.010622,0.060547,0.032298,0.049022,0.086009,0.0062236,0.086351,0.045109,0.023388,0.017145,0.045023,0.073161,0.044358,0.015648,0.025945,0.02402,0.027832,0.023484,0.027682,0.021961,0.036703,0.035109,0.053509,0.065338,0.055258,0.036898,0.042477,0.058347,0.068832,-0.042467,0.070809,0.058172,0.029651,0.063148,-0.044051,-0.42892,-0.039935,0.06019,0.042272,0.05809,0.06551,-0.044713,0.068515,0.057985,0.036003,0.034513,0.05469,0.07135,0.056115,0.036799,0.033692,0.035456,0.037444,0.028341,0.039247,0.037017,0.026793,0.020642,0.0046133,-0.016644,0.005067,0.020608,0.011973,0.0047298,-0.076886,-0.26893,-0.077243,-0.000687,-0.019912,-0.022941,-0.2675,2.3884,-0.26657,-0.03343,0.011146,0.0049635,-0.077536,-0.26831,-0.078065,0.0011518,0.026236,0.019696,0.0074084,-0.0090195,0.0058314,0.019856,0.02667,0.028311,0.017528,-0.0068271,0.017188,0.027835}, {0.022692,0.021426,0.014048,0.040401,0.063776,0.036109,0.033991,0.029972,0.049029,0.088849,0.010228,0.10087,0.034757,0.025054,0.067302,0.01066,-0.33105,0.028162,0.033482,0.031384,0.048298,0.086232,0.0051321,0.097183,0.025979,0.023653,0.017706,0.045896,0.071977,0.04273,0.027897,0.027382,0.023982,0.027057,0.022019,0.025057,0.033571,0.036556,0.036543,0.055623,0.06808,0.059678,0.041077,0.040186,0.060339,0.069602,-0.042305,0.086388,0.036128,0.027927,0.064508,-0.04057,-0.43329,-0.021775,0.039625,0.040493,0.057265,0.067107,-0.045633,0.081585,0.032957,0.034451,0.034282,0.056648,0.072227,0.060001,0.032261,0.033552,0.03567,0.038854,0.030296,0.043938,0.025484,0.026598,0.019234,0.0017042,-0.020545,-0.0010382,0.017992,0.010608,0.0057037,-0.080211,-0.27901,-0.080338,3.3829e-05,-0.019567,-0.021613,-0.26657,2.3732,-0.27151,0.018235,0.011833,0.0054186,-0.078258,-0.27757,-0.08199,0.025288,0.024397,0.019177,0.006729,-0.012165,0.003088,0.025655,0.025759,0.02746,0.016025,-0.0088464,0.018731}, {0.025479,0.023446,0.02259,0.014652,0.042067,0.092125,0.032442,0.034107,0.032579,0.046454,0.099868,0.041478,0.030921,0.034391,0.025993,0.060196,0.027602,-0.34117,0.032241,0.033343,0.032389,0.046538,0.09796,0.034507,0.026845,0.025027,0.023702,0.015504,0.044565,0.099013,0.027901,0.028608,0.026414,0.022478,0.026217,0.03335,0.034159,0.034161,0.038242,0.039126,0.063843,0.084244,0.038641,0.042042,0.043779,0.060244,0.08497,-0.037917,0.032174,0.03644,0.029966,0.060546,-0.021309,-0.47956,0.036555,0.038906,0.041615,0.058446,0.081768,-0.043476,0.033507,0.032913,0.036273,0.035809,0.061737,0.089724,0.033026,0.033608,0.035411,0.038229,0.044864,0.041135,0.022863,0.022775,0.022545,0.014153,-0.0088338,-0.07301,0.01706,0.018505,0.010996,-0.00064629,-0.085074,-0.36069,0.000908,0.0012799,-0.020591,-0.03343,-0.27151,2.2285,0.018183,0.018295,0.01121,0.00086788,-0.08172,-0.35874,0.025379,0.024735,0.025058,0.017919,0.001718,-0.051333,0.023941,0.023822,0.023922,0.024485,0.011411,-0.038313}, {0.033204,0.025276,0.022131,0.026773,0.028402,0.029262,0.10039,0.044264,0.016505,0.023246,0.024708,0.026889,0.035801,0.096885,0.046699,0.031504,0.03283,0.032832,-0.34297,0.027133,0.061174,0.026692,0.034022,0.031224,0.040557,0.098773,0.044991,0.031709,0.034165,0.032782,0.092569,0.042055,0.013401,0.022346,0.023915,0.025999,0.039977,0.044448,0.037601,0.03533,0.03336,0.032879,0.089533,0.062069,0.036786,0.036474,0.033584,0.033018,-0.043208,0.081574,0.058033,0.041766,0.040141,0.036879,-0.47869,-0.021275,0.060258,0.030208,0.036233,0.031519,-0.035359,0.084691,0.058949,0.043248,0.041714,0.037744,0.084361,0.063872,0.039031,0.037922,0.034196,0.034113,-0.040749,0.012309,0.024762,0.023467,0.022037,0.022466,-0.053017,0.0020281,0.018244,0.025438,0.024835,0.025057,-0.35857,-0.081799,-0.00013114,0.011146,0.018235,0.018183,2.2291,-0.27054,-0.033801,-0.020338,0.00040168,0.0011488,-0.35997,-0.085421,-0.00073629,0.012251,0.01923,0.01823,-0.072924,-0.0065393,0.017048,0.024297,0.022041,0.02377}, {0.024777,0.021632,0.026498,0.024918,0.027616,0.028554,0.042837,0.072652,0.044943,0.01633,0.02301,0.024326,0.098208,0.0070626,0.086842,0.048039,0.031,0.033496,0.027631,-0.3318,0.010931,0.067275,0.025626,0.035006,0.098962,0.0090338,0.089067,0.047718,0.030484,0.034603,0.035156,0.062948,0.039858,0.015077,0.022079,0.02313,0.042791,0.029554,0.038488,0.036282,0.033012,0.031841,0.05989,0.072717,0.056669,0.034376,0.034538,0.032521,0.081538,-0.045751,0.067798,0.05807,0.040138,0.039963,-0.021799,-0.43297,-0.039587,0.064547,0.028025,0.036292,0.086098,-0.039777,0.070906,0.057913,0.040098,0.041477,0.059034,0.068379,0.055346,0.036492,0.036461,0.033282,0.017501,-0.01036,0.015875,0.027775,0.025264,0.02574,0.0030001,-0.012691,0.0060051,0.018944,0.025913,0.025754,-0.08118,-0.27821,-0.07911,0.0049635,0.011833,0.018295,-0.27054,2.3728,-0.26782,-0.023376,-0.020002,-0.00023424,-0.079492,-0.27652,-0.079568,0.0045365,0.012005,0.018812,0.00069214,-0.019248,0.0024721,0.020448,0.027079,0.024708}, {0.02292,0.027486,0.024302,0.027641,0.024047,0.02613,0.01551,0.044385,0.072184,0.046052,0.016981,0.023189,0.044694,0.088134,0.0078408,0.086402,0.048489,0.032552,0.061201,0.010489,-0.32868,0.0076166,0.066801,0.027676,0.046029,0.089066,0.0092332,0.086895,0.048052,0.031978,0.01226,0.039788,0.063891,0.039839,0.015273,0.021143,0.035815,0.037572,0.029079,0.037342,0.03547,0.032927,0.035162,0.055125,0.0704,0.055504,0.034164,0.035488,0.056678,0.068301,-0.04457,0.065929,0.05778,0.041355,0.060678,-0.040298,-0.42792,-0.042974,0.063972,0.030301,0.059804,0.071088,-0.040208,0.068773,0.057766,0.042094,0.03768,0.054037,0.066195,0.054166,0.035592,0.036147,0.028068,0.015552,-0.0071581,0.0156,0.027739,0.02718,0.019826,0.0061929,-0.0091955,0.0075978,0.020099,0.026923,-0.00027947,-0.077806,-0.26817,-0.077536,0.0054186,0.01121,-0.033801,-0.26782,2.3893,-0.26679,-0.023986,-0.02079,0.0008726,-0.077355,-0.26685,-0.076587,0.0052438,0.011961,0.021801,0.0036496,-0.015944,0.0043367,0.021869,0.027971}, {0.027104,0.023868,0.027836,0.022627,0.027333,0.023381,0.023956,0.016886,0.045002,0.072357,0.044909,0.015935,0.031877,0.048175,0.08599,0.0084515,0.087303,0.046199,0.026965,0.066282,0.0080162,-0.3279,0.011237,0.061102,0.032554,0.04831,0.087067,0.010846,0.089239,0.044024,0.021262,0.015245,0.040385,0.063546,0.039306,0.010944,0.034038,0.035191,0.037643,0.028443,0.037627,0.035724,0.034934,0.033642,0.054803,0.070918,0.055732,0.035392,0.041828,0.057984,0.065883,-0.044553,0.066999,0.057623,0.030588,0.063983,-0.043438,-0.42983,-0.040412,0.060298,0.042656,0.058315,0.068044,-0.039713,0.072072,0.058418,0.036346,0.035449,0.053921,0.065631,0.055244,0.037572,0.02624,0.026926,0.016792,-0.0066451,0.016377,0.028069,0.025888,0.019318,0.0065704,-0.008367,0.007902,0.019278,0.012051,0.0058461,-0.077608,-0.26831,-0.078258,0.00086788,-0.020338,-0.023376,-0.26679,2.3872,-0.26696,-0.032778,0.011146,0.0051686,-0.076785,-0.26623,-0.07605,0.00031104,0.027325,0.020991,0.0050922,-0.016586,0.0041631,0.021261}, {0.028963,0.026799,0.025145,0.02685,0.022483,0.025032,0.02454,0.023624,0.017327,0.043984,0.071442,0.042897,0.032993,0.030613,0.04878,0.087193,0.0065932,0.098326,0.03496,0.025485,0.066742,0.010961,-0.33135,0.028933,0.033721,0.031851,0.049455,0.087935,0.0083753,0.099087,0.023892,0.021326,0.014574,0.04121,0.062473,0.034624,0.03263,0.032703,0.037066,0.038953,0.029948,0.043655,0.032176,0.034033,0.034516,0.055588,0.072056,0.060707,0.039623,0.039264,0.057499,0.067848,-0.045936,0.081364,0.036682,0.028217,0.063357,-0.039713,-0.43356,-0.022208,0.040155,0.041058,0.059144,0.070394,-0.041,0.085983,0.033481,0.035774,0.035797,0.056552,0.067967,0.059753,0.025406,0.024469,0.027374,0.015276,-0.0093276,0.016869,0.025531,0.026396,0.019748,0.0053283,-0.012665,0.0019348,0.018857,0.01252,0.0061366,-0.078065,-0.27757,-0.08172,0.00040168,-0.020002,-0.023986,-0.26696,2.3734,-0.27026,0.017207,0.011419,0.004313,-0.07967,-0.27701,-0.079219,0.025953,0.025779,0.019694,0.0043591,-0.019808,0.00081053}, {0.028292,0.028716,0.026879,0.022233,0.025798,0.033593,0.02512,0.024844,0.023637,0.016454,0.043288,0.099367,0.032108,0.034396,0.032191,0.045585,0.097221,0.035034,0.030981,0.034395,0.0267,0.060978,0.028517,-0.34149,0.033076,0.033236,0.032709,0.046664,0.099104,0.04012,0.02448,0.023519,0.021452,0.014243,0.041719,0.090979,0.032866,0.032804,0.034816,0.037671,0.044692,0.040296,0.032954,0.032784,0.036413,0.037502,0.062075,0.090483,0.037746,0.040514,0.04178,0.057809,0.081592,-0.043784,0.032515,0.036315,0.030081,0.06022,-0.021643,-0.48027,0.039348,0.040732,0.043622,0.059507,0.084427,-0.036444,0.034353,0.0353,0.038277,0.039526,0.063773,0.084323,0.023275,0.023181,0.023092,0.024715,0.010911,-0.041732,0.024883,0.024343,0.025197,0.019486,0.0014702,-0.051335,0.017928,0.018447,0.011546,0.0011518,-0.08199,-0.35874,0.0011488,-0.00023424,-0.02079,-0.032778,-0.27026,2.2274,0.017684,0.016716,0.010511,-0.00073213,-0.084218,-0.3597,0.023459,0.023112,0.023742,0.01614,-0.0059693,-0.0699}, {0.040213,0.029104,0.025149,0.029104,0.029476,0.029922,0.029073,0.023364,0.021649,0.026749,0.027514,0.027814,0.1004,0.042646,0.015034,0.023651,0.024926,0.027043,0.041966,0.099689,0.045164,0.031758,0.033674,0.032852,-0.34831,0.026181,0.059797,0.025747,0.034257,0.029632,0.082849,0.11124,0.044747,0.028096,0.030464,0.031008,0.046029,0.040909,0.03367,0.03285,0.031192,0.032015,0.035286,0.041281,0.035491,0.033959,0.031633,0.031657,0.089752,0.060777,0.035642,0.036305,0.032486,0.033126,-0.036877,0.08638,0.059717,0.042603,0.040019,0.037717,-0.48901,-0.021512,0.062815,0.031926,0.038817,0.032911,0.0016704,0.099634,0.066955,0.048441,0.045996,0.043729,-0.0071841,0.020286,0.022186,0.02306,0.022437,0.021413,-0.037742,0.016059,0.026232,0.026205,0.025586,0.024441,-0.052636,0.0023783,0.018664,0.026236,0.025288,0.025379,-0.35997,-0.079492,0.0008726,0.011146,0.017207,0.017684,2.194,-0.28419,-0.037597,-0.022366,-0.00050284,-0.0014771,-0.36947,-0.10131,-0.0098434,0.0066758,0.015792,0.017175}, {0.028145,0.032264,0.030866,0.026527,0.029305,0.029033,0.023592,0.021403,0.025258,0.02402,0.026832,0.027981,0.043406,0.072349,0.044622,0.017403,0.023372,0.025185,0.099094,0.010877,0.089083,0.048026,0.031658,0.034235,0.026437,-0.33928,0.010214,0.067241,0.024656,0.033635,0.11151,0.028848,0.096404,0.043907,0.026251,0.029093,0.040393,0.037125,0.037398,0.032078,0.0321,0.031389,0.040499,0.027706,0.036129,0.034959,0.03265,0.032161,0.060677,0.072318,0.055699,0.034213,0.034278,0.033646,0.084087,-0.040785,0.070123,0.058045,0.041117,0.041089,-0.021277,-0.44168,-0.040808,0.066042,0.029394,0.037832,0.10693,-0.015727,0.085169,0.063168,0.045254,0.045264,0.023228,0.012225,0.022031,0.024116,0.023526,0.024183,0.015601,-0.010119,0.01509,0.027142,0.024497,0.025497,0.00030844,-0.013777,0.0060739,0.019696,0.024397,0.024735,-0.085421,-0.27652,-0.077355,0.0051686,0.011419,0.016716,-0.28419,2.3514,-0.27635,-0.02612,-0.021891,-0.0019414,-0.079321,-0.27545,-0.081928,0.00060732,0.012602,0.020245}, {0.024765,0.030979,0.033339,0.031488,0.024765,0.028463,0.023788,0.026168,0.020372,0.026309,0.025148,0.026356,0.016653,0.045844,0.07258,0.045206,0.017763,0.023914,0.046421,0.0896,0.01041,0.087166,0.048257,0.032748,0.060066,0.010392,-0.33547,0.0060777,0.066761,0.025168,0.039656,0.096634,0.029116,0.096177,0.043422,0.02705,0.032716,0.037478,0.036965,0.03686,0.031767,0.03255,0.035826,0.035843,0.025828,0.035198,0.035674,0.033387,0.035867,0.055595,0.070973,0.054706,0.034358,0.035961,0.059029,0.069514,-0.041308,0.067708,0.058603,0.043871,0.061786,-0.041099,-0.4366,-0.043577,0.066418,0.03233,0.064925,0.085558,-0.016636,0.083939,0.063409,0.048987,0.024358,0.021761,0.014134,0.022136,0.02382,0.024669,0.027179,0.014459,-0.0078639,0.015117,0.026968,0.025284,0.018193,0.0050255,-0.0083948,0.0074084,0.019177,0.025058,-0.00073629,-0.079568,-0.26685,-0.076785,0.004313,0.010511,-0.037597,-0.27635,2.3697,-0.27695,-0.027601,-0.023542,-0.0015227,-0.076904,-0.26256,-0.078263,0.0017157,0.014835}, {0.028309,0.026437,0.030764,0.032562,0.030283,0.024898,0.026802,0.024425,0.02681,0.022089,0.026177,0.022978,0.023759,0.016916,0.044479,0.073464,0.046489,0.015996,0.031918,0.047203,0.087644,0.012124,0.088675,0.045988,0.025383,0.066415,0.0070472,-0.33528,0.0090758,0.059191,0.028786,0.043619,0.095736,0.029886,0.098398,0.038357,0.032206,0.032387,0.036669,0.036142,0.037506,0.032788,0.033819,0.034756,0.036031,0.026114,0.036152,0.035607,0.036671,0.034092,0.054318,0.070429,0.056364,0.03525,0.04333,0.058022,0.068488,-0.040566,0.069638,0.059264,0.031159,0.065855,-0.043774,-0.43771,-0.040471,0.06346,0.048761,0.062921,0.082601,-0.016898,0.088052,0.06438,0.024827,0.024726,0.0218,0.013644,0.022938,0.02457,0.024933,0.026074,0.015309,-0.0080622,0.015599,0.027046,0.025675,0.01876,0.0066942,-0.0090195,0.006729,0.017919,0.012251,0.0045365,-0.076587,-0.26623,-0.07967,-0.00073213,-0.022366,-0.02612,-0.27695,2.3671,-0.27789,-0.036867,0.013623,0.001885,-0.078832,-0.26486,-0.076301,-0.0015001}, {0.02941,0.029263,0.026123,0.029868,0.031957,0.028748,0.028203,0.02654,0.024308,0.026191,0.021202,0.024655,0.024649,0.023594,0.017462,0.043968,0.0723,0.04455,0.033505,0.029547,0.047727,0.0889,0.0090804,0.099132,0.033793,0.024622,0.067196,0.0098044,-0.33867,0.025836,0.030263,0.026168,0.045558,0.096311,0.028866,0.11183,0.031482,0.032143,0.0326,0.037423,0.03678,0.040617,0.032334,0.032592,0.034961,0.036637,0.026851,0.04011,0.03269,0.035353,0.034768,0.055482,0.07186,0.060382,0.041145,0.040236,0.058621,0.07162,-0.041773,0.083512,0.038336,0.030174,0.066107,-0.039963,-0.44078,-0.022351,0.045163,0.045778,0.064165,0.08458,-0.015807,0.10713,0.024313,0.023287,0.023891,0.021625,0.012195,0.022576,0.024753,0.024421,0.026866,0.015444,-0.010162,0.014293,0.024382,0.026144,0.019987,0.0058314,-0.012165,0.001718,0.01923,0.012005,0.0052438,-0.07605,-0.27701,-0.084218,-0.00050284,-0.021891,-0.027601,-0.27789,2.3506,-0.2835,0.018259,0.010874,-0.00028622,-0.08367,-0.27675,-0.077392}, {0.028223,0.028462,0.027913,0.025268,0.029488,0.039325,0.027754,0.02787,0.02702,0.022841,0.024521,0.029917,0.026075,0.02508,0.024398,0.01624,0.0435,0.10009,0.03213,0.033525,0.031534,0.044891,0.10032,0.04108,0.030048,0.033419,0.024557,0.060527,0.026302,-0.34845,0.030108,0.030984,0.030457,0.046065,0.10961,0.08139,0.031927,0.032736,0.03267,0.033821,0.042169,0.046836,0.032133,0.032253,0.033174,0.035293,0.041047,0.035826,0.033081,0.032566,0.03576,0.035479,0.060402,0.089607,0.038051,0.040455,0.042464,0.058247,0.085897,-0.03825,0.033952,0.038094,0.031521,0.063704,-0.0217,-0.48919,0.043945,0.046727,0.050153,0.067639,0.09838,0.00093454,0.023202,0.024281,0.02242,0.021975,0.019016,-0.0084418,0.024334,0.025248,0.0259,0.026483,0.014387,-0.038611,0.024302,0.023996,0.026446,0.019856,0.003088,-0.051333,0.01823,0.018812,0.011961,0.00031104,-0.079219,-0.3597,-0.0014771,-0.0019414,-0.023542,-0.036867,-0.2835,2.1959,0.015327,0.014273,0.0063289,-0.009968,-0.10051,-0.36897}, {0.032281,0.028447,0.025851,0.028273,0.027847,0.027235,0.038516,0.027366,0.024169,0.028646,0.028552,0.028667,0.033269,0.023598,0.021661,0.027182,0.027393,0.027842,0.092017,0.034385,0.010637,0.020674,0.023018,0.024733,0.085763,0.11207,0.038642,0.028332,0.029681,0.030408,-0.35732,0.084992,0.092921,0.04123,0.045389,0.040177,0.038999,0.038862,0.033309,0.032644,0.030982,0.031248,0.046634,0.041604,0.032799,0.032466,0.030966,0.03224,0.040988,0.045097,0.037013,0.033712,0.031898,0.033046,0.082859,0.0604,0.03777,0.035889,0.033585,0.035116,-0.00064762,0.10648,0.065324,0.049313,0.045599,0.043576,-0.56822,-0.0015899,0.082481,0.04638,0.051682,0.043685,-0.0073157,0.020364,0.022459,0.023905,0.023639,0.022,-0.0070561,0.0231,0.023646,0.024628,0.024921,0.024527,-0.038748,0.019644,0.028521,0.02667,0.025655,0.023941,-0.072924,0.00069214,0.021801,0.027325,0.025953,0.023459,-0.36947,-0.079321,-0.0015227,0.013623,0.018259,0.015327,1.9519,-0.38217,-0.094058,-0.060695,-0.028716,-0.030372}, {0.02787,0.028383,0.029894,0.026924,0.027859,0.02806,0.028493,0.032462,0.030334,0.025818,0.02799,0.028487,0.024646,0.021327,0.027576,0.024027,0.026712,0.028136,0.040506,0.064059,0.038925,0.014189,0.021023,0.024184,0.1103,0.030832,0.097543,0.043142,0.025842,0.031122,0.084669,-0.34633,0.045351,0.09696,0.03724,0.046312,0.038278,0.033217,0.03496,0.031807,0.031034,0.031874,0.041715,0.037615,0.037264,0.032512,0.03141,0.031273,0.044194,0.029258,0.038788,0.036118,0.033307,0.033045,0.062614,0.068373,0.05361,0.03621,0.036338,0.036219,0.097095,-0.017128,0.086063,0.063774,0.04512,0.046733,-0.0024458,-0.48799,-0.030291,0.08805,0.041951,0.051555,0.019806,0.011978,0.020661,0.024835,0.024742,0.023886,0.020532,0.012141,0.02133,0.025098,0.024461,0.023352,0.012664,-0.0094684,0.016757,0.028311,0.025759,0.023822,-0.0065393,-0.019248,0.0036496,0.020991,0.025779,0.023112,-0.10131,-0.27545,-0.076904,0.001885,0.010874,0.014273,-0.38217,2.1864,-0.36347,-0.070043,-0.054944,-0.029679}, {0.026898,0.030706,0.027894,0.028549,0.027292,0.028368,0.025158,0.030931,0.033239,0.030764,0.025778,0.027866,0.022365,0.026756,0.022809,0.02691,0.024168,0.026069,0.013144,0.040219,0.064116,0.039678,0.014031,0.021858,0.044362,0.096682,0.03139,0.095044,0.04415,0.030295,0.093882,0.045089,-0.34497,0.040703,0.09838,0.041965,0.032375,0.03435,0.030563,0.033563,0.031635,0.032023,0.033463,0.03677,0.036597,0.037035,0.031616,0.032236,0.038018,0.038687,0.029258,0.038298,0.036349,0.035006,0.039172,0.055151,0.066311,0.054606,0.036174,0.039648,0.067445,0.08479,-0.017284,0.081421,0.063636,0.050901,0.083016,-0.03059,-0.48258,-0.036309,0.088473,0.046236,0.022749,0.022054,0.014494,0.023308,0.025139,0.024213,0.022904,0.0213,0.014675,0.023518,0.024065,0.022873,0.025972,0.015555,-0.0066561,0.017528,0.02746,0.023922,0.017048,0.0024721,-0.015944,0.0050922,0.019694,0.023742,-0.0098434,-0.081928,-0.26256,-0.078832,-0.00028622,0.0063289,-0.094058,-0.36347,2.2144,-0.36163,-0.070712,-0.062869}, {0.027908,0.026804,0.029088,0.028092,0.029442,0.025783,0.027684,0.025722,0.030672,0.032728,0.030155,0.024783,0.026004,0.023656,0.027279,0.023472,0.02745,0.021987,0.021035,0.013574,0.039968,0.064541,0.041196,0.013351,0.029477,0.043803,0.096502,0.030428,0.096695,0.046187,0.043037,0.097308,0.04003,-0.34352,0.046726,0.09408,0.032177,0.031754,0.03386,0.031273,0.035243,0.03305,0.032342,0.032344,0.036757,0.03631,0.037414,0.033406,0.034445,0.035769,0.037925,0.029081,0.039355,0.037435,0.038712,0.036369,0.054193,0.066255,0.056796,0.039699,0.049362,0.063942,0.082758,-0.01839,0.083978,0.067363,0.045677,0.087312,-0.037238,-0.48188,-0.030567,0.082172,0.024476,0.02501,0.022613,0.014279,0.022473,0.023634,0.022951,0.02481,0.02311,0.014036,0.022186,0.023208,0.024427,0.027853,0.017552,-0.0068271,0.016025,0.024485,0.024297,0.020448,0.0043367,-0.016586,0.0043591,0.01614,0.0066758,0.00060732,-0.078263,-0.26486,-0.08367,-0.009968,-0.060695,-0.070043,-0.36163,2.215,-0.36444,-0.095309}, {0.027712,0.028184,0.026556,0.029078,0.027817,0.029208,0.029138,0.028096,0.02523,0.029904,0.032113,0.029172,0.028553,0.02586,0.023701,0.025984,0.022484,0.025938,0.023346,0.020732,0.013962,0.038867,0.063008,0.041372,0.030796,0.026105,0.042076,0.098653,0.02967,0.1115,0.046234,0.037713,0.098603,0.045601,-0.34618,0.085178,0.032101,0.032063,0.031171,0.03448,0.03234,0.038525,0.032167,0.031711,0.031473,0.037312,0.037513,0.041344,0.033678,0.033233,0.035998,0.038435,0.030394,0.044267,0.034389,0.0366,0.036209,0.054436,0.068124,0.063691,0.045458,0.046157,0.062569,0.087164,-0.017702,0.097768,0.050301,0.042618,0.088477,-0.030907,-0.48856,-0.0038557,0.023873,0.023866,0.025319,0.022464,0.01149,0.019758,0.022954,0.023862,0.024953,0.023262,0.012454,0.0192,0.023894,0.025996,0.028591,0.017188,-0.0088464,0.011411,0.022041,0.027079,0.021869,0.0041631,-0.019808,-0.0059693,0.015792,0.012602,0.0017157,-0.076301,-0.27675,-0.10051,-0.028716,-0.054944,-0.070712,-0.36444,2.1845,-0.38414}, {0.026704,0.02857,0.027972,0.026041,0.028338,0.031939,0.0283,0.027778,0.028374,0.024457,0.027854,0.039484,0.027122,0.028451,0.025904,0.02155,0.02454,0.032661,0.024015,0.023032,0.021132,0.011769,0.034535,0.090133,0.02997,0.029377,0.027763,0.038937,0.1117,0.08334,0.041037,0.046419,0.042384,0.094586,0.084,-0.35493,0.030812,0.032089,0.031563,0.032592,0.038657,0.038533,0.032489,0.030934,0.032207,0.033002,0.041867,0.046996,0.033202,0.033304,0.033217,0.036445,0.04506,0.040092,0.034351,0.033287,0.036972,0.037983,0.060467,0.083271,0.043355,0.0451,0.048664,0.064151,0.10607,-0.00092914,0.043836,0.0508,0.045616,0.083182,-0.0023836,-0.56558,0.021878,0.024858,0.024738,0.023121,0.019933,-0.0072238,0.023732,0.024488,0.026164,0.025042,0.02233,-0.007111,0.023399,0.025699,0.026046,0.027835,0.018731,-0.038313,0.02377,0.024708,0.027971,0.021261,0.00081053,-0.0699,0.017175,0.020245,0.014835,-0.0015001,-0.077392,-0.36897,-0.030372,-0.029679,-0.062869,-0.095309,-0.38414,1.9498}, }; const float catches::M_[108]={ 0.17189,0.1655,0.16349,0.16224,0.16356,0.16834,0.15442,0.14712,0.14587,0.14683,0.14771,0.15198,0.14264,0.13467,0.1329,0.13476,0.13547,0.13945,0.1347,0.12721,0.12574,0.12577,0.12664,0.1313,0.1297,0.12371,0.12272,0.12202,0.12337,0.12807,0.12714,0.12342,0.12155,0.12303,0.12455,0.12782,0.11619,0.10969,0.10741,0.10621,0.10795,0.11307,0.092626,0.085626,0.084246,0.0854,0.086651,0.09101,0.075165,0.06755,0.065509,0.067568,0.068846,0.072447,0.061838,0.054659,0.052754,0.052915,0.054324,0.058616,0.050771,0.04511,0.043717,0.043012,0.044305,0.048463,0.040341,0.036712,0.034732,0.035891,0.03697,0.039663,-0.13985,-0.14467,-0.1463,-0.1478,-0.14732,-0.14331,-0.16933,-0.17469,-0.1756,-0.17493,-0.17471,-0.1711,-0.19411,-0.20011,-0.20208,-0.2004,-0.19958,-0.19672,-0.21541,-0.22118,-0.22312,-0.22343,-0.22262,-0.21891,-0.2353,-0.23973,-0.24125,-0.24234,-0.2416,-0.23817,-0.25663,-0.25835,-0.25989,-0.25909,-0.25847,-0.25713 }; const float catches::Dict_[256][108] = { {0.019715,0.33253,0.72393,-0.82465,-1.3472,0.78476,0.017456,-0.1555,0.17102,0.91399,-0.20247,-0.60151,-0.011008,-0.044046,-0.24745,0.17955,0.61521,-0.22222,-0.081495,0.0089424,0.0004878,-0.012208,0.22685,0.10684,-0.022744,-0.029236,-0.0099774,0.011852,0.067771,0.032056,-0.01781,-0.033703,0.01849,-0.01743,0.047636,0.015428,0.016144,0.29246,0.66081,-0.89702,-1.3917,0.74494,0.018332,-0.15436,0.18388,0.88509,-0.26072,-0.62855,0.010333,-0.028796,-0.24132,0.15235,0.56239,-0.28118,-0.044428,0.033595,-0.0095754,-0.051504,0.18956,0.073667,0.029961,0.010479,-0.016504,-0.015652,0.040268,0.015372,0.039302,0.014187,0.043696,-0.013582,0.046323,-0.006374,-0.098856,0.24052,0.66572,-0.82326,-1.3058,0.72363,-0.047959,-0.18093,0.15217,0.87487,-0.19094,-0.55292,-0.030412,-0.047703,-0.26982,0.11205,0.54988,-0.22643,-0.052218,0.029681,-0.017843,-0.069812,0.13867,0.063761,0.012588,-0.0024505,-0.01817,-0.038861,-0.018013,-0.01405,0.0088687,-0.014009,0.020358,-0.021752,0.029297,-0.015663}, {0.042574,0.078275,0.063592,0.065103,0.031475,0.068794,0.044997,0.03914,0.057209,0.096183,0.059297,0.033308,-0.0011772,-0.0082287,-0.0028332,0.017112,-0.0080444,0.0062658,-0.080467,-0.079408,-0.10163,-0.092546,-0.091246,-0.073814,-0.085053,-0.091092,-0.10229,-0.064611,-0.069196,-0.08547,-0.097914,-0.14608,-0.16954,-0.19303,-0.16566,-0.14481,-0.16687,-0.14869,-0.17106,-0.18633,-0.20946,-0.1627,-0.24933,-0.29252,-0.28805,-0.2819,-0.31018,-0.29598,-0.27758,-0.33353,-0.33584,-0.35469,-0.38314,-0.32243,-0.047608,-0.046734,-0.04029,-0.038214,-0.056432,-0.025152,0.53836,0.62249,0.69377,0.76842,0.71597,0.63316,1.0279,1.1172,1.1864,1.2104,1.1805,1.0964,0.029295,0.048282,0.049064,0.079754,0.060749,0.10243,0.13183,0.12686,0.15797,0.20711,0.19682,0.179,0.19712,0.18346,0.18529,0.21113,0.21726,0.18894,-0.016619,-0.017086,-0.043506,-0.039202,-0.035135,-0.057864,-0.3768,-0.4111,-0.44701,-0.41882,-0.43893,-0.46314,-0.65003,-0.72347,-0.76123,-0.751,-0.71831,-0.69855}, {0.4562,0.063676,-0.1363,-0.042644,-0.02372,-0.027551,0.13196,0.78877,0.33753,0.015132,-0.0097767,-0.021892,-1.4392,-0.36109,0.36034,0.41194,0.26052,0.084115,-0.058798,-0.42093,-0.36231,-0.095945,0.099845,0.13996,0.34206,0.21679,0.040593,-0.13271,-0.1651,-0.10591,0.027983,0.0053642,0.030293,-0.013814,-0.041112,-0.091619,0.44736,0.059191,-0.11712,-0.040956,-0.042718,-0.036247,0.079888,0.77823,0.35868,0.018761,-0.010824,-0.01716,-1.519,-0.40405,0.36448,0.40599,0.25809,0.08277,-0.089366,-0.45407,-0.39406,-0.13211,0.08859,0.14334,0.32315,0.16805,-0.011151,-0.17951,-0.19075,-0.11743,0.018922,-0.019404,-0.0041915,-0.053934,-0.07178,-0.11762,0.51245,0.09439,-0.11207,-0.040506,-0.03804,-0.015489,0.11737,0.8114,0.35958,0.021772,0.0064388,-0.0042901,-1.4789,-0.37115,0.36553,0.41879,0.27851,0.10184,-0.066701,-0.45154,-0.40203,-0.12402,0.097792,0.176,0.34154,0.15638,-0.032621,-0.1828,-0.18442,-0.096939,0.049256,-0.018962,0.013719,-0.018693,-0.043248,-0.075021}, {-0.22101,-0.23243,-0.12812,0.30714,1.1078,1.3197,0.088267,0.036485,-0.13936,-0.41858,-0.74178,-0.89674,0.024279,0.018965,0.0026562,0.052412,0.03046,-0.16909,-0.024244,-0.036723,-0.088844,-0.06726,-0.032331,-0.0080938,-0.054487,-0.0076796,-0.023971,0.0081211,-0.0084804,-0.034796,-0.0097128,-0.019717,-0.038854,-0.020202,-0.0073315,-0.022516,-0.22442,-0.26057,-0.13833,0.31277,1.1441,1.3641,0.072579,0.018437,-0.13438,-0.42881,-0.74223,-0.9114,0.015892,0.019258,0.006002,0.031218,0.0051754,-0.18101,-0.015998,-0.039772,-0.092116,-0.085234,-0.067687,-0.042535,-0.024483,0.013301,-0.010142,0.0086284,-0.027426,-0.075723,0.035681,0.013829,-0.018792,-0.0078819,-0.014542,-0.029578,-0.20757,-0.25063,-0.13256,0.33845,1.162,1.3657,0.077267,0.041022,-0.10646,-0.38273,-0.701,-0.88854,0.029536,0.049639,0.049945,0.079264,0.054514,-0.1265,0.022877,0.0029199,-0.051297,-0.042909,-0.027407,0.015571,0.028905,0.069404,0.042517,0.049756,0.0087853,-0.027616,0.11222,0.10748,0.062881,0.065728,0.047633,0.029447}, {-0.016179,0.00099208,0.00014373,-0.050951,-0.15088,-0.30484,-0.18711,-0.26562,-0.44958,-0.58135,-0.4599,-0.11933,-0.65683,-0.49005,-0.27057,0.09304,0.383,0.52221,0.25475,0.46933,0.49877,0.40466,0.24781,0.14236,0.3034,0.15958,0.04551,0.014872,0.041246,0.053044,0.01217,0.0097272,0.0087957,0.040651,0.027873,-0.034342,-0.029735,-0.0076974,-0.010728,-0.060938,-0.16456,-0.33138,-0.20304,-0.28976,-0.4746,-0.60806,-0.48584,-0.14719,-0.68829,-0.53053,-0.29704,0.083242,0.37535,0.51595,0.2402,0.46212,0.50368,0.40547,0.24061,0.13771,0.29757,0.16389,0.050853,0.01406,0.033677,0.048182,0.010928,0.011681,0.01889,0.051908,0.038555,-0.036259,0.0073831,-0.0029702,-0.0139,-0.072128,-0.1822,-0.32144,-0.18307,-0.28598,-0.46807,-0.58804,-0.45767,-0.10811,-0.6556,-0.51243,-0.26942,0.13874,0.44963,0.59025,0.27433,0.50833,0.55757,0.47571,0.31962,0.21484,0.34822,0.22318,0.11639,0.084333,0.098133,0.12283,0.084886,0.090505,0.10344,0.13063,0.10436,0.042461}, {-0.36411,-0.25963,0.23482,0.74733,0.77187,0.50714,-0.36599,-0.37995,-0.14146,0.45841,0.79877,0.6844,-0.20162,-0.28972,-0.26582,-0.042166,0.30337,0.50365,-0.07654,-0.14939,-0.23522,-0.29876,-0.19184,0.14304,0.047461,-0.023101,-0.13935,-0.23353,-0.29191,-0.18648,0.072278,0.022351,-0.055514,-0.16624,-0.21501,-0.21808,-0.25566,-0.17739,0.24821,0.73874,0.89258,0.75055,-0.28066,-0.2854,-0.11746,0.40544,0.8083,0.80646,-0.20138,-0.25393,-0.22429,-0.023314,0.27747,0.47874,-0.13249,-0.17517,-0.20131,-0.22916,-0.17325,0.083134,-0.016249,-0.071833,-0.15998,-0.21173,-0.27445,-0.22642,0.038111,-0.017761,-0.080152,-0.16832,-0.20939,-0.25587,0.39994,0.15349,-0.35052,-0.86306,-1.0551,-0.85546,0.48471,0.38944,-0.046114,-0.57285,-0.92911,-0.8877,0.32047,0.34697,0.21739,-0.094767,-0.46695,-0.63919,0.11127,0.19818,0.28754,0.23664,0.075131,-0.077634,0.045794,0.083122,0.18616,0.30514,0.3198,0.19308,0.012798,0.02458,0.12892,0.19661,0.28248,0.23062}, {1.2367,1.6116,1.84,1.8782,1.6924,1.3897,0.066371,0.18378,0.22505,0.21699,0.21425,0.16547,-0.48677,-0.55028,-0.55527,-0.55625,-0.55531,-0.53462,-0.3808,-0.4235,-0.36947,-0.3908,-0.37486,-0.40411,-0.21357,-0.2059,-0.097698,-0.11941,-0.12409,-0.1388,-0.12873,-0.118,-0.037593,-0.074502,-0.10328,-0.090675,-0.86193,-1.0801,-1.2423,-1.2263,-1.1494,-0.9723,-0.21146,-0.24591,-0.30083,-0.33843,-0.30452,-0.27844,0.17256,0.23102,0.26836,0.28499,0.25857,0.19676,0.14732,0.16674,0.20096,0.18702,0.2187,0.21981,0.10742,0.092569,0.13327,0.094062,0.11034,0.1554,0.087062,0.063921,0.10076,0.068935,0.050382,0.081686,-0.23919,-0.38113,-0.48298,-0.47651,-0.44109,-0.30035,0.0662,0.022865,-0.0038045,-0.032398,-0.00054346,0.033113,0.18672,0.21006,0.2323,0.23912,0.21926,0.20666,0.10847,0.1018,0.13414,0.095299,0.13302,0.15547,0.085249,0.072787,0.11362,0.058265,0.085138,0.13611,0.085295,0.069486,0.093933,0.065606,0.067911,0.10701}, {0.015706,-0.0089858,0.16882,-0.22348,-0.77626,0.2281,-0.033874,-0.093125,-0.43097,-0.72668,0.64875,1.3,-0.0050707,-0.10758,-0.10741,0.48912,0.77306,-0.37599,-0.070818,0.069689,0.2304,0.2751,-0.19618,-0.40337,-0.0036758,0.059317,-0.054715,-0.060696,-0.10695,-0.03263,0.057431,0.022137,-0.10918,-0.008699,-0.035195,-0.045097,0.016249,-0.029332,0.1566,-0.2302,-0.79542,0.20666,-0.01886,-0.11022,-0.44592,-0.73222,0.65092,1.2735,-0.013113,-0.14465,-0.13163,0.48219,0.76546,-0.40483,-0.077693,0.020119,0.18295,0.24488,-0.2106,-0.40773,-0.0018305,0.049506,-0.05356,-0.067638,-0.097927,-0.014667,0.056337,0.018707,-0.079077,0.017537,-0.0055935,-0.01002,-0.044469,-0.08957,0.10531,-0.26187,-0.78278,0.17895,-0.048733,-0.14012,-0.46375,-0.72742,0.63984,1.2348,-0.029018,-0.16246,-0.16308,0.44935,0.74166,-0.39953,-0.069339,0.01861,0.15068,0.21518,-0.20716,-0.36638,0.011726,0.059995,-0.066392,-0.073151,-0.081732,-0.0025411,0.032712,0.033378,-0.065373,0.041305,0.0013316,-0.049879}, {1.4488,1.0241,0.15588,-0.24764,-0.18654,-0.14332,-0.85177,-0.68652,-0.32326,-0.026124,0.04416,0.050525,-0.11399,0.072717,0.072881,0.052209,0.0026966,-0.026865,-0.0050339,-0.068265,-0.082658,-0.045819,0.0079881,0.010109,-0.032561,-0.030618,-0.016272,-0.042373,0.0046816,0.025057,0.032932,-0.010387,0.011744,-0.00048289,0.014185,0.011303,1.4374,1.0246,0.16976,-0.25725,-0.23234,-0.20205,-0.90657,-0.74112,-0.35564,-0.052941,0.0040325,0.011884,-0.14863,0.043491,0.038211,0.022319,-0.029489,-0.047052,-0.031228,-0.086584,-0.097787,-0.070463,-0.032389,-0.0084051,-0.0643,-0.050521,-0.026052,-0.054013,-0.034283,0.0045887,-0.0039269,-0.021254,0.0003822,-0.015355,-0.021617,0.0030065,1.6465,1.2127,0.27,-0.21541,-0.20466,-0.17557,-0.8154,-0.67166,-0.31938,-0.044345,0.019566,0.031491,-0.13589,0.049632,0.047088,0.032242,-0.008594,-0.019392,-0.018756,-0.068704,-0.076293,-0.040829,0.0090972,0.034338,-0.037983,-0.022628,0.0037545,-0.014174,0.0194,0.052634,0.038901,0.025697,0.044691,0.022525,0.017557,0.041966}, {-0.0090857,0.0011182,-0.00017135,0.021483,0.13609,0.17126,-0.0063844,0.025927,0.037134,-0.011216,0.26823,0.14906,-0.0023096,0.059708,-0.013588,0.15722,0.54215,-0.41425,0.059602,0.091326,0.029395,0.55885,0.042573,-0.96102,0.03148,0.062675,0.23397,0.42643,-0.72616,-0.42314,0.053932,0.15783,0.27024,-0.15785,-0.64397,-0.0087689,-0.010663,-0.0037704,-0.017981,-0.0074362,0.11019,0.14527,-0.011402,0.012046,0.022343,-0.020313,0.25562,0.11483,-0.019452,0.034558,-0.023036,0.16287,0.53763,-0.46236,0.043613,0.063185,0.031245,0.57085,0.008089,-1.034,0.033744,0.056169,0.24693,0.42142,-0.78856,-0.50721,0.067135,0.15936,0.2769,-0.18771,-0.71963,-0.095167,-0.029583,-0.013843,-0.03514,-0.0090846,0.12942,0.16785,-0.010652,0.019766,0.019953,0.0053733,0.31218,0.16117,-0.023086,0.032408,-0.014509,0.22493,0.61563,-0.42522,0.029355,0.052722,0.064698,0.66025,0.081524,-1.0156,0.026963,0.062564,0.30889,0.50785,-0.74567,-0.52242,0.085837,0.18345,0.35287,-0.11701,-0.69535,-0.12359}, {0.38909,0.49324,0.30255,-0.34758,-1.0291,-1.3693,0.29196,0.5218,0.67336,0.33878,-0.45899,-1.0638,0.035066,0.24123,0.44429,0.54241,0.2891,-0.29093,-0.068272,0.016266,0.16082,0.3906,0.56087,0.31781,-0.093412,-0.11373,0.0027373,0.16483,0.34778,0.39636,-0.13483,-0.12275,-0.056627,-0.0079485,0.19689,0.27977,-0.092329,-0.088819,-0.11653,-0.097087,0.052541,0.17912,-0.067799,-0.097956,-0.089386,-0.071825,-0.053806,0.041223,-0.079683,-0.066996,-0.097505,-0.093009,-0.056267,-0.080453,-0.03464,-0.04102,-0.071936,-0.085553,-0.022181,-0.074217,0.018365,-0.053165,-0.033761,-0.050878,-0.07385,-0.056491,-0.007799,0.0045187,0.027886,-0.021916,-0.032685,-0.046819,-0.34993,-0.43039,-0.31854,0.24081,1.0969,1.6092,-0.26003,-0.45261,-0.52153,-0.25291,0.42808,1.123,-0.10641,-0.19351,-0.38126,-0.45236,-0.18507,0.32608,0.095918,0.053069,-0.13298,-0.36736,-0.42383,-0.23566,0.16308,0.085997,0.017952,-0.16748,-0.3655,-0.36147,0.15036,0.1518,0.14865,0.030856,-0.11628,-0.25436}, {-0.059582,-0.01575,-0.069448,-0.035824,0.0018772,0.037267,-0.18765,-0.038867,-0.029044,-0.06021,-0.024329,0.013979,-0.11678,-0.41562,-0.045758,-0.009744,-0.046576,0.0022854,0.70867,-0.28525,-0.55081,-0.065124,-0.041917,-0.024015,0.68541,1.0183,-0.20495,-0.64167,-0.22195,-0.10979,0.032714,0.56927,0.93057,0.019842,-0.29675,-0.21637,-0.064061,-0.020945,-0.063098,-0.023716,0.022992,0.063443,-0.21964,-0.063994,-0.04097,-0.064328,-0.016579,0.022308,-0.18709,-0.44187,-0.046468,0.00031951,-0.034431,-0.0057977,0.59168,-0.34535,-0.54671,-0.029213,-0.0023041,-0.015365,0.55278,0.90616,-0.23381,-0.61762,-0.18987,-0.099746,-0.058102,0.47601,0.85665,-0.0079174,-0.29964,-0.20207,-0.051073,-0.0063688,-0.065689,-0.033438,0.0041695,0.038492,-0.2022,-0.030764,-0.016474,-0.047455,-0.022473,0.016423,-0.16966,-0.38195,0.0023038,0.0203,-0.039099,0.007536,0.59612,-0.3048,-0.50362,-0.015976,0.00025343,0.0042348,0.5679,0.92477,-0.19964,-0.59787,-0.17839,-0.062641,-0.018633,0.52053,0.89348,0.022869,-0.27187,-0.15736}, {-0.064989,-0.012307,-0.057338,-0.069357,-0.037232,-0.14626,-0.090739,-0.050959,-0.06484,-0.0082887,0.010225,-0.060703,-0.067684,-0.043745,-0.041014,-0.018353,0.0098568,-0.021568,-0.0059624,-0.0062668,-0.02212,-0.025178,0.13576,-0.072261,-0.047811,-0.07466,0.019402,0.29657,0.29459,0.28217,-0.033377,0.16506,0.5542,-0.71421,-1.8213,0.44651,-0.028907,0.021167,-0.020659,-0.013872,0.018929,-0.089619,-0.028444,-0.0067303,-0.012154,0.052954,0.058364,-0.025833,0.02934,0.017499,0.034419,0.06907,0.11184,0.047367,0.084753,0.068159,0.061383,0.071331,0.22872,0.0030189,-0.0029353,-0.022371,0.096427,0.30846,0.24936,0.3273,-0.021986,0.18403,0.56745,-0.8731,-2.0799,0.36188,0.030539,0.098886,0.054378,0.054331,0.06424,-0.060179,0.032903,0.075974,0.068537,0.10723,0.11393,0.038924,0.051856,0.059814,0.088569,0.12196,0.1689,0.12453,0.086175,0.083966,0.11612,0.16964,0.34016,0.099056,0.040116,0.01704,0.15346,0.35805,0.28305,0.39215,0.049098,0.26706,0.59818,-0.96663,-2.1704,0.40591}, {-0.76687,-0.78331,-0.76505,-0.69144,-0.58464,-0.53801,0.21898,0.31357,0.38064,0.39648,0.38398,0.299,0.45983,0.43709,0.42294,0.37913,0.37881,0.37712,0.25714,0.20399,0.17805,0.17225,0.14157,0.18263,0.16104,0.11261,0.081911,0.090702,0.10013,0.10372,0.10324,0.064809,0.048618,0.046479,0.076321,0.087402,-0.58429,-0.60296,-0.58689,-0.53988,-0.46021,-0.42484,0.13521,0.2111,0.28034,0.28482,0.26079,0.19312,0.34135,0.33327,0.33328,0.29433,0.28999,0.28151,0.2148,0.18159,0.18184,0.17759,0.13684,0.1613,0.12867,0.10727,0.093542,0.09682,0.088137,0.082212,0.068869,0.056153,0.039266,0.025065,0.037006,0.053367,0.15058,0.12359,0.088896,0.080624,0.1034,0.064855,-0.080405,-0.090324,-0.075226,-0.094034,-0.11763,-0.13458,-0.25967,-0.3027,-0.31548,-0.34928,-0.32022,-0.25385,-0.24174,-0.23917,-0.21472,-0.21143,-0.23124,-0.1951,-0.16396,-0.14464,-0.12764,-0.099929,-0.11025,-0.13888,-0.12581,-0.10783,-0.11011,-0.096387,-0.081121,-0.079795}, {-0.61911,-0.54177,-0.52712,-0.52422,-0.5455,-0.62227,-0.44981,-0.39101,-0.3825,-0.39086,-0.39141,-0.45334,-0.36011,-0.32507,-0.3088,-0.30784,-0.31775,-0.35148,-0.26298,-0.25453,-0.24615,-0.23604,-0.23503,-0.24635,-0.12526,-0.12188,-0.11554,-0.086485,-0.095492,-0.1022,0.041261,0.079999,0.094749,0.11164,0.10837,0.096285,-0.066843,-0.050391,-0.050652,-0.049561,-0.057314,-0.073226,-0.014811,-0.0016909,-0.008797,-0.012088,-0.0071441,-0.021281,-0.0038403,0.0054585,0.016298,0.015445,0.0073628,-0.0033859,0.022734,0.025707,0.028591,0.0309,0.033607,0.030786,0.052249,0.047702,0.039827,0.055486,0.046608,0.050197,0.04177,0.053758,0.057508,0.071266,0.065293,0.053956,0.42239,0.39427,0.37064,0.38353,0.397,0.42543,0.35859,0.32986,0.31198,0.31213,0.33267,0.36182,0.31054,0.28244,0.2838,0.28122,0.28043,0.30821,0.28324,0.26724,0.26131,0.24792,0.24429,0.27011,0.21192,0.19604,0.17647,0.17071,0.15935,0.17658,0.047951,0.038903,0.024134,0.024443,0.018061,0.0084669}, {-0.71292,-0.70048,-0.69406,-0.72834,-0.74719,-0.77613,0.53908,0.49765,0.51473,0.52891,0.50611,0.56023,0.054606,0.020423,0.021024,0.02685,0.01396,0.08981,0.098119,0.099017,0.087174,0.096295,0.078222,0.088512,-0.013243,-0.024118,-0.022305,-0.030814,-0.04364,-0.025043,-0.071252,-0.074868,-0.061455,-0.053328,-0.05446,-0.070559,-0.7303,-0.7155,-0.69269,-0.72828,-0.74653,-0.78498,0.52646,0.48952,0.50486,0.52028,0.49741,0.54176,0.060154,0.023651,0.01491,0.021073,0.0049847,0.08193,0.1014,0.10514,0.09154,0.108,0.089779,0.10861,0.0071719,0.000944,0.0065051,0.0036073,-0.004673,0.0034861,-0.032582,-0.030734,-0.011099,0.0016498,0.0013325,-0.032485,-0.73334,-0.72709,-0.70517,-0.74301,-0.76378,-0.79841,0.58283,0.54442,0.56041,0.57525,0.5697,0.60924,0.15177,0.10384,0.099802,0.10548,0.099754,0.18438,0.19998,0.18462,0.17521,0.18699,0.17565,0.1998,0.099837,0.077286,0.079194,0.064848,0.063525,0.078129,0.0442,0.030867,0.043821,0.055548,0.056671,0.0449}, {-0.020414,-0.017235,0.0044913,-0.02746,-0.025342,-0.069263,-0.0088554,-0.009874,-0.0027489,-0.038237,-0.021071,-0.03302,0.020503,0.0060969,0.022102,0.0045949,-0.00020136,-0.026009,0.129,0.018296,-0.011996,-0.036849,-0.019319,-0.013013,0.31704,0.4895,0.48945,0.24928,0.010631,-0.085578,-0.81233,-1.0736,-0.9598,-0.11542,0.22039,0.2435,-0.0015047,0.006853,0.013027,-0.0098611,-0.0035048,-0.040683,0.035254,0.040551,0.022889,-0.015817,0.0063687,0.0067586,0.078204,0.069273,0.061209,0.028889,0.021046,-0.001035,0.20688,0.10731,0.061114,0.0067125,0.010851,0.012718,0.36423,0.53935,0.53992,0.29419,0.055782,-0.048354,-0.90367,-1.2088,-1.0925,-0.17563,0.22107,0.24545,0.081147,0.091999,0.10625,0.075919,0.086123,0.037362,0.10576,0.11276,0.096121,0.048155,0.072206,0.052933,0.15998,0.15715,0.14468,0.098126,0.083087,0.046067,0.32136,0.22347,0.1573,0.091051,0.088512,0.078148,0.40324,0.57618,0.57347,0.36559,0.14983,0.046417,-1.0069,-1.3335,-1.1876,-0.17914,0.29307,0.33181}, {-0.25783,-0.24029,-0.26883,-0.28003,-0.30546,-0.32,-0.42998,-0.50011,-0.51991,-0.55383,-0.54761,-0.48962,-0.29198,-0.36201,-0.4252,-0.47651,-0.42927,-0.32938,0.40071,0.46292,0.5432,0.58388,0.53788,0.46909,0.77629,0.90328,1.0466,1.0937,1.0523,0.92261,0.49555,0.57252,0.63436,0.67318,0.6984,0.65746,0.22184,0.25168,0.24262,0.26967,0.24811,0.23915,0.28621,0.30794,0.38825,0.45233,0.39621,0.35819,0.17216,0.23386,0.2579,0.27709,0.23489,0.18474,-0.27602,-0.32709,-0.39417,-0.40149,-0.40661,-0.36437,-0.59643,-0.73595,-0.82441,-0.87475,-0.83271,-0.72534,-0.51494,-0.56843,-0.6122,-0.65185,-0.64542,-0.63255,0.057132,0.048639,0.022318,0.046359,0.034381,0.057501,0.14371,0.10664,0.14284,0.18738,0.15535,0.17047,0.14868,0.17112,0.17586,0.18172,0.16333,0.14858,-0.022773,-0.050901,-0.066758,-0.06128,-0.072913,-0.074159,-0.14697,-0.23473,-0.28049,-0.28846,-0.2522,-0.2127,-0.051266,-0.074022,-0.090221,-0.10007,-0.095144,-0.12111}, {0.0086058,0.023541,0.0087455,0.058973,0.030543,-0.016908,-0.016566,-0.016085,-0.013331,0.0003765,-0.036,-0.070373,-0.0058519,0.032436,-0.0011876,-0.0057702,0.022282,-0.20528,0.011823,0.019292,-0.00389,0.075346,-0.30382,-0.45737,0.023936,-0.064057,-0.015875,-0.38809,-0.46133,0.95617,-0.083414,-0.17395,-0.32273,-0.3934,1.001,1.2218,0.0018221,0.015851,-0.021247,-0.00047504,-0.02424,-0.058808,-0.030057,-0.021347,-0.022041,-0.040676,-0.081275,-0.11796,-0.040921,0.017742,-0.013302,-0.031666,-0.0068274,-0.2558,-0.018532,-0.0038819,-0.033275,0.046696,-0.34299,-0.53095,0.0089618,-0.094316,-0.06363,-0.4249,-0.50163,0.89837,-0.10056,-0.2267,-0.39013,-0.42174,0.99685,1.2086,0.0020412,0.018125,0.0034068,0.029923,-0.0085181,-0.031496,-0.0046265,0.0025984,0.0097374,-0.019048,-0.056873,-0.067906,-0.020804,0.036348,0.0055048,-0.023128,0.02315,-0.19786,-0.011731,0.014909,-0.002718,0.071674,-0.30992,-0.49036,0.018339,-0.060082,-0.020776,-0.38964,-0.48217,0.91138,-0.064093,-0.17665,-0.32938,-0.36021,1.0261,1.2402}, {0.51611,-0.61539,-0.47386,0.073641,-0.027758,0.02177,0.71332,0.55363,-0.72782,-0.2657,-0.072951,-0.023381,0.065304,0.85084,-0.038515,-0.42976,-0.090971,-0.027378,-0.092023,0.23191,0.37175,-0.14654,-0.1088,-0.036857,-0.027841,0.023547,0.23826,0.059609,-0.043597,-0.0052718,-0.0031977,0.015973,0.1145,0.055435,0.021382,-2.7611e-05,0.45066,-0.69426,-0.54142,0.026948,-0.045105,0.025511,0.68072,0.50491,-0.7974,-0.31797,-0.10082,-0.044943,0.041803,0.82252,-0.078903,-0.47485,-0.12536,-0.051001,-0.12153,0.21256,0.35053,-0.17325,-0.14486,-0.065784,-0.052097,-0.0054786,0.21771,0.041724,-0.079734,-0.032651,-0.0096708,-0.002943,0.10691,0.057207,-0.0054825,-0.017919,0.48278,-0.6553,-0.52806,0.03287,-0.061185,-0.031951,0.72948,0.54146,-0.78799,-0.32096,-0.11967,-0.092011,0.07652,0.86088,-0.076266,-0.48297,-0.14636,-0.081594,-0.091666,0.245,0.36921,-0.17205,-0.15335,-0.079752,-0.054382,0.016917,0.24159,0.040971,-0.079021,-0.036753,-0.027145,-0.006357,0.12343,0.065702,0.016683,0.01572}, {-0.10813,-0.32459,0.00013725,0.80566,0.33252,0.086928,-0.0025575,-0.14511,-0.59735,0.032639,0.84292,0.28486,-0.03765,0.019746,-0.1471,-0.63251,0.24428,0.60897,0.014054,-0.043794,0.043734,-0.22321,-0.43439,0.30487,0.034867,-0.014628,-0.021119,0.011562,-0.24929,-0.053064,0.047856,0.0020556,-0.0063186,-0.026114,-0.097571,-0.078332,-0.17596,-0.37463,-0.016281,0.8026,0.32702,0.068013,-0.055117,-0.20096,-0.65084,0.0096859,0.84427,0.28196,-0.062856,-0.014463,-0.20716,-0.67984,0.22061,0.5819,-0.016676,-0.07101,0.00073844,-0.27568,-0.48813,0.25319,0.009634,-0.036517,-0.057607,-0.030361,-0.29614,-0.10554,0.028652,-0.0045589,-0.018316,-0.048788,-0.12694,-0.12514,-0.19993,-0.38732,0.017865,0.88534,0.40377,0.11727,-0.079178,-0.21993,-0.63337,0.066472,0.91199,0.34154,-0.072527,-0.034369,-0.21554,-0.64646,0.27424,0.63698,-0.0009833,-0.070693,-0.00089279,-0.25842,-0.44704,0.30129,0.033118,-0.02593,-0.045182,-0.016074,-0.25698,-0.064057,0.064417,0.024873,0.0056072,-0.021561,-0.082396,-0.069539}, {0.055527,0.018017,-0.013093,-0.02612,0.015445,0.00060085,0.11802,0.061053,0.056691,0.012747,-0.0079155,0.0019046,0.3227,0.1469,-0.014974,0.048597,0.014668,0.0031487,-0.15568,0.57193,0.14372,0.0018932,0.060134,0.062905,-1.1436,-0.18006,0.58001,0.26013,0.11475,0.067221,-0.44259,-0.94742,-0.25152,0.20634,0.17923,0.096279,0.042401,0.011405,-0.017986,-0.035985,-0.0043689,-0.013971,0.11311,0.060212,0.046809,0.0021697,-0.026434,-0.020734,0.31453,0.15366,-0.014363,0.046835,0.0015858,-0.016389,-0.20092,0.56638,0.15484,-0.0026413,0.036175,0.042082,-1.2131,-0.23122,0.56846,0.25055,0.097329,0.055265,-0.49982,-1.0117,-0.30654,0.18711,0.17076,0.083547,0.071564,0.039234,0.0079495,-0.013627,0.016102,0.0065886,0.14952,0.099139,0.080289,0.027986,-0.0098329,-0.0010308,0.3552,0.19938,0.025515,0.072211,0.014314,-0.0021317,-0.15844,0.60944,0.19974,0.026465,0.056722,0.056363,-1.168,-0.18829,0.60227,0.28378,0.12951,0.088854,-0.46512,-0.96058,-0.24996,0.23598,0.21251,0.12368}, {-0.50836,-0.53272,-0.59183,-0.57806,-0.50838,-0.48581,-0.0032565,0.074031,0.079659,0.074576,0.10153,0.076937,0.47543,0.57826,0.60332,0.60207,0.59741,0.53352,0.53674,0.60825,0.59569,0.55983,0.5558,0.55379,0.44567,0.48831,0.45099,0.45008,0.47135,0.47693,0.28957,0.29267,0.30853,0.31915,0.31421,0.29839,0.43954,0.46346,0.46547,0.44017,0.43325,0.35834,-0.0012641,-0.053075,-0.062573,-0.087064,-0.081646,-0.076617,-0.3468,-0.44244,-0.47452,-0.48054,-0.4702,-0.41948,-0.43917,-0.48443,-0.4616,-0.47721,-0.49367,-0.44983,-0.40698,-0.41399,-0.40702,-0.41058,-0.40697,-0.39315,-0.34539,-0.35354,-0.31906,-0.33206,-0.33656,-0.35776,0.23632,0.24882,0.25566,0.24281,0.2572,0.23314,0.043133,0.02842,0.044803,0.023876,0.024083,0.018621,-0.096768,-0.14215,-0.15214,-0.15019,-0.14644,-0.13505,-0.13665,-0.1315,-0.10592,-0.12706,-0.1342,-0.1104,-0.11508,-0.092991,-0.088473,-0.10143,-0.084965,-0.080229,-0.071208,-0.075528,-0.063626,-0.07505,-0.060444,-0.09872}, {0.066217,-0.64132,-0.92138,-0.0030222,0.35544,0.19196,-0.87466,-0.72318,0.48923,0.66394,0.20494,0.04839,-0.44044,0.54901,0.52455,0.034344,0.0012703,-0.011171,0.32055,0.31547,0.0044491,0.03223,0.015595,-0.03908,0.2127,0.02366,0.052733,0.02345,-0.0022534,-0.024097,0.076616,0.063759,0.062694,0.010786,-0.011368,-0.031206,0.086054,-0.64103,-0.94211,-0.059822,0.29461,0.12422,-0.87297,-0.73839,0.44323,0.59152,0.15067,-0.0011299,-0.46905,0.52213,0.47914,-0.015252,-0.021475,-0.029997,0.2638,0.28101,-0.029349,0.00093316,-0.0055698,-0.054887,0.1652,-0.011297,0.021132,0.003617,-0.024244,-0.045436,0.032872,0.014614,0.023855,-0.014962,-0.022847,-0.030152,0.097874,-0.5871,-0.87261,-0.047544,0.28159,0.12876,-0.81149,-0.68652,0.46454,0.58958,0.1251,-0.011572,-0.42583,0.53195,0.46218,-0.026957,-0.048438,-0.02757,0.28205,0.28793,-0.036596,-0.0051989,-0.005727,-0.024948,0.18463,-0.0083815,0.01476,0.007954,-0.014386,-0.0093196,0.059451,0.023115,0.032671,0.0026736,-0.011371,-0.0047163}, {-0.39571,-0.096503,0.65105,0.12838,0.086103,0.022194,-0.14566,-0.72571,0.44618,0.44204,0.026623,0.051576,0.24098,-0.67382,-0.38317,0.70683,0.10072,0.037275,0.2475,-0.054617,-0.74347,0.41155,0.28301,-0.0065303,0.070821,0.22107,-0.42973,-0.12136,0.24744,0.015765,0.042079,0.12584,-0.086804,-0.23437,0.062439,0.07373,-0.45388,-0.15574,0.61777,0.098014,0.071435,0.027235,-0.19956,-0.78994,0.42108,0.43358,0.011446,0.048519,0.18297,-0.73577,-0.41226,0.70007,0.079257,0.027218,0.18938,-0.11353,-0.79574,0.39567,0.27534,-0.0066815,0.02679,0.16735,-0.49983,-0.14987,0.23752,0.017587,0.016515,0.093879,-0.13477,-0.27077,0.033089,0.068815,-0.42723,-0.12672,0.63791,0.08181,0.02583,-0.017857,-0.19988,-0.73942,0.47728,0.47371,0.002933,0.0095171,0.15664,-0.69071,-0.34242,0.75122,0.089043,-0.018568,0.15762,-0.10542,-0.73712,0.45371,0.29719,-0.046497,-0.0050976,0.15269,-0.46984,-0.10954,0.26537,0.0046285,-0.0054771,0.081309,-0.12781,-0.24964,0.055814,0.079093}, {-0.098443,-0.0070048,-0.026066,-0.018597,-0.0449,-0.043424,0.085399,0.067571,0.044118,0.046783,0.035503,0.011925,0.18588,0.26585,0.33388,0.3413,0.39076,0.37339,-0.71357,-0.76576,-0.9044,-0.96293,-0.94569,-0.90662,0.32738,0.4459,0.51135,0.54665,0.4574,0.35458,-0.029449,-0.087012,-0.039792,-0.028729,-0.045522,0.007413,-0.083325,0.0069522,-0.012777,0.0051785,-0.0021176,-0.03721,0.11544,0.077283,0.065233,0.074293,0.066773,0.00023568,0.17344,0.25783,0.33892,0.35067,0.4007,0.36056,-0.75682,-0.79188,-0.92949,-0.98758,-0.95753,-0.92047,0.32764,0.45915,0.50561,0.55396,0.47879,0.3715,0.016517,-0.035771,-0.0059356,0.017698,0.011406,0.05116,-0.0033541,0.076643,0.045509,0.093384,0.074676,0.030878,0.15204,0.10773,0.10263,0.12797,0.11738,0.042246,0.18456,0.27072,0.34583,0.36569,0.42799,0.38182,-0.71087,-0.75986,-0.89055,-0.93443,-0.92017,-0.8943,0.36423,0.48037,0.55941,0.61143,0.51008,0.39831,0.097944,0.037329,0.071974,0.088441,0.087847,0.12731}, {0.056828,-0.02118,0.010784,0.15043,0.0042268,0.078616,0.035863,-0.072743,-0.12137,0.34671,-0.13526,-0.039434,-0.014572,-0.15845,-0.26477,0.75608,-0.32769,-0.091018,-0.050017,-0.24686,-0.355,1.1716,-0.49301,-0.12852,-0.010052,-0.35952,-0.38887,1.2659,-0.49007,-0.16307,0.060733,-0.29418,-0.19801,1.0538,-0.25279,-0.11788,0.069959,-0.041236,-0.059447,0.058387,-0.056632,0.028892,0.052245,-0.070592,-0.15946,0.28036,-0.1635,-0.02833,0.030963,-0.13689,-0.31138,0.70316,-0.33215,-0.060138,0.015598,-0.21426,-0.39977,1.1099,-0.49283,-0.10204,0.039116,-0.32194,-0.40206,1.2134,-0.51088,-0.14453,0.086807,-0.2781,-0.2113,0.97177,-0.31855,-0.11456,-0.0028096,-0.058154,-0.043923,0.118,-0.034171,-0.015217,-0.014388,-0.099249,-0.15198,0.31216,-0.13906,-0.059158,-0.0099964,-0.13947,-0.28075,0.73729,-0.30315,-0.085275,-0.0021175,-0.18474,-0.33449,1.1817,-0.45067,-0.12571,0.02412,-0.29245,-0.32971,1.3,-0.46189,-0.16095,0.033098,-0.28477,-0.16201,1.0433,-0.29566,-0.15504}, {0.012506,-0.021489,-0.0036429,0.0088699,-0.0017632,-0.0062073,-0.026984,0.0041816,0.01412,0.032244,-0.011703,-0.047204,0.010996,-0.014081,-0.025341,-0.079899,-0.0815,-0.090468,-0.010444,-0.05681,-0.027265,0.011606,0.054249,-0.16034,0.026843,-0.063692,0.020065,-0.19929,-0.8205,-1.0247,-0.16439,-0.22334,-0.34954,-0.11162,1.1569,1.7921,-0.014776,-0.035179,-0.0095197,0.00069643,-0.012504,-0.015348,-0.03411,-0.0092142,0.0083412,0.016144,-0.0087965,-0.030518,0.0085654,-0.010185,-0.015308,-0.058195,-0.051829,-0.045282,-0.0024615,-0.027643,0.00091283,0.055726,0.11021,-0.11033,0.047108,-0.028216,0.047325,-0.18217,-0.80207,-1.0433,-0.17581,-0.21567,-0.34443,-0.16845,1.0306,1.6173,0.045628,0.012254,0.012638,0.012903,-0.0024791,0.010658,0.026367,0.046287,0.035554,0.043197,0.025327,0.0086327,0.047197,0.045332,0.020536,-0.022087,-0.010146,0.0048435,0.025469,0.017205,0.047093,0.099479,0.14645,-0.063799,0.094383,0.029437,0.10383,-0.11917,-0.73892,-0.97973,-0.11186,-0.14227,-0.28338,-0.11884,1.0342,1.5837}, {0.16214,0.16207,0.16199,0.16145,0.16418,0.15241,0.17469,0.15636,0.14665,0.14702,0.16376,0.17052,0.16041,0.15348,0.14207,0.1478,0.14702,0.15078,0.16145,0.15495,0.14143,0.14004,0.14629,0.15568,0.16862,0.15865,0.14938,0.14946,0.16286,0.16508,0.15146,0.16284,0.16015,0.15872,0.16213,0.14317,0.055765,0.070453,0.080765,0.078962,0.07552,0.055526,0.077665,0.079916,0.079231,0.07739,0.088928,0.08214,0.066675,0.078403,0.0767,0.080499,0.077047,0.063381,0.066731,0.07509,0.071098,0.071454,0.072859,0.060894,0.072486,0.071942,0.071696,0.074574,0.084348,0.067326,0.033709,0.056919,0.06287,0.065685,0.067898,0.03035,-0.26546,-0.25326,-0.24295,-0.24512,-0.24738,-0.26474,-0.23882,-0.22612,-0.21662,-0.21749,-0.20462,-0.2218,-0.24126,-0.20892,-0.19795,-0.19143,-0.19935,-0.22436,-0.23747,-0.20598,-0.19471,-0.19565,-0.20138,-0.2196,-0.23632,-0.21609,-0.20521,-0.2042,-0.1993,-0.22202,-0.27841,-0.24802,-0.23589,-0.23531,-0.23053,-0.26632}, {-0.049033,-0.035421,0.020911,0.014745,0.041285,0.042017,-0.049297,-0.030307,-0.019629,0.0087563,0.0076038,0.023645,-0.29575,0.033508,0.030258,-0.034949,-0.0017331,0.014059,-0.35179,-0.5556,0.045859,0.09434,-0.0038267,0.022433,1.0615,-0.13122,-0.62612,-0.18354,-0.030698,0.0057094,0.61882,1.1917,0.18414,-0.3049,-0.1898,-0.15196,-0.048739,-0.048905,0.0041463,-0.0075887,0.0053072,0.021826,-0.082139,-0.057285,-0.038416,-0.014731,-0.019198,-0.0070187,-0.34452,-0.0033679,0.014537,-0.041901,-0.024091,-0.0024759,-0.42167,-0.61006,0.018771,0.077077,-0.033418,-0.0048558,0.99363,-0.19607,-0.6752,-0.2059,-0.05001,-0.0097578,0.60153,1.1654,0.14322,-0.33065,-0.20419,-0.14791,-0.043725,-0.059062,-0.015859,-0.029954,-0.0065434,0.018848,-0.072579,-0.051212,-0.056447,-0.023888,-0.020819,0.0047782,-0.32891,0.018481,0.01194,-0.040647,-0.018714,-0.00088576,-0.36385,-0.56649,0.025296,0.083107,-0.02218,-0.0047664,1.1022,-0.11895,-0.63725,-0.18895,-0.032172,-0.0025258,0.73045,1.2703,0.2222,-0.29653,-0.18053,-0.13528}, {0.055288,-0.046193,-0.018768,-0.0148,-0.0017798,0.0053786,0.029679,-0.017348,-0.040346,-0.0078715,-0.02748,-0.036289,-0.003304,-0.040426,-0.0272,-0.045889,-0.004892,-0.077938,-0.0071462,-0.027632,-0.035639,-0.060676,0.089237,-0.25318,-0.055893,-0.036593,-0.069344,0.054657,-0.22056,-0.53194,-0.073206,-0.087541,-0.13027,-0.32199,-0.76774,2.6555,0.063462,-0.021492,0.01859,0.02739,0.030836,0.010667,0.015869,-0.011318,-0.01228,0.03214,-0.004359,-0.037091,-0.030315,-0.049584,-0.0019506,-0.011925,0.010796,-0.092372,-0.022485,-0.040876,-0.014395,-0.045553,0.089824,-0.2965,-0.04216,-0.036352,-0.03809,0.082906,-0.22633,-0.63026,-0.046291,-0.049738,-0.082507,-0.28724,-0.80554,2.3654,0.030121,-0.038492,0.013783,-0.0017473,0.013462,0.00087992,0.007743,-0.017272,-0.014979,0.012657,-0.025132,-0.041664,-0.0087827,-0.028145,0.010752,-0.018766,0.0089707,-0.090918,0.0062887,0.0086734,0.023223,-0.0108,0.13696,-0.23357,-0.019379,-0.010578,-0.01962,0.11921,-0.14344,-0.5265,-0.032719,-0.048706,-0.066315,-0.21894,-0.71809,2.3311}, {0.052178,0.1292,0.22083,0.0022053,-0.76249,-0.53214,0.023605,0.061631,0.1213,0.34263,-0.023989,-0.84622,-0.00019812,0.048398,0.043791,0.073883,0.33666,-0.17897,-0.0093484,0.049783,0.043413,0.022527,0.12016,0.20023,-0.017627,0.028226,0.0032981,0.0090419,0.02556,0.10591,-0.065038,-0.024791,-0.045203,-0.018338,0.0076934,0.044537,0.080408,0.16016,0.2579,-0.041794,-0.94402,-0.77291,0.045104,0.096099,0.17171,0.37948,-0.090611,-1.0455,-0.0058557,0.053928,0.075336,0.12249,0.34686,-0.27644,-0.029916,0.030205,0.049787,0.052522,0.15335,0.18841,-0.023377,0.018578,0.002413,0.019303,0.050477,0.12608,-0.042755,-0.01258,-0.03298,-0.007865,0.029777,0.072881,0.21147,0.30729,0.36942,-0.042402,-1.1356,-1.063,0.14145,0.2284,0.32486,0.48868,-0.14861,-1.2798,0.057848,0.1421,0.18747,0.25267,0.42615,-0.34641,0.014513,0.085291,0.11986,0.1556,0.28229,0.2582,0.025167,0.06984,0.063528,0.092165,0.15997,0.2334,0.025182,0.046654,0.034079,0.062659,0.12148,0.17927}, {0.075934,0.0013294,-0.0062884,0.015312,0.01866,0.030617,0.13506,0.090068,-0.10083,-0.23951,-0.15133,0.13322,-0.087933,0.055251,0.43212,0.34587,-0.36586,-0.43059,-0.13035,-0.27453,-0.2345,0.65354,1.0427,-0.17712,-0.02807,-0.039015,-0.47114,-0.85656,0.36713,1.1511,0.066524,0.04021,0.1728,-0.10386,-0.71478,-0.0096643,0.016864,0.0032353,0.01091,0.01279,0.036592,0.017881,0.080511,0.07471,-0.081587,-0.23673,-0.12769,0.14235,-0.11827,0.026122,0.42271,0.32828,-0.37536,-0.43311,-0.11417,-0.2598,-0.22466,0.60033,0.98944,-0.22553,0.022135,0.02147,-0.44423,-0.90423,0.30358,1.0679,0.11064,0.085244,0.19518,-0.10422,-0.72658,-0.065442,-0.034082,-0.041905,-0.048567,-0.015656,0.0069957,-0.005488,0.022626,0.016922,-0.13684,-0.25936,-0.1581,0.11024,-0.15947,-0.018502,0.36799,0.27895,-0.38812,-0.4368,-0.10891,-0.23887,-0.20388,0.58903,0.92436,-0.26959,0.0093517,0.02507,-0.38996,-0.82012,0.28637,0.97325,0.098144,0.085149,0.18214,-0.066963,-0.65967,-0.048589}, {-0.40555,-0.41302,-0.25955,-0.11685,-0.090376,-0.098074,-0.23816,-0.29082,-0.28757,-0.21266,-0.15076,-0.093692,0.2858,0.20945,-0.065929,-0.25637,-0.32435,-0.25524,1.0054,1.086,0.51688,-0.16737,-0.45771,-0.45509,1.1884,1.4524,0.94867,0.07278,-0.47421,-0.55674,0.96524,1.2241,0.9629,0.25084,-0.34067,-0.5422,0.27502,0.26755,0.26224,0.19465,0.12781,0.12777,0.11272,0.15879,0.18506,0.15419,0.1734,0.18695,-0.27117,-0.19851,0.0039308,0.13787,0.23678,0.26806,-0.71706,-0.68773,-0.39696,0.018583,0.34506,0.37306,-0.99715,-1.0927,-0.78779,-0.12802,0.32685,0.43129,-0.8306,-1.0122,-0.78443,-0.22877,0.23595,0.35716,0.12403,0.060577,0.017988,-0.013368,-0.044843,-0.02601,0.13035,0.093447,0.034431,-0.0077912,-0.01083,0.012083,0.010464,0.0080037,0.060917,0.042532,0.019552,0.029454,-0.14977,-0.15458,-0.05525,0.061767,0.12918,0.076814,-0.29926,-0.37337,-0.27654,0.037934,0.17927,0.15358,-0.12654,-0.29472,-0.2249,0.015377,0.16208,0.15427}, {0.11103,0.14534,0.075336,0.075545,0.059192,0.0068697,-0.059999,0.22958,0.19947,0.08411,0.085468,0.046414,-0.28645,-0.069829,0.27184,0.23812,0.092504,0.092099,-0.2434,-0.39965,-0.19422,0.28036,0.25279,0.1287,-0.15909,-0.23493,-0.45917,-0.17528,0.31155,0.22247,-0.16586,-0.1733,-0.24742,-0.43376,-0.082476,0.16124,0.11988,0.15405,0.070504,0.060523,0.044324,-0.0017634,-0.074346,0.24324,0.22003,0.094308,0.085038,0.045962,-0.33946,-0.1018,0.27882,0.27396,0.11837,0.10835,-0.31462,-0.49186,-0.25221,0.29146,0.29249,0.16574,-0.20953,-0.31808,-0.55483,-0.22777,0.32256,0.26299,-0.1921,-0.21519,-0.32452,-0.51971,-0.11912,0.17429,0.18072,0.24334,0.1594,0.13072,0.093634,0.040299,-0.052164,0.31677,0.32924,0.20996,0.16226,0.10091,-0.36495,-0.079561,0.37319,0.41057,0.24288,0.20331,-0.36187,-0.52974,-0.24054,0.3849,0.43267,0.30214,-0.23991,-0.36752,-0.60122,-0.20862,0.43488,0.40959,-0.1882,-0.24271,-0.36862,-0.5357,-0.047281,0.31209}, {0.14625,0.10563,0.05077,-0.034864,-0.041579,-0.043678,0.10448,0.039069,-0.022969,-0.048238,-0.035911,-0.063163,0.046572,-0.042104,-0.084319,0.0028183,0.0046039,-0.11236,0.040102,-0.088828,-0.0092487,0.038418,-0.059888,-0.093968,-0.00036992,-0.11761,0.012439,-0.011148,-0.13343,-0.13012,0.0011916,-0.088217,0.026775,-0.041569,-0.17243,-0.17531,-0.20627,-0.30134,-0.30336,-0.1927,0.05263,0.2572,-0.2991,-0.42957,-0.37234,-0.039248,0.31947,0.47174,-0.40167,-0.54964,-0.32271,0.31548,0.69616,0.69804,-0.43215,-0.56164,-0.039804,0.69958,0.92235,0.91591,-0.41985,-0.47079,0.19571,0.87923,1.0261,0.98121,-0.28196,-0.25465,0.39512,0.91822,0.99062,0.93722,0.053229,0.12491,0.1489,0.0094465,-0.073347,-0.16222,0.12905,0.22857,0.17118,-0.074225,-0.22124,-0.30239,0.1769,0.25004,0.087502,-0.19669,-0.36368,-0.48593,0.22618,0.20867,0.026229,-0.34667,-0.57573,-0.56275,0.22231,0.1234,-0.10438,-0.50758,-0.67322,-0.60401,0.20461,0.042491,-0.16387,-0.52398,-0.66678,-0.58591}, {-0.0085243,-0.044945,-0.00044254,-0.1772,-0.32586,0.063019,-0.015114,-0.06082,-0.16318,-0.55741,0.0061491,0.44756,-0.029238,-0.084173,-0.55489,-0.20476,0.66226,0.3302,-0.074732,-0.3846,-0.35745,0.60297,0.43005,0.10492,-0.2729,-0.38828,0.31037,0.50549,0.10183,0.13019,-0.23834,0.14658,0.45413,0.17336,0.087653,0.072026,-0.040494,-0.077317,-0.035041,-0.22754,-0.40282,-0.021273,-0.035688,-0.083171,-0.19999,-0.60503,-0.060976,0.37943,-0.064625,-0.1182,-0.59383,-0.2436,0.61173,0.27631,-0.10852,-0.42634,-0.39857,0.56744,0.3927,0.069074,-0.29288,-0.42588,0.26545,0.46835,0.06595,0.098844,-0.25293,0.11697,0.41178,0.14536,0.062831,0.053903,-0.055412,-0.085387,-0.031707,-0.19529,-0.36902,0.0040594,-0.043909,-0.087629,-0.18295,-0.55313,-0.017648,0.40027,-0.07025,-0.10319,-0.55193,-0.19649,0.63612,0.28634,-0.085823,-0.38138,-0.35277,0.59646,0.41022,0.07646,-0.24026,-0.37174,0.29769,0.48444,0.068903,0.094754,-0.1866,0.15599,0.42971,0.15744,0.064551,0.041842}, {1.3304,-0.13145,-0.47531,-0.20395,-0.11352,0.032109,1.8252,-0.3003,-0.65605,-0.20388,-0.11481,0.008998,2.1542,-0.34103,-0.72047,-0.22305,-0.055097,-0.073518,2.0642,-0.30378,-0.66739,-0.25602,-0.06917,-0.10864,1.5828,-0.20977,-0.55246,-0.26931,-0.14855,-0.13093,1.0488,-0.27542,-0.45529,-0.19166,-0.14451,-0.095902,-0.72814,-0.02694,0.24303,0.11913,0.035116,0.015031,-0.94818,-0.071411,0.32015,0.16925,0.043695,0.0092287,-1.1027,-0.086638,0.36441,0.1858,0.081255,-0.016819,-1.1386,-0.057642,0.37988,0.16711,0.11124,0.041464,-1.0032,0.0013074,0.33684,0.1619,0.085256,0.075158,-0.67067,0.0052325,0.24495,0.16604,0.088386,0.085063,-0.41309,0.13929,0.24297,0.10273,0.00095453,-0.038086,-0.59644,0.11054,0.27421,0.097287,-0.010841,-0.033108,-0.70383,0.12866,0.33307,0.088926,0.024132,-0.048028,-0.72485,0.14823,0.35038,0.091288,0.049591,0.038028,-0.65368,0.16179,0.31015,0.09904,0.0055755,0.044404,-0.38113,0.16514,0.21994,0.095152,-0.0031634,0.044344}, {0.034754,0.029501,0.077275,-0.39281,0.12633,0.053837,-0.06725,0.025347,0.20269,-0.5582,0.25761,0.020294,-0.075136,0.046618,0.27157,-0.80509,0.4704,0.03976,-0.050908,0.12812,0.3214,-1.011,0.61336,0.059583,-0.1005,0.12975,0.36005,-1.0416,0.64698,0.034707,-0.089718,0.1235,0.2571,-0.98632,0.45792,0.071094,0.025951,0.047662,0.05168,-0.49198,0.064242,0.057715,-0.033109,0.067829,0.19343,-0.64067,0.21799,0.051163,-0.036947,0.095386,0.26236,-0.87845,0.45888,0.083194,-0.0083125,0.17848,0.31992,-1.0891,0.60555,0.097452,-0.041443,0.19353,0.35522,-1.1133,0.63651,0.075359,-0.046121,0.16957,0.23266,-1.0539,0.45522,0.12337,0.050977,0.075439,0.075444,-0.42731,0.13279,0.10602,-0.0034601,0.089173,0.18233,-0.60523,0.26769,0.095414,0.0048929,0.12506,0.24696,-0.85951,0.49146,0.10494,0.0262,0.22486,0.31625,-1.0676,0.63582,0.11612,-0.0058055,0.22801,0.35064,-1.0934,0.65516,0.096089,-0.016617,0.19156,0.2438,-1.0357,0.46324,0.15045}, {0.012881,0.002279,0.0088708,0.015943,0.014837,0.017602,0.054482,0.04485,0.054084,0.052185,0.037243,0.047948,0.061851,0.02473,0.038873,0.03891,0.031759,0.043881,0.2139,0.18888,0.17387,0.1541,0.14399,0.15851,-0.06401,-0.007736,0.0025995,0.051354,0.084352,0.11307,-0.50202,-0.50511,-0.51666,-0.50813,-0.48759,-0.47048,0.027566,0.015948,0.020486,0.026899,0.019431,0.014704,0.072127,0.06456,0.077859,0.07431,0.055845,0.061875,0.089642,0.055265,0.072095,0.075119,0.066696,0.077482,0.26622,0.24275,0.23145,0.21045,0.20097,0.21093,-0.048411,0.011614,0.030517,0.07619,0.11138,0.13843,-0.5564,-0.56389,-0.5602,-0.54813,-0.52845,-0.51215,0.1288,0.11529,0.11187,0.1152,0.11361,0.11063,0.16846,0.15689,0.16106,0.15772,0.15199,0.1653,0.19832,0.16139,0.17711,0.17758,0.18096,0.1996,0.38688,0.36366,0.35373,0.33682,0.3356,0.34655,0.0035793,0.050174,0.073038,0.12894,0.18205,0.21617,-0.62532,-0.65782,-0.65565,-0.63502,-0.59852,-0.56394}, {-0.46902,-0.60495,-0.5575,-0.53799,-0.52618,-0.3306,0.9581,1.0297,1.1659,1.1569,1.058,0.89609,1.0744,1.187,1.2147,1.1162,1.0355,0.83714,-0.23412,-0.29517,-0.34189,-0.35151,-0.30361,-0.25787,-0.50364,-0.57836,-0.53612,-0.51869,-0.47871,-0.47507,-0.23598,-0.21231,-0.15343,-0.16429,-0.1553,-0.20355,0.16664,0.18266,0.22732,0.22306,0.15977,0.12574,-0.54005,-0.61024,-0.62062,-0.66179,-0.60886,-0.56773,-0.76004,-0.78492,-0.78262,-0.80774,-0.69472,-0.54372,-0.06535,-0.0031156,0.028377,0.07089,0.079691,0.066616,0.24399,0.26258,0.24762,0.24543,0.21239,0.15137,0.075172,0.087836,0.089617,0.066465,0.070564,0.084315,0.46017,0.47966,0.47467,0.45938,0.4518,0.41191,-0.26378,-0.32053,-0.36116,-0.42925,-0.35714,-0.39405,-0.53009,-0.55305,-0.56332,-0.5644,-0.47585,-0.37672,0.13533,0.19643,0.2205,0.27669,0.23276,0.21931,0.35245,0.35161,0.31424,0.30554,0.2501,0.26345,0.10349,0.07633,0.071516,0.069229,0.059654,0.13276}, {0.080908,-0.02763,-0.0048367,0.063182,-0.11237,-0.31261,0.0021322,-0.10496,-0.13516,-0.27621,-0.22288,0.29193,-0.11734,-0.20693,-0.19329,-0.01115,0.88479,1.7747,-0.006599,0.01316,0.15008,0.060025,-0.32331,-0.80295,-0.032155,-0.049106,-0.032889,-0.17576,-0.17144,-0.32999,0.013486,0.024322,-0.045948,-0.0081689,0.086393,0.077282,0.082452,-0.021294,0.0053241,0.045894,-0.16426,-0.35175,0.030484,-0.054734,-0.090285,-0.2833,-0.26491,0.24273,-0.091733,-0.17719,-0.16233,-0.027109,0.80331,1.6479,0.019213,0.02168,0.16974,0.078011,-0.35667,-0.87422,0.0092911,-0.01443,0.018029,-0.11213,-0.11828,-0.29823,0.022401,0.034909,-0.013176,0.039812,0.11127,0.094629,0.052664,-0.038354,0.014093,0.057474,-0.1137,-0.27712,0.0099498,-0.072513,-0.097726,-0.30642,-0.24191,0.29972,-0.087472,-0.16385,-0.16243,-0.066736,0.7789,1.6513,0.014957,0.02197,0.16989,0.070408,-0.34839,-0.84689,-0.018789,-0.039656,0.0076891,-0.095744,-0.082406,-0.25191,0.023565,0.040045,0.0046382,0.053689,0.1157,0.10564}, {-2.1962,0.91352,0.32647,0.14536,0.069427,-0.034851,0.54938,0.17605,-0.20783,0.0014939,-0.0050859,0.0032198,0.29253,-0.098486,0.054615,0.028282,-0.017094,-0.01764,0.094973,-0.03334,0.039793,0.016247,-0.027613,-0.034054,0.062194,0.0070393,0.0084699,0.037705,0.014342,-0.021425,-0.020339,-0.015581,-0.00574,-0.046325,-0.06101,-0.076959,-2.4624,0.83383,0.31719,0.13616,0.052445,-0.053879,0.47411,0.18199,-0.20488,-0.021702,-0.031199,-0.0051475,0.28321,-0.079021,0.048428,0.0055058,-0.040442,-0.01886,0.080837,-0.018954,0.038345,0.013477,-0.020044,-0.011907,0.050034,-0.0019878,-0.0046192,0.036103,0.031486,0.00077652,-0.0118,-0.01047,0.010928,-0.013551,-0.019813,-0.061645,-2.6152,0.83483,0.377,0.19238,0.096571,-0.03416,0.47541,0.25527,-0.14378,0.036972,0.012855,0.017911,0.36321,-0.026196,0.071583,0.050706,-0.00081078,0.017205,0.15642,0.016266,0.038075,0.030494,0.0034371,0.023356,0.094013,0.018743,0.0028878,0.060582,0.070717,0.052975,0.018962,-0.027299,0.015517,0.01432,0.014224,-0.0094994}, {0.063826,0.27409,0.49006,0.60014,0.38122,0.0014563,0.37637,0.51002,0.58542,0.34192,-0.11993,-0.35289,0.61304,0.61266,0.33374,-0.20982,-0.47644,-0.3963,0.52075,0.22533,-0.24297,-0.47527,-0.39423,-0.24084,0.13712,-0.24894,-0.44819,-0.35119,-0.20421,-0.07165,-0.098068,-0.32738,-0.29449,-0.16155,-0.058618,0.070881,0.21664,0.38097,0.46612,0.49898,0.30761,0.011833,0.44461,0.52213,0.55702,0.34861,-0.073999,-0.27065,0.52366,0.51261,0.32763,-0.13453,-0.3876,-0.33594,0.39537,0.1771,-0.18629,-0.39424,-0.34949,-0.25496,0.060333,-0.22505,-0.36162,-0.29648,-0.21726,-0.1254,-0.11558,-0.28479,-0.26048,-0.18706,-0.13248,-0.0076007,-0.25583,-0.37713,-0.59203,-0.58663,-0.32839,-0.099438,-0.47364,-0.65189,-0.59886,-0.30283,0.039265,0.25075,-0.64639,-0.58209,-0.22994,0.10148,0.35023,0.43353,-0.44743,-0.1825,0.11692,0.31026,0.37395,0.29813,-0.13932,0.10257,0.29461,0.31152,0.20514,0.13009,0.1137,0.24781,0.31767,0.21747,0.086552,0.077888}, {-0.020276,-0.064529,0.023426,0.37224,0.50334,0.16059,0.20443,0.5447,0.81544,0.45883,-0.21396,-0.487,0.72259,0.31735,-0.33498,-0.74385,-0.52172,-0.12348,-0.38538,-0.59562,-0.42716,-0.085333,0.12556,0.14716,-0.27339,-0.036272,0.13334,0.089709,0.0052661,-0.051959,0.0036552,0.02816,-0.015791,-0.025229,-0.0245,-0.028873,-0.065503,-0.1034,-0.0016787,0.35203,0.49091,0.1461,0.17315,0.52784,0.79557,0.44303,-0.22245,-0.49663,0.68281,0.29608,-0.36203,-0.76373,-0.53889,-0.14651,-0.43029,-0.61771,-0.46458,-0.13053,0.08559,0.11966,-0.29749,-0.056837,0.096346,0.045179,-0.021207,-0.048684,-0.01049,0.009791,-0.039872,-0.039325,-0.024252,-0.016176,-0.089856,-0.11764,-0.00080929,0.36372,0.51299,0.17265,0.16343,0.51565,0.79266,0.45256,-0.17957,-0.44364,0.71013,0.31993,-0.31691,-0.70172,-0.47463,-0.10494,-0.35191,-0.5467,-0.39202,-0.061761,0.11519,0.13274,-0.23216,-0.016329,0.12106,0.073016,-0.0056661,-0.020988,0.019918,0.024208,-0.033901,-0.015099,0.016293,0.037782}, {-0.046643,-0.13097,-0.14945,-0.2228,0.04076,0.56168,-0.029261,-0.14104,-0.20793,-0.35355,0.025446,0.75835,-0.018388,-0.15301,-0.27676,-0.49254,0.11513,0.98147,-0.018989,-0.17543,-0.3409,-0.54206,0.31819,1.0928,-0.059631,-0.19198,-0.36503,-0.48372,0.44532,1.0693,-0.099139,-0.19066,-0.34959,-0.31718,0.508,0.96327,-0.06566,-0.12386,-0.1301,-0.19699,-0.063431,0.27008,-0.054507,-0.12863,-0.14526,-0.24842,-0.076821,0.38501,-0.046222,-0.13331,-0.15988,-0.33101,-0.016024,0.51139,-0.054788,-0.14831,-0.19554,-0.37482,0.12909,0.56498,-0.072992,-0.15062,-0.20909,-0.35974,0.21152,0.53338,-0.062338,-0.12374,-0.22259,-0.25464,0.2725,0.47666,0.012631,0.0033892,0.040336,0.0095507,-0.070233,-0.10696,0.012011,0.013775,0.083066,0.029299,-0.096115,-0.10276,0.013846,0.0096855,0.12021,0.0019026,-0.10505,-0.13506,0.020812,0.012683,0.11435,-0.040391,-0.069929,-0.19481,0.018141,0.032209,0.10526,-0.070202,-0.059667,-0.22399,0.05207,0.064838,0.052908,-0.066123,-0.024085,-0.18594}, {-0.21858,-0.50293,-0.55523,0.21717,0.80941,0.61614,-0.17824,-0.51952,-0.62524,0.35615,0.89528,0.5208,-0.19531,-0.5034,-0.57185,0.43954,0.88032,0.44008,-0.19701,-0.45966,-0.43256,0.44549,0.77613,0.37155,-0.1755,-0.36427,-0.26324,0.37468,0.58303,0.27662,-0.13264,-0.24718,-0.1395,0.28271,0.46951,0.25938,-0.13396,-0.24458,-0.33125,-0.0062746,0.26237,0.15281,-0.098921,-0.22888,-0.36568,0.083417,0.30287,0.10457,-0.11671,-0.22209,-0.34318,0.12972,0.29744,0.082445,-0.11065,-0.23394,-0.27781,0.14263,0.26102,0.068329,-0.10367,-0.19752,-0.17322,0.11683,0.16989,0.024996,-0.08852,-0.13221,-0.082459,0.072413,0.13428,0.040299,0.064834,0.1675,0.05965,-0.12792,-0.23279,-0.21203,0.069657,0.17978,0.047296,-0.11253,-0.27534,-0.23335,0.032505,0.16601,0.0303,-0.11556,-0.27518,-0.20013,0.046323,0.13245,0.020228,-0.11779,-0.24193,-0.15617,0.04378,0.10285,0.038262,-0.10459,-0.20229,-0.12504,0.026373,0.076602,0.04284,-0.086058,-0.1321,-0.083341}, {-0.014719,0.42284,0.70305,0.54772,0.23632,0.058852,-0.4791,-0.58007,-0.27005,0.33081,0.70133,0.81488,0.061086,-0.12784,-0.36935,-0.53413,-0.44958,-0.037359,0.026197,0.040633,0.014068,-0.048954,-0.2085,-0.37532,-0.028465,-0.037598,-0.046978,-0.037372,0.015046,-0.090969,-0.0081425,-0.014176,-0.0045766,-0.048885,-0.054074,-0.076301,-0.050965,0.38353,0.65997,0.52232,0.21377,0.038913,-0.48967,-0.598,-0.28948,0.30369,0.66122,0.76117,0.054045,-0.13691,-0.37519,-0.54707,-0.47584,-0.090232,0.012953,0.027544,0.0057234,-0.050645,-0.22765,-0.41198,-0.039209,-0.051393,-0.051283,-0.038571,0.0081751,-0.10174,-0.0056571,-0.0084877,0.0079179,-0.039566,-0.042541,-0.059096,-0.041733,0.36629,0.64069,0.53891,0.25725,0.089842,-0.44957,-0.56444,-0.28138,0.31718,0.70635,0.8038,0.075525,-0.10719,-0.34636,-0.50409,-0.42433,-0.05716,0.025591,0.03799,0.023893,-0.014588,-0.17555,-0.37224,-0.0086586,-0.023755,-0.028844,-0.013096,0.048681,-0.055802,0.043699,0.016855,0.013842,-0.02129,-0.009982,-0.016392}, {0.25374,0.22698,-0.06641,-0.13337,-0.11754,-0.1113,0.23578,0.28987,-0.096892,-0.13819,-0.082353,-0.077653,0.24182,0.34715,-0.14578,-0.1856,-0.098769,-0.090403,0.24341,0.36308,-0.15454,-0.21473,-0.10791,-0.089646,0.24135,0.36209,-0.15093,-0.23229,-0.11572,-0.090468,0.27106,0.3196,-0.15988,-0.25085,-0.15745,-0.13707,0.26286,0.2158,-0.12048,-0.20747,-0.18929,-0.15882,0.25405,0.28852,-0.1505,-0.21285,-0.14617,-0.11459,0.25805,0.35535,-0.20314,-0.266,-0.15365,-0.12406,0.26794,0.38589,-0.21098,-0.29634,-0.16277,-0.12718,0.27989,0.3901,-0.20386,-0.31091,-0.17135,-0.12781,0.32646,0.35787,-0.19385,-0.32159,-0.20834,-0.17199,0.42558,0.33362,-0.1217,-0.25016,-0.21879,-0.16301,0.43467,0.41303,-0.16395,-0.26948,-0.17678,-0.1137,0.44294,0.48814,-0.21408,-0.32299,-0.17344,-0.1183,0.45361,0.5371,-0.21043,-0.3546,-0.17609,-0.11429,0.46636,0.54322,-0.19447,-0.35925,-0.18073,-0.11066,0.50814,0.5094,-0.16388,-0.34192,-0.19055,-0.13157}, {0.064131,-0.023291,0.11423,0.26272,0.12415,-0.077086,-0.16002,0.25864,0.55797,0.090457,-0.23066,-0.11191,0.43309,0.88428,-0.089945,-0.40744,-0.13286,-0.049414,1.0804,-0.27683,-0.79532,-0.074106,0.063451,0.0038924,-0.16541,-0.72465,-0.056942,0.098351,0.024664,0.032212,-0.38814,-0.0050886,0.10787,-0.02211,0.021049,0.034344,0.03681,-0.031114,0.079164,0.21949,0.089361,-0.096569,-0.19792,0.21898,0.48852,0.038418,-0.24033,-0.10477,0.37709,0.84176,-0.14598,-0.45389,-0.14548,-0.033012,1.0327,-0.29432,-0.80477,-0.098529,0.036403,-0.0010405,-0.2044,-0.7264,-0.052692,0.087592,-0.0015671,0.020093,-0.41776,-0.011921,0.10018,-0.028332,0.0066994,0.019683,0.043095,-0.0086957,0.094593,0.22282,0.079208,-0.11034,-0.17826,0.23276,0.49304,0.03915,-0.24377,-0.1116,0.39419,0.83783,-0.14012,-0.43628,-0.1391,-0.035542,1.0341,-0.25212,-0.75738,-0.090329,0.031007,-0.0083288,-0.17162,-0.64924,-0.0065871,0.072783,-0.022039,0.0089442,-0.3713,0.0114,0.11556,-0.04073,-0.015359,0.011376}, {-0.26101,-0.30901,-0.31187,-0.31718,-0.31947,-0.28326,-0.10079,-0.096688,-0.12859,-0.13753,-0.15015,-0.16132,0.050633,0.036423,0.035131,0.045402,-0.0035869,-0.0071966,0.089006,0.12011,0.16788,0.147,0.12258,0.070509,0.066018,0.092025,0.096122,0.07761,0.084282,0.10544,0.053602,0.060393,0.11819,0.06842,0.044946,0.08237,1.0558,1.1395,1.2134,1.1971,1.1216,1.0349,0.51156,0.56092,0.58833,0.59628,0.58206,0.56404,-0.083943,-0.17473,-0.19155,-0.14553,-0.099414,0.0096596,-0.33573,-0.42978,-0.41177,-0.40917,-0.35016,-0.27208,-0.25162,-0.31236,-0.33031,-0.35347,-0.31785,-0.23462,-0.13322,-0.15971,-0.11328,-0.17593,-0.19928,-0.16389,-0.78547,-0.84908,-0.82369,-0.80692,-0.80961,-0.75952,-0.38828,-0.37292,-0.38022,-0.38879,-0.42041,-0.40084,0.10283,0.13154,0.12023,0.10761,0.034374,0.017188,0.24552,0.28151,0.31052,0.28103,0.24598,0.18443,0.16151,0.18099,0.16048,0.1271,0.15692,0.1521,0.063521,0.056583,0.099414,0.058402,0.063209,0.070481}, {-0.036207,-0.018724,-0.013137,-0.068056,-0.073277,-0.12021,-0.057329,-0.080618,-0.060372,-0.057185,-0.14885,-0.29969,-0.059747,-0.092435,-0.20508,-0.38567,-0.44238,-0.23949,-0.34288,-0.49686,-0.4699,-0.077609,0.36584,0.60948,-0.38085,0.020902,0.49903,0.63224,0.472,0.3108,0.21732,0.46369,0.31636,0.12604,0.076006,0.028958,-0.043554,-0.028743,-0.022241,-0.063823,-0.066331,-0.10152,-0.073719,-0.098394,-0.072376,-0.059667,-0.14868,-0.28939,-0.076303,-0.095486,-0.20623,-0.39095,-0.4583,-0.24716,-0.34203,-0.50206,-0.4856,-0.107,0.32608,0.57531,-0.38879,-0.0095818,0.45494,0.58153,0.42254,0.26833,0.1951,0.4166,0.2631,0.081904,0.041938,0.0084112,-0.0028346,-0.021846,-0.028444,-0.063804,-0.053821,-0.078505,-0.047006,-0.090814,-0.072415,-0.057992,-0.13588,-0.25782,-0.052328,-0.075531,-0.18411,-0.36049,-0.41229,-0.17173,-0.30423,-0.4567,-0.43047,-0.041809,0.39588,0.65126,-0.32367,0.050986,0.52253,0.64963,0.49012,0.34034,0.28346,0.50275,0.34478,0.15185,0.093962,0.076988}, {0.098971,0.093932,0.1199,0.11248,0.094438,0.094015,0.10026,0.10048,0.11169,0.10036,0.096817,0.12629,0.18665,0.18885,0.19011,0.15993,0.16227,0.22421,0.40345,0.41333,0.41847,0.4246,0.42379,0.44209,0.32551,0.32004,0.34167,0.353,0.33482,0.3196,-0.65365,-0.76628,-0.86094,-0.91635,-0.88953,-0.86721,0.037019,0.036261,0.048798,0.055729,0.048231,0.048299,0.059628,0.076251,0.065651,0.044133,0.044693,0.064395,0.12831,0.14415,0.1376,0.11056,0.10995,0.15228,0.21942,0.23719,0.2646,0.27703,0.25846,0.27519,0.16016,0.16196,0.20529,0.21601,0.18073,0.18004,-0.46483,-0.53289,-0.59403,-0.6208,-0.58658,-0.58547,-0.07124,-0.07655,-0.058217,-0.037456,-0.051414,-0.062955,-0.11701,-0.094823,-0.091324,-0.075299,-0.08387,-0.086435,-0.14911,-0.15903,-0.15129,-0.15076,-0.1721,-0.15804,-0.23015,-0.28116,-0.26879,-0.25898,-0.31204,-0.27528,-0.039311,-0.064853,-0.024488,-0.031389,-0.069642,-0.025831,0.16019,0.17407,0.18869,0.19141,0.22012,0.20288}, {-0.064209,0.18556,0.32205,0.21256,0.20141,0.17353,-0.24216,-0.13156,0.18514,0.33362,0.23939,0.2014,-0.18987,-0.22734,-0.18087,0.13428,0.34786,0.33469,-0.12141,-0.13481,-0.19779,-0.23376,0.0064739,0.33107,-0.082206,-0.11019,-0.11145,-0.17126,-0.26507,-0.036698,-0.076527,-0.090468,-0.098612,-0.079739,-0.14112,-0.16922,-0.10372,0.17272,0.32686,0.21845,0.19307,0.15417,-0.29699,-0.1696,0.17654,0.351,0.2571,0.21259,-0.24455,-0.28435,-0.22099,0.13437,0.37288,0.36528,-0.15862,-0.18677,-0.25179,-0.27029,-0.0076895,0.33739,-0.11076,-0.14655,-0.15077,-0.22145,-0.32041,-0.070011,-0.091573,-0.10096,-0.11272,-0.11327,-0.19109,-0.20977,-0.10467,0.23557,0.465,0.37755,0.34203,0.28231,-0.34928,-0.17329,0.25423,0.49048,0.42307,0.37473,-0.30198,-0.33754,-0.23671,0.19538,0.50856,0.54445,-0.18821,-0.23632,-0.31543,-0.29707,0.047173,0.47487,-0.10977,-0.1629,-0.19679,-0.26343,-0.32452,-0.0097773,-0.033205,-0.069271,-0.1124,-0.11744,-0.18804,-0.17775}, {0.24659,0.19906,0.17314,0.17764,0.17968,0.16473,0.4207,0.43815,0.43046,0.42582,0.39203,0.37116,-0.21493,-0.16079,-0.11771,-0.042316,0.020439,0.038343,-0.37459,-0.34832,-0.3782,-0.39565,-0.35995,-0.34011,-0.15061,-0.11376,-0.11374,-0.12486,-0.15192,-0.18624,-0.10317,-0.095308,-0.080678,-0.090227,-0.10744,-0.10213,0.2383,0.18766,0.16209,0.15852,0.17212,0.16052,0.40419,0.41928,0.41285,0.4085,0.38612,0.36401,-0.22461,-0.1695,-0.12779,-0.053225,0.010489,0.025372,-0.37175,-0.35066,-0.37723,-0.3903,-0.36187,-0.34571,-0.14317,-0.1155,-0.11318,-0.12278,-0.14896,-0.18919,-0.10186,-0.10309,-0.089204,-0.097368,-0.10699,-0.10712,0.27283,0.20699,0.18079,0.17889,0.20681,0.20324,0.42563,0.42887,0.42872,0.42667,0.41077,0.3925,-0.17257,-0.12894,-0.08397,-0.011674,0.049274,0.066356,-0.28646,-0.27827,-0.30631,-0.32589,-0.29643,-0.28547,-0.057547,-0.043478,-0.040655,-0.049131,-0.072153,-0.11634,-0.021504,-0.035478,-0.021185,-0.025284,-0.027395,-0.016483}, {0.12618,0.1606,0.062479,-0.088954,-0.31457,-0.41374,0.15112,0.18314,0.1013,-0.04948,-0.28214,-0.41376,0.17541,0.21269,0.16394,0.004153,-0.23824,-0.37502,0.15106,0.18651,0.18413,0.066836,-0.14879,-0.31715,0.10731,0.16094,0.1701,0.070175,-0.10186,-0.27301,0.075748,0.12615,0.084522,0.06444,-0.063584,-0.22798,-0.35167,-0.34218,-0.19509,0.40393,1.0362,1.3235,-0.36631,-0.44571,-0.38159,0.17626,0.96175,1.3627,-0.31814,-0.43255,-0.46725,-0.054682,0.77412,1.2923,-0.2764,-0.403,-0.49325,-0.20502,0.56059,1.1166,-0.19963,-0.32349,-0.44358,-0.27073,0.37061,0.92002,-0.099203,-0.2279,-0.39094,-0.20829,0.29907,0.78479,0.098566,0.197,0.078551,-0.20595,-0.63986,-0.80956,0.11745,0.24168,0.17778,-0.13472,-0.60018,-0.82302,0.10465,0.24547,0.26618,-0.016646,-0.50615,-0.79198,0.077059,0.19954,0.30085,0.11881,-0.36501,-0.70318,0.05687,0.14743,0.23852,0.1242,-0.26365,-0.61057,0.037539,0.12775,0.14792,0.083033,-0.19642,-0.48644}, {-0.27053,-0.26902,-0.26238,-0.25103,-0.27227,-0.26442,-0.27723,-0.27809,-0.25784,-0.26877,-0.28834,-0.26178,-0.058458,-0.076462,-0.0441,-0.038503,-0.054327,-0.063632,0.11442,0.13531,0.17164,0.16672,0.17349,0.13435,0.14455,0.19934,0.16626,0.16218,0.18491,0.14397,0.039793,0.062562,0.046121,0.022538,0.047963,0.054889,0.048369,0.027493,0.017502,0.044971,0.03945,0.04665,0.070564,0.086429,0.10437,0.099484,0.081879,0.077712,0.040173,0.015951,0.023547,0.03376,0.024536,0.0040624,-0.10845,-0.12594,-0.11486,-0.11309,-0.10115,-0.10833,-0.095939,-0.041296,-0.050785,-0.063877,-0.058869,-0.09377,-0.085711,-0.055928,-0.036925,-0.058548,-0.044524,-0.050866,0.67421,0.6474,0.62217,0.66383,0.67161,0.68372,0.71359,0.76563,0.77755,0.77633,0.75221,0.71408,0.26476,0.22785,0.2072,0.19545,0.18829,0.18618,-0.42437,-0.52761,-0.56456,-0.60019,-0.56864,-0.48354,-0.48539,-0.47856,-0.48772,-0.50931,-0.50667,-0.50203,-0.32484,-0.30117,-0.25508,-0.26096,-0.26795,-0.27536}, {-0.0071982,-0.37261,-0.63758,-0.57735,-0.3718,-0.27172,0.54783,0.23796,-0.40772,-0.69547,-0.61111,-0.51981,0.74017,0.8527,0.36488,-0.35487,-0.75196,-0.78231,0.36367,0.77055,0.82124,0.37864,-0.28752,-0.70077,-0.1078,0.26942,0.74624,0.78984,0.34333,-0.23172,-0.31565,-0.093847,0.34941,0.70788,0.62905,0.14621,-0.1301,-0.098127,0.021388,0.030407,0.022031,0.00057917,-0.098995,-0.097801,-0.077137,0.0039982,0.053243,0.01139,-0.057601,-0.05418,-0.028418,-0.0062857,0.016549,0.026661,-0.051223,-0.09341,-0.080789,-0.030989,-0.0092901,0.015926,-0.0016354,-0.091109,-0.097473,-0.09824,-0.058935,0.0078462,0.045229,-0.042941,-0.12526,-0.12974,-0.08187,-0.069307,-0.031224,0.26961,0.66992,0.63928,0.43105,0.30091,-0.46023,-0.22983,0.29201,0.64882,0.63893,0.48536,-0.61565,-0.62721,-0.22153,0.347,0.686,0.73222,-0.31644,-0.64443,-0.66178,-0.27257,0.29422,0.68293,0.12699,-0.26746,-0.62431,-0.66603,-0.27682,0.28564,0.34481,0.099834,-0.30496,-0.59988,-0.52322,-0.13653}, {-0.080612,-0.071216,-0.039082,-0.065486,-0.086097,-0.067391,-0.085142,-0.09523,-0.085247,-0.098427,-0.090114,-0.099163,-0.066389,-0.061498,-0.096004,-0.091793,-0.071333,-0.12995,-0.24523,-0.23975,-0.2627,-0.26593,-0.26492,-0.30284,-0.12692,-0.088192,-0.021486,0.0022579,0.046733,0.076444,0.4194,0.49046,0.47196,0.45122,0.43062,0.42741,-0.10807,-0.091311,-0.0464,-0.05993,-0.085541,-0.073754,-0.10254,-0.10689,-0.083859,-0.087211,-0.08499,-0.094775,-0.089453,-0.069638,-0.097745,-0.09021,-0.069363,-0.13597,-0.28578,-0.26381,-0.27968,-0.28556,-0.28316,-0.31944,-0.16461,-0.11629,-0.049391,-0.026042,0.023387,0.066212,0.44643,0.51567,0.49091,0.47612,0.45771,0.45888,-0.061493,-0.046516,-0.010192,-0.03425,-0.052204,-0.027968,-0.082985,-0.089482,-0.081296,-0.095538,-0.087341,-0.084964,-0.090943,-0.079424,-0.11806,-0.11528,-0.086707,-0.14342,-0.30469,-0.2895,-0.31239,-0.32,-0.30512,-0.33169,-0.097337,-0.056489,0.01769,0.046631,0.10201,0.15261,0.6786,0.75007,0.73473,0.72605,0.7007,0.69394}, {-0.080868,-0.021104,0.041904,-0.039711,-0.01178,-0.049348,-0.00011363,-0.039013,0.035716,0.015396,-0.015535,0.036269,0.028958,0.043142,0.062658,-0.063414,-0.069438,0.024698,-0.032573,0.18178,-0.085795,0.055158,-0.063281,0.031003,0.096824,0.36801,-0.89703,0.56936,0.097376,-0.031681,0.27016,0.23819,-1.6505,0.84877,0.273,-0.11638,-0.057579,-0.0073691,0.033318,-0.05193,0.0074936,-0.028895,0.0080421,-0.042449,0.010335,-0.017801,-0.013158,0.038205,0.03182,0.019466,0.0099317,-0.095772,-0.080048,0.017884,-0.0021642,0.17903,-0.12931,0.039822,-0.062514,0.033493,0.14768,0.36705,-0.97059,0.54829,0.093426,-0.025101,0.29242,0.20971,-1.7833,0.79769,0.25726,-0.11986,-0.015282,0.057758,0.088052,-0.013663,0.061157,-0.0076129,0.026263,0.0053571,0.038047,0.0087797,0.034667,0.068592,0.053093,0.063474,0.012732,-0.064599,-0.046498,0.033718,0.0085728,0.20223,-0.1354,0.050722,-0.047571,0.022384,0.12366,0.35659,-0.95014,0.56491,0.10446,-0.030628,0.262,0.18012,-1.7743,0.82539,0.26789,-0.14021}, {-0.46249,0.32383,0.12059,0.076247,0.033326,-0.00169,-0.63338,0.38492,0.089068,0.074343,0.01944,0.013149,-0.71747,0.43405,0.11952,0.090338,0.031001,0.038587,-0.68382,0.39575,0.128,0.091932,0.031793,0.030291,-0.64624,0.33064,0.13282,0.086575,0.012768,0.00059322,-0.59793,0.24017,0.15237,0.077715,0.024637,0.014574,-0.59218,0.30791,0.1177,0.054712,0.01873,-0.0055463,-0.75057,0.41198,0.11769,0.064319,0.011189,0.004404,-0.82638,0.48082,0.15225,0.086094,0.021861,0.021275,-0.78786,0.43727,0.1522,0.085084,0.029129,0.018714,-0.74677,0.35921,0.1613,0.089018,0.011058,-0.0034048,-0.70118,0.24701,0.16854,0.076769,0.012763,0.009051,-0.65324,0.37601,0.21362,0.12672,0.069383,0.035598,-0.83215,0.50649,0.23536,0.14094,0.054536,0.023767,-0.91105,0.57994,0.2671,0.1519,0.049869,0.022397,-0.8594,0.54394,0.26386,0.14554,0.055379,0.035898,-0.81135,0.46527,0.27791,0.15094,0.039788,0.014239,-0.76403,0.3318,0.27144,0.13582,0.050401,0.025216}, {-0.54827,1.9088,-0.36735,-0.42968,0.019899,0.011361,-0.45012,0.83475,-0.0036472,-0.17297,-0.052881,-0.023511,-0.0087874,-0.01993,0.105,-0.096588,-0.039039,0.03026,0.050557,-0.17763,0.078923,-0.0015349,0.017609,0.02486,0.046865,-0.13583,0.034363,0.05914,-0.011695,-0.028234,0.090134,-0.018901,0.024642,0.094466,0.065402,0.058881,-0.56668,1.8237,-0.4441,-0.4681,-0.032922,-0.051072,-0.46947,0.758,-0.069174,-0.17612,-0.092709,-0.086654,-0.028429,-0.082178,0.054741,-0.089981,-0.065723,-0.011752,0.019712,-0.20733,0.033577,-0.015553,0.0038,0.0049571,0.018305,-0.14521,0.0011669,0.044148,0.0012937,-0.029747,0.043306,-0.042064,0.0064887,0.088639,0.056409,0.042823,-0.47946,1.8552,-0.42665,-0.45575,-0.045685,-0.093329,-0.43377,0.74805,-0.078014,-0.18747,-0.11471,-0.11245,-0.03397,-0.09786,0.046541,-0.10653,-0.095142,-0.041257,0.017719,-0.2055,0.028777,-0.060574,-0.048663,-0.028084,0.0026963,-0.14231,0.00014014,0.0028869,-0.074288,-0.085574,0.011742,-0.043854,-0.0027577,0.042113,-0.033273,-0.024391}, {0.04185,0.032948,-0.032268,0.042095,0.0057479,-0.081161,0.0036526,-0.040458,0.11053,0.048654,-0.32958,0.037012,-0.093942,0.054981,-0.0042594,-0.68871,-0.10215,0.7026,-0.037296,-0.056849,-0.66205,0.062063,1.161,0.024664,-0.046857,-0.2887,0.031823,1.2465,0.088998,-0.60746,-0.095955,0.055958,0.56303,0.0095463,-0.58545,0.1168,0.054393,0.037629,-0.0078294,0.053965,0.033822,-0.098672,0.009427,-0.03306,0.10637,0.053477,-0.32128,-0.01357,-0.041627,0.088305,0.0024836,-0.694,-0.15512,0.64694,0.026208,-0.02151,-0.65762,0.0064283,1.0579,-0.04405,0.0037145,-0.27654,-0.0026954,1.1504,-0.011132,-0.67523,-0.059763,0.038788,0.48611,-0.095003,-0.63765,0.083188,-0.0921,-0.081259,-0.099942,-0.033392,-0.06329,-0.19021,-0.098474,-0.12788,0.032337,-0.008192,-0.37421,-0.072859,-0.09782,0.017748,-0.03211,-0.70014,-0.1528,0.67438,-0.031593,-0.07879,-0.65224,0.03842,1.1028,0.017487,-0.032531,-0.29182,0.027325,1.2192,0.071994,-0.62418,-0.073958,0.057105,0.53177,-0.021941,-0.60573,0.066528}, {-0.099423,-0.10928,-0.084715,-0.13174,-0.07183,-0.071586,-0.16081,-0.15527,-0.17877,-0.16331,-0.11004,-0.11054,0.071853,0.074952,0.064265,0.037815,0.042419,0.059288,0.47357,0.54847,0.60097,0.61659,0.57445,0.47968,0.19541,0.21474,0.21291,0.20216,0.14325,0.1105,-0.70715,-0.75198,-0.7449,-0.65006,-0.61451,-0.60643,-0.043296,-0.052788,-0.031161,-0.096787,-0.051577,-0.064765,-0.066763,-0.031305,-0.05439,-0.057211,-0.025206,-0.045142,0.065547,0.08785,0.096337,0.079862,0.08187,0.051576,0.1616,0.19494,0.22619,0.26557,0.26426,0.16761,0.0019145,-0.0018323,-0.037295,-0.040695,-0.073164,-0.087607,-0.08118,-0.031047,-0.025991,-0.023007,-0.02161,-0.0359,0.19042,0.13694,0.1443,0.11406,0.1044,0.068232,0.14766,0.16315,0.15619,0.18439,0.15369,0.091934,-0.14873,-0.16969,-0.14791,-0.18356,-0.16698,-0.183,-0.77985,-0.84998,-0.90595,-0.90012,-0.80733,-0.76273,-0.42903,-0.48467,-0.54745,-0.5574,-0.54629,-0.48627,1.1859,1.3534,1.412,1.3235,1.2079,1.0526}, {-0.10013,-0.34037,-0.45977,-0.40017,-0.19494,-0.037332,0.50285,0.50345,0.40522,-0.018941,-0.53835,-0.84404,-0.098178,0.010221,0.3096,0.77395,0.88662,0.67754,-0.10164,-0.11852,-0.22716,-0.20702,-0.1077,0.31601,-0.06878,-0.069162,-0.02995,-0.021613,-0.12634,-0.15237,-0.079803,-0.054912,-0.055173,-0.057611,-0.0092766,-0.031238,-0.066601,-0.31308,-0.43695,-0.37892,-0.19627,-0.035435,0.48514,0.49603,0.39692,-0.029673,-0.5773,-0.88142,-0.14497,-0.031903,0.28932,0.76059,0.85441,0.6463,-0.14174,-0.17054,-0.26349,-0.24075,-0.14303,0.29837,-0.051115,-0.075962,-0.037651,-0.033526,-0.16073,-0.17833,-0.038049,-0.0074127,-0.018772,-0.025283,0.015317,-0.0095429,-0.033889,-0.30182,-0.45202,-0.41132,-0.21663,-0.061396,0.57178,0.57733,0.44694,0.01063,-0.52738,-0.8633,-0.092837,0.025419,0.35503,0.84388,0.9491,0.71984,-0.11804,-0.14456,-0.23563,-0.20063,-0.093075,0.3517,-0.036765,-0.053564,-0.027509,-0.021091,-0.13578,-0.14754,-0.045175,-0.00014341,-0.016619,-0.025081,0.023172,-0.0018972}, {-0.43661,-0.31497,-0.0043211,0.10752,0.060981,0.041592,0.083488,-0.47758,-0.67549,-0.43536,-0.11167,0.015521,0.6408,0.67036,0.22079,-0.4107,-0.62383,-0.4845,0.093343,0.23347,0.48828,0.53036,0.12091,-0.25607,0.046294,0.03444,0.012581,0.16424,0.29882,0.19789,-0.024254,0.043888,0.065682,0.035042,0.055259,0.083163,-0.42391,-0.31585,-0.0033292,0.095891,0.048791,0.056791,0.059507,-0.50861,-0.6997,-0.46024,-0.1365,0.0082686,0.60302,0.62265,0.19113,-0.42678,-0.63723,-0.49824,0.055056,0.18493,0.44482,0.49741,0.10142,-0.28199,0.029436,0.0066946,-0.016444,0.13875,0.2823,0.173,-0.034071,0.022182,0.039182,0.0079896,0.031232,0.06829,-0.3636,-0.27206,-0.0088036,0.087887,0.04035,0.049325,0.11269,-0.45065,-0.65936,-0.42766,-0.11525,0.020846,0.63948,0.64655,0.21306,-0.37824,-0.57532,-0.45469,0.10819,0.2316,0.4687,0.52482,0.13595,-0.24888,0.088772,0.06212,0.026492,0.1635,0.29829,0.19093,0.030056,0.074141,0.084964,0.051144,0.075403,0.11404}, {-0.13214,-0.212,-0.37804,-0.55839,-0.45234,-0.17883,-0.23364,-0.37532,-0.50465,-0.5049,-0.17775,0.24794,-0.47628,-0.57332,-0.53404,-0.11523,0.47018,0.733,-0.70342,-0.64481,-0.14445,0.60785,0.91235,0.73457,-0.65915,-0.30128,0.56156,0.99778,0.7306,0.32115,-0.21929,0.22846,0.83006,0.84934,0.3131,-0.046228,-0.011271,0.016779,0.05043,0.038051,0.0072,-0.10166,0.01138,-0.0026944,0.065605,0.0091021,-0.053898,-0.075324,0.041489,0.044578,0.022205,-0.063625,-0.056844,-0.030509,0.086367,0.056894,-0.044835,-0.082004,-0.059747,-0.080215,0.038017,-0.030881,-0.05713,-0.10038,-0.094311,-0.099506,0.0014654,-0.096419,-0.13151,-0.14595,-0.14637,-0.093023,0.11792,0.21004,0.39744,0.50246,0.41648,0.0798,0.24666,0.3297,0.50621,0.44483,0.15301,-0.17653,0.4675,0.54461,0.46901,0.067684,-0.36469,-0.50182,0.68124,0.56455,0.12458,-0.4606,-0.71419,-0.58901,0.58701,0.22459,-0.36185,-0.76924,-0.62822,-0.28165,0.27606,-0.17171,-0.63512,-0.69551,-0.34815,0.043025}, {0.1256,0.44699,0.24303,-0.21555,-0.13787,-0.029164,0.19641,0.59081,-0.12985,-0.29095,-0.072727,-0.035973,0.3798,0.49579,-0.44606,-0.1795,-0.052675,-0.033033,0.55675,0.10601,-0.47285,-0.048627,-0.043159,-0.021575,0.55077,-0.29887,-0.33525,-0.027715,-0.063321,-0.026318,0.22065,-0.46696,-0.14041,-0.016162,-0.047939,-0.027609,0.12293,0.43816,0.2205,-0.24994,-0.17723,-0.064751,0.21434,0.58326,-0.17003,-0.34445,-0.12402,-0.080998,0.39756,0.46274,-0.50026,-0.22155,-0.093059,-0.078402,0.57014,0.065088,-0.51439,-0.069942,-0.066911,-0.059916,0.56053,-0.34162,-0.36475,-0.034078,-0.072124,-0.05287,0.21474,-0.50924,-0.17574,-0.024081,-0.053941,-0.040634,0.16817,0.50998,0.24823,-0.26765,-0.18669,-0.054119,0.27549,0.66663,-0.1465,-0.36685,-0.12514,-0.065698,0.47747,0.53887,-0.48745,-0.24263,-0.093929,-0.06301,0.67151,0.11936,-0.51553,-0.076093,-0.052181,-0.041748,0.66049,-0.30794,-0.37394,-0.027743,-0.041987,-0.028582,0.29512,-0.48631,-0.18056,0.00058801,-0.014067,-0.0030954}, {-0.016569,-0.030523,-0.092759,-0.29466,-0.62559,1.2031,-0.041617,-0.027725,-0.060985,-0.10186,-0.69708,1.1738,-0.0078343,-0.007449,-0.060547,-0.080114,-0.47514,0.61358,0.015472,-0.012848,-0.0029032,-0.018996,-0.16486,0.087916,0.037287,-0.001779,0.03692,0.03148,-0.010927,-0.11955,0.023668,0.0069787,0.041395,0.017395,0.037182,-0.11257,-0.012599,-0.026996,-0.08316,-0.30384,-0.66584,1.1445,-0.048673,-0.030005,-0.060944,-0.11608,-0.72216,1.1268,-0.018978,-0.016875,-0.077234,-0.097221,-0.48379,0.56941,4.5305e-05,-0.023535,-0.019941,-0.048205,-0.18994,0.031514,0.013991,-0.0092906,0.030403,0.012353,-0.034277,-0.1736,0.0016101,0.00057568,0.035107,0.022584,0.048829,-0.12208,-0.05278,-0.073909,-0.12088,-0.3124,-0.61548,1.2864,-0.073117,-0.072858,-0.096021,-0.13321,-0.67532,1.2744,-0.018356,-0.035219,-0.097148,-0.12091,-0.47015,0.66948,0.017561,-0.022609,-0.022283,-0.06415,-0.18284,0.086709,0.021347,0.0016075,0.03342,0.013182,-0.018256,-0.14591,0.03754,0.023144,0.05127,0.03931,0.060805,-0.10621}, {0.0053901,0.078978,-0.020098,0.051083,0.0060053,0.050624,-0.1876,0.072555,-0.024126,-0.036475,0.033233,0.020422,-0.56781,0.033124,0.060981,-0.044611,-0.018174,0.020613,0.8224,-0.43248,-0.10629,-0.023715,-0.029899,-0.0088061,1.8929,-0.52158,-0.35232,-0.037757,-0.050087,-0.071444,-0.09526,-0.24178,0.032942,0.059101,0.077475,0.070571,-0.041364,0.035846,-0.059873,0.03502,-0.0044644,0.02436,-0.22571,0.053747,-0.02733,-0.016925,0.0071946,-0.004656,-0.62967,-0.014772,0.045126,-0.049786,-0.046638,0.0071888,0.74357,-0.47443,-0.13087,-0.04412,-0.04009,0.015879,1.8186,-0.55107,-0.36886,-0.058488,-0.042886,-0.045192,-0.18399,-0.3042,-0.052069,-0.030512,0.011217,0.015355,-0.035983,0.052205,-0.027948,0.055749,-0.003881,0.020606,-0.17143,0.082106,0.013121,0.011901,-0.0081396,-0.047984,-0.54221,0.0011641,0.06672,-0.044251,-0.075157,-0.03451,0.8051,-0.431,-0.090424,-0.036899,-0.053923,-0.00086861,1.8355,-0.47252,-0.29082,-0.016543,-0.044865,-0.059328,-0.13706,-0.24056,-0.00093885,-0.0018294,0.0066128,0.03496}, {0.54441,0.79816,0.87857,0.78182,0.68755,0.60303,0.29014,0.61852,0.85953,0.95545,0.95304,0.86839,-0.21048,-0.0069109,0.29073,0.66056,0.90772,0.92779,-0.46356,-0.44072,-0.33033,-0.057061,0.29101,0.44082,-0.41739,-0.43962,-0.49161,-0.46943,-0.2946,-0.097825,-0.21826,-0.29143,-0.38964,-0.39506,-0.38681,-0.30412,-0.3998,-0.59893,-0.64571,-0.57983,-0.50667,-0.47116,-0.27088,-0.48739,-0.63991,-0.69845,-0.70624,-0.62793,0.012566,-0.14191,-0.32108,-0.50352,-0.63622,-0.63624,0.25061,0.1783,0.075422,-0.091204,-0.25907,-0.37453,0.29289,0.29583,0.29065,0.19834,0.038633,-0.07159,0.32998,0.2782,0.28013,0.31196,0.19509,0.10872,-0.031592,-0.16606,-0.16009,-0.080344,-0.011777,0.009673,0.032908,-0.10381,-0.18565,-0.2079,-0.20096,-0.13495,0.14293,0.05541,-0.049451,-0.14219,-0.2127,-0.2065,0.19354,0.1427,0.093565,0.0042835,-0.055104,-0.11698,0.12958,0.12977,0.14497,0.10842,0.047807,0.021838,0.13801,0.090566,0.09776,0.15738,0.10846,0.095041}, {-0.12302,-0.27264,-0.083814,0.52995,0.25939,0.047293,-0.080524,-0.21626,-0.3761,0.39576,0.34955,0.10023,-0.083089,-0.10121,-0.44658,0.10002,0.51505,0.12735,-0.061717,-0.049541,-0.31745,-0.24032,0.5197,0.18336,-0.028277,-0.046854,-0.17905,-0.394,0.34334,0.29182,-0.066492,-0.056709,-0.076948,-0.36811,0.050944,0.27257,-0.16004,-0.33501,-0.14591,0.50236,0.23008,0.0085906,-0.10841,-0.2691,-0.43934,0.37639,0.33602,0.070927,-0.11233,-0.14585,-0.51961,0.062519,0.50385,0.11026,-0.09293,-0.088204,-0.38826,-0.3043,0.50355,0.18295,-0.05583,-0.069813,-0.22559,-0.45795,0.32098,0.29869,-0.068198,-0.065528,-0.11095,-0.4261,0.019289,0.27341,-0.16305,-0.35532,-0.14413,0.58387,0.32778,0.038532,-0.098524,-0.27979,-0.44755,0.44627,0.44758,0.12571,-0.093601,-0.1486,-0.53485,0.10398,0.60736,0.1761,-0.074603,-0.0865,-0.40687,-0.28702,0.59479,0.25663,-0.034162,-0.071465,-0.25431,-0.44742,0.39497,0.38345,-0.028107,-0.067877,-0.13914,-0.40852,0.087941,0.36822}, {-0.26846,0.52746,0.23886,-0.078024,0.022832,0.028491,-0.61851,0.079695,0.78813,-0.029281,0.017856,0.0067859,-0.14717,-0.85282,0.76743,0.28035,-0.031867,0.032202,0.3042,-0.81815,-0.068884,0.57187,-0.0085573,0.0019058,0.23472,-0.21292,-0.57301,0.42934,0.22323,0.0029624,0.088707,0.090631,-0.45389,-0.034633,0.23109,0.075411,-0.36539,0.45861,0.17889,-0.12069,-0.0018689,0.016646,-0.69312,0.018298,0.71869,-0.075932,0.0033416,0.024183,-0.18287,-0.88845,0.70846,0.22664,-0.064933,0.04478,0.28996,-0.82698,-0.11442,0.51757,-0.059277,0.0018039,0.21889,-0.22303,-0.61441,0.3629,0.16931,-0.0027194,0.080593,0.070129,-0.48653,-0.075635,0.1974,0.085273,-0.30549,0.49064,0.17206,-0.11311,-0.013349,-0.030036,-0.61786,0.069237,0.72723,-0.07624,-0.016806,-0.023563,-0.16203,-0.83415,0.72979,0.22189,-0.090794,0.0040056,0.25417,-0.791,-0.078293,0.50806,-0.086487,-0.030284,0.17756,-0.21458,-0.58192,0.34731,0.12462,-0.02695,0.060627,0.07521,-0.45136,-0.070825,0.16001,0.048635}, {2.7382,2.0661,0.69075,-0.2111,-0.45234,-0.35388,1.5344,0.96668,0.092153,-0.39146,-0.36314,-0.25893,0.20305,-0.091058,-0.30787,-0.2775,-0.18167,-0.1245,-0.35227,-0.4343,-0.32746,-0.18677,-0.10635,-0.085513,-0.39077,-0.35559,-0.22142,-0.11019,-0.045884,-0.061881,-0.24083,-0.15761,-0.11059,-0.037911,-0.027077,-0.039552,-1.5982,-1.3434,-0.55233,0.028238,0.20136,0.21302,-1.1052,-0.75998,-0.16126,0.17095,0.22858,0.19895,-0.25635,-0.066057,0.078833,0.15399,0.13222,0.12923,0.098443,0.14394,0.14172,0.085729,0.070015,0.07203,0.14567,0.11195,0.094201,0.054417,0.058042,0.021479,0.15679,0.1249,0.063172,0.077272,0.089767,0.035364,-0.85797,-0.71862,-0.19521,0.18198,0.28765,0.27715,-0.53276,-0.32981,0.039665,0.19939,0.20309,0.14301,0.027068,0.098923,0.11606,0.11015,0.082746,0.055205,0.16202,0.14845,0.11057,0.042987,0.047152,0.041165,0.13566,0.091192,0.080713,0.049708,0.080277,0.053494,0.12107,0.085668,0.036609,0.052564,0.092484,0.057004}, {1.3521,-0.76855,-0.28976,-0.026527,-0.067559,-0.047726,1.3335,-0.77964,-0.093871,-0.022177,-0.016402,-0.023356,0.34946,-0.38938,0.041691,-0.040593,0.028008,0.017118,-0.23272,-0.045676,0.029799,0.027362,0.052719,-0.013089,-0.20824,0.051357,-0.043593,0.040852,0.0011959,-0.024184,-0.044617,0.061976,-0.034735,0.013598,0.031441,0.040827,1.2507,-0.78609,-0.26994,-0.040451,-0.066814,-0.040539,1.2544,-0.79059,-0.091423,-0.05009,-0.029236,-0.026057,0.28377,-0.40684,0.020196,-0.084665,0.0022023,0.020346,-0.27371,-0.056049,2.325e-05,-0.027227,0.016361,-0.01458,-0.22125,0.056798,-0.055147,0.0066017,-0.018551,-0.030421,-0.0589,0.078763,-0.019371,0.017105,0.027108,0.035107,1.2753,-0.69673,-0.25026,-0.078762,-0.086764,-0.054951,1.2899,-0.70895,-0.07414,-0.082054,-0.04234,-0.02667,0.31639,-0.36024,0.028584,-0.081546,0.010882,0.029476,-0.2417,-0.038273,0.0098526,-0.0044625,0.02885,-0.0035864,-0.2096,0.064992,-0.039792,0.029466,0.011636,0.00097347,-0.076681,0.077565,-0.012379,0.014655,0.049815,0.059442}, {0.072372,-0.019504,-0.0041203,0.0029055,-0.015869,-0.028101,0.12719,-0.0073972,0.031147,0.0052889,0.008067,-0.021953,0.23027,0.035432,0.015699,0.037254,0.010762,-0.0017888,-0.11286,0.34407,0.014493,0.076194,0.00645,-0.014836,-1.2159,0.64889,0.12427,0.10308,0.04267,-0.010628,-1.5002,0.39644,0.32337,0.13314,0.03987,-0.059685,0.06478,-0.014775,-0.0085148,-0.010947,-0.018061,-0.041872,0.1416,0.0076274,0.029537,0.0020444,0.015632,-0.021307,0.2136,0.035003,0.0017988,0.027357,0.020641,-0.0034828,-0.17925,0.32974,9.1914e-05,0.066481,0.011299,-0.012366,-1.2833,0.64803,0.13667,0.097523,0.038898,-0.0042007,-1.561,0.4032,0.361,0.15286,0.045278,-0.046419,0.088985,0.006241,0.016355,0.02524,0.02667,0.00040459,0.16941,0.029107,0.049151,0.029726,0.052034,0.0053132,0.23009,0.050644,0.0097788,0.040926,0.027814,-0.010072,-0.15674,0.35001,0.024591,0.085446,0.017195,-0.012858,-1.242,0.67586,0.16778,0.11723,0.054501,0.00079755,-1.4686,0.46576,0.40691,0.17648,0.054256,-0.026169}, {0.022044,0.16671,0.15468,-0.1337,-0.15232,-0.015853,0.017675,0.22347,0.22419,-0.2739,-0.15388,0.0054711,0.0056656,0.33552,0.39377,-0.45205,-0.2461,-0.0066785,0.016648,0.38755,0.54989,-0.58942,-0.31961,-0.021747,0.013811,0.33791,0.61112,-0.57089,-0.34375,-0.0095573,0.013334,0.30557,0.55898,-0.46589,-0.38262,-0.034078,-0.023384,0.11122,0.098217,-0.18006,-0.18876,-0.0468,-0.010821,0.17952,0.18802,-0.30429,-0.1733,-0.016134,-0.0047954,0.31918,0.37852,-0.47473,-0.26368,-0.02019,0.010957,0.37083,0.54162,-0.60741,-0.33453,-0.031922,0.018231,0.31788,0.60112,-0.60082,-0.35652,-0.01374,0.033455,0.30468,0.55487,-0.49807,-0.39982,-0.032745,-0.011075,0.12678,0.12855,-0.13288,-0.15242,-0.032336,-0.00042931,0.18983,0.20307,-0.25804,-0.13656,-0.0060641,-0.012988,0.32181,0.38099,-0.42814,-0.22286,-0.0068292,-0.0011399,0.37927,0.55129,-0.54845,-0.27961,-0.023895,0.012394,0.34286,0.62934,-0.52991,-0.29028,-0.0077884,0.03679,0.33992,0.60187,-0.41614,-0.33607,-0.028648}, {0.55653,-0.12558,-0.34014,-0.28334,-0.20757,-0.20006,0.69656,-0.090315,-0.37852,-0.27064,-0.16513,-0.14469,0.79075,-0.081869,-0.38877,-0.26139,-0.17178,-0.18178,0.7567,-0.10931,-0.40258,-0.27355,-0.18616,-0.15003,0.66506,-0.09566,-0.37374,-0.24955,-0.18449,-0.13928,0.56765,-0.11832,-0.373,-0.21035,-0.1692,-0.13811,-0.079468,0.015693,0.048943,-0.027368,-0.051819,-0.02918,-0.077699,0.028692,0.030375,-0.018836,-0.010368,0.014629,-0.039023,0.028603,0.040174,-0.010577,-0.026464,-0.04204,-0.032091,-0.005875,0.014953,-0.040589,-0.064052,-0.049231,-0.040377,0.0018373,0.0045833,-0.009515,-0.051691,-0.041187,-0.027386,-0.036983,-0.050806,0.010689,-0.034733,-0.041445,-1.2518,0.17851,0.67591,0.43818,0.30131,0.29191,-1.4485,0.19731,0.72438,0.43328,0.31923,0.33089,-1.5657,0.17099,0.77999,0.44842,0.32826,0.25221,-1.5302,0.16161,0.76349,0.43438,0.28501,0.21797,-1.3015,0.22998,0.71868,0.45937,0.2953,0.22191,-1.083,0.15841,0.57619,0.44736,0.2891,0.18244}, {-0.022506,-0.025011,-0.094103,-0.095594,0.042413,0.04557,-0.01334,0.036276,0.070179,-0.16267,-0.19672,0.21629,0.015603,0.014666,0.21407,0.19792,-0.62916,-0.15327,0.032117,0.0029174,0.062346,0.71036,0.20421,-1.2135,-0.056293,-0.051657,-0.10163,0.12789,1.0377,-0.18864,-0.057429,-0.024468,-0.0071502,-0.20605,0.1611,0.64732,-0.0015901,-0.001748,-0.084132,-0.10482,0.021111,0.039687,-0.011557,0.021297,0.048248,-0.2022,-0.23229,0.20182,0.031338,-0.0036577,0.17828,0.14163,-0.68001,-0.168,0.052922,-0.015088,0.032543,0.65982,0.14659,-1.2423,-0.039821,-0.056175,-0.11549,0.1057,0.98329,-0.24056,-0.023066,-0.0029713,-0.0034732,-0.22193,0.10141,0.5453,-0.032883,-0.01487,-0.090537,-0.13813,-0.011275,0.014902,-0.037207,0.016509,0.033551,-0.23367,-0.23791,0.18671,-0.0027041,-0.014183,0.15397,0.11096,-0.6435,-0.14717,0.029281,-0.031458,0.00031363,0.63082,0.17254,-1.1687,-0.047924,-0.071739,-0.14715,0.089334,0.98598,-0.18177,-0.01238,-0.015335,-0.022461,-0.21272,0.1149,0.57598}, {1.9158,1.125,-0.040644,-0.45452,-0.31754,-0.24919,1.2489,0.27663,-0.40908,-0.40462,-0.26696,-0.16343,0.22183,-0.30996,-0.30603,-0.2026,-0.115,-0.059244,-0.22456,-0.34957,-0.18148,-0.081396,-0.019038,0.0089614,-0.26617,-0.21303,-0.099908,-0.0077601,-0.037681,-0.042079,-0.16977,-0.090128,-0.01532,0.01047,-0.0099225,-0.0099957,1.2528,0.778,0.019854,-0.2554,-0.15857,-0.14664,0.81359,0.19162,-0.24196,-0.23556,-0.17069,-0.11329,0.10236,-0.19833,-0.16409,-0.1468,-0.10301,-0.059517,-0.1315,-0.20474,-0.11948,-0.077729,-0.02663,-0.003478,-0.14214,-0.13518,-0.10466,-0.034857,-0.061649,-0.037699,-0.059666,-0.046935,-0.041984,-0.015124,-0.024389,-0.0083563,-1.7016,-1.0068,-0.10818,0.32887,0.36485,0.24832,-1.0336,-0.44393,0.2217,0.43333,0.26755,0.14841,-0.33614,0.064435,0.35291,0.27942,0.11181,0.05204,0.14658,0.29223,0.26181,0.15923,0.095623,0.066346,0.19945,0.21951,0.11923,0.086929,0.0075603,0.047468,0.1582,0.13935,0.044767,0.030172,0.036534,0.066421}, {0.024726,0.080676,0.13641,0.36567,0.63167,-1.3716,-0.0026422,0.062311,0.093971,0.10145,0.62326,-0.99814,0.0059568,0.03748,0.029395,-0.0096506,0.27013,-0.13147,0.0042288,0.011094,0.013234,0.018204,0.048677,0.17343,0.001303,-0.0051899,-0.0067478,0.018393,0.0069841,0.14299,-0.017027,-0.0083657,0.0020185,-0.0029303,-0.036962,0.051045,-0.017105,0.040654,0.119,0.38034,0.59275,-1.5837,-0.025687,0.03336,0.089061,0.12306,0.59461,-1.1749,-0.0191,0.013708,0.018938,-0.00023166,0.24921,-0.25829,-0.024608,-0.0138,-0.0027152,0.02516,0.054754,0.10622,-0.038578,-0.024258,-0.012036,0.026102,0.016851,0.10568,-0.051447,-0.022538,-0.0021483,-0.0084596,-0.037389,0.024966,0.0069312,0.077047,0.15357,0.4577,0.66305,-1.5769,0.0037711,0.078598,0.12833,0.20028,0.66688,-1.1884,0.0014852,0.036072,0.035176,0.04428,0.30046,-0.2672,-0.0084458,-0.0029565,0.0017459,0.037048,0.086586,0.12226,-0.01057,0.0088271,0.015709,0.036429,0.04343,0.1273,-0.019143,0.018223,0.027342,0.00037551,-0.014761,0.048046}, {-0.17355,0.81385,-0.34788,-0.17513,-0.048978,0.020858,-0.42665,1.1683,-0.4974,-0.17566,-0.06708,-0.030356,-0.48069,1.2385,-0.48933,-0.1404,-0.026768,-0.053457,-0.35769,0.91624,-0.35202,-0.14138,-0.04821,-0.023051,-0.22086,0.51011,-0.099529,-0.12988,-0.066601,0.016244,-0.039507,0.32811,0.055355,-0.057302,-0.036045,0.019532,-0.17605,0.70766,-0.42163,-0.19062,-0.069448,0.022603,-0.40883,1.0744,-0.55283,-0.18164,-0.071787,-0.027527,-0.46095,1.1573,-0.52755,-0.1402,-0.047945,-0.067047,-0.33214,0.85121,-0.37871,-0.12916,-0.063099,-0.05461,-0.20023,0.47907,-0.113,-0.11495,-0.055008,0.019323,-0.037518,0.28017,0.045147,-0.030945,-0.0021901,0.056964,-0.17376,0.69276,-0.40027,-0.17979,-0.068001,0.013246,-0.40642,1.0591,-0.52149,-0.14938,-0.047072,-0.02115,-0.42645,1.1548,-0.49087,-0.10875,-0.026767,-0.064989,-0.31276,0.84668,-0.3535,-0.1196,-0.055335,-0.066381,-0.20554,0.44263,-0.12632,-0.11247,-0.054555,-0.011775,-0.0738,0.20341,0.0034238,-0.038402,-0.020524,0.00012533}, {-0.18928,-0.18393,-0.26594,-0.40504,-0.20654,0.55023,-0.15509,-0.12487,-0.23058,-0.48962,-0.22922,0.75088,-0.13772,-0.14374,-0.2882,-0.52545,-0.19213,0.96398,-0.1371,-0.18342,-0.34293,-0.53433,-0.1639,1.1423,-0.18704,-0.25978,-0.39499,-0.54584,-0.14341,1.1171,-0.22003,-0.26896,-0.36835,-0.46627,-0.096842,0.98912,-0.090147,-0.039238,-0.068146,-0.033883,-0.015358,0.048493,-0.081942,-0.014472,-0.024848,-0.041285,-0.014692,0.072706,-0.044089,-0.019021,-0.02894,-0.012833,0.0012439,0.098077,-0.03605,-0.047091,-0.051737,-0.0026206,-0.040407,0.12449,-0.023261,-0.039788,-0.043569,-0.006455,-0.065093,0.10746,-0.028309,-0.024294,-0.0074291,-0.015797,-0.10758,0.031301,0.16524,0.25366,0.33921,0.57485,0.20182,-0.76745,0.18733,0.25675,0.38542,0.66868,0.21459,-1.0391,0.22105,0.24094,0.40792,0.7547,0.17915,-1.3083,0.24827,0.26614,0.45556,0.80396,0.062331,-1.4846,0.28105,0.32132,0.5217,0.80512,0.026059,-1.4226,0.2505,0.31673,0.49576,0.65779,-0.069653,-1.3203}, {0.095846,0.20859,0.62349,0.78971,-0.79217,-0.34395,0.09957,0.21607,0.55508,0.14525,-0.7486,-0.0022409,0.047503,0.166,0.27112,-0.23951,-0.2095,0.024372,0.0012511,0.043352,-0.050306,-0.20883,0.027771,0.030101,0.0068177,-0.0057847,-0.12567,-0.090839,0.02957,0.019156,0.016928,-0.01005,-0.072281,-0.025726,0.018959,0.014427,0.06461,0.16919,0.60181,0.76484,-0.85632,-0.41095,0.067858,0.17946,0.53157,0.11978,-0.80641,-0.048823,0.021649,0.12886,0.23601,-0.26765,-0.26278,-0.006677,-0.020109,0.017749,-0.07484,-0.23112,-0.011379,0.0002854,-0.019007,-0.021434,-0.13226,-0.10616,-0.00064036,-0.022337,-0.0090509,-0.024349,-0.072633,-0.029398,-0.0071011,-0.025449,0.07534,0.24066,0.71491,0.84071,-0.83843,-0.42294,0.060671,0.2225,0.61743,0.18175,-0.797,-0.069588,-0.012305,0.13711,0.27686,-0.24625,-0.25904,-0.029605,-0.045071,0.023585,-0.049596,-0.22383,-0.010891,-0.0047708,-0.033368,-0.014625,-0.13156,-0.11079,-0.0027795,-0.0061414,0.006176,0.010032,-0.058671,-0.029368,0.015396,0.011188}, {-0.48625,-0.52885,-0.089699,1.224,2.1131,1.9571,-0.34001,-0.48618,-0.33257,0.58725,1.409,1.4845,-0.18916,-0.31881,-0.38156,-0.076746,0.34568,0.50408,-0.10179,-0.14414,-0.25428,-0.33163,-0.21465,-0.19018,-0.084361,-0.079288,-0.14388,-0.27555,-0.32749,-0.37048,-0.052226,-0.038515,-0.071699,-0.15318,-0.19989,-0.20313,0.20263,0.22719,-0.12438,-0.79991,-1.3559,-1.3027,0.25201,0.3276,0.079623,-0.51868,-1.139,-1.1038,0.19904,0.2307,0.17285,-0.089099,-0.37379,-0.49214,0.12535,0.11865,0.16734,0.13528,0.21594,0.073148,0.084267,0.045969,0.07397,0.12457,0.19592,0.12666,0.1158,0.086663,0.066366,0.11541,0.18105,0.15159,0.228,0.25499,0.064614,-0.26929,-0.55766,-0.41984,0.18409,0.22693,0.11732,-0.17364,-0.5226,-0.42394,0.097001,0.11424,0.10986,0.040278,-0.05317,-0.10022,0.046092,0.048849,0.090356,0.11382,0.24655,0.17146,0.046518,-0.0017875,0.0065978,0.054172,0.11104,0.099312,0.082829,0.052765,-0.0051885,0.018099,0.072042,0.074678}, {-0.16756,0.45563,1.0965,-1.1057,-0.26954,0.18015,-0.17577,0.26161,0.76672,-0.78232,-0.097353,0.14873,-0.064923,0.15921,0.26172,-0.28289,-0.072747,-0.00024071,-0.032899,0.080523,-0.0038477,-0.035945,0.023001,0.024325,-0.038186,0.020689,-0.050453,0.064249,0.064415,0.034277,-0.00023372,0.016287,-0.028158,0.05015,0.0071925,0.036912,-0.20719,0.41809,1.0433,-1.201,-0.33808,0.18145,-0.16636,0.25379,0.74179,-0.85139,-0.13601,0.18042,-0.041046,0.1503,0.22589,-0.35422,-0.11202,0.041059,-0.017317,0.064998,-0.052744,-0.10196,-0.013212,0.038588,-0.048019,-0.0040333,-0.07584,0.023662,0.041767,0.026532,-0.023057,0.0072336,-0.035164,0.025986,-0.014363,0.02361,-0.20268,0.45493,1.119,-1.112,-0.32655,0.13506,-0.19021,0.27406,0.78904,-0.77954,-0.11496,0.1497,-0.086148,0.1381,0.24297,-0.32054,-0.094509,0.0067553,-0.054465,0.041213,-0.048113,-0.094892,-0.018642,-0.0051221,-0.047539,-0.008903,-0.074199,0.024487,0.02761,-0.012653,-0.014409,0.0046982,-0.024809,0.028968,-0.026754,-0.017847}, {-0.17336,-0.092607,-0.020809,0.10811,0.24661,0.20413,-0.14769,-0.063938,0.094101,0.28238,0.36248,0.13102,-0.062897,0.11591,0.30588,0.42015,0.2367,-0.14081,0.18013,0.37269,0.42959,0.19385,-0.18728,-0.42509,0.3452,0.44598,0.21825,-0.31824,-0.6296,-0.71468,0.32592,0.23235,-0.1727,-0.68966,-0.89776,-0.83659,0.014079,0.023203,0.033045,0.030411,0.045858,0.018937,0.011815,-0.02141,0.0088537,0.045873,0.062282,-0.011348,0.023952,0.021704,0.020662,0.029152,-0.032889,-0.088108,0.063204,0.027187,-0.024769,-0.079814,-0.089626,0.0046343,-0.007399,-0.057917,-0.080069,-0.058203,0.067744,0.047584,-0.097737,-0.062133,-0.018814,0.020796,0.045039,0.011473,0.22185,0.16252,0.059503,-0.18674,-0.37573,-0.32637,0.16783,0.021192,-0.14153,-0.41664,-0.5085,-0.2694,0.011273,-0.16662,-0.43327,-0.57455,-0.43972,-0.0059778,-0.2238,-0.48966,-0.68245,-0.42061,0.14725,0.74581,-0.53092,-0.67812,-0.40189,0.36927,1.1246,1.3344,-0.54734,-0.33511,0.32128,1.0633,1.4059,1.374}, {0.04036,-0.0083807,-0.18138,0.00092935,0.18624,0.040016,0.016711,-0.44767,-0.033469,0.46925,0.077088,-0.081365,-0.54361,-0.17533,0.93819,0.25297,-0.19449,-0.038829,-0.23891,1.1587,0.32229,-0.51679,-0.14741,-0.031288,0.76066,0.54519,-0.61814,-0.16387,-0.012497,-0.083789,0.33036,-0.39426,-0.2003,0.043254,-0.020481,0.046888,0.028416,-0.047973,-0.2284,-0.059005,0.12187,0.0011124,0.008113,-0.49515,-0.10498,0.38435,0.017304,-0.10552,-0.56745,-0.25763,0.84267,0.16753,-0.22531,-0.05853,-0.33185,1.051,0.24209,-0.57034,-0.13795,-0.027911,0.63509,0.43531,-0.67615,-0.18603,-0.00076735,-0.0663,0.23576,-0.45618,-0.21959,0.044123,-0.010725,0.055628,0.0083282,-0.050224,-0.24316,-0.091535,0.084945,-0.030328,0.00099535,-0.47234,-0.11429,0.35708,-0.0128,-0.12962,-0.54226,-0.22474,0.84019,0.16481,-0.24587,-0.093709,-0.31387,1.0647,0.28067,-0.51168,-0.12046,-0.04395,0.59973,0.44407,-0.61887,-0.13778,0.0075818,-0.074452,0.18498,-0.44122,-0.19068,0.067813,0.00424,0.060262}, {0.26053,-0.13016,-0.11019,-0.045259,0.049057,0.018733,0.4578,-0.30659,-0.12276,-0.089458,-0.062781,-0.013934,0.87167,-0.55271,-0.14418,-0.12249,-0.077802,-0.078432,1.1815,-0.71024,-0.16524,-0.13256,-0.038508,-0.05977,1.1403,-0.72021,-0.17804,-0.12186,-0.026514,-0.017655,1.1226,-0.66262,-0.26363,-0.13486,-0.067737,-0.040625,0.11383,-0.10121,-0.084225,-0.055393,0.043843,0.023668,0.3011,-0.27826,-0.10381,-0.098007,-0.049468,0.00075217,0.6778,-0.51092,-0.099556,-0.11759,-0.061124,-0.038891,0.97505,-0.64051,-0.089077,-0.1253,-0.032218,-0.030308,0.91771,-0.66346,-0.093215,-0.096515,-0.027374,-0.024473,0.89534,-0.63615,-0.18013,-0.09216,-0.05937,-0.038416,-0.043356,-0.022354,0.022148,0.021858,0.088446,0.063083,0.085156,-0.16583,0.049936,-0.0026043,0.018905,0.065258,0.37373,-0.38182,0.069499,-0.018439,0.020433,0.036698,0.62907,-0.50313,0.076407,-0.039934,0.029319,0.033885,0.59082,-0.53002,0.060327,-0.035573,0.003672,0.01153,0.60025,-0.51796,-0.033649,-0.022598,-0.038308,-0.022217}, {0.29149,0.2948,0.31697,0.30997,0.31021,0.30638,0.2783,0.30835,0.30124,0.2996,0.30422,0.3101,0.28867,0.28781,0.27185,0.26917,0.28442,0.29324,0.3018,0.2945,0.27862,0.27827,0.30393,0.31606,0.32166,0.32305,0.30648,0.31463,0.32737,0.33584,0.28641,0.31784,0.29747,0.30428,0.31482,0.2994,-0.40464,-0.41161,-0.39931,-0.40915,-0.40836,-0.41577,-0.39924,-0.37203,-0.36667,-0.37274,-0.38479,-0.40109,-0.37459,-0.35625,-0.34451,-0.35022,-0.36234,-0.38349,-0.3725,-0.35226,-0.34257,-0.34084,-0.35744,-0.39118,-0.3845,-0.37159,-0.36613,-0.35751,-0.38405,-0.39927,-0.39727,-0.37272,-0.38415,-0.37133,-0.3827,-0.39108,0.08087,0.074865,0.088651,0.085161,0.076388,0.060126,0.062721,0.083269,0.079697,0.083947,0.074092,0.070799,0.075695,0.082204,0.091826,0.092708,0.085729,0.083985,0.071013,0.085472,0.093245,0.098266,0.08704,0.074915,0.074543,0.076488,0.074416,0.079637,0.063983,0.071151,0.058732,0.077971,0.063489,0.068815,0.066985,0.067795}, {-0.058468,-0.065205,-0.040193,-0.04149,-0.025983,-0.065477,-0.061037,-0.048633,-0.0076109,0.0096248,0.0028311,-0.011694,-0.045087,-0.011669,-0.0040715,0.028055,0.020067,0.028932,-0.039545,-0.03126,0.055277,0.090667,-0.053773,-0.0676,-0.14807,0.11048,0.32309,0.3696,0.23535,-0.047367,0.24762,0.4141,-1.3386,-1.425,0.29077,0.22568,-0.024415,-0.033621,-0.0043066,-0.018203,-0.00022051,-0.047908,-0.03783,-0.02079,0.037993,0.028315,0.014434,-0.0029567,-0.018916,0.01534,0.038466,0.048215,0.0098789,0.013364,-0.00094693,0.0033861,0.10723,0.13937,-0.02811,-0.054606,-0.044402,0.181,0.34434,0.3712,0.27151,0.0030187,0.31254,0.41824,-1.4846,-1.602,0.28402,0.29355,0.033612,0.021356,0.053381,0.072818,0.069829,0.026597,0.013267,0.042501,0.10091,0.1136,0.092133,0.078012,0.055257,0.11488,0.13059,0.12974,0.078625,0.11522,0.058847,0.091889,0.18218,0.1952,0.04523,0.066305,0.0065805,0.24068,0.31613,0.35516,0.36809,0.16213,0.35963,0.42087,-1.6088,-1.7247,0.3375,0.45886}, {-0.15569,-0.12204,-0.1367,-0.14747,-0.13391,-0.13936,-0.27214,-0.22918,-0.20724,-0.19705,-0.19842,-0.2392,-0.205,-0.22787,-0.27013,-0.27773,-0.27665,-0.28608,0.21012,0.22684,0.2209,0.20627,0.17185,0.12436,0.21051,0.18033,0.18519,0.19811,0.19989,0.20375,0.11572,0.091089,0.10278,0.10071,0.1086,0.12165,-0.17416,-0.14009,-0.14554,-0.1533,-0.14509,-0.14999,-0.3006,-0.25822,-0.23624,-0.22513,-0.22757,-0.26919,-0.24018,-0.25901,-0.30387,-0.31186,-0.31222,-0.31934,0.19983,0.22599,0.21886,0.20003,0.16636,0.11912,0.22566,0.20447,0.20923,0.22231,0.2277,0.22978,0.15271,0.1291,0.14161,0.13718,0.14247,0.16174,-0.16613,-0.14229,-0.14188,-0.14639,-0.13409,-0.14134,-0.31011,-0.28582,-0.2644,-0.25542,-0.25304,-0.28247,-0.21339,-0.25582,-0.31157,-0.32797,-0.32508,-0.31518,0.31437,0.32635,0.31782,0.29114,0.25379,0.21434,0.39162,0.3663,0.37371,0.38289,0.38778,0.39223,0.3273,0.29329,0.30659,0.29711,0.30233,0.33413}, {0.065173,0.12493,0.11079,0.2287,0.26671,0.022621,0.12431,0.13953,0.27029,0.31,-0.043234,-0.2518,0.13551,0.28283,0.35684,-0.15584,-0.36171,-0.19628,0.25114,0.30551,-0.11786,-0.3769,-0.13554,-0.091013,0.20769,-0.048627,-0.31191,-0.14728,-0.093326,-0.11289,0.0039059,-0.22612,-0.18627,-0.10567,-0.10284,-0.081029,0.050368,0.12104,0.13683,0.27024,0.26941,-0.017307,0.13623,0.17307,0.32715,0.32562,-0.10178,-0.32934,0.18164,0.34733,0.39356,-0.2102,-0.46451,-0.28257,0.29674,0.33388,-0.15331,-0.47296,-0.22251,-0.15015,0.20009,-0.093785,-0.39399,-0.22697,-0.14558,-0.13978,-0.0319,-0.27928,-0.24126,-0.14412,-0.12883,-0.087393,0.12541,0.2239,0.27565,0.39858,0.33945,0.0071982,0.26331,0.31044,0.4671,0.41576,-0.098705,-0.37238,0.33001,0.48969,0.49074,-0.20127,-0.52732,-0.35442,0.42901,0.42587,-0.14574,-0.52214,-0.28285,-0.17782,0.28259,-0.086099,-0.44377,-0.26597,-0.15537,-0.11884,0.0095703,-0.29257,-0.26465,-0.14018,-0.098334,-0.041902}, {0.23833,-0.80048,0.19694,0.21073,0.049608,0.053648,0.39614,-0.84345,0.31035,0.21068,0.013474,0.045356,0.42239,-0.97695,0.41284,0.20878,0.018794,0.036789,0.36599,-0.91095,0.3454,0.16508,0.017724,0.010546,0.26809,-0.6764,0.24544,0.14534,0.048149,-0.032104,0.075069,-0.53731,0.13908,0.095688,0.027893,-0.042055,0.22488,-0.93219,0.14917,0.25407,0.062491,0.026997,0.39616,-0.97594,0.28225,0.28473,0.060637,0.057204,0.43376,-1.12,0.38391,0.28076,0.062581,0.045887,0.39301,-1.0266,0.32579,0.22074,0.054845,0.031274,0.2884,-0.75677,0.2483,0.18211,0.07744,0.00021067,0.099415,-0.5928,0.15439,0.12659,0.04391,-0.0042259,0.29531,-0.87966,0.16633,0.24328,0.037805,0.0080163,0.44609,-0.92923,0.29504,0.27103,0.045884,0.052091,0.47303,-1.0588,0.39997,0.26166,0.038163,0.046697,0.43009,-0.96039,0.3525,0.20789,0.023243,0.024575,0.33088,-0.70539,0.26847,0.17294,0.038361,-0.025207,0.13585,-0.56238,0.13842,0.10982,0.024958,-0.015369}, {0.049171,0.22255,-0.33398,-0.37417,0.21906,0.037513,0.096788,0.37997,-0.46753,-0.32838,0.38521,0.047878,0.16987,0.46132,-0.67873,-0.32504,0.48054,0.083808,0.1693,0.4792,-0.75549,-0.25512,0.49002,0.089006,0.20432,0.40902,-0.73747,-0.20932,0.36634,0.10304,0.17892,0.15376,-0.60341,-0.15321,0.22302,0.11128,0.028113,0.21468,-0.40625,-0.45249,0.1907,0.026915,0.085504,0.38573,-0.54084,-0.40881,0.3711,0.044145,0.17652,0.4782,-0.75467,-0.40229,0.48225,0.094065,0.175,0.50262,-0.81765,-0.31999,0.49386,0.10994,0.19449,0.41182,-0.79059,-0.25812,0.36882,0.10216,0.17171,0.13118,-0.66516,-0.19815,0.22199,0.095126,0.0097457,0.21916,-0.33484,-0.38344,0.20784,0.008022,0.062739,0.38274,-0.45862,-0.33207,0.36746,0.010858,0.15945,0.49315,-0.66127,-0.32831,0.46153,0.059239,0.15795,0.5078,-0.73705,-0.26965,0.45845,0.074361,0.19139,0.40998,-0.71983,-0.22459,0.33176,0.074679,0.17771,0.16439,-0.57298,-0.1506,0.19757,0.054601}, {0.055297,0.041222,0.03609,0.015603,0.0084465,0.012502,0.075816,-0.043738,-0.0060294,0.03161,0.036637,-0.0087988,0.35649,0.35209,0.064908,-0.083888,-0.044463,-0.032223,-0.29293,0.27506,0.61221,0.45111,0.10873,-0.026496,-0.6091,-0.83059,-0.52319,0.19692,0.5269,0.44849,0.017441,-0.083111,-0.35454,-0.56112,-0.38273,-0.012563,0.049613,0.041319,0.040038,0.019631,0.025976,0.036645,0.10723,-0.019619,0.0036205,0.041042,0.049139,0.0091929,0.3747,0.37852,0.070939,-0.089598,-0.057762,-0.03573,-0.32968,0.24638,0.60029,0.45639,0.11239,-0.029104,-0.6493,-0.88983,-0.57386,0.17882,0.54126,0.4591,0.011224,-0.11922,-0.40866,-0.61888,-0.42321,-0.023741,0.038341,0.040274,0.050669,0.037543,0.042952,0.037962,0.11682,0.0059179,0.037007,0.084548,0.074807,0.012384,0.38828,0.40952,0.10101,-0.060076,-0.04547,-0.027154,-0.30078,0.27698,0.62661,0.49253,0.14399,-0.0042287,-0.61781,-0.85074,-0.53746,0.22442,0.58316,0.49773,0.041305,-0.078353,-0.3628,-0.56982,-0.36581,0.042428}, {-0.06804,-0.032845,0.0022076,0.1476,-0.16511,0.17171,-0.055065,-0.029653,-0.067696,0.23265,0.43559,-0.57778,-0.030307,0.016376,-0.082928,0.17406,0.9425,-1.3965,-0.005017,-0.021259,-0.062577,-0.055304,0.77347,-0.67401,-0.0031159,-0.046963,0.0041043,-0.12591,0.17018,0.28619,-0.039818,-0.065082,-0.021939,-0.077931,-0.085459,0.27206,-0.0094655,-0.031184,-0.010744,0.15186,-0.13314,0.1694,-0.019216,-0.03092,-0.09221,0.22431,0.42981,-0.62505,-0.0094647,0.031699,-0.094978,0.16112,0.92927,-1.4658,0.023067,0.010352,-0.053681,-0.046294,0.75129,-0.75977,0.037905,-0.010767,0.035233,-0.089704,0.14861,0.23303,0.01087,-0.017768,0.010029,-0.039822,-0.08296,0.25654,-0.018964,-0.049131,-0.03022,0.16375,-0.11364,0.11639,-0.01855,-0.026416,-0.086252,0.26233,0.47324,-0.67242,-0.0030798,0.042439,-0.082838,0.22157,1.0237,-1.4807,0.019151,-0.0079447,-0.072575,-0.0089782,0.84964,-0.71909,0.0076234,-0.053704,-0.013951,-0.10908,0.20608,0.28478,-0.0047628,-0.030174,-0.017669,-0.070077,-0.074189,0.26383}, {-0.24516,-0.34848,-0.33719,-0.33954,-0.31084,-0.26507,0.56717,0.58296,0.65741,0.69415,0.66114,0.70504,0.058049,0.035919,0.037759,0.028341,0.033445,0.076607,-0.3735,-0.36111,-0.35825,-0.36029,-0.35044,-0.37524,-0.022728,0.025354,-0.022058,-0.025602,-0.0098903,-0.06256,0.0012463,-0.016663,-0.020557,-0.033967,-0.0096675,0.011196,-0.26849,-0.39185,-0.38873,-0.39277,-0.38282,-0.35887,0.60457,0.59975,0.68767,0.7141,0.67084,0.69571,0.052366,0.01132,0.015267,0.0050383,0.0077006,0.053132,-0.40451,-0.40193,-0.40729,-0.40523,-0.40308,-0.41182,-0.035153,0.0129,-0.041565,-0.060424,-0.049733,-0.089799,0.0067401,-0.0047237,-0.011539,-0.029846,0.0012811,0.023948,-0.29458,-0.44608,-0.43677,-0.4184,-0.4131,-0.39434,0.75485,0.75011,0.85652,0.90051,0.83447,0.84603,0.17,0.13187,0.14592,0.14661,0.15327,0.19695,-0.40731,-0.40319,-0.41668,-0.41163,-0.38641,-0.37994,-0.053763,-0.01033,-0.076005,-0.10677,-0.08374,-0.079039,0.044883,0.027113,0.017581,-0.0029963,0.021413,0.073851}, {-0.078137,-0.042552,-0.039011,-0.021148,-0.04405,-0.044839,-0.033361,-0.013039,-0.013044,-0.011505,-0.028985,0.0051148,-0.017918,0.002387,-0.0026599,0.030693,0.051436,0.043357,-0.021971,-0.001027,-0.045255,-0.091839,-0.10083,0.13469,-0.084923,-0.018638,0.073563,0.27467,0.54811,0.56658,0.11621,0.16701,0.11896,-0.22672,-0.96375,-1.4449,-0.048251,-0.021145,-0.019695,-0.001007,-0.013318,-0.020115,-0.0059069,0.0054167,0.010383,0.011713,-0.00355,0.04129,-0.0070355,0.007898,0.022814,0.057307,0.08994,0.098074,-0.012996,0.0059519,-0.018377,-0.046564,-0.026394,0.218,-0.059169,0.009503,0.12308,0.33492,0.59984,0.59349,0.13815,0.19114,0.12363,-0.2755,-1.0726,-1.603,0.059265,0.063187,0.046589,0.055009,0.054586,0.066513,0.085237,0.090683,0.069843,0.063661,0.049612,0.10672,0.066158,0.081529,0.090468,0.12623,0.15648,0.17902,0.05294,0.069803,0.060314,0.052026,0.072609,0.3349,0.035537,0.1064,0.22418,0.43846,0.68887,0.64816,0.24204,0.28167,0.1803,-0.27167,-1.1592,-1.7387}, {-0.05176,-0.006925,0.0062343,0.010625,-0.0078474,0.0042353,-0.042975,-0.045004,-0.031488,0.0089621,-0.023933,-0.038072,-0.10041,-0.072481,-0.050642,-0.029594,-0.028516,0.003328,-0.19274,0.10696,-0.063499,-0.058524,-0.033286,-0.016501,-0.80368,-0.24708,0.15429,-0.00033379,0.032315,-0.047872,2.6445,-0.63589,-0.3904,-0.22533,-0.034215,0.0012124,-0.036616,0.029137,-0.019129,-0.0049352,-0.0075462,-0.004663,-0.046804,-0.037612,-0.060888,-0.017554,-0.036034,-0.058474,-0.12417,-0.083706,-0.059991,-0.0329,-0.04598,-0.028729,-0.19718,0.13388,-0.059627,-0.061264,-0.060973,-0.054976,-0.84509,-0.21361,0.17762,-0.00786,0.011973,-0.076481,2.4657,-0.68905,-0.37865,-0.20732,-0.04942,-0.010767,0.050163,0.12127,0.032714,0.027122,0.042065,0.06755,0.012524,0.055101,0.00028742,0.013651,0.010682,0.025611,-0.054178,0.0061827,0.011735,0.012488,0.0030668,0.047407,-0.14098,0.20965,0.004735,-0.028435,-0.031047,0.012434,-0.8464,-0.12473,0.24807,0.06059,0.06491,0.006737,2.1658,-0.67304,-0.28269,-0.092661,0.019223,0.04837}, {-0.30597,-0.088082,0.26746,0.17429,0.11663,0.066578,-0.30866,-0.18502,0.26819,0.15398,0.11477,0.083396,-0.31154,-0.30137,0.30713,0.18269,0.13142,0.074161,-0.29333,-0.37462,0.29523,0.20851,0.13743,0.069908,-0.2943,-0.41326,0.20107,0.21176,0.12245,0.055159,-0.30286,-0.39507,0.12637,0.22213,0.12804,0.037524,-0.38869,-0.14997,0.24873,0.15657,0.082121,0.0078549,-0.39388,-0.25795,0.25738,0.14682,0.090771,0.03924,-0.39165,-0.37876,0.29482,0.18676,0.12273,0.04397,-0.36847,-0.44807,0.28374,0.22004,0.13733,0.055649,-0.36574,-0.48385,0.18168,0.2158,0.12871,0.054839,-0.35913,-0.45824,0.10431,0.22255,0.1417,0.054847,-0.43764,-0.14078,0.3448,0.26752,0.16116,0.065484,-0.45463,-0.26355,0.361,0.26509,0.17075,0.089538,-0.4591,-0.39617,0.39962,0.31002,0.19569,0.081878,-0.42934,-0.46749,0.38147,0.35068,0.22352,0.10114,-0.40291,-0.49597,0.26604,0.33721,0.21789,0.10741,-0.37016,-0.45648,0.17213,0.32849,0.23659,0.12233}, {0.25985,0.28556,0.022917,-0.36645,-0.24052,-0.21812,0.2112,0.28197,0.25127,-0.30412,-0.22767,-0.19886,0.18237,0.21037,0.29039,-0.18803,-0.28405,-0.21039,0.15087,0.15476,0.22595,0.013259,-0.22914,-0.23795,0.11111,0.097819,0.15305,0.10866,-0.11052,-0.2114,0.089582,0.084052,0.10557,0.1152,-0.022568,-0.16116,0.24539,0.26734,-0.026836,-0.44505,-0.31479,-0.2805,0.20416,0.27677,0.22035,-0.37328,-0.29557,-0.25387,0.17806,0.20903,0.27702,-0.24129,-0.34987,-0.27387,0.143,0.1519,0.219,-0.026665,-0.29496,-0.31043,0.099339,0.089524,0.14385,0.07792,-0.16358,-0.28109,0.090817,0.087142,0.10433,0.10526,-0.051342,-0.21041,0.36606,0.38156,0.016039,-0.48777,-0.36594,-0.29465,0.33004,0.41348,0.28705,-0.40832,-0.3549,-0.2792,0.28999,0.34284,0.36593,-0.24581,-0.39285,-0.30161,0.24113,0.26891,0.32083,0.0064855,-0.30314,-0.32979,0.184,0.18129,0.245,0.14519,-0.13817,-0.27936,0.18474,0.17629,0.20824,0.19339,0.0070646,-0.16574}, {0.10668,0.15261,0.045097,0.0082343,-0.025933,-0.0012962,0.016356,0.32002,0.024293,0.033503,0.031195,0.0086031,-0.42104,0.47796,0.3414,-0.029337,0.080158,0.019175,-0.66213,-0.34836,0.75015,0.13778,0.045574,0.050053,-0.14455,-0.94686,0.092665,0.61876,0.078532,0.038778,0.099252,-0.35012,-0.74593,0.24516,0.29104,0.08638,0.08664,0.13071,0.0048225,-0.021266,-0.038933,-0.0023101,-0.012159,0.30745,-0.010364,-0.0036288,0.012602,0.00095814,-0.46316,0.46364,0.31602,-0.067534,0.058085,0.0091679,-0.6967,-0.37259,0.71595,0.092327,0.0085953,0.034092,-0.17223,-0.98345,0.060062,0.57883,0.052237,0.038327,0.063703,-0.39511,-0.77825,0.19972,0.25815,0.073185,0.093227,0.13968,0.0048258,-0.037407,-0.049704,-0.021811,0.025441,0.32497,-0.02155,-0.03729,-0.0064087,-0.022187,-0.41262,0.4824,0.30087,-0.092284,0.047856,-0.01365,-0.66026,-0.33027,0.72032,0.093747,0.0045553,0.0086735,-0.16006,-0.92216,0.11265,0.61616,0.059376,0.027464,0.052497,-0.35222,-0.69893,0.2741,0.29446,0.084102}, {-0.0056574,-0.023796,-0.013308,-0.040032,-0.033151,-0.017508,0.0069468,0.022559,-0.041907,-0.042417,-0.052381,-0.034931,0.013012,0.0017594,-0.049119,-0.10828,-0.078655,-0.045603,0.025798,0.014213,-0.022155,-0.17172,-0.2235,-0.24682,-0.031609,-0.12911,-0.36169,-0.41945,-0.33018,-0.16633,-0.40413,-0.36851,0.27158,1.1342,1.1557,0.8818,0.018968,-0.010505,0.013068,-0.011628,-0.014396,-0.014617,0.006892,0.0086357,-0.049403,-0.052862,-0.059359,-0.046672,0.0086155,-0.011418,-0.065371,-0.11474,-0.079901,-0.06055,0.032037,0.014401,-0.019413,-0.16108,-0.22569,-0.28396,-0.0055599,-0.11332,-0.37426,-0.44405,-0.36137,-0.22733,-0.36451,-0.37406,0.18539,1.02,1.0406,0.75199,0.018755,0.011132,0.02677,-0.00034748,-0.0030026,-0.011736,0.00871,0.01724,-0.033141,-0.038445,-0.044625,-0.04889,-2.9555e-06,-0.009192,-0.047329,-0.091026,-0.06475,-0.060852,0.040814,0.020245,-0.0050047,-0.13305,-0.19753,-0.27228,0.017746,-0.09638,-0.35325,-0.40049,-0.2946,-0.1877,-0.31742,-0.32377,0.23208,1.0735,1.117,0.83057}, {-0.14454,-0.20183,-0.12502,0.30477,0.94275,0.91996,-0.022616,-0.078042,-0.2362,-0.41658,-0.17184,0.77271,0.0057963,-0.0047214,0.019135,-0.042517,-0.40149,-0.5141,-0.011831,-0.026424,0.011016,-0.016166,0.0037253,-0.20251,0.015389,-0.0026006,0.0080856,-0.038743,-0.046151,-0.089458,0.048493,0.015376,0.017567,-0.012531,-0.033701,-0.042266,-0.20869,-0.26189,-0.17926,0.28486,0.96998,0.95865,-0.073259,-0.13459,-0.28576,-0.45026,-0.19775,0.76724,-0.03286,-0.048364,-0.017826,-0.077304,-0.44064,-0.54931,-0.035377,-0.045764,-0.012099,-0.038824,-0.019382,-0.23713,-0.012492,-0.024994,-0.022282,-0.061376,-0.057595,-0.12393,0.022639,-0.011207,-0.0025776,-0.02026,-0.031811,-0.062597,-0.17151,-0.22777,-0.15395,0.32377,1.0769,1.1121,-0.039875,-0.10995,-0.28216,-0.45226,-0.14908,0.85701,0.023184,-0.0066114,-0.00151,-0.066942,-0.40778,-0.50742,0.012633,-0.00031654,-0.00021188,-0.028737,0.0048923,-0.21518,0.023895,0.015162,-0.00064933,-0.043262,-0.035791,-0.098092,0.054519,0.03385,0.033621,0.014283,0.0057796,-0.021314}, {2.3172,-0.71538,-0.35587,-0.13932,-0.080873,-0.0097801,-0.41791,-0.24673,0.10094,-0.0045364,-0.0026919,-0.010094,-0.30103,0.099921,-0.025847,-0.021872,-0.048219,-0.019806,-0.10178,0.0059822,-0.017317,0.037661,-0.018949,-0.019222,-0.051111,0.011697,-0.0093528,0.0043704,0.018928,0.016609,0.048209,0.0020601,-0.013697,0.00077718,0.0020839,0.034157,2.2656,-0.71877,-0.36868,-0.16478,-0.099857,-0.018099,-0.45536,-0.25494,0.088115,-0.023789,-0.0063934,0.0030703,-0.31268,0.071512,-0.042678,-0.029462,-0.054976,-0.0108,-0.12375,-0.024491,-0.023802,0.036453,-0.024389,-0.021647,-0.088366,-0.003644,-0.0047514,-0.014359,-0.014623,-0.01082,0.010294,-0.0066328,0.0098826,0.010452,-0.0069136,0.027467,2.2721,-0.64197,-0.31358,-0.15613,-0.10429,-0.045717,-0.40747,-0.18512,0.119,-0.0083285,-0.0013141,-0.017472,-0.27752,0.11162,-0.027213,-0.0066845,-0.038907,-0.017027,-0.085757,-0.00018445,-0.015905,0.071285,0.0070452,-0.020885,-0.050324,0.022405,-0.00048079,-0.0078252,0.01697,0.015085,0.023934,0.020004,0.0173,0.0071219,0.017045,0.046725}, {0.013359,-0.0080944,-0.0065364,-0.016277,-0.017162,-0.016502,0.012893,-0.083354,-0.031346,0.10449,0.060592,-0.10252,-0.078761,0.13134,0.3081,-0.10106,-0.35737,-0.15523,0.19334,0.14924,-0.50782,-0.69334,-0.03505,0.39135,-0.22527,-0.76549,-0.47918,0.68507,0.74957,0.29024,-0.37338,0.12704,0.78327,0.47994,0.044848,0.0011384,0.042909,0.0055284,-0.035281,-0.054525,-0.0502,-0.054393,0.028814,-0.09142,-0.072695,0.048776,0.0090389,-0.16622,-0.090561,0.10774,0.26801,-0.15687,-0.41874,-0.21635,0.16896,0.11045,-0.55225,-0.74555,-0.092387,0.32625,-0.24828,-0.80591,-0.51444,0.66533,0.72466,0.24105,-0.39018,0.083535,0.74697,0.4713,0.049605,-0.019614,0.056953,0.0379,-0.0050159,-0.022656,-0.026348,-0.041576,0.052706,-0.062178,-0.055952,0.066414,0.034063,-0.14536,-0.07144,0.11885,0.2937,-0.12872,-0.39436,-0.1923,0.17691,0.12196,-0.50658,-0.71033,-0.071645,0.34557,-0.20966,-0.74771,-0.46987,0.66954,0.72962,0.27022,-0.33267,0.1128,0.75796,0.47321,0.064518,0.016382}, {0.038117,0.085455,0.2406,0.25433,-0.23564,-0.27091,0.037132,0.087675,0.19797,0.29468,-0.30285,-0.28482,0.030714,0.10535,0.20375,0.37643,-0.38578,-0.31649,0.019015,0.10966,0.1778,0.41072,-0.39182,-0.33156,0.016973,0.092216,0.142,0.3416,-0.28114,-0.33279,0.012351,0.063536,0.13263,0.28184,-0.16542,-0.3283,0.0034107,0.051218,0.2246,0.20813,-0.34139,-0.3596,0.01603,0.077004,0.21005,0.27556,-0.39834,-0.36185,0.0027047,0.092525,0.22065,0.37016,-0.47742,-0.38563,-0.0062819,0.094758,0.19734,0.42255,-0.46989,-0.40713,0.0034539,0.084743,0.16638,0.36253,-0.34321,-0.40923,0.007868,0.062158,0.15542,0.30304,-0.2053,-0.39531,0.06208,0.11998,0.33399,0.29667,-0.3547,-0.39792,0.063297,0.14195,0.33856,0.37988,-0.42532,-0.42288,0.051682,0.16922,0.36592,0.48542,-0.51325,-0.46128,0.039453,0.1656,0.33586,0.54084,-0.49656,-0.47894,0.050709,0.15808,0.30112,0.48498,-0.35559,-0.46988,0.070722,0.14741,0.2829,0.42267,-0.19068,-0.41868}, {-0.024884,-0.0040214,-0.24377,-0.63889,1.3294,-0.27179,-0.0666,-0.0096431,-0.1592,-0.6135,1.2385,-0.40413,-0.028009,-0.0089014,-0.12669,-0.36961,0.82687,-0.34681,-0.034747,-0.041584,-0.13848,-0.15553,0.44951,-0.16756,-0.0043745,0.0031275,-0.079526,-0.049129,0.28586,-0.10068,0.017309,-0.010397,-0.052419,0.010945,0.22286,0.0068527,-0.016353,-0.011199,-0.23966,-0.68158,1.2348,-0.32291,-0.029062,0.0055406,-0.13816,-0.63011,1.1701,-0.42493,0.002511,-0.010793,-0.12269,-0.38442,0.76543,-0.38322,-0.017938,-0.052667,-0.13765,-0.16116,0.38961,-0.21142,0.018118,-0.00064279,-0.060931,-0.04077,0.23992,-0.11416,0.039836,0.00036805,-0.032983,0.024765,0.21923,0.024751,-0.067564,-0.075337,-0.27214,-0.63761,1.3119,-0.259,-0.077766,-0.06123,-0.18515,-0.58768,1.2568,-0.34596,-0.026789,-0.056101,-0.14991,-0.34975,0.82758,-0.33152,-0.048211,-0.083204,-0.15439,-0.14819,0.41874,-0.18482,-0.032232,-0.02959,-0.072597,-0.046928,0.2338,-0.1099,-0.0033275,-0.0064634,-0.027395,0.014016,0.19319,0.024957}, {-0.058209,-0.03275,-0.02653,0.013022,0.032563,-0.028062,-0.046462,0.0029069,-0.025762,0.12524,0.03193,-0.028843,0.051024,0.0082308,-0.12019,0.22049,-0.026658,-0.0022195,0.079462,-0.20852,0.070944,0.23437,-0.20332,0.04888,-0.079513,-0.11314,0.80361,-0.52176,-0.1659,0.21463,-0.20351,0.45491,1.0776,-1.4393,0.18514,0.33332,-0.048578,-0.0073964,-0.0090006,0.027078,0.013327,-0.048494,-0.047193,0.011045,-0.024265,0.098849,-0.033069,-0.065147,0.056693,0.0038669,-0.11919,0.18323,-0.07841,-0.03376,0.099849,-0.21531,0.044059,0.17836,-0.23276,0.03769,-0.077651,-0.1339,0.75937,-0.58121,-0.2003,0.22234,-0.21581,0.41883,1.0131,-1.5251,0.11921,0.33325,-0.063778,-0.024808,-0.014166,0.028132,0.028095,-0.06942,-0.065129,-0.0082808,-0.040184,0.094981,-0.025034,-0.093217,0.0066315,-0.040751,-0.14664,0.17961,-0.033756,-0.03041,0.034909,-0.25447,0.02363,0.21212,-0.1737,0.022998,-0.14411,-0.15746,0.76742,-0.5134,-0.20142,0.14615,-0.28666,0.38007,1.0248,-1.4572,0.083696,0.22952}, {0.036462,0.10541,0.35848,-0.096683,-0.66667,-0.049891,0.021209,0.064451,0.337,0.48663,-0.77781,-0.28741,0.0067609,0.080426,0.11065,0.61516,-0.20326,-0.6514,-0.019612,0.06625,0.036915,0.27904,0.42745,-0.55901,-0.016236,0.017816,0.05763,0.0755,0.44488,-0.19061,-0.028521,-0.0041202,0.0087396,0.00076213,0.24182,0.030637,0.0097386,0.080183,0.31736,-0.15728,-0.75139,-0.12767,0.00069138,0.056392,0.31284,0.45165,-0.84794,-0.36759,-0.017747,0.066427,0.10156,0.60656,-0.25697,-0.74174,-0.035895,0.044327,0.023256,0.27703,0.38973,-0.64359,-0.023185,-0.003115,0.033146,0.059211,0.42259,-0.25004,-0.030006,-0.013411,-0.0080502,-0.020248,0.23183,0.0049996,0.026538,0.12457,0.36758,-0.14474,-0.73531,-0.12441,0.0074725,0.09161,0.36523,0.49183,-0.82405,-0.36601,-0.0037411,0.089769,0.14804,0.6682,-0.21495,-0.72907,-0.010069,0.071411,0.066995,0.34034,0.44716,-0.62146,0.0048188,0.01727,0.077126,0.12135,0.48871,-0.20571,-0.0027166,-0.0030815,0.019521,0.046472,0.29514,0.055689}, {-0.079054,-0.099279,-0.045325,-0.10205,-0.19459,-0.29733,-0.090448,-0.084345,-0.12637,-0.15687,-0.28935,-0.34858,-0.092623,-0.086566,-0.14493,-0.26467,-0.44794,-0.30832,-0.15861,-0.12833,-0.25038,-0.38901,-0.3198,0.13666,-0.3472,-0.36163,-0.44003,-0.21495,0.65247,1.6171,-0.42782,-0.39415,-0.19019,0.4696,1.7772,2.7995,0.032784,0.040487,0.093037,0.10287,0.15721,0.13744,0.070883,0.10549,0.079488,0.13323,0.19648,0.19071,0.067159,0.089732,0.11386,0.19896,0.23203,0.18379,0.0974,0.1489,0.18736,0.2608,0.081221,-0.25303,0.17362,0.28574,0.231,0.051278,-0.4924,-1.1197,0.26174,0.24794,0.072874,-0.42393,-1.2584,-1.889,0.026571,-0.020894,0.016494,0.025418,0.098849,0.11426,0.045131,0.036553,-0.0053109,0.062523,0.1437,0.15586,-0.021506,-0.0077369,0.0038216,0.10491,0.19728,0.23539,-0.011897,0.042818,0.099335,0.25388,0.21715,0.035666,0.071107,0.17506,0.22453,0.22997,-0.13767,-0.5729,0.21809,0.23434,0.19288,-0.068126,-0.70698,-1.1694}, {-0.04844,-0.15823,-0.097718,0.10721,0.15572,0.059518,-0.072572,-0.1923,-0.21459,0.18966,0.21397,0.06478,-0.081538,-0.23849,-0.32868,0.31913,0.25754,0.082735,-0.085696,-0.30632,-0.41583,0.44196,0.30572,0.12197,-0.076413,-0.33835,-0.42629,0.47696,0.30842,0.12805,-0.084099,-0.38932,-0.42799,0.4354,0.33501,0.12011,-0.1197,-0.2251,-0.15752,0.074298,0.13201,0.041551,-0.11442,-0.24571,-0.27131,0.16676,0.20337,0.063078,-0.10098,-0.2775,-0.38318,0.30215,0.24767,0.082857,-0.11266,-0.35016,-0.461,0.43438,0.29769,0.11495,-0.1113,-0.38756,-0.47565,0.47094,0.30441,0.11792,-0.11556,-0.43316,-0.47103,0.42948,0.34182,0.1228,-0.082266,-0.18105,-0.12499,0.10975,0.1864,0.10165,-0.084569,-0.20914,-0.24277,0.20069,0.25538,0.10589,-0.076949,-0.2516,-0.35435,0.3467,0.30614,0.10833,-0.085116,-0.32136,-0.42952,0.48799,0.36716,0.14606,-0.086417,-0.34845,-0.4295,0.54095,0.38419,0.16092,-0.085407,-0.38435,-0.41186,0.50612,0.42579,0.17392}, {0.035931,0.14446,-0.080557,0.043158,0.015679,0.014789,-0.02524,0.13006,-0.044759,-0.026349,-0.024339,0.041241,-0.090665,-0.032098,0.22048,-0.052618,-0.06725,-0.036521,-0.15997,-0.56559,0.81607,0.056654,-0.14564,-0.036043,-0.2094,-0.85411,1.1901,0.16436,-0.23512,-0.064072,-0.19531,-0.6822,1.032,0.25507,-0.10482,-0.030431,0.034156,0.11142,-0.11863,0.003716,0.002186,-0.0038145,-0.036982,0.063882,-0.10477,-0.063549,-0.034765,0.02001,-0.10982,-0.1055,0.15803,-0.089667,-0.073521,-0.047734,-0.15837,-0.61332,0.7471,0.017644,-0.14714,-0.039169,-0.18269,-0.87597,1.1153,0.11145,-0.23988,-0.068729,-0.18624,-0.68699,0.96661,0.19975,-0.13016,-0.060458,0.068974,0.1447,-0.076126,0.020692,-0.0009829,-0.036298,-0.013327,0.077314,-0.072106,-0.021342,-0.0078029,0.0089859,-0.097166,-0.093772,0.17013,-0.054908,-0.035885,-0.021363,-0.10617,-0.5507,0.75006,0.02708,-0.12293,-0.0092065,-0.11085,-0.79035,1.1126,0.11003,-0.21204,-0.05205,-0.13779,-0.63324,0.95384,0.19699,-0.099156,-0.056112}, {-0.014944,-0.076132,-0.35629,-0.63787,-0.38419,0.037071,-0.49932,-0.73617,-0.56925,0.15902,0.53212,0.43221,-0.43555,0.071328,0.52729,0.51935,0.19951,0.029721,0.21318,0.37225,0.1905,0.017814,0.01062,0.04786,0.1488,0.048798,0.024094,0.063084,0.05867,0.033786,0.071978,0.040825,0.023313,0.015191,0.0097767,-0.053611,-0.052026,-0.11995,-0.41527,-0.68706,-0.41681,-0.0037437,-0.52758,-0.77388,-0.60726,0.13752,0.5137,0.4048,-0.4646,0.03549,0.50756,0.50742,0.17881,0.0081597,0.18903,0.35983,0.18356,0.0088146,-0.0074243,0.023815,0.13224,0.052133,0.018097,0.052373,0.029513,0.005175,0.042607,0.035017,0.018618,0.0063868,-0.0042347,-0.065545,-0.051172,-0.11642,-0.41261,-0.67349,-0.3899,0.040592,-0.51482,-0.75302,-0.58284,0.17694,0.56179,0.47344,-0.45683,0.04333,0.53581,0.54626,0.22034,0.059305,0.21887,0.39279,0.23423,0.051212,0.019707,0.048019,0.18337,0.097181,0.071049,0.093007,0.057042,0.025309,0.10696,0.0891,0.076364,0.052469,0.04482,-0.0083084}, {-0.3296,-0.39317,-0.21763,0.13436,0.3431,0.26872,-0.31586,-0.38461,-0.27069,0.14952,0.47741,0.28296,-0.28781,-0.38594,-0.28304,0.13259,0.46595,0.26742,-0.28277,-0.33408,-0.27699,0.065873,0.43509,0.26833,-0.25976,-0.30489,-0.32085,0.01854,0.34965,0.23712,-0.22953,-0.29187,-0.30653,-0.059811,0.1818,0.14639,0.057546,0.087956,0.076417,-0.13704,-0.17025,-0.06534,0.040878,0.12562,0.097387,-0.16526,-0.12583,-0.075061,0.035241,0.094297,0.092144,-0.14814,-0.12497,-0.071828,0.00073861,0.091975,0.10251,-0.12948,-0.12652,-0.0799,-0.016837,0.062367,0.04666,-0.078422,-0.10617,-0.073245,-0.022811,0.011487,0.017231,-0.072739,-0.11142,-0.071838,0.63272,0.76426,0.51319,-0.35081,-0.75003,-0.49853,0.60717,0.85482,0.60943,-0.43915,-0.83032,-0.56688,0.56831,0.82897,0.67192,-0.40892,-0.87539,-0.58198,0.51213,0.78422,0.70157,-0.29627,-0.81967,-0.5654,0.45023,0.67907,0.6192,-0.115,-0.62421,-0.48531,0.36459,0.54249,0.51798,-0.0059715,-0.41678,-0.34842}, {0.79257,0.97244,0.34238,-0.3237,-0.42258,-0.29285,0.98426,1.2487,0.34005,-0.53593,-0.53285,-0.31677,1.08,1.2928,0.20929,-0.60048,-0.5171,-0.30614,1.0064,1.0732,0.063852,-0.53443,-0.46244,-0.28427,0.75314,0.66778,-0.044984,-0.4388,-0.35577,-0.22399,0.4578,0.37129,-0.11237,-0.36059,-0.30197,-0.23383,-0.60535,-0.64806,-0.25958,0.21431,0.30318,0.24164,-0.784,-0.83069,-0.28586,0.30916,0.38905,0.26832,-0.86469,-0.88198,-0.29126,0.37406,0.43581,0.28702,-0.77033,-0.7283,-0.19658,0.3666,0.36605,0.24587,-0.59099,-0.53506,-0.099073,0.30842,0.30781,0.22339,-0.43975,-0.37938,-0.049631,0.28617,0.30405,0.22112,-0.091584,-0.22151,-0.040401,0.17522,0.13135,0.082641,-0.18035,-0.34591,-0.06774,0.18837,0.12578,0.051206,-0.2405,-0.38413,-0.092144,0.20821,0.14964,0.041137,-0.21582,-0.28487,-0.042883,0.20481,0.10907,0.026586,-0.1403,-0.18613,0.003639,0.16543,0.089412,0.025851,-0.062857,-0.11013,0.0077171,0.13961,0.093067,0.022961}, {0.2092,-0.016687,0.007191,0.025932,0.022692,-0.033633,0.43553,0.099966,-0.0028754,0.054391,0.039458,0.0047202,-0.4843,0.49614,0.071265,0.0078792,-0.00609,-0.045377,-1.5841,0.49547,0.27757,0.062578,0.0025708,-0.039345,-0.48069,0.15605,0.17544,0.039157,0.028788,-0.039296,0.078774,-0.13061,0.033806,-0.050554,-0.019704,-0.075779,0.218,-0.0038784,0.01314,0.007594,-0.016044,-0.066423,0.42713,0.11931,0.0082662,0.054835,0.033387,-0.0053974,-0.55504,0.50849,0.096849,0.028051,0.011102,-0.017078,-1.7205,0.48561,0.31003,0.082355,0.028433,0.0096453,-0.61238,0.13028,0.19391,0.049446,0.046831,-0.012529,-0.028744,-0.18758,0.019341,-0.051335,-0.019812,-0.077312,0.27904,0.01381,0.0215,0.017477,-0.0098678,-0.055669,0.47673,0.15708,0.02565,0.060519,0.045694,0.01355,-0.54488,0.53501,0.11564,0.049772,0.051196,0.017958,-1.7391,0.49709,0.32952,0.10727,0.089296,0.059418,-0.61735,0.14157,0.23033,0.095213,0.10673,0.048078,0.022929,-0.13215,0.081479,0.026777,0.058009,0.0011897}, {-0.13478,-0.28992,0.36804,0.21425,-0.0015481,0.054519,0.37225,-0.65034,-0.54113,0.41951,0.082533,0.070626,0.47883,0.57967,-0.97796,-0.21365,0.33832,0.040482,-0.2509,0.8005,0.33671,-0.81217,0.086833,0.20655,-0.11495,-0.11871,0.69252,-0.095903,-0.37879,0.11368,0.031073,-0.12245,0.087996,0.37857,-0.093951,-0.08234,-0.18228,-0.33317,0.3523,0.21769,0.013889,0.035942,0.33901,-0.67902,-0.55659,0.3944,0.073109,0.052262,0.46801,0.5683,-1.0072,-0.27378,0.29903,0.0081281,-0.25697,0.79777,0.31256,-0.87458,0.034172,0.16686,-0.12884,-0.1462,0.66688,-0.13952,-0.42771,0.080624,-0.0056159,-0.15103,0.074355,0.33859,-0.14775,-0.13794,-0.22994,-0.35027,0.28925,0.15828,-0.039279,-0.030193,0.27038,-0.65414,-0.52867,0.38872,0.046675,0.0028425,0.41223,0.55305,-0.9634,-0.25601,0.26952,-0.048354,-0.25081,0.76704,0.29916,-0.83265,0.030414,0.12318,-0.097239,-0.14847,0.61804,-0.11285,-0.41192,0.053712,0.029968,-0.13782,0.031935,0.32905,-0.1385,-0.16255}, {-0.056257,-0.10498,-0.13715,-0.30834,0.28929,0.44749,-0.040228,-0.10093,-0.11026,-0.3167,0.35134,0.36727,-0.05258,-0.094853,-0.10808,-0.30631,0.33365,0.33431,-0.036376,-0.086555,-0.10782,-0.26253,0.24277,0.33041,-0.046702,-0.096299,-0.11195,-0.1897,0.1334,0.27478,-0.026312,-0.080551,-0.11494,-0.13089,0.062198,0.23328,-0.13342,-0.1856,-0.24629,-0.41145,0.26178,0.46387,-0.10311,-0.15782,-0.19349,-0.39623,0.34403,0.39768,-0.11642,-0.15063,-0.1862,-0.36801,0.34419,0.37111,-0.098458,-0.14454,-0.18484,-0.31359,0.26735,0.37317,-0.10447,-0.15357,-0.18067,-0.22827,0.15469,0.31342,-0.076641,-0.12521,-0.16047,-0.15369,0.079236,0.2632,-0.13606,-0.2107,-0.29887,-0.43985,0.37821,0.68165,-0.091045,-0.18023,-0.25539,-0.43874,0.46179,0.62509,-0.10369,-0.17567,-0.24574,-0.40901,0.46058,0.58957,-0.089843,-0.16614,-0.22883,-0.34019,0.37976,0.58583,-0.084212,-0.16084,-0.20906,-0.24421,0.25869,0.52053,-0.045223,-0.11409,-0.1722,-0.15917,0.17467,0.44908}, {-0.083763,-0.04138,-0.087824,-0.075695,-0.064845,-0.092177,-0.21236,-0.16307,-0.1797,-0.18028,-0.16457,-0.18119,-0.41493,-0.41039,-0.36165,-0.36344,-0.33993,-0.32681,-0.53815,-0.58686,-0.60949,-0.60566,-0.54391,-0.49168,0.18452,0.21798,0.23209,0.21334,0.1498,0.113,1.3581,1.5974,1.7017,1.6565,1.5042,1.2564,0.12024,0.10843,0.061614,0.076851,0.086644,0.096229,0.12315,0.12689,0.10998,0.1089,0.12232,0.14356,0.25514,0.24707,0.27162,0.25347,0.26052,0.26389,0.26909,0.32808,0.3501,0.36292,0.37147,0.30368,-0.21489,-0.24592,-0.25002,-0.21573,-0.21337,-0.2051,-1.0648,-1.1919,-1.2565,-1.2527,-1.1427,-1.0037,0.042128,0.043612,0.012979,0.031467,0.047482,0.029666,0.038183,0.046194,0.03151,0.020911,0.033104,0.043987,0.15136,0.13196,0.13186,0.095289,0.10739,0.11907,0.20857,0.241,0.23276,0.23004,0.2511,0.22677,0.037989,0.02426,0.029156,0.042388,0.044773,0.068536,-0.36768,-0.42241,-0.45896,-0.47054,-0.40665,-0.29911}, {-0.028438,-0.025499,-0.027301,-0.040772,-0.023652,-0.048253,-0.12928,-0.09429,-0.067987,-0.095461,-0.084664,-0.10426,-0.2197,-0.18814,-0.18318,-0.18652,-0.15465,-0.19397,-0.46694,-0.43661,-0.43865,-0.4429,-0.38857,-0.38086,-0.25516,-0.2364,-0.25329,-0.25935,-0.30862,-0.25071,1.0553,1.1985,1.1996,1.1225,0.94753,0.78063,-0.01036,-0.012589,-0.014619,-0.026578,0.00081468,-0.0024313,-0.081964,-0.066448,-0.047012,-0.061562,-0.052969,-0.054312,-0.11928,-0.11611,-0.10857,-0.098931,-0.083509,-0.11202,-0.27168,-0.27384,-0.26736,-0.24477,-0.21394,-0.22531,-0.20267,-0.20105,-0.20731,-0.18822,-0.2165,-0.14803,0.63187,0.72775,0.73001,0.69194,0.57927,0.47852,0.060803,0.015669,-0.0082214,0.012533,0.033457,0.02967,0.041005,0.014322,0.019494,0.027589,0.029733,0.042323,0.13536,0.1161,0.10311,0.10399,0.10499,0.085175,0.16792,0.18266,0.18173,0.19412,0.1811,0.12406,-0.10107,-0.089641,-0.069986,-0.037731,-0.058539,-0.0034869,-0.35375,-0.37,-0.39205,-0.34409,-0.3069,-0.27169}, {-0.015615,-0.12024,-0.2075,-0.32133,-0.5267,2.379,0.034476,0.0045818,-0.0067726,0.082685,-0.42033,-0.17481,-0.0088075,-0.015231,-0.010155,0.010688,0.041106,-0.34561,0.051135,-0.017768,0.020022,0.022963,0.0052457,-0.15601,0.043142,0.0036352,-0.0026811,0.0084457,-0.014977,-0.062436,0.056735,0.0053258,-0.0048245,-0.028166,-0.0017341,0.051843,-0.049654,-0.14356,-0.20699,-0.34697,-0.5787,2.3374,0.0077665,-0.019433,-0.012935,0.059983,-0.45583,-0.20892,-0.046408,-0.042333,-0.023958,-0.017731,0.0095386,-0.39082,0.004513,-0.06358,-0.012025,-0.016908,-0.020507,-0.19075,-0.014167,-0.053123,-0.050358,-0.03271,-0.030923,-0.09452,0.027957,-0.02969,-0.02955,-0.048921,-0.0084206,0.034797,-0.045517,-0.14172,-0.21325,-0.34063,-0.54517,2.3536,0.040431,0.014775,-0.0060337,0.075748,-0.39911,-0.15837,0.004538,0.010887,-0.0078177,-0.0029491,0.054852,-0.3595,0.043495,-0.0041343,0.022498,0.0065672,0.016822,-0.15692,0.020044,-0.0073423,-0.0085476,0.0073313,0.0018927,-0.075292,0.078217,0.019133,0.011827,0.00030435,0.036746,0.051671}, {-0.1064,-0.055087,-0.0027474,0.017933,0.016616,0.049121,-0.04482,-0.28008,-0.21574,0.040893,0.13895,-0.011209,0.32704,0.13916,-0.359,-0.62471,-0.13131,0.1378,0.097037,0.43587,0.66423,-0.08444,-0.91155,-0.48841,-0.10837,-0.085123,0.34154,1.0059,0.45909,-0.54017,-0.058426,-0.054268,-0.1701,-0.064733,0.5547,0.43222,-0.114,-0.043388,0.014336,0.0023696,-0.026344,0.039936,-0.059251,-0.27491,-0.20976,0.047217,0.12891,-0.012522,0.28148,0.095284,-0.39883,-0.63614,-0.12647,0.15341,0.045378,0.38762,0.60953,-0.11429,-0.91331,-0.48413,-0.13701,-0.1339,0.29009,0.95925,0.42297,-0.5568,-0.060415,-0.085442,-0.22507,-0.13143,0.474,0.39042,-0.11889,-0.062132,-0.013278,-0.032289,-0.070624,0.0044807,-0.070764,-0.27507,-0.19294,0.061108,0.11973,-0.032755,0.28837,0.095546,-0.37284,-0.57299,-0.079733,0.15973,0.067644,0.39163,0.59682,-0.07557,-0.82546,-0.43211,-0.10752,-0.1187,0.27045,0.93364,0.442,-0.50579,-0.028399,-0.057739,-0.20304,-0.11479,0.46491,0.40722}, {0.07384,0.079591,0.093338,0.088985,0.092518,0.070944,0.18223,0.15458,0.16132,0.17595,0.17852,0.20967,0.34697,0.37567,0.39873,0.39473,0.35312,0.29539,-0.30721,-0.3248,-0.37985,-0.38421,-0.37675,-0.37252,-0.35961,-0.30486,-0.30603,-0.28927,-0.28559,-0.31614,-0.081791,-0.043131,-0.051601,-0.046233,-0.054729,-0.078876,0.078751,0.096546,0.10589,0.090615,0.087444,0.066407,0.1952,0.17729,0.17963,0.17834,0.18392,0.22388,0.35816,0.39184,0.41629,0.4076,0.37713,0.32513,-0.3131,-0.33474,-0.38718,-0.38949,-0.37355,-0.37706,-0.37827,-0.32569,-0.32513,-0.30754,-0.30032,-0.33344,-0.081687,-0.05072,-0.06129,-0.059538,-0.068482,-0.10015,0.14055,0.16051,0.17042,0.14776,0.14809,0.12913,0.25118,0.23231,0.23238,0.22365,0.23307,0.27691,0.4124,0.44052,0.46724,0.45397,0.42378,0.37986,-0.25455,-0.28807,-0.33498,-0.33419,-0.32074,-0.31471,-0.31687,-0.28328,-0.28177,-0.26451,-0.25503,-0.28189,-0.022593,-0.0099084,-0.016658,-0.018364,-0.016374,-0.044819}, {0.005082,-0.054339,-0.049165,-0.036029,-0.048079,-0.12643,0.038747,-0.036191,-0.026494,-0.021586,-0.031711,-0.040567,0.069172,-0.01659,-0.019386,-0.017462,-0.035213,-0.047256,0.08484,-0.13726,0.013051,-0.027531,-0.024412,-0.039146,0.81531,0.045833,-0.18998,-0.025322,-0.069699,-0.044027,-2.594,1.0267,0.09405,0.06905,-0.012079,-0.029297,0.040811,-0.013429,-0.016313,-0.011455,-0.013335,-0.073721,0.075713,-0.0066948,-0.0047918,0.01486,-0.0027893,-0.0037417,0.12311,0.014601,-0.0011224,0.011942,-0.0035883,-0.0046007,0.15491,-0.083916,0.047566,0.016096,0.024183,0.0023285,0.83041,0.11591,-0.14209,0.020658,-0.020211,-0.019743,-2.8371,1.0526,0.13358,0.10835,0.0227,0.0019966,0.10925,0.068366,0.035054,0.038019,0.044179,0.027673,0.15014,0.063796,0.05555,0.079816,0.081158,0.10546,0.18077,0.068804,0.051339,0.078459,0.087155,0.092885,0.21608,-0.021979,0.10753,0.066144,0.083877,0.074864,0.81136,0.21118,-0.040456,0.10785,0.062517,0.079463,-3.1418,1.1314,0.28019,0.25299,0.16067,0.124}, {-0.70612,-0.19664,0.26571,0.36597,0.34966,0.29521,-0.73271,-0.050419,0.40633,0.41343,0.3587,0.29033,-0.7342,0.083335,0.45366,0.37146,0.28799,0.23411,-0.61635,0.18397,0.45658,0.37009,0.26073,0.21801,-0.44803,0.19743,0.38791,0.32341,0.26195,0.20672,-0.30412,0.19843,0.34074,0.29991,0.23804,0.16763,-0.41998,-0.19644,0.056503,0.09682,0.0871,0.077795,-0.44579,-0.11961,0.12096,0.10467,0.095845,0.084096,-0.4874,-0.045663,0.14763,0.097961,0.067485,0.058357,-0.43927,0.0013383,0.14881,0.1197,0.064906,0.060041,-0.3453,0.0079569,0.10997,0.091914,0.06866,0.059993,-0.25323,0.021522,0.11459,0.097288,0.068704,0.051009,0.13116,-0.055444,-0.13287,-0.16829,-0.18689,-0.16486,0.12847,-0.067728,-0.18142,-0.20998,-0.17757,-0.14005,0.067767,-0.069891,-0.20669,-0.21632,-0.15778,-0.11425,0.024704,-0.090044,-0.21168,-0.16752,-0.14092,-0.088734,0.0010922,-0.11988,-0.21548,-0.17417,-0.13634,-0.077216,-0.010165,-0.098481,-0.16487,-0.14354,-0.11789,-0.074028}, {-0.073524,-0.00061681,-0.013674,-0.018341,-0.015641,0.043523,-0.29856,-0.13673,0.040651,0.012349,-0.03884,-0.037297,-0.015648,-0.54066,-0.37889,-0.045469,0.025919,-0.026336,0.83897,0.50337,-0.34548,-0.59811,-0.28395,-0.10399,0.050308,0.62892,0.87076,0.23194,-0.29216,-0.35734,-0.12174,-0.19728,0.11222,0.5025,0.43286,0.051833,-0.093325,-0.02803,-0.040668,-0.02995,-0.019836,0.051117,-0.33013,-0.15492,0.033874,0.0087746,-0.038278,-0.031374,-0.06049,-0.57098,-0.38024,-0.03616,0.028518,-0.020455,0.79461,0.43703,-0.38996,-0.61002,-0.2941,-0.10139,0.012857,0.57635,0.80834,0.17438,-0.33375,-0.36624,-0.12989,-0.22361,0.059352,0.43559,0.37377,0.029754,-0.12115,-0.067249,-0.092955,-0.085761,-0.032419,0.030646,-0.3353,-0.15914,0.0029697,-0.040588,-0.081999,-0.059051,-0.012694,-0.54899,-0.38646,-0.064842,-0.01283,-0.057426,0.88868,0.48855,-0.3589,-0.59606,-0.30128,-0.11852,0.10747,0.64914,0.87058,0.23542,-0.29131,-0.34539,-0.054628,-0.15339,0.13046,0.52118,0.43527,0.071649}, {-0.27061,-0.21564,-0.22547,-0.19965,-0.21292,-0.27911,-0.36654,-0.33562,-0.2989,-0.27533,-0.31842,-0.37888,-0.54613,-0.52392,-0.48977,-0.49265,-0.5289,-0.52212,-0.26246,-0.24449,-0.19536,-0.23001,-0.21885,-0.18501,0.40161,0.47332,0.54703,0.57583,0.52515,0.48511,0.4826,0.52562,0.51723,0.49285,0.48413,0.48264,-0.037994,-0.016658,-0.042706,-0.050788,-0.046121,-0.044309,-0.010613,-0.019232,-0.031487,-0.021269,-0.025368,-0.024012,-0.03875,-0.023815,-0.033367,-0.046717,-0.051491,-0.02832,-0.038628,-0.02967,0.000695,-0.05139,-0.021589,-0.0059963,-0.023072,0.01025,0.052619,0.073741,0.068219,0.069379,0.016681,0.096136,0.091901,0.044454,0.057802,0.058715,0.41134,0.35889,0.30837,0.27237,0.29208,0.34403,0.5472,0.48803,0.45657,0.4529,0.46922,0.52542,0.70939,0.76122,0.73191,0.70197,0.70556,0.72399,0.30454,0.34112,0.33501,0.24656,0.29129,0.29617,-0.66323,-0.73073,-0.78371,-0.78864,-0.72179,-0.60848,-0.81178,-0.77469,-0.79945,-0.84852,-0.81392,-0.7838}, {-0.17123,-0.15408,-0.16019,-0.16116,-0.17834,-0.15732,-0.16986,-0.16064,-0.17587,-0.17341,-0.18132,-0.15347,-0.17002,-0.17624,-0.17183,-0.16303,-0.14924,-0.13716,-0.12691,-0.12121,-0.11771,-0.075541,-0.051273,-0.019611,-0.053069,-0.018495,0.014531,0.10241,0.11865,0.087872,0.073993,0.11229,0.15868,0.21732,0.19239,0.14539,0.44586,0.46951,0.49374,0.5312,0.57565,0.59123,0.55078,0.5842,0.60058,0.63637,0.65714,0.63216,0.58725,0.62171,0.64598,0.64616,0.60245,0.49537,0.42512,0.42492,0.38486,0.32227,0.2318,0.16551,0.089027,0.012946,-0.11223,-0.19037,-0.2729,-0.29384,-0.14515,-0.30444,-0.45345,-0.51866,-0.59034,-0.55984,-0.31263,-0.32787,-0.3377,-0.36092,-0.39079,-0.38617,-0.36583,-0.39796,-0.44276,-0.46117,-0.47515,-0.44309,-0.41172,-0.47227,-0.48396,-0.46962,-0.45773,-0.40913,-0.32079,-0.34006,-0.3019,-0.24586,-0.2169,-0.13868,-0.088918,-0.024356,0.05575,0.15976,0.20915,0.19855,0.14904,0.21772,0.28745,0.38776,0.40427,0.35662}, {0.24116,0.0081403,-0.50854,0.045195,0.14935,-0.018463,0.086864,0.64802,-0.019109,-0.7525,0.048784,0.095284,-0.23347,0.21757,1.0572,-0.24563,-0.65511,0.083801,-0.060447,-0.27363,0.40872,0.84794,-0.48343,-0.28117,0.047305,-0.054024,-0.27145,0.46661,0.28183,-0.27083,-0.026195,0.033737,-0.05371,0.0013192,0.34744,0.0060525,0.20762,-0.059379,-0.58947,-0.025669,0.10945,-0.041296,0.071886,0.57859,-0.096509,-0.81328,0.010086,0.064435,-0.22009,0.1733,1.0038,-0.30093,-0.70929,0.057283,-0.038342,-0.28419,0.3843,0.82056,-0.52853,-0.3032,0.046434,-0.06035,-0.27577,0.45346,0.25885,-0.29436,-0.043119,0.019955,-0.057636,-0.009077,0.33883,0.001325,0.14173,-0.076779,-0.57216,-0.044117,0.058323,-0.11813,0.027624,0.53724,-0.089645,-0.75392,0.023432,0.020237,-0.26434,0.13658,0.97651,-0.25939,-0.62493,0.091924,-0.10405,-0.32293,0.33956,0.78989,-0.4821,-0.23924,-0.0020154,-0.091824,-0.30818,0.40002,0.24175,-0.25395,-0.065016,-0.0083985,-0.094667,-0.062196,0.28894,-0.00011788}, {-0.029274,0.011446,-0.062783,-0.014417,0.13054,-0.17331,-0.038055,0.069082,0.065842,0.034,0.015412,-0.11455,-0.0117,0.077239,0.13504,0.1607,-0.20342,0.057364,-0.008672,0.085025,0.17238,0.33739,-0.77002,0.31623,0.045179,0.096537,0.2685,0.52265,-1.2346,0.49729,0.10649,0.08156,0.21804,0.46701,-1.1211,0.27049,-0.009218,0.024234,-0.079319,-0.069176,0.069894,-0.19349,-0.018283,0.088471,0.054504,-0.0079651,-0.04016,-0.12222,-0.006767,0.07025,0.11935,0.11501,-0.28322,0.0259,-0.0017731,0.064005,0.16374,0.29566,-0.86685,0.28066,0.040936,0.077525,0.27083,0.48647,-1.3262,0.49132,0.08636,0.070393,0.24293,0.45021,-1.1759,0.28202,-0.0060296,0.0059082,-0.073918,-0.033651,0.14342,-0.12855,-0.033844,0.043597,0.01845,-0.012002,0.018581,-0.050181,-0.0031075,0.056528,0.083609,0.10081,-0.21486,0.077644,0.020154,0.061052,0.11813,0.28368,-0.77425,0.2831,0.034156,0.045679,0.22004,0.47426,-1.2349,0.45124,0.04975,0.020925,0.19184,0.44773,-1.084,0.26928}, {-0.0080425,-0.1234,-0.30072,-0.042113,1.0791,0.29168,-0.023471,-0.082078,-0.12096,-0.62826,0.24357,1.1143,-0.012285,-0.040403,0.027283,-0.22331,-0.67128,0.7864,0.004186,-0.0056998,-0.044787,0.029966,-0.35906,-0.11043,-0.011943,0.0075695,0.0084932,0.022097,-0.04957,-0.20194,0.016248,0.01988,0.022878,0.040439,0.0054125,-0.098071,-0.024208,-0.15619,-0.35193,-0.10511,0.99977,0.21135,-0.036101,-0.095383,-0.15649,-0.67347,0.17704,1.0393,-0.029036,-0.061866,-0.00016882,-0.24063,-0.71036,0.71069,-0.030738,-0.025939,-0.059237,0.022692,-0.38164,-0.17086,-0.03114,-0.014499,-0.0091589,0.018378,-0.066067,-0.23232,0.011065,0.0068786,0.0055982,0.030207,-1.9756e-05,-0.11542,-0.034826,-0.14172,-0.32029,-0.082025,0.98645,0.21624,-0.03656,-0.088428,-0.13064,-0.62134,0.23331,1.0677,-0.045715,-0.064377,0.012072,-0.20798,-0.64753,0.73844,-0.027857,-0.025,-0.040209,0.045454,-0.35774,-0.16815,-0.01329,-0.019805,0.0022468,0.033467,-0.056366,-0.23332,0.031165,0.01167,0.019769,0.044454,0.01226,-0.10813}, {0.021663,-0.0027519,0.00017851,-0.012894,-0.004942,-0.050792,0.076707,0.016918,0.01499,0.0061699,0.036086,-0.0040444,0.069464,0.054483,0.015564,-0.00072145,0.019312,-0.015397,0.22431,-0.059399,-0.059085,0.0067936,0.018591,-0.0052539,0.5099,0.64493,0.16132,-0.036508,-0.019035,-0.015492,-1.9191,-0.9372,0.32297,0.30136,0.15849,0.050628,0.0067369,-0.0068626,-0.0041089,-0.019293,-0.017772,-0.059049,0.076747,0.03456,0.029923,-0.00051662,0.020729,-0.017976,0.077108,0.086617,0.046476,0.0098578,0.015435,-0.011828,0.22895,-0.042835,-0.053844,0.0085188,0.011173,0.0018887,0.4992,0.63674,0.16316,-0.028728,-0.0099709,5.082e-05,-1.9699,-1.0041,0.32009,0.30793,0.15884,0.042972,0.053837,0.038167,0.034797,-0.0044022,-0.0018336,-0.0061213,0.10546,0.064762,0.070699,0.025227,0.048696,0.034811,0.10574,0.099399,0.078834,0.038663,0.062324,0.041496,0.27791,-0.032407,-0.042951,0.034842,0.054094,0.049331,0.5695,0.66241,0.19833,0.01122,0.028235,0.048649,-1.8982,-0.95046,0.37299,0.33206,0.18383,0.084936}, {0.028538,-0.064351,0.030011,-0.015128,-0.028439,0.074216,-0.032857,-0.0261,0.015874,-0.020213,-0.020503,0.002967,-0.084154,0.15812,-0.040162,-0.10436,-0.038174,3.9738e-05,-0.24367,0.59204,-0.24036,-0.14259,-0.0056796,-0.011028,-0.34623,1.2945,-0.51515,-0.24956,-0.023299,-0.039195,-0.23024,1.528,-0.46365,-0.40261,-0.074032,-0.015929,0.03666,-0.08295,-0.0051294,-0.02022,-0.02481,0.058275,-0.037925,-0.050392,-0.0051037,-0.013977,-0.024553,-0.00043975,-0.1005,0.1033,-0.061183,-0.079923,-0.026759,0.011819,-0.27476,0.52982,-0.26822,-0.11654,-0.0014512,0.00067831,-0.402,1.2011,-0.55554,-0.21291,-0.015594,-0.019722,-0.30005,1.4117,-0.52646,-0.37863,-0.058706,0.0056489,0.033021,-0.068141,0.015716,-0.0010706,-0.0077303,0.072877,-0.058607,-0.052396,0.019565,0.00069194,0.0011104,0.030929,-0.096507,0.099985,-0.050391,-0.076245,-0.013801,0.018184,-0.24469,0.52935,-0.25164,-0.12743,-0.012627,-0.016932,-0.34543,1.2088,-0.51575,-0.2096,-0.028444,-0.029822,-0.2335,1.4002,-0.49732,-0.35984,-0.068659,-0.0050133}, {0.37081,0.35712,0.32503,0.34178,0.3487,0.39146,0.091285,0.19058,0.26482,0.28079,0.24479,0.21461,-0.3775,-0.37071,-0.38137,-0.39747,-0.40987,-0.42445,-0.13715,-0.10999,-0.10761,-0.122,-0.12232,-0.19059,-0.11083,-0.094001,-0.10273,-0.1012,-0.099877,-0.11356,-0.070538,-0.045993,-0.04738,-0.044843,-0.045447,-0.054722,0.38365,0.37699,0.34858,0.3628,0.35756,0.38574,0.083559,0.18809,0.26804,0.28665,0.24781,0.20739,-0.38509,-0.37756,-0.39103,-0.40927,-0.41486,-0.43349,-0.14037,-0.10912,-0.11166,-0.13227,-0.12773,-0.18949,-0.11027,-0.094762,-0.1041,-0.10055,-0.09668,-0.10033,-0.062045,-0.036316,-0.039121,-0.035321,-0.033835,-0.037351,0.51752,0.51244,0.47798,0.49173,0.49401,0.52957,0.16312,0.26364,0.33915,0.35694,0.32622,0.29662,-0.36728,-0.3651,-0.37745,-0.39691,-0.40382,-0.41997,-0.13274,-0.10985,-0.10692,-0.12615,-0.12467,-0.18108,-0.08877,-0.081217,-0.085962,-0.080108,-0.07357,-0.066224,-0.010275,0.011054,0.0049243,0.0062124,0.012505,0.030563}, {0.0092153,-0.014181,-0.013604,-0.026846,0.0014571,0.019916,-0.046625,-0.047745,-0.03958,-0.020065,-0.018946,0.0017155,-0.044091,-0.0774,-0.035367,-0.040705,-0.053631,0.013598,-0.2184,-0.065797,-0.021652,-0.052119,-0.053287,-0.00074816,-0.71616,-0.71689,-0.41692,-0.097198,-0.005471,0.035049,1.4896,1.3059,0.34006,-0.22634,-0.28944,-0.22686,-0.015114,-0.027082,-0.017828,-0.031148,-0.02825,-0.018809,-0.030701,-0.024904,-0.015653,0.0079427,-0.019626,-0.026168,-0.026941,-0.053775,-0.02279,-0.0098676,-0.031393,0.0065717,-0.19759,-0.029593,0.019931,-0.00077399,-0.01524,0.0084297,-0.73757,-0.71082,-0.40742,-0.076127,0.015562,0.053408,1.3519,1.1976,0.24271,-0.29202,-0.31049,-0.20831,0.018009,-0.015315,0.018545,0.014827,0.013216,0.021461,-0.017578,-0.011691,0.01513,0.045408,0.0036744,0.0034026,-0.023421,-0.060123,-0.021549,-0.00591,-0.033007,0.01803,-0.14386,-0.00024429,0.038154,0.030152,0.0014601,0.01682,-0.65117,-0.62838,-0.33958,-0.013626,0.057269,0.089327,1.4279,1.2714,0.31138,-0.21327,-0.23546,-0.14981}, {0.017212,0.029325,0.055069,0.056028,0.068574,0.12392,0.0010822,0.081011,0.014559,0.021016,0.32432,0.074222,0.044108,0.017156,0.01837,0.53496,0.30689,-0.45788,7.9441e-05,0.046167,0.69853,0.43486,-0.72977,-0.40363,0.1091,0.62511,0.41694,-0.92029,-0.53243,0.19676,0.29468,0.089938,-0.75239,-0.4389,0.20823,0.028635,0.014683,0.0080164,0.035065,0.056394,0.072597,0.12271,-0.024973,0.045945,-0.0051874,0.020852,0.3089,0.067733,0.021616,-0.013319,-0.0089717,0.51552,0.27953,-0.46546,-0.012157,0.016768,0.66518,0.40555,-0.73117,-0.39321,0.08147,0.57507,0.34866,-0.94125,-0.52627,0.197,0.25581,0.025946,-0.79375,-0.42354,0.21425,0.019422,-0.027557,-0.047085,-0.035157,-0.026564,-0.03718,0.052552,-0.0447,0.0085475,-0.058552,-0.0579,0.22553,0.065026,0.0064156,-0.054757,-0.094403,0.42216,0.2476,-0.39606,-0.042241,-0.049661,0.56861,0.36531,-0.67118,-0.31135,0.015619,0.5027,0.32797,-0.87014,-0.44925,0.21795,0.21144,0.037961,-0.68499,-0.29931,0.25215,-0.0064931}, {-0.28265,-0.25814,-0.35419,-0.052649,0.27851,0.29201,-0.25034,-0.22854,-0.23568,0.14564,0.25089,0.22179,-0.25299,-0.22127,-0.12128,0.21378,0.19256,0.19145,-0.22317,-0.15385,0.036252,0.21418,0.14463,0.1783,-0.18838,-0.078778,0.097428,0.13437,0.11418,0.15519,-0.17638,-0.019553,0.11021,0.095613,0.11057,0.11329,-0.32609,-0.31391,-0.41891,-0.10281,0.23692,0.2429,-0.27588,-0.27901,-0.29581,0.10859,0.22548,0.19003,-0.28412,-0.27342,-0.16729,0.19044,0.16686,0.16738,-0.25964,-0.19732,0.0060672,0.1944,0.12157,0.156,-0.22792,-0.10836,0.077996,0.11078,0.090523,0.13727,-0.20672,-0.032474,0.10254,0.082773,0.098685,0.097384,-0.40167,-0.40154,-0.46971,-0.07434,0.34749,0.38373,-0.34906,-0.36053,-0.33601,0.1626,0.36045,0.34217,-0.35235,-0.33617,-0.17266,0.27622,0.3088,0.31641,-0.31054,-0.22911,0.046642,0.30265,0.25039,0.28627,-0.24531,-0.098572,0.14827,0.22623,0.20983,0.25355,-0.16865,0.026145,0.19708,0.2037,0.21675,0.21296}, {0.033464,-0.026282,-0.011283,0.01117,-0.049756,0.058631,0.011205,0.0079449,-0.031392,0.0337,-0.112,-0.027236,0.090455,0.010947,-0.034011,0.024065,-0.060809,0.04216,0.059729,-0.042796,-0.096852,-0.076357,0.12694,-0.063372,0.0082218,0.022617,-0.23251,-0.36744,0.88052,-0.36342,0.054754,0.056174,-0.44178,-0.48378,1.9066,-0.37087,0.00096135,-0.038789,-0.029966,-0.021001,-0.058286,0.083173,-0.02715,-0.023289,-0.063819,-0.0012661,-0.13323,0.0021803,0.082381,0.005693,-0.039458,0.015656,-0.08816,0.034415,0.05004,-0.032254,-0.072938,-0.072571,0.087255,-0.096491,-0.022864,0.0036305,-0.22118,-0.38304,0.81336,-0.40303,0.019729,0.020349,-0.44979,-0.53791,1.811,-0.42838,0.0027586,-0.010077,-0.03316,-0.046981,-0.094648,0.030048,-0.036645,-0.0058247,-0.057,-0.016377,-0.15035,-0.028944,0.043559,-0.0090475,-0.049802,-0.0099232,-0.095062,0.01276,0.0042674,-0.049414,-0.080057,-0.067148,0.11709,-0.073095,-0.055609,-0.0051865,-0.20549,-0.33772,0.86194,-0.35154,-0.035422,-0.00079378,-0.42707,-0.50218,1.8223,-0.3925}, {-0.26161,-0.29678,-0.32709,-0.35268,-0.37929,-0.34322,-0.19499,-0.24196,-0.25233,-0.26708,-0.27301,-0.23496,0.13584,0.13279,0.16143,0.19096,0.19204,0.14153,0.32182,0.32681,0.36309,0.3733,0.39307,0.34571,0.35142,0.34004,0.34933,0.32487,0.35377,0.34669,0.37365,0.38102,0.3781,0.34863,0.34691,0.35255,-0.23826,-0.25015,-0.25515,-0.26789,-0.28522,-0.2609,-0.21622,-0.24967,-0.24919,-0.26114,-0.26446,-0.22182,-0.0037078,-0.016688,-0.0032474,0.018195,0.026217,-0.0073319,0.10079,0.099964,0.12561,0.12249,0.14378,0.10298,0.11887,0.11858,0.12901,0.10542,0.13115,0.11364,0.13749,0.16498,0.17472,0.14146,0.14048,0.14428,-0.049599,-0.032776,-0.019057,-0.014086,-0.023707,-0.022713,-0.092962,-0.10535,-0.091757,-0.09482,-0.10251,-0.079029,-0.082669,-0.096933,-0.096289,-0.086307,-0.087794,-0.097522,-0.11839,-0.12884,-0.1203,-0.13593,-0.11964,-0.12657,-0.12279,-0.1263,-0.11419,-0.13803,-0.11663,-0.11965,-0.094902,-0.074678,-0.059674,-0.069675,-0.075183,-0.072189}, {0.026379,-0.0025767,0.083446,-0.039914,-0.31932,0.36445,0.045813,-4.914e-06,0.059183,-0.39246,-0.094623,0.49049,-0.0097998,-0.014402,-0.048499,-0.58147,0.72152,0.12051,-0.024714,0.010996,-0.32291,-0.37129,1.2704,-0.37286,-0.0038231,0.016314,-0.45888,0.20258,0.87916,-0.46802,0.035942,-0.091913,-0.28992,0.50248,0.27322,-0.2341,0.024913,0.0013813,0.087345,-0.082179,-0.43,0.258,0.047648,-0.022409,0.052097,-0.42319,-0.18506,0.43042,0.016278,-0.025537,-0.045154,-0.58994,0.64119,0.097243,-0.01821,0.0061462,-0.31816,-0.37761,1.192,-0.39567,-0.011054,0.020081,-0.44993,0.17291,0.79226,-0.48222,0.017823,-0.094315,-0.28873,0.45357,0.19233,-0.24668,-0.048081,-0.047309,0.031484,-0.069999,-0.39037,0.21589,-0.053284,-0.086736,0.012302,-0.38617,-0.15241,0.38621,-0.076165,-0.077622,-0.069563,-0.56287,0.63781,0.074705,-0.078582,-0.03729,-0.32659,-0.36699,1.1487,-0.39573,-0.068751,-0.03028,-0.46571,0.14384,0.73262,-0.45342,-0.032767,-0.11215,-0.29204,0.39646,0.14229,-0.22046}, {1.101,1.2836,1.3287,1.2643,1.05,0.91346,-0.27766,-0.29094,-0.35054,-0.3861,-0.40705,-0.34788,-0.55847,-0.55046,-0.57949,-0.53715,-0.49879,-0.45924,-0.22551,-0.18304,-0.22712,-0.20349,-0.19756,-0.21008,-0.11688,-0.10131,-0.090863,-0.085334,-0.03349,-0.045568,-0.062883,-0.086659,-0.11176,-0.072429,-0.023398,-0.022515,0.5669,0.67368,0.68159,0.65665,0.52955,0.47069,-0.20742,-0.21238,-0.25497,-0.26027,-0.24254,-0.19217,-0.28618,-0.25662,-0.26062,-0.21588,-0.20463,-0.20083,-0.090033,-0.08424,-0.10992,-0.095528,-0.097219,-0.13618,-0.070561,-0.065803,-0.063589,-0.073167,-0.038589,-0.059104,-0.045241,-0.054875,-0.08662,-0.054887,-0.026251,-0.023052,-0.60145,-0.69605,-0.76342,-0.70647,-0.58454,-0.51268,0.022106,0.020899,-0.00015554,0.049064,0.093635,0.080326,0.3326,0.40121,0.43108,0.44186,0.42826,0.3921,0.21761,0.19939,0.1887,0.17811,0.18096,0.16829,0.10429,0.078668,0.077918,0.046183,0.065449,0.081602,0.10071,0.094684,0.064712,0.062926,0.075608,0.078801}, {0.39025,0.41205,0.43064,0.42075,0.43126,0.39993,0.67452,0.74117,0.75575,0.72355,0.6829,0.57637,-0.13318,-0.11744,-0.14159,-0.17756,-0.1705,-0.20126,-0.589,-0.64193,-0.6176,-0.63617,-0.65004,-0.61712,-0.45373,-0.42661,-0.40048,-0.40097,-0.44731,-0.44922,-0.24236,-0.16461,-0.15,-0.13218,-0.14514,-0.21477,0.064252,0.087163,0.097196,0.054217,0.074341,0.082606,0.037295,0.056039,0.044373,0.033047,0.065935,0.03121,-0.084974,-0.05486,-0.082082,-0.086583,-0.048592,-0.084659,-0.035102,-0.036429,-0.018543,-0.033073,-0.055846,-0.056929,-0.034031,-0.027697,-0.05662,-0.063271,-0.073757,-0.065432,-0.066835,-0.030658,-0.055631,-0.047774,-0.028826,-0.030664,-0.40888,-0.44765,-0.41389,-0.41117,-0.39969,-0.40208,-0.67115,-0.75176,-0.75702,-0.73783,-0.66444,-0.60677,0.040885,0.051377,0.068537,0.093237,0.11238,0.092576,0.72959,0.7547,0.78078,0.75659,0.69409,0.65593,0.54337,0.49619,0.44055,0.41663,0.4121,0.45805,0.27353,0.2054,0.14894,0.18178,0.21626,0.26169}, {-0.05178,-0.046795,-0.021292,-0.022225,-0.0038571,-0.014907,-0.086143,-0.037655,-0.086924,-0.074617,-0.034618,-0.051188,-0.29637,-0.15032,-0.087432,-0.016669,-0.0097313,-0.035091,-0.32877,-0.46907,-0.47307,-0.35527,-0.18558,-0.071381,0.77671,0.65956,0.35188,-0.11691,-0.39384,-0.47132,0.26898,0.2913,0.44769,0.53048,0.37882,0.054651,-0.058417,-0.057464,-0.032674,-0.02769,-0.019772,-0.020869,-0.097821,-0.043373,-0.086964,-0.076875,-0.046907,-0.054651,-0.32133,-0.16688,-0.089974,-0.017949,-0.014337,-0.029431,-0.37011,-0.5013,-0.49438,-0.37012,-0.19655,-0.07211,0.73377,0.62648,0.31462,-0.1553,-0.41915,-0.48179,0.23095,0.26306,0.41492,0.50735,0.3688,0.058075,-0.0056148,-0.0093861,0.010482,0.018796,0.037235,0.059278,-0.069217,-0.02859,-0.072188,-0.060533,-0.027546,-0.0022846,-0.28554,-0.14998,-0.076215,-0.012788,-0.010433,0.010731,-0.3184,-0.46781,-0.46189,-0.35386,-0.18102,-0.029883,0.83115,0.70904,0.3953,-0.10939,-0.38715,-0.43267,0.36237,0.39658,0.54739,0.61485,0.45432,0.14377}, {0.016007,-1.2451,1.5837,0.12651,-0.17577,-0.024699,0.26671,-0.7485,0.67531,-0.020615,-0.041973,-0.0099104,0.10365,-0.11379,-0.01066,-0.024129,0.030165,0.01061,0.049957,0.028326,-0.081954,0.031688,-0.046817,-0.030564,-0.0089394,0.023728,-0.041332,0.01002,-0.026882,0.037536,0.049497,0.057759,0.0075809,0.0023902,0.028996,0.047372,-0.028622,-1.3062,1.5239,0.08888,-0.18756,-0.0032682,0.229,-0.7952,0.63268,-0.037997,-0.049591,0.020117,0.083787,-0.14683,-0.058114,-0.042339,0.023552,0.010967,0.050738,0.017389,-0.10536,0.013386,-0.051786,-0.038732,-0.0081635,0.015007,-0.040288,0.029312,-0.0087268,0.045844,0.050624,0.061702,0.013816,0.02491,0.048125,0.061068,-0.031816,-1.1793,1.553,0.075255,-0.2252,-0.071053,0.21131,-0.72818,0.63749,-0.052888,-0.083752,-0.047167,0.046332,-0.11873,-0.054111,-0.066397,-0.011452,-0.047528,0.0055197,0.0035814,-0.11958,-0.027558,-0.094612,-0.093169,-0.039929,-0.019346,-0.069594,0.0074538,-0.037652,-0.022372,0.0070528,0.011077,-0.0064914,-0.00072055,0.011969,0.0067436}, {0.1451,0.19284,0.22978,0.26168,0.262,0.22661,-0.16926,-0.16447,-0.14138,-0.14438,-0.14889,-0.15299,-0.28672,-0.31344,-0.3318,-0.34233,-0.34609,-0.35209,-0.27535,-0.27112,-0.27709,-0.27612,-0.2924,-0.31372,-0.22141,-0.22997,-0.20174,-0.20068,-0.21875,-0.24694,-0.23568,-0.25273,-0.25412,-0.2242,-0.22608,-0.2454,-0.18975,-0.19517,-0.22481,-0.25433,-0.25395,-0.27093,-0.010239,0.018014,0.035108,0.011231,0.014875,0.00049986,0.056575,0.062791,0.069955,0.072413,0.084469,0.067922,0.021096,0.020022,0.016002,0.028066,0.028573,0.030849,0.01295,0.0061095,0.029498,0.022684,0.01832,0.018596,0.0076768,-0.0026043,-0.015349,0.011102,0.0061972,0.0025548,-0.60512,-0.71958,-0.84265,-0.92327,-0.91431,-0.88563,0.22678,0.25712,0.23263,0.17469,0.18169,0.14943,0.57639,0.60335,0.6199,0.63578,0.63368,0.60199,0.4576,0.43262,0.43585,0.45262,0.45189,0.48697,0.34523,0.32384,0.33872,0.33045,0.33233,0.37597,0.33307,0.31596,0.29899,0.31848,0.31767,0.33117}, {0.088946,0.1186,0.088624,0.10709,0.089937,0.074428,-0.029014,0.052341,0.08516,0.081445,0.037631,-0.023112,-0.60231,-0.69577,-0.77106,-0.78286,-0.75001,-0.70619,0.39616,0.4886,0.57557,0.60785,0.60547,0.53382,0.16074,0.13822,0.13086,0.1288,0.10056,0.12475,-0.13765,-0.15471,-0.16309,-0.17787,-0.17387,-0.13408,0.10572,0.13881,0.10926,0.14077,0.1295,0.094812,-0.032595,0.054276,0.074152,0.069304,0.033209,-0.041513,-0.64571,-0.73702,-0.82071,-0.83166,-0.80441,-0.77052,0.39446,0.48982,0.58518,0.62108,0.60429,0.51141,0.15922,0.13526,0.12715,0.1335,0.1016,0.11793,-0.12453,-0.1413,-0.16473,-0.17669,-0.16979,-0.14542,0.14066,0.18169,0.15187,0.18356,0.16804,0.14168,-0.0027143,0.06845,0.083219,0.091811,0.048878,-0.033534,-0.59078,-0.69635,-0.78325,-0.78721,-0.76606,-0.738,0.48839,0.5678,0.66024,0.69523,0.67388,0.57575,0.2459,0.21894,0.21309,0.21536,0.16249,0.17045,-0.054005,-0.077045,-0.096255,-0.12145,-0.13477,-0.10405}, {0.33618,0.5495,-1.6824,0.36175,0.46804,0.0258,0.22494,0.35194,-0.88828,0.32033,0.25631,0.067541,0.069148,0.015319,-0.12678,0.041338,0.09392,0.0022278,-0.0033653,-0.061316,0.14213,-0.06013,0.03865,-0.0012626,0.0034172,-0.031444,0.1625,-0.017789,0.0016998,0.003575,-0.081768,-0.042903,0.10376,-0.024775,-0.012105,-0.013227,0.33754,0.51318,-1.801,0.31933,0.46676,0.0010438,0.23271,0.33885,-0.98338,0.27922,0.26361,0.069069,0.084833,0.0057334,-0.19615,-0.012436,0.092187,0.018829,0.017522,-0.064789,0.11299,-0.096126,0.032514,0.033938,0.0057918,-0.0434,0.1504,-0.035975,0.0017865,0.034375,-0.073088,-0.03405,0.10291,-0.035087,-0.0034755,0.01967,0.28116,0.54758,-1.651,0.30611,0.39207,-0.038398,0.13663,0.31581,-0.89137,0.27281,0.21871,0.036979,-1.6964e-05,-0.02201,-0.18097,-0.028869,0.036313,-0.022614,-0.024435,-0.071644,0.093104,-0.14726,-0.020635,-0.00097629,-0.027756,-0.058997,0.11635,-0.090506,-0.047642,-0.0018728,-0.088976,-0.037825,0.087403,-0.060291,-0.03905,-0.036289}, {-0.10568,-0.26407,0.81899,-0.26991,-0.12665,0.098797,-0.1483,-0.51473,1.1264,-0.33552,-0.19373,0.041822,-0.15526,-0.56362,1.1826,-0.35967,-0.22669,0.068457,-0.092448,-0.44906,0.97216,-0.27829,-0.22433,0.049762,-0.047259,-0.27927,0.68615,-0.20112,-0.17995,0.06885,-0.0025161,-0.11783,0.46412,-0.11061,-0.12904,0.070244,-0.11548,-0.28562,0.73493,-0.33194,-0.13789,0.087976,-0.11574,-0.50108,1.0631,-0.40287,-0.17959,0.050197,-0.11365,-0.5534,1.1404,-0.41045,-0.21309,0.067402,-0.059616,-0.44548,0.92616,-0.32072,-0.21385,0.050437,-0.01869,-0.27774,0.65069,-0.22047,-0.16087,0.065408,-0.005806,-0.14393,0.45151,-0.086732,-0.093182,0.06218,-0.12073,-0.23833,0.73499,-0.31798,-0.16212,0.0093324,-0.11749,-0.44138,1.0819,-0.36156,-0.19426,-0.010679,-0.11362,-0.4925,1.1715,-0.36977,-0.21133,0.038027,-0.072324,-0.41319,0.93566,-0.30546,-0.21797,0.00025127,-0.046505,-0.27038,0.64365,-0.20677,-0.15896,-0.0154,-0.010675,-0.1484,0.43395,-0.099727,-0.1184,-0.028597}, {0.02493,0.021165,0.0098891,0.019899,0.0076728,-0.13461,-0.0089772,-0.0012697,0.008584,0.023246,-0.069638,-0.19811,-0.005368,-0.029416,-0.017278,0.011795,-0.34358,0.04413,0.0057516,-0.049121,-0.0093404,-0.18121,-0.3473,0.89101,-0.0045579,-0.040453,-0.059944,-0.48849,0.17937,0.89712,-0.028398,-0.12538,-0.25294,-0.261,0.68813,0.41419,0.0080895,0.0023162,-0.018094,-0.030489,-0.061845,-0.20631,-0.011391,-0.021598,-0.033823,-0.039623,-0.15306,-0.27588,0.014473,-0.050913,-0.067181,-0.058172,-0.43622,-0.018168,0.017474,-0.078017,-0.07254,-0.26338,-0.41857,0.88237,-0.015141,-0.079293,-0.1285,-0.55553,0.16517,0.93514,-0.049842,-0.16376,-0.30328,-0.28985,0.71858,0.47654,-0.0014139,-0.0073236,-0.027395,-0.050328,-0.056665,-0.17529,-0.016526,-0.024897,-0.035697,-0.053847,-0.15907,-0.23086,0.029459,-0.048205,-0.078931,-0.074316,-0.42383,0.07263,0.005091,-0.11091,-0.10918,-0.28288,-0.36872,1.031,-0.042675,-0.11797,-0.15796,-0.54549,0.25582,1.137,-0.060964,-0.16003,-0.29471,-0.24296,0.83916,0.67868}, {-0.014946,0.00556,0.060096,0.13605,0.31117,-0.52047,-0.01331,0.0056778,0.052375,0.072268,0.37673,-0.59002,0.010432,0.011627,0.060804,0.063146,0.40151,-0.62784,0.01728,0.024074,0.059502,0.060599,0.40465,-0.61612,-0.00048995,0.014444,0.044596,0.046753,0.37077,-0.61278,-0.037704,0.021727,0.057518,0.086145,0.28678,-0.57996,-0.015167,0.01436,0.065448,0.17239,0.33214,-0.68357,0.0057076,0.019305,0.06597,0.12878,0.42036,-0.75106,0.024119,0.024538,0.077853,0.12306,0.45758,-0.78316,0.025866,0.030741,0.082384,0.12471,0.46655,-0.78333,0.01793,0.026023,0.071824,0.11755,0.43542,-0.76682,-0.014761,0.041647,0.084736,0.14204,0.33233,-0.71695,0.042303,0.071552,0.14118,0.27914,0.39937,-0.7756,0.055742,0.06886,0.14616,0.25813,0.51088,-0.85626,0.071796,0.072346,0.157,0.25805,0.55636,-0.89305,0.076799,0.078306,0.15088,0.25522,0.56922,-0.89267,0.057976,0.074837,0.13959,0.23588,0.53656,-0.86774,0.024753,0.094173,0.15317,0.25233,0.41974,-0.78818}, {0.16717,0.5292,0.51734,0.30977,0.12462,-0.035325,-0.22222,0.26091,0.63491,0.53305,0.31943,0.14104,-0.4855,-0.28283,0.28215,0.63611,0.56642,0.40532,-0.42665,-0.58384,-0.39373,0.23171,0.57179,0.56875,-0.22913,-0.44015,-0.59928,-0.34802,0.19414,0.45519,-0.040181,-0.21166,-0.40323,-0.45377,-0.16222,0.18968,0.12044,0.31656,0.28021,0.18121,0.095101,0.010593,-0.12671,0.14897,0.37589,0.29647,0.17648,0.083973,-0.2973,-0.19423,0.1669,0.35985,0.30303,0.21103,-0.28268,-0.38766,-0.28713,0.099812,0.30384,0.28107,-0.18086,-0.29314,-0.38916,-0.26622,0.060421,0.1896,-0.082384,-0.1688,-0.2425,-0.30255,-0.17128,0.024422,-0.14104,-0.23609,-0.3354,-0.24778,-0.091796,-0.027829,-0.03523,-0.14771,-0.26125,-0.35745,-0.24775,-0.1279,0.14225,0.0014414,-0.11311,-0.27648,-0.34832,-0.28091,0.22417,0.15651,0.0072689,-0.096807,-0.25166,-0.322,0.14707,0.21305,0.16337,-0.001045,-0.11203,-0.20229,0.055154,0.11492,0.21317,0.14162,0.013357,-0.065685}, {-0.062951,-0.056055,-0.052986,0.0043904,-0.049077,-0.053278,-0.028708,-0.029076,-0.017088,-0.016466,-0.029251,0.017485,-0.038386,-0.045092,-0.022109,-0.012387,0.007525,0.053362,-0.028336,-0.016528,0.00033606,0.016527,-0.10882,0.10053,-0.081743,-0.06968,-0.043737,-0.18108,0.089453,0.64097,-0.051475,0.037062,0.15317,0.18132,0.79291,-2.4695,-0.048241,-0.034825,-0.0243,0.017265,-0.02515,-0.0083858,-0.0091768,-0.0042307,0.0068088,-0.004239,-0.022903,0.037446,-0.017203,-0.012855,0.012572,0.019992,0.022389,0.068812,-0.015291,0.015286,0.038876,0.062359,-0.058513,0.14074,-0.041321,-0.01899,0.0077052,-0.11997,0.17061,0.67033,0.012092,0.076245,0.18488,0.236,0.79409,-2.6983,0.044706,0.03974,0.043065,0.084286,0.06277,0.093554,0.086066,0.075337,0.079281,0.056469,0.076756,0.15148,0.069643,0.06478,0.078253,0.079269,0.13965,0.21066,0.078927,0.089807,0.099775,0.11723,0.051459,0.24623,0.066546,0.056792,0.071864,-0.034767,0.2768,0.62391,0.13409,0.16867,0.28285,0.3751,0.82273,-3.0256}, {0.027658,0.058936,0.091777,0.25361,0.73751,-2.2869,-0.015626,-0.017059,-0.0419,-0.1911,0.20911,0.8024,0.0032105,0.0050485,0.024183,0.042679,-0.15626,0.16401,-0.014741,-0.025428,0.00016544,0.061795,-0.0093683,0.0053166,-0.019218,0.0063538,0.021158,0.0072308,-0.015689,0.017088,-0.060933,-0.011421,-0.038715,-0.053946,-0.063859,-0.031163,0.0098394,0.06253,0.11524,0.30587,0.70732,-2.6527,-0.023426,-0.0013822,-0.026746,-0.15883,0.23,0.71132,-0.0034385,0.02484,0.038525,0.038033,-0.12499,0.21863,-0.0090487,-0.019984,-0.010831,0.033189,-0.0020712,0.041125,-0.015915,0.011742,0.018192,-0.0012836,0.0026098,0.056888,-0.051256,-0.0025906,-0.039425,-0.036376,-0.03073,-0.014212,0.09423,0.1294,0.15142,0.35981,0.67726,-3.0044,0.050611,0.053469,0.020276,-0.079596,0.32104,0.66395,0.049602,0.071499,0.083976,0.099666,-0.046207,0.26202,0.054393,0.042296,0.051592,0.10599,0.066216,0.13207,0.050534,0.078717,0.063263,0.07007,0.09208,0.15115,-0.023449,0.045579,0.013184,0.025492,0.061858,0.074357}, {0.41554,0.87826,1.0766,0.28236,-0.35799,-0.37353,0.54324,-0.036659,-0.54264,-0.55945,-0.15068,0.044803,-0.25315,-0.39421,-0.19548,-0.00075474,0.055576,0.031468,-0.15039,-0.018145,-0.020706,-0.033633,-0.028439,0.025603,-0.066561,-0.019852,-0.043162,0.0048118,-0.002219,0.026926,-0.0018595,-0.0011502,-0.0027013,-0.019682,-0.0041037,0.030735,0.39581,0.86872,1.0583,0.25444,-0.37928,-0.40657,0.5101,-0.06917,-0.59317,-0.60579,-0.17656,0.0047052,-0.29439,-0.42854,-0.2226,-0.023018,0.036787,0.0070918,-0.17909,-0.033677,-0.026284,-0.051267,-0.042803,0.006361,-0.090548,-0.03826,-0.049637,-0.015025,-0.021129,-0.0070787,-0.032937,-0.017335,-0.0085744,-0.031983,-0.018492,0.014135,0.49821,0.97145,1.1477,0.30026,-0.35816,-0.38748,0.55942,-0.014293,-0.54655,-0.5879,-0.16122,0.04163,-0.28558,-0.41143,-0.21184,-0.0029761,0.08352,0.060532,-0.17975,-0.027002,-0.01224,-0.018084,0.0078087,0.042497,-0.078628,-0.016448,-0.024918,0.017482,0.010061,0.019609,0.0014732,0.026697,0.033437,0.0044008,0.014453,0.051833}, {0.41245,0.41919,0.34049,0.2797,0.27764,0.27352,0.40354,0.41987,0.37056,0.31866,0.318,0.31055,0.33723,0.41855,0.38737,0.32556,0.3081,0.29431,0.01503,0.26729,0.38389,0.36393,0.31783,0.29222,-0.50197,-0.22923,0.14586,0.33188,0.34379,0.32299,-0.75774,-0.66084,-0.25016,0.11739,0.22893,0.23997,-0.042013,-0.033028,-0.051904,-0.059992,-0.059892,-0.052166,-0.082944,-0.07625,-0.059854,-0.066071,-0.065865,-0.066111,-0.078007,-0.070045,-0.076411,-0.087703,-0.081821,-0.084685,-0.14546,-0.077837,-0.064838,-0.095602,-0.10682,-0.10501,-0.2307,-0.19121,-0.10719,-0.082082,-0.08876,-0.090566,-0.16561,-0.23873,-0.18159,-0.086344,-0.081205,-0.08058,-0.14766,-0.1494,-0.11623,-0.099828,-0.10732,-0.078672,-0.18512,-0.19683,-0.1446,-0.11249,-0.10949,-0.098226,-0.14657,-0.17446,-0.17299,-0.13888,-0.11726,-0.10702,-0.068449,-0.099259,-0.13594,-0.15266,-0.16127,-0.13987,0.052046,-0.014934,-0.072684,-0.12957,-0.16678,-0.1674,0.21572,0.080396,-0.027131,-0.077101,-0.14116,-0.16236}, {0.37011,0.4498,0.47162,0.45383,0.40804,0.30192,-0.88308,-0.89569,-0.92901,-0.89363,-0.86686,-0.85792,0.32091,0.40283,0.38668,0.38704,0.32739,0.27285,-0.0085528,-0.01459,-0.0051721,0.029631,0.020403,0.0684,4.8258e-06,-0.0065227,-0.045748,-0.036804,-0.041751,-0.056749,-0.058149,-0.047744,-0.050582,-0.048074,-0.011822,-0.059531,0.3655,0.44775,0.47359,0.4391,0.42091,0.32287,-0.9427,-0.93532,-0.97616,-0.94185,-0.88084,-0.8809,0.35223,0.44929,0.41335,0.41697,0.36478,0.27529,0.047399,0.065853,0.057217,0.09225,0.078149,0.12316,0.037548,0.039999,0.0085498,0.013573,0.0058819,0.004348,-0.030565,-0.0043405,0.011288,0.0083747,0.036162,-0.00459,0.48504,0.56532,0.5947,0.55275,0.52572,0.424,-0.94842,-0.95118,-0.98578,-0.93661,-0.87997,-0.87991,0.33505,0.44619,0.42639,0.43247,0.37462,0.28094,0.071212,0.099865,0.10683,0.13628,0.11223,0.16388,0.089488,0.095466,0.060482,0.060004,0.059734,0.069634,0.030098,0.05191,0.068064,0.06622,0.098098,0.071589}, {-0.62463,-0.19798,0.29826,0.31076,0.14735,0.098392,-0.7516,-0.15173,0.39479,0.36553,0.17228,0.079647,-0.85781,-0.15251,0.46666,0.39866,0.17316,0.085267,-0.89079,-0.22424,0.44937,0.41431,0.16527,0.086056,-0.88514,-0.28187,0.38453,0.42985,0.20796,0.099387,-0.77809,-0.36694,0.2369,0.34481,0.24342,0.14695,-0.1145,-0.12549,0.062274,0.09696,0.026496,0.01806,-0.12835,-0.09211,0.068172,0.12251,0.060081,-0.017335,-0.12795,-0.091722,0.071315,0.1158,0.071789,0.013677,-0.11427,-0.098454,0.040906,0.10174,0.066441,0.020555,-0.1546,-0.11763,0.019911,0.11373,0.059906,-0.011344,-0.14475,-0.15677,-0.029535,0.051484,0.053155,0.014019,1.0116,0.19125,-0.35621,-0.38574,-0.25561,-0.1218,1.1653,0.17908,-0.58198,-0.50606,-0.27861,-0.23253,1.3456,0.23595,-0.6973,-0.60677,-0.29338,-0.2157,1.5056,0.38296,-0.68921,-0.64118,-0.3086,-0.18991,1.4125,0.47722,-0.55462,-0.57932,-0.30751,-0.21995,1.261,0.51187,-0.36126,-0.51242,-0.31468,-0.25002}, {-0.63934,-0.47578,0.32482,0.85764,0.56821,0.18601,-0.77084,-0.56915,0.48096,1.0936,0.64333,0.12656,-0.7918,-0.54025,0.64026,1.2052,0.62606,0.052017,-0.71062,-0.37494,0.69314,1.1145,0.49661,-0.00035923,-0.54977,-0.24459,0.59493,0.89858,0.34661,-0.062429,-0.42172,-0.21047,0.35015,0.59342,0.19571,-0.088881,0.44827,0.23439,-0.24307,-0.50694,-0.37165,-0.14035,0.47287,0.20633,-0.40843,-0.68439,-0.45295,-0.17715,0.505,0.21981,-0.45827,-0.70728,-0.44702,-0.11497,0.46919,0.16461,-0.4695,-0.68169,-0.43622,-0.073569,0.412,0.09132,-0.40964,-0.57536,-0.31709,-0.076912,0.3286,0.067617,-0.33084,-0.40884,-0.1868,-0.017854,0.2685,0.28177,-0.063101,-0.27564,-0.15039,0.020205,0.29478,0.26876,-0.20877,-0.41324,-0.20565,0.016999,0.32856,0.28296,-0.24896,-0.39098,-0.15348,0.089497,0.28938,0.19814,-0.26891,-0.35323,-0.12154,0.1177,0.26799,0.090415,-0.2581,-0.29791,-0.069143,0.071151,0.23706,0.083145,-0.19144,-0.19522,-0.011847,0.10994}, {-0.71474,-0.88221,-0.91736,-0.42312,0.124,0.32711,0.18243,0.35478,0.41286,0.37931,0.11404,-0.061361,0.26797,0.12436,0.062356,0.027744,-0.0015086,-0.05213,0.030255,0.043989,0.068686,0.065873,0.037923,0.010128,0.022082,0.024706,0.0071772,0.026567,0.0051733,-0.034018,-0.018499,-0.01429,-0.01341,-0.034372,-0.038871,-0.062894,-0.85518,-1.019,-1.0323,-0.50892,0.090555,0.33667,0.15719,0.35569,0.42442,0.39687,0.13697,-0.030424,0.28648,0.16305,0.10514,0.047692,0.010289,-0.024861,0.059273,0.083518,0.096492,0.063178,0.03002,0.014203,0.033159,0.047328,0.025853,0.01865,-0.010876,-0.038649,-1.261e-05,0.0064522,0.0007568,-0.029011,-0.028208,-0.044873,-0.96409,-1.1225,-1.1149,-0.54637,0.1301,0.38744,0.17169,0.37853,0.48171,0.4761,0.24225,0.058958,0.36508,0.2534,0.2035,0.13222,0.078066,0.033042,0.14844,0.1787,0.18167,0.13674,0.093369,0.067554,0.1073,0.12783,0.099393,0.073296,0.039598,0.01268,0.092047,0.085212,0.064791,0.016327,0.0089195,0.0037207}, {-0.002803,0.029534,0.049702,0.054262,0.037563,0.052699,0.042448,0.080803,0.064121,0.019179,-0.004283,0.10814,-0.029025,-0.028163,-0.046921,0.099743,0.30944,0.31942,0.041869,0.2289,0.46591,0.50892,0.25924,-0.25759,0.50075,0.38093,-0.10206,-0.57526,-0.73679,-0.63392,-0.20894,-0.52278,-0.52059,-0.29856,-0.10912,0.010385,-0.020802,0.0051779,0.033189,0.036629,0.020417,0.053752,0.028605,0.055981,0.064853,0.037227,0.018682,0.1258,-0.01569,-0.02465,-0.019068,0.13202,0.31861,0.31886,0.066832,0.24763,0.49895,0.53102,0.24604,-0.28364,0.51115,0.37062,-0.11783,-0.59949,-0.7686,-0.65578,-0.23423,-0.55466,-0.53931,-0.31064,-0.11055,0.023537,0.029153,0.037288,0.066701,0.062743,0.04592,0.095116,0.064005,0.091598,0.10513,0.070218,0.056606,0.1745,0.025031,0.021805,0.018867,0.15609,0.3533,0.35838,0.11528,0.29784,0.53587,0.5473,0.26457,-0.24347,0.56848,0.42976,-0.075658,-0.57142,-0.73493,-0.60303,-0.16643,-0.49775,-0.49473,-0.28079,-0.084308,0.083185}, {0.50442,0.64519,0.82291,0.90921,0.65246,0.21877,0.68172,0.81724,0.93494,0.87694,0.37505,-0.12828,0.78564,0.87447,0.86383,0.5451,-0.069023,-0.39481,0.56501,0.56541,0.36724,-0.00055125,-0.38704,-0.52003,0.11801,0.0075029,-0.18822,-0.35347,-0.45458,-0.47297,-0.26697,-0.3628,-0.44468,-0.45031,-0.38246,-0.3089,-0.40865,-0.47847,-0.57592,-0.63853,-0.46495,-0.24705,-0.53274,-0.61747,-0.68473,-0.61673,-0.31625,-0.038209,-0.5705,-0.61819,-0.57457,-0.42726,-0.084609,0.21605,-0.47503,-0.41727,-0.32766,-0.16211,0.12882,0.33324,-0.18178,-0.098119,-0.016162,0.11448,0.26528,0.34021,0.090663,0.16671,0.20082,0.24636,0.3176,0.38831,0.051769,-0.0029209,-0.098703,-0.18252,-0.10329,0.010312,-0.074113,-0.12493,-0.1896,-0.19287,-0.055217,0.09921,-0.16251,-0.19089,-0.16771,-0.12409,0.036242,0.21255,-0.15406,-0.1061,-0.080914,-0.027541,0.11536,0.22545,-0.017089,0.027359,0.043315,0.072554,0.12824,0.17026,0.089382,0.11963,0.10715,0.079601,0.10805,0.17708}, {0.0081618,-0.021241,-0.073691,-0.11039,-0.30965,0.57448,-0.0087484,-0.030041,-0.082379,-0.11814,-0.41476,0.68984,-0.033875,-0.025634,-0.093738,-0.11576,-0.49813,0.77267,-0.038121,-0.04931,-0.10658,-0.13495,-0.52386,0.79962,-0.034854,-0.069424,-0.12088,-0.15874,-0.47859,0.79557,0.011782,-0.061124,-0.098852,-0.21191,-0.44835,0.71845,-0.012671,-0.040175,-0.099047,-0.13777,-0.34525,0.51787,-0.030724,-0.047112,-0.097363,-0.13525,-0.44781,0.65371,-0.049287,-0.031161,-0.099204,-0.12329,-0.51655,0.74379,-0.045044,-0.042033,-0.093273,-0.13046,-0.53213,0.77639,-0.040721,-0.059192,-0.099863,-0.14375,-0.48148,0.78269,-0.0024352,-0.059306,-0.090947,-0.21123,-0.45761,0.71146,-0.0059317,-0.041036,-0.093204,-0.12936,-0.31798,0.58973,-0.02191,-0.04064,-0.077466,-0.12385,-0.41971,0.73175,-0.039823,-0.030261,-0.078627,-0.10777,-0.48031,0.83792,-0.022599,-0.034733,-0.072038,-0.10966,-0.4945,0.86512,-0.011626,-0.037935,-0.074734,-0.11488,-0.43671,0.86709,0.027951,-0.046966,-0.069006,-0.16482,-0.40329,0.79919}, {0.01224,-0.32335,-0.025182,0.01555,0.043473,0.060525,0.43198,-0.47661,-0.19948,0.026675,-0.054571,-0.0010373,0.71703,0.04337,-0.62074,-0.028514,-0.069557,0.012415,0.32787,0.88323,-0.53873,-0.28623,-0.042695,-0.048354,0.010002,0.72111,0.15614,-0.4269,-0.066027,-0.040161,0.017378,0.24082,0.51055,-0.1227,-0.13875,-0.014115,-0.044695,-0.36105,-0.054323,-0.019631,0.0037339,0.020845,0.37586,-0.52483,-0.23071,0.0039828,-0.075741,-0.022955,0.65667,-0.0069329,-0.65292,-0.044384,-0.082454,0.0088207,0.28149,0.84743,-0.56778,-0.32306,-0.069875,-0.065795,-0.028007,0.69834,0.13011,-0.47771,-0.10744,-0.067384,-0.014628,0.22636,0.48467,-0.17058,-0.18621,-0.058254,-0.030838,-0.3331,-0.084699,-0.047059,-0.0029274,-0.00019543,0.40232,-0.47906,-0.23032,-0.022468,-0.083837,-0.042678,0.69311,0.040913,-0.62773,-0.0575,-0.086849,-0.0022029,0.32346,0.88368,-0.52245,-0.30336,-0.077674,-0.063576,-0.0065404,0.7273,0.16698,-0.44869,-0.12083,-0.068323,-0.013994,0.23878,0.5026,-0.15426,-0.19404,-0.061553}, {0.0059949,0.00074211,-0.021546,-0.024377,-0.22494,-0.1199,-0.029588,-0.06152,-0.03908,-0.13097,-0.38086,0.23391,-0.037159,-0.073992,-0.059779,-0.3745,-0.096169,0.67338,-0.097305,-0.11637,-0.20378,-0.31239,0.50844,0.4896,-0.11712,-0.14535,-0.24714,0.1076,0.54375,0.26699,-0.12017,-0.16303,-0.032953,0.34947,0.35064,0.22416,-0.028067,-0.046585,-0.059774,-0.069879,-0.29467,-0.19835,-0.062425,-0.09594,-0.071409,-0.17222,-0.4418,0.17919,-0.070776,-0.10496,-0.089376,-0.42011,-0.14529,0.63886,-0.12879,-0.14591,-0.24619,-0.36525,0.47687,0.46879,-0.14298,-0.17615,-0.29576,0.06277,0.52438,0.24168,-0.14269,-0.19224,-0.070915,0.33751,0.34763,0.19561,-0.032585,-0.060788,-0.071591,-0.093722,-0.30799,-0.16784,-0.060641,-0.11269,-0.098119,-0.20219,-0.431,0.25785,-0.07496,-0.1294,-0.1284,-0.44403,-0.094528,0.77737,-0.12543,-0.1652,-0.27999,-0.36381,0.57988,0.65134,-0.13658,-0.19592,-0.31902,0.1051,0.67083,0.42016,-0.12031,-0.18515,-0.054602,0.42187,0.50796,0.34465}, {-8.512e-05,-0.012958,-0.28861,-0.30244,1.0758,0.15952,-0.031932,-0.12364,-0.20384,0.89512,0.64217,-0.77076,-0.0063864,-0.046819,0.32557,0.66056,-0.69362,-0.37465,0.031731,0.075377,0.30486,-0.11534,-0.42269,0.15057,0.036479,0.029779,0.044538,-0.11569,-0.02232,0.060666,0.033685,-0.011465,0.018724,-0.054105,-0.00093012,0.052852,0.0073711,-0.026941,-0.34643,-0.37898,0.9986,0.091912,-0.011205,-0.1363,-0.26051,0.82111,0.58782,-0.80126,-0.0046558,-0.082562,0.26708,0.59535,-0.72862,-0.38615,-0.0047042,0.028105,0.26995,-0.14633,-0.43937,0.14299,0.0015021,0.0064924,0.028619,-0.13583,-0.024456,0.056302,0.011137,-0.021649,-0.015993,-0.084353,-0.010329,0.048358,-0.057735,-0.071744,-0.38687,-0.42982,0.9587,0.10078,-0.065012,-0.20003,-0.33274,0.74659,0.58511,-0.73805,-0.078271,-0.16163,0.18291,0.55045,-0.66835,-0.31928,-0.060514,-0.027824,0.21767,-0.12989,-0.3742,0.18113,-0.043578,-0.028759,0.022544,-0.10857,-0.022407,0.041454,-0.024772,-0.031667,-0.016703,-0.090946,-0.045862,0.012056}, {-0.045763,-0.14357,-0.33474,-0.39047,0.26442,1.2788,-0.10342,-0.20964,-0.43425,-0.61604,0.27692,1.7169,-0.10211,-0.18364,-0.45005,-0.64423,0.26002,1.9974,-0.10956,-0.16422,-0.36552,-0.6292,0.1213,1.7529,-0.093194,-0.11612,-0.2588,-0.52199,-0.071103,1.1985,-0.10719,-0.11532,-0.25022,-0.41106,-0.1493,0.72336,0.12031,0.15031,0.23275,0.24592,-0.25297,-0.97858,0.12714,0.1791,0.31843,0.36143,-0.29734,-1.2696,0.13096,0.181,0.30202,0.45558,-0.29356,-1.4204,0.091243,0.1301,0.28483,0.40727,-0.19166,-1.262,0.087647,0.11664,0.27743,0.35903,-0.11876,-0.88556,0.11456,0.12032,0.20288,0.31579,-0.041011,-0.60205,0.0296,0.027757,0.086582,0.17524,0.028586,-0.30582,0.017009,0.060563,0.1534,0.24713,-0.026501,-0.51868,-0.00034143,0.053504,0.12557,0.33174,-0.049606,-0.67981,-0.018604,-0.00072202,0.091993,0.28487,0.006383,-0.58858,0.0023273,-0.011024,0.10309,0.21531,0.021893,-0.34087,0.046428,0.025736,0.054002,0.18559,0.057341,-0.15999}, {0.027417,0.031882,0.051666,0.084411,0.04886,0.04577,0.27716,0.13021,-0.030951,-0.075563,-0.034458,-0.024579,0.18517,0.49042,0.49733,0.32999,0.091473,-0.045954,-0.65448,-0.53378,-0.23605,0.26937,0.61309,0.69117,-0.024428,-0.19393,-0.43285,-0.56694,-0.52208,-0.16432,0.025929,0.059441,0.034809,-0.018555,-0.17627,-0.33007,-0.012248,-0.0057325,0.022801,0.082262,0.038678,0.013653,0.27133,0.12883,-0.030472,-0.054896,-0.015485,-0.033724,0.1747,0.49454,0.52053,0.36755,0.1189,-0.030391,-0.70117,-0.58893,-0.27422,0.2588,0.6128,0.70278,-0.046154,-0.22851,-0.47226,-0.60866,-0.56167,-0.19843,0.038881,0.053314,0.022788,-0.030271,-0.20606,-0.36754,0.0016863,0.00366,0.030214,0.065484,0.04889,0.04252,0.2999,0.14835,-0.011595,-0.045503,0.0043313,0.0090281,0.2234,0.53129,0.5597,0.40169,0.15746,0.011002,-0.64094,-0.54221,-0.23255,0.3031,0.67128,0.76823,-0.016891,-0.20666,-0.43712,-0.56602,-0.50363,-0.12692,0.074659,0.073661,0.045594,-0.011855,-0.18261,-0.32726}, {0.035253,0.0069047,-0.045799,-0.038662,-0.0031123,0.0031006,0.30461,0.29854,0.29585,0.28625,0.30571,0.29918,0.46173,0.54951,0.57889,0.54378,0.53494,0.49351,-0.030361,0.038473,0.032168,0.035227,0.035892,-0.0055739,-0.60527,-0.60929,-0.62718,-0.59692,-0.58099,-0.53782,-0.57994,-0.56752,-0.56042,-0.52543,-0.53122,-0.46947,0.013975,0.025198,0.0039827,0.0050077,0.0030171,-0.00041319,0.12935,0.11781,0.1289,0.11894,0.11623,0.099619,0.15062,0.15255,0.15663,0.13728,0.15522,0.14,-0.067584,-0.04513,-0.059392,-0.054178,-0.031154,-0.060253,-0.16876,-0.1537,-0.13784,-0.12458,-0.12431,-0.1431,-0.097952,-0.1069,-0.10358,-0.08836,-0.1033,-0.095789,-0.060605,-0.001574,0.02427,0.046299,0.035044,0.02314,-0.45384,-0.44116,-0.40733,-0.38088,-0.40686,-0.38824,-0.61959,-0.67792,-0.71342,-0.72749,-0.69705,-0.5998,-0.083734,-0.07759,-0.13881,-0.1675,-0.12883,-0.12743,0.74152,0.8566,0.84694,0.79055,0.74493,0.62056,0.78032,0.79356,0.75208,0.73759,0.72783,0.66578}, {-0.012079,-0.035958,-0.0017667,0.029676,-0.0089349,-0.045089,-0.0076453,-0.0089928,-0.0071816,-0.033527,-0.018578,-0.11306,0.0037732,-0.036052,-0.029346,0.051583,-0.086761,-0.43609,-0.0067403,0.0044977,-0.061331,-0.32907,-0.66767,-0.17154,-0.15557,-0.24933,-0.53717,-0.3455,0.55382,1.291,-0.19108,-0.12553,0.21413,0.76772,0.67414,0.15506,-0.0041844,-0.014105,0.0087909,0.026586,-0.0027743,-0.03975,0.0050329,0.0075963,-0.0045584,-0.030137,-0.0035542,-0.086517,0.011532,-0.024027,-0.024279,0.064394,-0.072838,-0.44241,0.0063227,0.019063,-0.046639,-0.30943,-0.6798,-0.24374,-0.13892,-0.2447,-0.53068,-0.36602,0.47591,1.1784,-0.16812,-0.12922,0.18555,0.70022,0.58389,0.064407,-0.034078,-0.033071,0.00081853,0.016757,-0.018613,-0.057684,-0.015053,-0.011404,-0.003669,-0.0317,-0.0062754,-0.084376,-0.00022106,-0.029814,-0.012339,0.074602,-0.056506,-0.39938,0.011928,0.036261,-0.011254,-0.26444,-0.61195,-0.17242,-0.10508,-0.20395,-0.47416,-0.31258,0.5291,1.205,-0.14458,-0.11357,0.19663,0.69739,0.59116,0.09335}, {0.15673,0.28796,0.48222,0.50695,0.39961,0.081123,0.80537,0.63101,0.25999,-0.21538,-0.43312,-0.46951,-0.23847,-0.48259,-0.4637,-0.30751,-0.13586,-0.033009,-0.30476,-0.14249,-0.039201,0.0040665,-0.023486,-0.030284,-0.11189,-0.062519,-0.07809,-0.065292,-0.081834,-0.04189,-0.089385,-0.053209,-0.047767,-0.036083,-0.04526,-0.014891,0.16529,0.30756,0.50518,0.5261,0.4055,0.069698,0.80961,0.64144,0.26602,-0.22759,-0.45539,-0.49012,-0.26931,-0.51548,-0.48469,-0.32804,-0.14243,-0.031455,-0.32762,-0.17137,-0.057351,-0.0070309,-0.030851,-0.028407,-0.13456,-0.086418,-0.086012,-0.064542,-0.079308,-0.037058,-0.084298,-0.045759,-0.034194,-0.0207,-0.025715,-0.00076477,0.26123,0.4109,0.59763,0.59607,0.44293,0.09209,0.87833,0.70791,0.31621,-0.19657,-0.44138,-0.47328,-0.23082,-0.48276,-0.46078,-0.31032,-0.13339,-0.0083708,-0.30228,-0.1596,-0.050258,0.0039483,-0.0092242,0.012377,-0.08335,-0.048064,-0.055478,-0.036801,-0.045026,0.01662,-0.0027573,0.021692,0.021965,0.033383,0.037611,0.082128}, {0.025897,-0.028194,-0.089858,-0.099336,0.016681,0.34087,-0.094397,0.013559,0.2066,0.54078,0.7315,0.35441,0.55506,0.62206,0.4668,0.085487,-0.46733,-0.82346,0.037813,-0.32658,-0.54497,-0.54648,-0.34627,-0.1078,-0.31518,-0.19309,-0.053836,0.064089,0.12693,0.071199,-0.07047,0.031341,-0.0019123,-0.019688,-0.061128,-0.08889,0.0006562,-0.040268,-0.10289,-0.12063,-0.0020962,0.33232,-0.12187,0.014068,0.22247,0.54748,0.72121,0.33617,0.55586,0.6256,0.46214,0.059879,-0.50531,-0.85821,0.034256,-0.35289,-0.58255,-0.59842,-0.39049,-0.12718,-0.3267,-0.22167,-0.091087,0.027835,0.098685,0.072962,-0.093018,0.0060891,-0.040652,-0.039924,-0.061965,-0.063167,0.0019684,-0.049819,-0.11605,-0.1283,-0.0045898,0.34537,-0.086669,0.036307,0.23781,0.5595,0.73398,0.38227,0.60211,0.66761,0.49976,0.097837,-0.45944,-0.78537,0.06752,-0.33111,-0.53765,-0.54325,-0.33931,-0.077567,-0.28838,-0.20394,-0.046579,0.079897,0.15909,0.13718,-0.060829,0.024908,-0.0069636,0.017359,0.014393,0.012038}, {0.17276,-0.0051208,-0.10712,-0.12158,-0.12853,-0.12995,0.098098,0.031607,-0.067319,-0.16869,-0.15568,-0.16414,0.092262,0.038247,-0.094514,-0.20243,-0.17262,-0.1547,0.086883,-0.0077514,-0.14128,-0.21311,-0.17189,-0.14301,0.045137,-0.039,-0.15253,-0.19289,-0.15567,-0.15788,0.046785,-0.060436,-0.16921,-0.21338,-0.16539,-0.15344,-0.82783,-0.26132,0.41066,0.64945,0.65664,0.61595,-0.87511,-0.12617,0.59036,0.71214,0.65271,0.5588,-0.71045,0.07355,0.68649,0.70051,0.58481,0.49177,-0.49987,0.18295,0.66842,0.63904,0.51674,0.44287,-0.33424,0.24869,0.6116,0.58016,0.46389,0.39584,-0.14625,0.26569,0.52271,0.49855,0.42452,0.38001,0.36527,0.082358,-0.26108,-0.39261,-0.43942,-0.38445,0.33158,0.053881,-0.30152,-0.4457,-0.41591,-0.37447,0.32112,-0.014166,-0.37515,-0.45121,-0.37128,-0.33619,0.27827,-0.10726,-0.42139,-0.44043,-0.3446,-0.29188,0.18906,-0.13525,-0.40381,-0.38522,-0.28929,-0.26407,0.1559,-0.13921,-0.35273,-0.36988,-0.2736,-0.24243}, {-0.032317,-0.066904,0.024045,0.084862,-0.033991,-0.18422,0.094883,0.10197,-0.022989,-0.29419,-0.37284,-0.14178,0.00052864,-0.38588,-0.65881,-0.39725,0.091743,0.42279,-0.75837,-0.51321,0.26034,0.70264,0.52535,0.25717,0.028866,0.65413,0.56777,0.11861,-0.07792,-0.076254,0.29914,0.14531,-0.10899,-0.09906,-0.0065785,-0.00030628,-0.006461,-0.049988,0.017787,0.059376,-0.08241,-0.24058,0.09975,0.091823,-0.045759,-0.3366,-0.43098,-0.19017,-0.028537,-0.41877,-0.68471,-0.42575,0.063751,0.38353,-0.77527,-0.52649,0.24766,0.69617,0.51523,0.23405,0.023825,0.63851,0.55176,0.11045,-0.084915,-0.095511,0.27948,0.12115,-0.13691,-0.12227,-0.016487,-0.0068131,0.0017845,-0.056302,-0.022535,0.021238,-0.09714,-0.21553,0.1014,0.072762,-0.076171,-0.37603,-0.46163,-0.17431,-0.030775,-0.43573,-0.6966,-0.43471,0.077134,0.44272,-0.75574,-0.50913,0.28497,0.75779,0.59005,0.32454,0.067831,0.68902,0.62801,0.19458,-0.0089527,-0.010151,0.32659,0.19684,-0.060637,-0.055694,0.050804,0.0725}, {-0.70864,-1.0208,0.21787,0.35473,0.19417,0.12681,-1.064,0.25029,0.51034,0.11708,0.10743,0.076516,0.16731,0.5068,0.025253,0.0047033,0.04668,0.024443,0.28008,0.093621,0.038197,0.028257,0.022054,-0.024401,0.12184,0.057491,0.034515,-0.017651,-0.019944,-0.037326,0.10866,0.0065266,-0.027151,-0.01551,-0.053648,-0.075799,-0.80544,-1.1021,0.16749,0.31632,0.14273,0.053117,-1.1336,0.21472,0.48781,0.096987,0.063253,0.013664,0.12469,0.47378,-0.0044224,-0.012483,0.029265,-0.010142,0.25019,0.074315,0.019107,0.021277,0.016347,-0.044468,0.087363,0.028489,0.018069,-0.028351,-0.01983,-0.034344,0.066315,-0.032914,-0.056856,-0.038444,-0.053113,-0.068256,-0.87731,-1.1242,0.19933,0.36497,0.19156,0.096026,-1.1667,0.22139,0.54348,0.15312,0.11846,0.05149,0.12828,0.513,0.044649,0.027786,0.061679,0.017042,0.28052,0.1168,0.054138,0.038455,0.030832,-0.014204,0.13099,0.070714,0.049068,-0.010932,-0.0091255,-0.0096243,0.10679,0.0048085,-0.03939,-0.035054,-0.052616,-0.053501}, {-0.039977,-0.041863,-0.041787,-0.022241,-0.0070677,-0.046913,-0.050684,-0.029984,-0.031632,-0.0064247,0.0087095,-0.028902,-0.097734,-0.058905,-0.045425,-0.041898,-0.043621,-0.037587,-0.066233,0.024678,0.033481,0.025081,0.026783,-0.04351,-0.62559,-0.65183,-0.7006,-0.71463,-0.65449,-0.65765,0.61336,0.66021,0.69608,0.6702,0.6374,0.57274,0.0027097,-0.0016657,-0.019152,-0.021195,-0.0076177,-0.041001,-0.010672,0.0048987,-0.0033153,0.01181,0.014749,-0.021134,-0.063635,-0.029405,-0.018668,-0.015281,-0.015654,-0.0085702,-0.043317,0.055182,0.060522,0.057122,0.070581,0.0023673,-0.64994,-0.64999,-0.69827,-0.71258,-0.65047,-0.64949,0.56174,0.62254,0.66013,0.6368,0.59754,0.51576,0.022177,0.02527,0.011557,0.012373,0.013572,-0.0082979,0.0098161,0.035202,0.020539,0.034122,0.034775,0.0048834,-0.055295,-0.015895,-0.012707,-0.0068722,-0.0071971,0.0084087,-0.018483,0.070425,0.068568,0.075984,0.086269,0.022172,-0.57598,-0.59669,-0.6443,-0.65339,-0.58952,-0.58776,0.72366,0.77336,0.80813,0.78801,0.74412,0.65405}, {-0.026474,-0.0073964,0.042827,0.060452,-0.00518,0.060872,-0.11105,0.016045,0.010179,0.033439,-0.031106,0.0037974,-0.22401,0.036229,-0.0091336,0.0042047,0.018115,-7.0779e-05,-0.19192,-0.13657,0.040492,-0.05822,-0.0010674,0.018139,0.95821,-0.55573,-0.071987,-0.068199,-0.061859,-0.014057,1.716,-0.33307,-0.40098,-0.10639,-0.10821,-0.044866,-0.070307,-0.023655,0.0093102,0.012187,-0.041643,0.049228,-0.15497,-0.0010071,-0.017249,-0.0079016,-0.050695,0.00091028,-0.27201,0.0056189,-0.038306,-0.018619,0.01429,-0.0040888,-0.2618,-0.17459,0.020559,-0.064934,-0.008908,-0.007159,0.9132,-0.58399,-0.078739,-0.064176,-0.067624,-0.031204,1.6777,-0.36193,-0.39993,-0.11319,-0.1148,-0.045952,-0.053539,-0.045537,-0.010751,-0.0061577,-0.041897,0.034706,-0.14283,-0.01439,-0.018479,-0.020802,-0.059959,-0.0069476,-0.25213,0.007587,-0.022749,-0.025238,-0.013108,-0.021722,-0.20346,-0.16242,0.021449,-0.073562,-0.030784,-0.026634,1.0458,-0.53152,-0.08497,-0.081735,-0.073934,-0.032162,1.8664,-0.28096,-0.4089,-0.1322,-0.11606,-0.055517}, {0.10526,-0.063887,-0.25765,-0.026993,0.12123,0.08183,0.080445,-0.25771,-0.26434,0.20363,0.12877,-0.0050374,0.010399,-0.59909,0.13714,0.34861,0.070186,0.029758,-0.39752,-0.60194,0.73852,0.25629,0.031302,-0.012423,-0.77759,0.26721,0.72501,0.062368,0.064073,-0.091519,-0.24731,0.79007,0.18801,-0.0021332,0.084265,-0.081428,0.06058,-0.13714,-0.31502,-0.074151,0.068805,0.040194,0.055799,-0.30897,-0.29444,0.19663,0.10298,-0.025815,-0.02698,-0.65876,0.092598,0.33631,0.03453,0.013169,-0.43932,-0.66626,0.69652,0.22353,-0.019712,-0.018085,-0.83043,0.20726,0.67973,0.014039,0.013048,-0.091527,-0.2826,0.74548,0.13649,-0.041562,0.06756,-0.055828,0.040613,-0.11703,-0.31479,-0.11074,0.0097591,0.010036,0.0675,-0.26023,-0.27231,0.15769,0.056027,-0.034671,0.018036,-0.59273,0.10987,0.30037,-0.0055441,-0.0025606,-0.3625,-0.59729,0.71072,0.20193,-0.049688,-0.02431,-0.73928,0.25044,0.68208,-0.0010434,-0.005623,-0.080818,-0.22834,0.75412,0.1277,-0.051697,0.065307,-0.047435}, {-0.2541,-0.21922,-0.21706,-0.21547,-0.22216,-0.2553,-0.21621,-0.18761,-0.18483,-0.18297,-0.1868,-0.21645,-0.20638,-0.18329,-0.17954,-0.17862,-0.17895,-0.20522,-0.21408,-0.18426,-0.1817,-0.17939,-0.18292,-0.21054,-0.23567,-0.21697,-0.20921,-0.20348,-0.20935,-0.23702,-0.26355,-0.25587,-0.24555,-0.2472,-0.25968,-0.27192,-0.16866,-0.13985,-0.13953,-0.13412,-0.14007,-0.16239,-0.12997,-0.1101,-0.10751,-0.10797,-0.11266,-0.12976,-0.11961,-0.10686,-0.10417,-0.10385,-0.10682,-0.1221,-0.11546,-0.098384,-0.096832,-0.095946,-0.099282,-0.11631,-0.11559,-0.10851,-0.102,-0.097243,-0.098831,-0.11516,-0.10502,-0.10223,-0.096262,-0.094051,-0.10423,-0.10727,0.31374,0.31286,0.30381,0.31027,0.31552,0.32417,0.32304,0.30677,0.3003,0.2951,0.30511,0.3285,0.31808,0.29701,0.29204,0.28457,0.29371,0.32288,0.32774,0.30897,0.30063,0.29555,0.30856,0.33777,0.35568,0.32511,0.31825,0.31709,0.33391,0.35833,0.4159,0.39216,0.38228,0.38233,0.39187,0.41353}, {-0.13913,-0.14953,-0.15147,-0.14871,-0.13981,-0.11982,-0.086785,-0.18006,-0.1676,-0.135,-0.12698,-0.11657,-0.039524,-0.097509,-0.1292,-0.16608,-0.16356,-0.14629,0.073809,0.020528,-0.086307,-0.16698,-0.16774,-0.17217,0.20576,0.13488,0.021297,-0.11735,-0.18409,-0.2032,0.20147,0.17386,0.025061,-0.041758,-0.11686,-0.16047,0.5861,0.66,0.56591,0.4419,0.3368,0.33992,0.48903,0.58504,0.5577,0.46804,0.3701,0.35451,0.19211,0.43562,0.52405,0.48131,0.43553,0.43355,-0.23172,0.10873,0.35718,0.49497,0.575,0.57669,-0.62286,-0.33212,0.10344,0.43964,0.61384,0.61546,-0.87867,-0.6533,-0.25643,0.23176,0.49819,0.55983,-0.40482,-0.45215,-0.37402,-0.28102,-0.24479,-0.2269,-0.31894,-0.4702,-0.41487,-0.30694,-0.24042,-0.23994,-0.15738,-0.32159,-0.36149,-0.36332,-0.32636,-0.30185,0.13019,-0.076367,-0.27882,-0.38166,-0.39748,-0.37178,0.48186,0.2587,-0.069872,-0.3119,-0.4417,-0.45611,0.54137,0.47008,0.12868,-0.14963,-0.35235,-0.40918}, {-0.28469,0.084535,0.067715,-0.018973,0.026568,0.086934,0.52959,-0.45827,-0.096993,-0.079562,-0.067413,-0.015639,1.8958,-0.62061,-0.20086,-0.10716,-0.084094,-0.036192,0.484,-0.2274,-0.025737,-0.07049,-0.046662,-0.032167,-0.411,-0.0072605,-0.032496,-0.045304,-0.033712,-0.041924,-0.068971,0.039543,0.024489,0.009006,0.033988,0.017175,-0.37475,0.038059,0.071417,-0.021456,0.013661,0.070149,0.41832,-0.51226,-0.074273,-0.059326,-0.075888,-0.039761,1.7892,-0.67242,-0.20031,-0.094841,-0.088565,-0.051112,0.41445,-0.26071,-0.029169,-0.045939,-0.022057,-0.016313,-0.422,-0.01592,-0.021949,-0.007375,0.0053337,-0.011502,-0.066168,0.035988,0.038011,0.022256,0.037127,0.022804,-0.36679,0.033561,0.046751,-0.037025,0.0055101,0.020978,0.45408,-0.46411,-0.071699,-0.077442,-0.087508,-0.057763,1.8555,-0.5836,-0.18599,-0.10088,-0.094447,-0.044287,0.45494,-0.20645,-0.015395,-0.053113,-0.045083,-0.023708,-0.41493,-0.013579,-0.014646,-0.018341,-0.0053782,-0.016037,-0.039921,0.05552,0.052927,0.013792,0.037907,0.028218}, {0.18552,0.26482,0.3349,-0.07289,-1.1189,-1.6255,-0.010526,-0.0011132,0.055065,0.34283,0.70889,0.50005,0.068009,0.070673,0.018228,-0.045775,0.019606,0.26461,0.017742,0.025529,0.031981,0.072226,0.078249,0.1089,-0.038958,0.022596,0.0076992,0.015572,0.033838,0.084233,-0.06045,-0.04117,-0.015841,0.0035859,0.00082822,0.0043785,0.13169,0.21186,0.27826,-0.12716,-1.1339,-1.5955,-0.051816,-0.051319,-0.0019937,0.29411,0.66471,0.4749,0.029632,0.025406,-0.015033,-0.064159,-0.0035334,0.22771,-0.0088048,-0.0090281,0.0091721,0.055131,0.044215,0.062402,-0.047576,0.013463,-0.0022137,-0.0020127,-0.0034629,0.044514,-0.069321,-0.043777,-0.015032,-0.0084061,-0.025383,-0.016323,0.17359,0.24532,0.29941,-0.1204,-1.1482,-1.6131,-0.027887,-0.029438,0.030912,0.33409,0.7033,0.51935,0.050915,0.041023,0.0063624,-0.024843,0.038591,0.28214,0.014368,0.013298,0.03032,0.078548,0.070377,0.093904,-0.0090232,0.051333,0.021966,0.026593,0.042205,0.087762,-0.021156,0.0018428,0.026641,0.031935,0.043007,0.054106}, {0.12382,0.025275,0.00056844,-0.00039693,-0.0034002,0.050784,0.012923,-0.02912,0.027275,-0.027359,-0.013145,0.0082706,0.01992,-0.023988,0.011564,-0.096567,-0.0082686,-0.023762,-0.018714,0.014878,0.030412,-0.20204,-0.016245,0.036098,-0.058772,-0.048337,-0.039434,0.20027,-0.39517,-0.10566,0.047345,-0.49096,0.0076919,2.3155,-0.17821,-0.50987,0.099013,-0.012956,-0.038259,-0.021154,-0.048822,0.027795,-0.028222,-0.05956,0.0065024,-0.060489,-0.055371,-0.027127,-0.026409,-0.051653,-0.015734,-0.12863,-0.039956,-0.032546,-0.026281,-0.01039,-0.020473,-0.25776,-0.048413,0.046233,-0.032102,-0.059273,-0.13173,0.076245,-0.43187,-0.069879,0.056809,-0.52361,-0.14935,2.1132,-0.25825,-0.46454,0.028063,-0.021124,-0.028589,0.0075146,-0.014868,0.024669,-0.045717,-0.028659,0.023908,-0.042007,-0.023405,-0.014842,0.0036756,-0.011116,0.01689,-0.10551,0.011812,-0.016953,0.00029112,0.031477,0.029752,-0.20061,0.024561,0.089155,-0.012291,0.0079172,-0.10294,0.096509,-0.35191,0.025577,0.019745,-0.46779,-0.17204,1.9548,-0.29778,-0.37633}, {-0.50462,-0.44784,-0.44793,-0.44631,-0.44923,-0.49398,-0.12702,-0.073289,-0.052935,-0.035124,-0.01758,-0.014656,0.15778,0.16566,0.17002,0.15621,0.15663,0.16231,0.10107,0.080865,0.079889,0.082489,0.084094,0.082295,0.10423,0.10133,0.1095,0.11077,0.10438,0.092349,0.1083,0.089378,0.084873,0.087239,0.06687,0.074429,-0.52146,-0.46613,-0.46107,-0.46012,-0.47021,-0.51808,-0.1527,-0.10684,-0.081184,-0.060106,-0.048866,-0.044168,0.14218,0.1439,0.14872,0.13783,0.13244,0.14189,0.085672,0.061165,0.062247,0.069329,0.073234,0.080961,0.093788,0.088883,0.097312,0.099484,0.098556,0.095394,0.1181,0.099791,0.091522,0.09655,0.079276,0.096628,-0.56233,-0.51636,-0.5153,-0.50598,-0.50378,-0.525,-0.1388,-0.09578,-0.074153,-0.054986,-0.034648,-0.013536,0.22885,0.22554,0.23109,0.2131,0.21055,0.23649,0.20308,0.16302,0.1664,0.16947,0.17872,0.19767,0.21383,0.1928,0.20066,0.19974,0.20801,0.21663,0.24973,0.22259,0.22084,0.21472,0.20109,0.22965}, {-0.083622,-0.18408,-0.19287,-0.068299,0.022647,-0.093074,-0.16914,-0.33363,-0.32543,0.057061,0.37095,0.25087,-0.30233,-0.50141,-0.42734,0.35128,0.97778,0.74908,-0.38138,-0.58146,-0.51285,0.52912,1.4362,1.0636,-0.4426,-0.62358,-0.5422,0.49611,1.4331,1.0275,-0.43118,-0.55912,-0.43198,0.33883,1.0723,0.8207,0.1494,0.10329,0.16675,0.07863,-0.077244,-0.00044596,0.19965,0.23715,0.21012,-0.061078,-0.31948,-0.21241,0.24662,0.34711,0.26531,-0.27219,-0.71123,-0.59354,0.26935,0.42758,0.29319,-0.45742,-1.0108,-0.81993,0.30262,0.44626,0.27764,-0.46425,-0.98099,-0.7994,0.34927,0.41782,0.23885,-0.42048,-0.84791,-0.65551,0.023646,-0.042546,0.096019,0.11156,0.052178,0.2112,0.019672,0.03391,0.12416,0.027873,-0.082369,0.099359,0.028108,0.14498,0.2104,-0.047737,-0.31472,-0.14035,0.058691,0.24729,0.28678,-0.14358,-0.51558,-0.26777,0.11681,0.2667,0.28243,-0.1702,-0.50586,-0.25981,0.18656,0.29229,0.25157,-0.18496,-0.4287,-0.19984}, {0.017786,0.017708,0.038161,0.044601,0.04753,0.027397,-0.059391,-0.056144,-0.057893,-0.05052,-0.076641,-0.083258,-0.066405,-0.057673,-0.047325,-0.061806,-0.060283,-0.067757,-0.094309,-0.09807,-0.11704,-0.10415,-0.086733,-0.08977,-0.13493,-0.14214,-0.15307,-0.14065,-0.12759,-0.12158,-0.11167,-0.14581,-0.13789,-0.12497,-0.12249,-0.10655,-0.35883,-0.43284,-0.49101,-0.50143,-0.4657,-0.4145,-0.049107,-0.070768,-0.13046,-0.14072,-0.15019,-0.13796,0.4101,0.46276,0.45786,0.41757,0.39961,0.3501,0.63746,0.69083,0.67992,0.6794,0.65178,0.59907,0.59249,0.62931,0.62076,0.62091,0.61997,0.59021,0.50704,0.51351,0.51235,0.50852,0.51188,0.51626,0.18477,0.19951,0.21394,0.2416,0.25393,0.21716,-0.02973,-0.015278,-0.012374,0.015333,0.0085916,-0.0084623,-0.28183,-0.28721,-0.27127,-0.27255,-0.26082,-0.23053,-0.40133,-0.42153,-0.44099,-0.43722,-0.42645,-0.38871,-0.38763,-0.38915,-0.40068,-0.40404,-0.40635,-0.39419,-0.31352,-0.33171,-0.31828,-0.31266,-0.32207,-0.29311}, {-0.23886,-0.39383,-0.57268,-0.66264,0.65821,3.0093,-0.14914,-0.24864,-0.39519,-0.6695,-0.11959,1.648,-0.047253,-0.054516,-0.15417,-0.37214,-0.34836,0.46337,-0.043821,-0.026665,-0.024953,-0.1617,-0.33921,-0.083351,-0.076889,-0.0362,-0.01611,-0.10265,-0.2204,-0.2045,-0.083234,-0.036008,-0.025771,-0.07674,-0.1212,-0.17119,-0.034234,-0.064469,-0.091673,-0.15624,-0.021062,0.36522,-0.023239,-0.063827,-0.03636,-0.080151,-0.11814,0.093873,0.0096163,0.0025179,-0.028232,-0.029199,-0.065033,-0.01031,0.021843,0.0091455,0.0041638,0.00033439,-0.07183,-0.077434,0.011398,0.016365,0.022707,-0.02568,-0.047897,-0.059248,0.035377,0.04203,0.028857,-0.012494,0.0014275,-0.025609,0.20432,0.31571,0.46643,0.2889,-0.6253,-1.7649,0.14072,0.16988,0.37189,0.47805,-0.090048,-1.2037,0.10426,0.087241,0.1585,0.32893,0.24783,-0.37216,0.071087,0.046504,0.071047,0.17741,0.24616,0.027074,0.048675,0.035794,0.060635,0.076646,0.15629,0.13387,0.083515,0.045332,0.058745,0.074681,0.12414,0.13162}, {0.24397,0.25557,0.25546,0.25829,0.26262,0.2536,0.26161,0.26018,0.25293,0.23786,0.2433,0.26581,0.25585,0.2402,0.21989,0.21207,0.22821,0.26118,0.26223,0.23379,0.21397,0.21573,0.2353,0.25256,0.30278,0.27057,0.24755,0.24631,0.26121,0.28694,0.31038,0.29934,0.28026,0.26806,0.28846,0.29483,-0.14538,-0.13155,-0.1266,-0.12468,-0.12949,-0.14891,-0.11538,-0.1042,-0.10071,-0.11134,-0.11923,-0.12725,-0.10542,-0.10031,-0.10249,-0.10097,-0.10641,-0.11258,-0.10924,-0.10328,-0.10496,-0.10113,-0.10326,-0.12588,-0.098968,-0.092661,-0.095182,-0.10411,-0.10992,-0.11927,-0.12221,-0.10682,-0.10728,-0.12926,-0.12945,-0.1459,-0.16253,-0.15828,-0.15058,-0.14768,-0.1492,-0.1594,-0.14112,-0.13885,-0.1358,-0.14021,-0.1472,-0.15114,-0.12986,-0.12604,-0.12492,-0.12048,-0.12952,-0.1392,-0.13667,-0.12376,-0.11913,-0.11178,-0.12182,-0.14733,-0.14124,-0.13154,-0.12504,-0.12923,-0.13622,-0.14699,-0.1663,-0.15531,-0.15253,-0.17172,-0.16823,-0.18036}, {0.97133,1.0554,-0.38099,-0.42159,-0.092393,0.011974,0.99075,-0.59366,-0.48484,0.047736,0.0057711,0.035288,-0.35027,-0.44268,0.11946,0.035076,-0.0071876,0.068366,-0.27717,0.053748,0.034764,0.015656,0.026649,0.057601,-0.059962,0.026663,0.0034208,-0.012305,0.0039847,0.0024583,0.026081,0.031227,0.0035352,0.017631,0.015043,0.058893,0.95036,1.0367,-0.40966,-0.46761,-0.12503,-0.040037,0.94465,-0.62385,-0.51371,0.023914,-0.0057351,-0.0068116,-0.41303,-0.47316,0.10021,0.019824,-0.025788,0.031557,-0.3134,0.02827,0.017443,-0.0072707,0.0036542,0.028129,-0.1065,-0.014642,-0.021079,-0.030965,-0.011219,-0.010564,-0.011296,-0.014846,-0.017719,-0.0040954,-0.010415,0.043215,1.0982,1.1472,-0.37115,-0.48661,-0.14989,-0.084534,1.0566,-0.54577,-0.51587,-0.021323,-0.035228,-0.036551,-0.34949,-0.43866,0.094332,-0.0079469,-0.051851,0.016546,-0.28617,0.038529,0.027109,-0.012524,-0.010653,0.015043,-0.097699,-0.018805,-0.027025,-0.022641,-0.00018238,-0.013727,-0.015431,-0.029459,-0.036058,-0.0064563,-0.002338,0.035563}, {0.70817,-0.32987,-0.18439,-0.079336,-0.039633,0.0040546,0.63558,-0.31326,-0.10162,-0.047835,-0.033447,-0.0016937,0.58622,-0.29717,-0.1195,-0.036728,-0.016026,0.0085197,0.58984,-0.24687,-0.12875,-0.051303,-0.02188,0.00625,0.49605,-0.19782,-0.11656,-0.038793,-0.034168,-0.019367,0.33263,-0.13508,-0.090223,-0.0092836,-0.017295,-0.018793,0.73425,-0.40099,-0.27766,-0.14338,-0.087602,-0.061829,0.69389,-0.36944,-0.17676,-0.092127,-0.067956,-0.055452,0.64387,-0.35204,-0.19312,-0.079334,-0.049979,-0.033302,0.64529,-0.31694,-0.19808,-0.093501,-0.059275,-0.043916,0.54206,-0.27139,-0.18457,-0.08713,-0.082668,-0.077124,0.38527,-0.19588,-0.16202,-0.062098,-0.06055,-0.061647,1.0237,-0.40711,-0.34179,-0.16057,-0.085217,-0.055353,0.99828,-0.39251,-0.27056,-0.13314,-0.088854,-0.069772,0.94869,-0.37879,-0.29633,-0.12549,-0.075605,-0.06697,0.93131,-0.34069,-0.28991,-0.12374,-0.067538,-0.065755,0.79648,-0.30026,-0.25987,-0.098557,-0.073609,-0.071393,0.60586,-0.20803,-0.21285,-0.065604,-0.037204,-0.028745}, {0.092095,-0.0021815,0.0044859,0.044828,0.056642,0.057942,0.084406,-0.0085168,-0.08338,-0.043537,0.026241,0.055738,0.075256,0.025745,-0.081652,-0.0024617,0.033046,0.010081,0.12615,-0.010337,-0.27639,-0.066096,0.0568,0.0028424,0.014171,-0.35296,-0.057895,-0.18167,-0.1501,0.039133,-0.50339,-0.066094,1.9962,0.61415,-0.51965,-0.17284,0.048887,-0.04085,-0.026858,0.013904,0.021571,0.05041,0.053382,-0.039124,-0.11028,-0.10416,-0.03046,0.039171,0.030212,-0.026287,-0.1318,-0.070475,-0.0234,-0.01935,0.069111,-0.059443,-0.33838,-0.11517,0.017016,-0.023704,-0.015593,-0.40317,-0.13497,-0.23527,-0.18781,0.010316,-0.5106,-0.086577,1.9418,0.56147,-0.5617,-0.1983,0.034325,-0.028853,-0.022172,-0.025765,-0.013634,0.0040874,0.0025381,-0.041069,-0.097245,-0.089887,-0.027125,0.017426,-0.05147,-0.031359,-0.091534,-0.039551,0.012375,0.0016765,-0.0060384,-0.065689,-0.291,-0.074657,0.037818,-0.029925,-0.033179,-0.37039,-0.092262,-0.20556,-0.14475,0.036621,-0.47193,0.015383,2.0191,0.59419,-0.4922,-0.13857}, {-0.093662,-0.055346,-0.032549,-0.027985,-0.054256,-0.057818,-0.39142,-0.34199,-0.35712,-0.35707,-0.34613,-0.36636,-0.49789,-0.52784,-0.56425,-0.54397,-0.50779,-0.46447,0.24888,0.30475,0.32125,0.32668,0.29232,0.26696,0.54026,0.56046,0.56169,0.58352,0.53947,0.48807,0.3047,0.27112,0.25247,0.24874,0.26143,0.29086,-0.11857,-0.078076,-0.058117,-0.061733,-0.084,-0.093448,-0.3221,-0.27198,-0.27656,-0.28524,-0.26426,-0.28531,-0.42075,-0.44635,-0.46347,-0.45298,-0.41174,-0.36936,0.17726,0.22632,0.24576,0.26039,0.22809,0.20875,0.41585,0.44342,0.45252,0.4847,0.44417,0.38788,0.26554,0.2667,0.26878,0.27365,0.27014,0.27235,0.020741,0.0327,0.04573,0.038329,0.035536,0.039095,0.13693,0.18766,0.19979,0.1815,0.18668,0.13046,0.012639,0.018864,0.01484,0.0087562,0.0030131,-0.012026,-0.074186,-0.080079,-0.08241,-0.083957,-0.10171,-0.088274,-0.21285,-0.2628,-0.26937,-0.25578,-0.26016,-0.24158,-0.19073,-0.22216,-0.20968,-0.19438,-0.18769,-0.1674}, {-0.032831,-0.013447,0.040717,0.02252,0.052775,0.039294,-0.26875,-0.20886,-0.21793,-0.25765,-0.20936,-0.30112,-0.034725,-0.12657,-0.15891,-0.2139,-0.21716,-0.18486,0.64159,0.71885,0.85745,0.92543,0.90357,0.91881,-0.41498,-0.48106,-0.55756,-0.58412,-0.57283,-0.50761,-0.093177,-0.019521,-0.021632,-0.023972,-0.050918,-0.070991,0.0051326,-0.0017325,0.063616,0.029842,0.056192,0.040001,-0.23136,-0.2021,-0.2001,-0.242,-0.18233,-0.28225,-0.03593,-0.1289,-0.15128,-0.21438,-0.20756,-0.19057,0.63242,0.70217,0.8435,0.91028,0.89308,0.90824,-0.40056,-0.46503,-0.54988,-0.5766,-0.56859,-0.49565,-0.051426,0.03046,0.015116,0.019557,-0.010292,-0.043841,0.01934,0.018778,0.068324,0.026653,0.074932,0.052576,-0.24303,-0.2339,-0.22675,-0.25146,-0.17698,-0.29986,-0.0053944,-0.10517,-0.12308,-0.17204,-0.16172,-0.15293,0.70475,0.77855,0.91758,0.99938,0.98219,0.99181,-0.32252,-0.39582,-0.4915,-0.50699,-0.48854,-0.43368,0.015512,0.06567,0.027683,0.048702,0.024819,-0.019682}, {-0.25996,-0.19287,-0.18716,-0.23066,-0.23223,-0.32116,-0.50636,-0.51178,-0.51521,-0.52184,-0.48332,-0.45697,0.34519,0.36568,0.37618,0.37811,0.34485,0.34406,0.25902,0.20314,0.20906,0.20957,0.21669,0.25452,0.067448,0.057861,0.068596,0.041561,0.037662,0.052714,-0.00215,-0.0098985,-0.017796,-0.01381,-0.014651,0.0063735,-0.25434,-0.18039,-0.18197,-0.22318,-0.21342,-0.30047,-0.5191,-0.51506,-0.52643,-0.53228,-0.48417,-0.46323,0.3291,0.35893,0.36001,0.35933,0.33279,0.31689,0.25888,0.20809,0.2028,0.19909,0.20688,0.23486,0.071234,0.064781,0.064697,0.047003,0.044725,0.053685,0.0036666,0.0030395,-0.0061083,0.0018497,-0.0026523,0.019913,-0.27721,-0.2158,-0.20691,-0.2344,-0.21898,-0.29866,-0.50954,-0.51085,-0.51331,-0.50933,-0.45825,-0.43641,0.40519,0.43189,0.42479,0.42262,0.39449,0.38107,0.36028,0.30705,0.30455,0.29771,0.305,0.33614,0.14792,0.14456,0.14898,0.12885,0.12569,0.13928,0.092489,0.085448,0.068349,0.069109,0.070592,0.097708}, {0.13325,0.098011,-0.82191,0.51856,0.04101,-0.060487,0.15551,0.26106,-0.91674,0.642,0.04337,-0.053678,0.16769,0.30074,-1.0262,0.65146,0.038266,-0.052366,0.1473,0.27936,-0.9838,0.52494,0.081743,-0.015676,0.054231,0.21833,-0.68153,0.34299,0.11315,-0.035289,0.030215,0.12163,-0.45762,0.13028,0.063304,-0.086551,0.15643,0.043963,-0.93681,0.48079,0.065423,-0.036204,0.20908,0.23728,-1.0075,0.6192,0.068026,-0.0074328,0.2358,0.29155,-1.0938,0.63887,0.065357,-0.0044029,0.21921,0.25616,-1.0546,0.52416,0.10624,0.021135,0.11962,0.1791,-0.76305,0.34468,0.15518,-0.0025382,0.083734,0.11624,-0.51475,0.12278,0.098029,-0.065761,0.1464,0.084891,-0.7919,0.54258,0.088539,-0.060041,0.17942,0.24474,-0.89686,0.66372,0.063162,-0.07844,0.18593,0.28574,-1.0135,0.67835,0.070231,-0.066637,0.15366,0.23149,-0.97539,0.57004,0.11163,-0.041729,0.085284,0.15827,-0.69713,0.39133,0.14322,-0.080111,0.042334,0.071493,-0.48472,0.13339,0.071288,-0.14832}, {-0.051044,-0.048511,-0.027596,-0.027515,-0.037162,-0.053718,-0.022092,-0.01673,-0.010416,-0.014217,-0.015459,-0.030268,-0.017828,-0.019177,-0.018887,-0.013325,-0.0083461,-0.020348,-0.024921,-0.021636,-0.013543,-0.01443,-0.0033875,-0.013919,-0.027598,-0.033841,-0.012364,-0.015995,-0.004451,-0.02103,-0.061463,-0.052391,-0.05083,-0.039988,-0.047541,-0.059745,-0.050593,-0.049704,-0.036378,-0.03976,-0.03805,-0.042231,-0.030464,-0.030351,-0.014293,-0.016261,-0.019337,-0.023151,-0.02286,-0.0274,-0.014073,-0.010358,-0.014444,-0.019046,-0.017666,-0.013738,-0.003533,-0.011457,-0.018824,-0.020151,-0.0075508,-0.015369,0.008397,-0.0027464,-0.0092929,-0.024673,-0.013944,-0.014431,-0.0064252,-0.0064337,-0.024625,-0.02441,-0.00076794,0.0018528,0.020879,0.012219,0.01807,0.0098561,0.047955,0.039277,0.045068,0.03754,0.030974,0.03097,0.056949,0.039814,0.04899,0.050307,0.044991,0.037771,0.043891,0.04833,0.063444,0.061939,0.062367,0.068965,0.055669,0.040021,0.060222,0.054674,0.055011,0.066575,0.076884,0.078312,0.08129,0.07411,0.061771,0.07115}, {-0.067902,-0.022414,-0.013022,-0.013794,0.035232,-0.0053609,-0.091635,-0.025539,-0.016423,-0.024497,0.036171,0.023567,-0.073104,-0.0089076,-0.025357,-0.039677,0.066001,-0.0077277,-0.10434,0.028409,0.024635,-0.021466,0.0072761,-0.068276,-0.087482,-0.0064993,-0.015073,-0.033083,0.010571,-0.057793,-0.11298,-0.040486,-0.08413,-0.075663,-0.015421,-0.041086,0.93409,0.2109,-0.47159,-0.46074,0.010895,0.38153,1.0206,0.21926,-0.57559,-0.55572,0.054042,0.54314,1.0764,0.24968,-0.62299,-0.575,0.19784,0.683,1.0224,0.32369,-0.52651,-0.48437,0.25351,0.71988,0.96953,0.32213,-0.41972,-0.37096,0.32678,0.74796,0.81417,0.30529,-0.27021,-0.22542,0.36049,0.72734,-0.4658,-0.17983,0.094835,0.101,-0.097575,-0.28143,-0.55987,-0.17391,0.20402,0.14555,-0.14033,-0.328,-0.60075,-0.17254,0.22684,0.11684,-0.14006,-0.37856,-0.6324,-0.13259,0.25157,0.12389,-0.17365,-0.41539,-0.60614,-0.15794,0.16224,0.0596,-0.19973,-0.4299,-0.48631,-0.10166,0.076545,-0.019108,-0.22099,-0.4169}, {-0.068552,-0.051581,-0.070467,-0.053517,-0.05617,-0.066424,-0.10624,-0.059946,-0.08957,-0.083398,-0.076337,-0.087736,-0.3131,-0.28729,-0.30981,-0.29146,-0.2766,-0.32423,-0.26547,-0.29185,-0.35255,-0.39599,-0.40882,-0.44191,0.42371,0.47082,0.53303,0.55012,0.53339,0.4847,0.22982,0.18719,0.19353,0.19394,0.20926,0.26162,-0.058375,-0.033326,-0.051473,-0.035416,-0.039185,-0.057865,-0.090426,-0.042084,-0.06409,-0.051003,-0.045456,-0.064273,-0.28401,-0.25274,-0.2699,-0.24734,-0.23427,-0.28898,-0.2681,-0.2905,-0.34589,-0.38741,-0.39779,-0.43091,0.37706,0.42581,0.48502,0.49995,0.48529,0.44132,0.1871,0.15493,0.15583,0.1555,0.17063,0.22324,-0.019425,-0.005756,-0.029738,-0.015305,-0.013406,-0.031024,-0.072159,-0.029637,-0.054525,-0.045793,-0.044771,-0.057929,-0.25773,-0.22294,-0.2435,-0.23346,-0.22397,-0.27228,-0.22039,-0.23066,-0.28502,-0.33884,-0.35015,-0.37652,0.46135,0.50986,0.57382,0.57676,0.55227,0.51807,0.2904,0.25199,0.256,0.24153,0.25266,0.31721}, {-0.18296,-0.17118,-0.15874,-0.13896,-0.17051,-0.20412,-0.15265,-0.10365,-0.09977,-0.094442,-0.12407,-0.1222,-0.18744,-0.1278,-0.15215,-0.16654,-0.21282,-0.22743,-0.37854,-0.37578,-0.40933,-0.41284,-0.44244,-0.4431,-0.36369,-0.32959,-0.30901,-0.28206,-0.25409,-0.23898,0.36311,0.50082,0.70047,0.80337,0.75729,0.66075,-0.025468,-0.037782,-0.019362,-0.0082787,-0.016531,-0.011593,-0.039426,-0.023769,-0.014399,-0.0039548,-0.027998,-0.0026069,-0.051736,-0.028084,-0.035753,-0.014013,-0.011667,-0.026686,-0.017903,-0.029165,-0.042475,0.003062,-0.003481,-0.035119,0.066476,0.085475,0.065083,0.064473,0.064626,0.049679,-0.02882,-0.050703,-0.063375,-0.070456,-0.050915,-0.059761,0.25432,0.20407,0.23702,0.24416,0.23664,0.26753,0.20556,0.17913,0.18824,0.20284,0.19749,0.24984,0.27445,0.23434,0.22919,0.27985,0.32122,0.35738,0.61343,0.61159,0.64042,0.68073,0.7151,0.68521,0.64848,0.66263,0.60246,0.52322,0.49073,0.40002,-0.86523,-1.1618,-1.4188,-1.5495,-1.4946,-1.4439}, {0.78022,0.29854,-0.30677,-0.29795,-0.18707,-0.0086303,0.93076,0.4338,-0.41648,-0.39615,-0.2304,-0.095318,1.0368,0.54087,-0.45723,-0.45896,-0.29125,-0.1167,0.97952,0.5785,-0.3715,-0.46357,-0.27833,-0.12702,0.81339,0.52719,-0.23916,-0.36945,-0.23508,-0.11942,0.70571,0.48834,-0.10847,-0.28626,-0.20788,-0.095879,0.2824,0.053447,-0.24374,-0.17626,-0.12526,-0.015532,0.33906,0.13316,-0.28145,-0.18811,-0.12517,-0.064518,0.39438,0.17671,-0.31091,-0.20278,-0.151,-0.064514,0.36569,0.19432,-0.26602,-0.22922,-0.14539,-0.081465,0.29574,0.16501,-0.19477,-0.202,-0.13388,-0.082614,0.27344,0.16914,-0.11278,-0.16778,-0.12275,-0.071843,-0.17171,-0.10253,-0.018179,0.068685,0.020901,0.031365,-0.23146,-0.095187,-4.764e-05,0.11715,0.041229,0.0035232,-0.24751,-0.12387,-0.029306,0.13974,0.036192,0.013381,-0.24742,-0.12201,-0.028269,0.11765,0.072854,0.017712,-0.21752,-0.11729,-0.027028,0.092063,0.072458,0.026509,-0.15591,-0.091638,-0.02858,0.056129,0.058659,0.037767}, {-0.13059,-0.15869,-0.15938,-0.12334,-0.12845,-0.10845,-0.29407,-0.37267,-0.35019,-0.29679,-0.22351,-0.14648,1.0062,0.97051,0.96464,0.87333,0.70844,0.59383,-0.40433,-0.44233,-0.44295,-0.37441,-0.33316,-0.2661,-0.16599,-0.15229,-0.14731,-0.12894,-0.14446,-0.17269,-0.047687,0.014526,0.004859,-0.026908,-0.025486,0.0090526,-0.12548,-0.14062,-0.15356,-0.10228,-0.11966,-0.090803,-0.33582,-0.40904,-0.37812,-0.31646,-0.2418,-0.1459,1.0112,0.98528,0.99025,0.88104,0.69877,0.60655,-0.41085,-0.45615,-0.45353,-0.39663,-0.3639,-0.27369,-0.16487,-0.16255,-0.16197,-0.15497,-0.14827,-0.1701,0.035307,0.062148,0.041577,0.011142,0.010654,0.035475,-0.13256,-0.13604,-0.17981,-0.12079,-0.12375,-0.079392,-0.28266,-0.34203,-0.33966,-0.27597,-0.19468,-0.081629,1.1125,1.0884,1.0741,0.94653,0.77056,0.68517,-0.34285,-0.37655,-0.38079,-0.33729,-0.28904,-0.19427,-0.13766,-0.13315,-0.13412,-0.11438,-0.094796,-0.1052,0.075029,0.078344,0.054107,0.030604,0.054168,0.089532}, {0.032923,0.0044512,0.049283,0.034177,0.091034,-0.029515,0.017953,0.022139,0.0012855,-0.013101,0.044571,-0.14959,-0.01226,0.0078876,-0.031567,-0.01102,0.013961,-0.18859,-0.033333,-0.047901,-0.059152,-0.037696,-0.30107,0.32816,-0.042235,-0.064416,-0.12195,-0.10004,-0.66584,1.3997,0.021997,-0.057983,-0.15855,-0.29968,-0.75405,1.6125,0.019085,-0.013139,0.013551,0.0026746,0.03572,-0.11396,-0.0096815,-0.0066207,-0.018456,-0.027525,-0.0034223,-0.24575,-0.028704,-0.0090037,-0.032923,-0.014697,-0.028311,-0.30254,-0.038426,-0.052169,-0.056275,-0.032655,-0.33516,0.18911,-0.03768,-0.063497,-0.11095,-0.069795,-0.68346,1.2356,0.021836,-0.062635,-0.14107,-0.27516,-0.77908,1.4112,0.0191,-0.0015328,0.017077,-0.010854,0.032558,-0.084783,-0.0066796,0.012637,-0.0039854,-0.022579,0.013905,-0.20293,-0.015595,0.016139,-0.0081891,0.0052634,0.012492,-0.25896,-0.0086622,-0.0047779,-0.021854,-0.0070977,-0.27633,0.2173,-0.017508,-0.011193,-0.056687,-0.018103,-0.59434,1.2008,-0.0043777,-0.056025,-0.095864,-0.2076,-0.70124,1.3119}, {-0.23693,-0.1438,-0.070821,-0.063737,-0.070738,-0.066282,-0.33108,-0.24249,-0.11006,-0.047131,-0.055612,-0.09836,-0.28431,-0.4126,-0.27618,-0.12027,-0.063889,-0.073241,0.24025,-0.5031,-0.52234,-0.26964,-0.13517,-0.085483,1.861,0.15954,-0.64506,-0.55652,-0.34954,-0.20424,3.4466,1.7511,-0.0049874,-0.53627,-0.44685,-0.31012,0.047213,0.019393,0.024784,0.023966,0.0486,0.056997,0.061453,0.065042,0.062847,0.056404,0.044631,0.0014528,0.043434,0.073073,0.06792,0.050069,0.0075075,0.0072252,-0.15521,-0.042322,0.10936,0.091669,0.0079738,0.027835,-0.33329,-0.35728,0.0022931,0.13516,0.087531,0.067311,-0.60728,-0.46288,-0.20602,0.019911,0.078977,0.059504,0.15782,0.078709,0.043554,0.056459,0.061923,0.067812,0.19383,0.12245,0.034196,0.035389,0.049717,0.024651,0.16161,0.23956,0.099663,0.050157,0.03426,0.037331,-0.15863,0.29202,0.31763,0.1901,0.059036,0.03138,-0.77088,-0.15966,0.35102,0.32453,0.16029,0.10576,-1.5594,-0.79847,-0.012514,0.25535,0.22992,0.18647}, {-0.11587,-0.16615,-0.15686,-0.15612,-0.18511,-0.086748,0.70064,0.74627,0.76828,0.79514,0.74807,0.76602,-0.62987,-0.63915,-0.71688,-0.71214,-0.69703,-0.65994,-0.10345,-0.025463,0.0038812,0.028747,0.019024,-0.042486,0.078738,0.025705,0.031259,0.017105,0.0041547,-0.02153,-0.098489,-0.076072,-0.073277,-0.065548,-0.079642,-0.091306,-0.11986,-0.15457,-0.16147,-0.17804,-0.20986,-0.12914,0.70618,0.77114,0.78437,0.79136,0.73075,0.73606,-0.63578,-0.64211,-0.71465,-0.71294,-0.69681,-0.68105,-0.10024,-0.014061,0.01372,0.041488,0.04519,-0.024764,0.095018,0.063084,0.060373,0.047836,0.06255,0.034931,-0.046378,-0.023653,-0.017115,-0.0047275,-0.011971,-0.023032,-0.089192,-0.12943,-0.1276,-0.13825,-0.14783,-0.068206,0.76193,0.82293,0.82359,0.83837,0.78251,0.79003,-0.58853,-0.59003,-0.67805,-0.67035,-0.65786,-0.6283,-0.064428,0.0020745,0.020504,0.056011,0.052867,0.0033873,0.12517,0.081028,0.076593,0.065905,0.073479,0.076938,0.038608,0.047522,0.048393,0.059285,0.05116,0.064049}, {-0.017355,-0.0016605,0.014973,0.031979,0.027048,0.036711,-0.013127,-0.010352,0.023001,0.060333,0.035186,0.094558,-0.030521,-0.0053319,0.046178,0.026819,0.035841,0.21161,-0.022324,0.023065,0.031548,-0.034115,0.40346,0.17113,0.032209,0.058475,0.040027,0.41225,0.35968,-1.1569,0.059021,0.13012,0.27037,0.40102,-1.0083,-0.98575,-0.02528,-0.021646,-0.0091758,0.016242,0.0248,0.041154,-0.014127,-0.019085,0.010309,0.052082,0.048503,0.12177,-0.029027,-0.011498,0.04206,0.025309,0.050349,0.22438,-0.021801,0.017659,0.031492,-0.031451,0.40231,0.1407,0.047492,0.074629,0.044383,0.40786,0.34489,-1.1971,0.086679,0.15337,0.26897,0.37067,-1.0635,-1.0431,-0.012331,0.0066013,0.017482,0.028962,0.040141,0.06333,0.012883,0.0138,0.036389,0.078667,0.088155,0.155,0.0082786,0.026689,0.073016,0.059627,0.087613,0.25781,-0.00067513,0.0538,0.073695,0.018891,0.43797,0.17584,0.048849,0.093921,0.09206,0.47042,0.37383,-1.1869,0.081319,0.17145,0.3435,0.4655,-1.0208,-1.0469}, {-0.1174,-0.12152,-0.088667,-0.037284,0.001753,0.093776,-0.12927,-0.13965,-0.12491,-0.056031,0.0042496,0.089928,-0.13169,-0.14722,-0.15231,-0.055533,0.0026258,0.06561,-0.12747,-0.13855,-0.15447,-0.098121,-0.012919,0.066971,-0.13187,-0.14148,-0.14866,-0.094217,-0.052876,0.052114,-0.12656,-0.15445,-0.15109,-0.081648,-0.02069,0.032722,0.49316,0.51797,0.55889,0.44595,-0.071439,-0.55845,0.49645,0.5595,0.64427,0.55007,-0.037565,-0.63993,0.4839,0.57456,0.68303,0.62355,-0.0046717,-0.67601,0.48865,0.58457,0.67322,0.59204,0.029216,-0.59989,0.4771,0.5504,0.62986,0.55719,-0.0024334,-0.52263,0.48172,0.52222,0.57234,0.49189,0.038136,-0.41145,-0.33579,-0.3498,-0.38171,-0.31126,-0.039374,0.26945,-0.33834,-0.34933,-0.42991,-0.37003,-0.02313,0.34348,-0.31926,-0.36133,-0.47992,-0.39554,-0.026559,0.35272,-0.31861,-0.37533,-0.49073,-0.4168,-0.01726,0.37091,-0.32446,-0.38702,-0.45221,-0.37241,-0.047659,0.34176,-0.31041,-0.37252,-0.41679,-0.33485,-0.038919,0.24038}, {-0.45293,0.54267,1.1629,0.20531,-0.47602,-0.31951,-0.62005,0.56366,1.3814,0.16436,-0.63591,-0.44907,-0.75288,0.55463,1.4863,0.11659,-0.66629,-0.37128,-0.72145,0.56744,1.3539,0.047186,-0.56971,-0.32683,-0.56143,0.49998,1.1471,0.017317,-0.51301,-0.29879,-0.38515,0.36014,0.85817,0.039577,-0.36482,-0.20471,0.060578,-0.19494,-0.42575,-0.16937,0.052251,0.13324,0.13558,-0.27638,-0.51264,-0.17155,0.13496,0.14718,0.2065,-0.28655,-0.51951,-0.18701,0.15078,0.19107,0.21259,-0.22509,-0.47871,-0.17069,0.16482,0.16908,0.15224,-0.21132,-0.37979,-0.16003,0.0964,0.1062,0.12024,-0.21971,-0.31509,-0.13949,0.077814,0.057313,0.37051,-0.18191,-0.58132,-0.02965,0.2931,0.26967,0.48179,-0.282,-0.74803,-0.059856,0.40045,0.25447,0.5366,-0.32618,-0.7973,-0.052024,0.43755,0.23303,0.52878,-0.28915,-0.75334,-0.0096605,0.45806,0.21598,0.42811,-0.27963,-0.61118,-0.0026029,0.345,0.1715,0.31227,-0.28618,-0.51503,-0.021369,0.28234,0.10315}, {-0.31588,-0.33875,-0.36739,-0.376,-0.33712,-0.25403,-0.23726,-0.30419,-0.33621,-0.3705,-0.27403,-0.13428,0.68664,0.83288,0.88196,0.88295,0.86534,0.76697,0.95466,1.1827,1.2734,1.3047,1.2349,1.0211,0.023862,0.038956,-0.027017,-0.04703,-0.03654,-0.039244,-0.48008,-0.59789,-0.67974,-0.68619,-0.60975,-0.48909,0.22826,0.24759,0.2419,0.25741,0.20684,0.18872,0.039473,0.048207,0.046532,0.063597,0.056413,0.018938,-0.4811,-0.51703,-0.54914,-0.56399,-0.57045,-0.53212,-0.75054,-0.82834,-0.8948,-0.9208,-0.88724,-0.72799,-0.13816,-0.12391,-0.13556,-0.15275,-0.15628,-0.12047,0.26269,0.32853,0.39674,0.3838,0.35728,0.30442,0.22159,0.2359,0.22555,0.23065,0.2089,0.22801,0.2159,0.23013,0.23071,0.23364,0.21783,0.17619,-0.14143,-0.15821,-0.18527,-0.20795,-0.23591,-0.23539,-0.41504,-0.46759,-0.49893,-0.51323,-0.47449,-0.36035,0.032166,0.039578,0.06408,0.034297,0.013127,0.044809,0.27922,0.26835,0.33323,0.31585,0.29183,0.28277}, {-0.00085178,0.034842,0.0023211,0.45448,-0.022499,-0.20083,0.065016,-0.047195,0.17234,0.49075,-0.47523,-0.066439,0.065612,-0.043895,0.6287,-0.056503,-0.62872,0.16439,-0.058812,0.22749,0.80323,-0.77889,-0.27249,0.17001,-0.02279,0.5878,0.088145,-0.82497,0.15889,0.069068,0.18369,0.35063,-0.60634,-0.28179,0.23295,0.048249,-0.0096604,0.019568,-0.027318,0.42398,-0.070349,-0.26531,0.067196,-0.067286,0.13897,0.44551,-0.54744,-0.14289,0.065111,-0.050267,0.60023,-0.11767,-0.68139,0.11495,-0.057522,0.21395,0.76157,-0.83478,-0.30597,0.15116,-0.021155,0.55225,0.037035,-0.87281,0.1335,0.070769,0.16888,0.30021,-0.65284,-0.30901,0.22809,0.079048,-0.060397,-0.015423,-0.02881,0.419,-0.061853,-0.26639,0.046724,-0.075174,0.15004,0.45538,-0.50629,-0.12812,0.039796,-0.057066,0.61528,-0.080048,-0.62832,0.11873,-0.09091,0.20271,0.7955,-0.74182,-0.24072,0.14867,-0.031064,0.5491,0.08166,-0.78954,0.15989,0.051354,0.1578,0.30505,-0.60482,-0.27028,0.20401,0.027702}, {-1.7612,-0.90462,0.18017,0.33318,0.22233,0.11746,0.81021,0.70533,0.19466,-0.050412,-0.029406,-0.036159,0.11807,-0.046169,-0.033278,0.015696,0.033711,0.026793,0.084183,0.064085,0.061268,0.027948,0.021114,-0.024994,0.035488,0.006635,-0.011522,0.0056491,-0.031414,-0.055295,-0.0042153,-0.0086903,-0.026535,-0.00095891,-0.033317,-0.070123,-1.7968,-0.95573,0.14841,0.32188,0.181,0.05996,0.80635,0.69931,0.1836,-0.061369,-0.063342,-0.092089,0.11912,-0.051338,-0.046076,-0.0021549,-0.0021805,-0.0022142,0.086781,0.073394,0.06279,0.018156,0.0029472,-0.04028,0.0381,0.026283,0.0097156,0.015123,-0.018512,-0.043755,0.0015528,0.0057535,-0.0086297,0.010636,-0.001633,-0.035625,-1.7434,-0.93681,0.15767,0.34186,0.20017,0.06943,0.84172,0.70004,0.17531,-0.067189,-0.055299,-0.046237,0.13893,-0.033776,-0.037067,0.017861,0.024808,0.040636,0.088379,0.077094,0.081336,0.051929,0.03925,0.0065574,0.041404,0.0333,0.011233,0.027306,0.029823,-0.0002954,0.023397,0.022275,-0.0094413,0.02954,0.054469,0.018921}, {-0.06598,-0.030747,-0.043281,-0.038387,-0.05933,0.078625,-0.034179,-0.014498,-0.021657,0.0033438,-0.026606,0.13045,-0.037728,-0.00116,0.0098157,-0.006727,0.064707,0.11618,-0.0090885,-0.010277,0.048935,0.046884,0.33331,-0.38955,0.00068449,0.02854,0.097129,0.073408,0.57891,-1.1266,-0.041434,-0.01383,0.062573,0.17058,0.62976,-1.1524,-0.031876,-0.0021647,-0.021975,-0.012851,-0.018876,0.12442,-0.0039734,0.013821,-0.0032886,0.022253,0.018352,0.15957,-0.0079652,0.028515,0.034997,0.02189,0.1079,0.095538,0.018508,0.024269,0.069323,0.077151,0.35451,-0.52872,0.020684,0.057421,0.11504,0.11548,0.58741,-1.3473,-0.011195,0.0048689,0.089775,0.21379,0.63019,-1.3816,-0.01747,0.022884,0.013892,0.037562,0.041868,0.18714,0.026347,0.034574,0.026893,0.071818,0.088308,0.23024,0.025077,0.042543,0.06491,0.07243,0.17099,0.12766,0.04242,0.048627,0.10464,0.13468,0.4045,-0.56531,0.07379,0.099504,0.169,0.19669,0.65716,-1.413,0.037461,0.047331,0.14615,0.30076,0.69906,-1.4354}, {-0.046516,-0.63402,-0.31619,1.7922,0.80656,-0.47755,0.061019,-0.06499,-0.080094,-0.10663,-0.37943,-0.12657,0.010259,-0.01646,0.065196,-0.25297,-0.14593,0.096679,0.047584,0.03392,0.014292,-0.04471,-0.0091572,0.030408,0.0050916,0.044985,0.03169,-0.045917,-0.057323,-0.0035061,0.042816,0.0311,0.039235,0.017703,0.0038197,0.035148,-0.065515,-0.64332,-0.38366,1.6797,0.70132,-0.51617,0.044392,-0.093159,-0.1377,-0.18189,-0.41521,-0.12889,-0.0039882,-0.0082011,0.068088,-0.27141,-0.16831,0.084331,0.03458,0.015919,0.0069866,-0.053657,-0.034551,0.0081351,-0.012555,0.020351,-0.0035718,-0.052574,-0.059233,-0.010701,0.039219,0.023912,0.0088036,0.019917,0.017563,0.044531,-0.089653,-0.60493,-0.31019,1.7301,0.72024,-0.49948,0.020741,-0.081821,-0.1033,-0.15121,-0.39698,-0.11625,-0.035433,-0.05018,0.056692,-0.25577,-0.14509,0.087269,0.032556,-0.010506,0.0022177,-0.036132,-0.0076309,0.005781,0.034322,0.04044,-0.013583,-0.032359,-0.04359,-0.0017659,0.085348,0.068015,0.024695,0.037074,0.02387,0.041287}, {0.24176,0.38482,0.18019,-0.25448,-0.42162,-0.33653,0.26312,0.43669,0.23677,-0.26899,-0.44262,-0.32865,0.26716,0.40284,0.17036,-0.25683,-0.40511,-0.29803,0.20788,0.36924,0.12268,-0.2333,-0.38284,-0.28688,0.19514,0.33391,0.11674,-0.21999,-0.3522,-0.27981,0.14926,0.26558,0.08382,-0.20019,-0.34675,-0.28149,-0.039676,-0.10577,-0.11024,0.03729,0.073042,0.019467,-0.031814,-0.095377,-0.073072,0.06833,0.063901,-0.0062416,-0.018139,-0.08993,-0.097702,0.06927,0.087915,0.012269,-0.043225,-0.06811,-0.093934,0.052051,0.065989,0.0057866,-0.028929,-0.045044,-0.063357,0.025997,0.038625,-0.010395,-0.075152,-0.056495,-0.078243,-0.0039754,-0.0095531,-0.018668,-0.47558,-0.81326,-0.49863,0.55914,0.90905,0.67273,-0.48726,-0.9219,-0.55016,0.62186,0.9232,0.62441,-0.44505,-0.88385,-0.55553,0.58763,0.91991,0.60222,-0.4281,-0.76489,-0.46513,0.52396,0.82646,0.56801,-0.37873,-0.61894,-0.33822,0.46627,0.74772,0.5322,-0.35728,-0.50942,-0.27728,0.38336,0.62102,0.49153}, {0.043496,0.32764,-0.31083,-0.83719,0.54933,0.28529,0.03099,0.39962,0.06443,-0.98258,0.4876,0.35144,0.007351,0.27446,0.27136,-0.93284,0.22869,0.41376,0.041696,0.15598,0.32346,-0.56683,-0.1793,0.39579,0.046371,0.11459,0.18391,-0.1539,-0.39651,0.23114,-0.0065096,0.010097,0.070922,0.095016,-0.32234,0.015627,0.03986,0.31183,-0.37631,-0.93628,0.49668,0.23812,0.035193,0.38585,0.027443,-1.0512,0.45031,0.30996,0.016174,0.26434,0.24801,-0.9808,0.18923,0.37435,0.055063,0.14684,0.31585,-0.60053,-0.22629,0.35158,0.045241,0.11258,0.18729,-0.19094,-0.45803,0.18296,-0.019991,0.018898,0.083503,0.080528,-0.36525,-0.024507,0.0046062,0.27543,-0.2894,-0.77584,0.47259,0.13349,-0.028647,0.31235,0.086105,-0.89106,0.43137,0.18235,-0.039426,0.18434,0.27122,-0.81606,0.2143,0.26317,-0.017918,0.060109,0.29281,-0.46836,-0.1479,0.28149,-0.016778,0.022533,0.14151,-0.10371,-0.37112,0.14399,-0.051112,-0.037142,0.041586,0.10785,-0.30755,-0.029988}, {0.049089,0.024641,0.005125,-0.028292,0.19306,-0.12556,-0.065331,-0.028635,-0.041583,-0.13038,-0.058685,-0.059188,-0.044868,-0.066446,-0.10683,-0.20999,-0.53785,1.3556,-0.016464,-0.053173,-0.11504,-0.12268,-0.72814,1.5,-0.042401,-0.011443,-0.011963,0.085816,-0.39881,-0.13271,-0.0041929,0.043688,0.023996,0.085418,0.14578,-0.32251,0.041564,0.03421,0.0051572,-0.03309,0.18953,-0.19168,-0.036385,0.00034194,-0.014596,-0.10303,-0.060287,-0.15744,-0.010139,-0.028535,-0.063478,-0.1699,-0.56607,1.2207,-0.0066477,-0.026953,-0.088402,-0.10719,-0.7647,1.3803,-0.022999,0.0083496,-0.0028941,0.087226,-0.43896,-0.21043,0.028702,0.070029,0.023013,0.076452,0.13284,-0.34934,0.046513,0.027145,-0.010527,-0.045632,0.19247,-0.22456,-0.01536,-0.0018184,-0.036475,-0.1045,-0.024744,-0.14079,-0.0045148,-0.027684,-0.050394,-0.14811,-0.50525,1.2227,-0.020785,-0.048158,-0.080411,-0.084542,-0.68798,1.4084,-0.043943,-0.018763,-0.016806,0.095452,-0.38341,-0.16694,0.027971,0.054484,0.01848,0.068423,0.14494,-0.30922}, {0.2089,0.27693,-0.41071,-0.78965,0.33501,0.38768,-0.040707,0.27036,0.89071,-0.30827,-1.0162,0.16602,-0.053272,-0.20569,0.26467,0.88408,-0.18562,-0.55492,0.027282,-0.011545,-0.20025,0.19198,0.44557,-0.052579,-0.052565,0.02395,0.054133,-0.040876,0.045652,0.11028,-0.0067078,0.0050834,0.014289,0.015152,0.028413,0.021557,0.16596,0.26249,-0.46469,-0.89426,0.25224,0.35086,-0.065661,0.27343,0.88992,-0.35511,-1.113,0.077315,-0.052087,-0.20346,0.28448,0.88852,-0.2313,-0.65244,0.033474,-0.018286,-0.2138,0.16895,0.4169,-0.10151,-0.062753,0.0056346,0.030326,-0.055936,0.024171,0.070169,-0.020751,-0.0063399,0.0087961,0.014107,0.019254,-0.0018508,0.10945,0.22385,-0.4288,-0.8352,0.24618,0.2822,-0.10259,0.24714,0.88131,-0.29383,-1.0375,0.060801,-0.085606,-0.23107,0.25804,0.89337,-0.18663,-0.634,0.03144,-0.019595,-0.21754,0.16383,0.40118,-0.12543,-0.035387,0.03263,0.042194,-0.06189,0.0085496,0.043743,0.0088351,0.0051389,-0.0076284,-0.022463,-0.020253,-0.056293}, {0.27397,0.24458,0.25036,0.25343,0.2444,0.2686,0.16759,0.14487,0.14276,0.13008,0.13553,0.14103,0.089715,0.075845,0.066803,0.054614,0.045847,0.012796,-0.087484,-0.092415,-0.078849,-0.08224,-0.10571,-0.14183,-0.22369,-0.19948,-0.19528,-0.20377,-0.23008,-0.25514,-0.33939,-0.30893,-0.31342,-0.30985,-0.32148,-0.3603,0.23681,0.21683,0.21541,0.20978,0.1998,0.22834,0.15162,0.13277,0.12083,0.10514,0.11257,0.12248,0.10016,0.086624,0.075051,0.056795,0.051118,0.02104,-0.056149,-0.057996,-0.04019,-0.043306,-0.061245,-0.10131,-0.17256,-0.14939,-0.13913,-0.14383,-0.16158,-0.18779,-0.26068,-0.23666,-0.24333,-0.23408,-0.23919,-0.27898,0.29927,0.27606,0.27572,0.27698,0.27046,0.29621,0.21341,0.19404,0.17919,0.16284,0.17935,0.19059,0.1515,0.14001,0.13049,0.1018,0.09372,0.067805,-0.02375,-0.021945,0.0010671,-0.009637,-0.029942,-0.070001,-0.12864,-0.11363,-0.095722,-0.10643,-0.12546,-0.15017,-0.20467,-0.18421,-0.18162,-0.17905,-0.18647,-0.21846}, {-0.035539,-0.011762,-0.0057602,-0.00059565,0.02175,0.065141,-0.02681,0.020882,0.031677,0.061785,0.046083,0.081211,0.022195,0.072215,0.024536,-0.0079323,0.068812,0.2087,-0.012765,-0.033609,0.026156,0.25604,0.42789,0.16038,0.062822,0.23099,0.41566,0.17493,-0.42334,-0.75744,0.18227,0.092877,-0.33369,-0.78562,-0.60322,-0.33991,-0.034297,-0.024982,-0.015749,-0.0079545,0.020744,0.060296,-0.025826,0.017807,0.031107,0.065,0.061918,0.10292,0.02556,0.073726,0.040888,0.030421,0.11644,0.24735,0.00089832,-0.021026,0.058202,0.30437,0.4522,0.13679,0.093706,0.25202,0.44268,0.17175,-0.47887,-0.85355,0.20035,0.088314,-0.36197,-0.85613,-0.68782,-0.43356,0.028018,0.0312,0.037321,0.054646,0.10045,0.1523,0.019155,0.051793,0.08435,0.13769,0.14339,0.19108,0.074083,0.10587,0.095137,0.10479,0.20347,0.33032,0.08699,0.062536,0.15099,0.38871,0.5135,0.16314,0.20284,0.37686,0.55734,0.23209,-0.47941,-0.89325,0.30231,0.17758,-0.31166,-0.88035,-0.76272,-0.50328}, {0.030516,0.040639,0.031465,0.037311,0.047923,0.035545,0.084982,0.084174,0.076113,0.077108,0.076072,0.095022,0.21898,0.19101,0.20026,0.19313,0.18761,0.21981,0.24549,0.24966,0.26698,0.2516,0.23807,0.22928,-0.47271,-0.48385,-0.47253,-0.48411,-0.44916,-0.43277,-0.24605,-0.20681,-0.20196,-0.22304,-0.20237,-0.27755,0.04022,0.043101,0.032045,0.037227,0.038881,0.031,0.10132,0.093975,0.077138,0.083889,0.079286,0.10798,0.2422,0.21259,0.21156,0.21859,0.21636,0.24542,0.24912,0.2547,0.27166,0.26224,0.2463,0.23431,-0.49558,-0.50812,-0.49243,-0.50137,-0.46531,-0.44252,-0.25197,-0.2111,-0.19588,-0.21968,-0.195,-0.26579,0.10555,0.11101,0.10396,0.099902,0.10987,0.11434,0.17111,0.15701,0.14257,0.14088,0.14072,0.17901,0.32639,0.28399,0.28481,0.29089,0.29023,0.31961,0.33695,0.31825,0.33373,0.32701,0.31013,0.30406,-0.44003,-0.4791,-0.46951,-0.47751,-0.43602,-0.40048,-0.226,-0.19863,-0.18163,-0.21153,-0.18901,-0.23479}, {-0.27439,-0.2676,-0.24147,-0.24091,-0.25204,-0.26101,-0.26985,-0.2446,-0.22467,-0.22815,-0.23371,-0.25904,-0.26547,-0.23335,-0.21666,-0.22153,-0.23138,-0.26283,-0.26427,-0.24221,-0.22764,-0.23098,-0.24843,-0.28156,-0.27751,-0.27033,-0.24275,-0.23942,-0.26328,-0.29618,-0.29697,-0.30212,-0.28187,-0.27547,-0.28579,-0.26951,0.5256,0.4916,0.50047,0.50375,0.51626,0.52558,0.48974,0.45993,0.44913,0.45121,0.47918,0.49215,0.46658,0.43499,0.4062,0.40813,0.44432,0.47093,0.47382,0.43513,0.40571,0.4021,0.43377,0.45758,0.49434,0.4591,0.45616,0.43947,0.44986,0.45685,0.51981,0.49717,0.49118,0.47356,0.47993,0.49227,-0.23008,-0.23492,-0.22992,-0.24009,-0.24209,-0.24877,-0.23123,-0.21989,-0.20806,-0.21648,-0.21993,-0.23921,-0.22879,-0.20894,-0.193,-0.1946,-0.20078,-0.21058,-0.2171,-0.19986,-0.18878,-0.1794,-0.19055,-0.19875,-0.21658,-0.21506,-0.18713,-0.18447,-0.20156,-0.20458,-0.20204,-0.21848,-0.21197,-0.20587,-0.21064,-0.17843}, {-0.021284,-0.022031,-0.013598,-0.010393,-0.02177,-0.031645,-0.015598,-0.014259,-0.019062,-0.021937,-0.026733,-0.01493,-0.017257,-0.022288,-0.017351,-0.023891,-0.027057,-0.012176,-0.034473,-0.032486,-0.016099,-0.021922,-0.036459,-0.021843,-0.043542,-0.028827,-0.034914,-0.029176,-0.031504,-0.027134,-0.054377,-0.03261,-0.039709,-0.046351,-0.031929,-0.033198,0.33534,0.33189,0.32714,0.3358,0.33274,0.31649,0.32945,0.3178,0.30198,0.30814,0.3222,0.33578,0.32044,0.29493,0.28604,0.28655,0.30528,0.33242,0.31652,0.29154,0.28548,0.28648,0.29225,0.32231,0.32465,0.31547,0.29151,0.30254,0.30945,0.3137,0.32001,0.32851,0.31176,0.30355,0.31493,0.30008,-0.31497,-0.30812,-0.30103,-0.29612,-0.30052,-0.3067,-0.29432,-0.28816,-0.28714,-0.28105,-0.28771,-0.29848,-0.27705,-0.26736,-0.25397,-0.25958,-0.26795,-0.28982,-0.28584,-0.27249,-0.25096,-0.25363,-0.26956,-0.28913,-0.2997,-0.27868,-0.27507,-0.26385,-0.27336,-0.28963,-0.32664,-0.30025,-0.29734,-0.29882,-0.29438,-0.30192}, {0.54012,0.57477,0.61442,0.61692,0.59517,0.54972,-0.37877,-0.38429,-0.40369,-0.39184,-0.37111,-0.39624,-0.1754,-0.12015,-0.1037,-0.1115,-0.12972,-0.19603,-0.081273,-0.075886,-0.070982,-0.07219,-0.072536,-0.08338,-0.073621,-0.042606,-0.052177,-0.052027,-0.040473,-0.037633,-0.061827,-0.027065,-0.032532,-0.034165,-0.050449,-0.026457,0.5702,0.60539,0.64221,0.64803,0.61952,0.57397,-0.38484,-0.39377,-0.41896,-0.40794,-0.38789,-0.3954,-0.17865,-0.12215,-0.10471,-0.1081,-0.13178,-0.18946,-0.072968,-0.070297,-0.060173,-0.050437,-0.060437,-0.082339,-0.052207,-0.020155,-0.029223,-0.029972,-0.035113,-0.044095,-0.043907,-0.011959,-0.014153,-0.023297,-0.048605,-0.036181,0.73691,0.77098,0.81249,0.81928,0.78915,0.74536,-0.36341,-0.38026,-0.40008,-0.38609,-0.36459,-0.367,-0.19912,-0.15098,-0.13604,-0.13973,-0.15845,-0.21549,-0.071893,-0.081133,-0.071402,-0.05759,-0.063067,-0.078706,-0.029072,-0.0096873,-0.02013,-0.0093496,-0.0056522,-0.0056592,0.015607,0.024047,0.015772,0.013626,0.0016766,0.028168}, {0.043011,0.035069,0.26563,0.44312,-0.11116,-0.72464,0.017046,-0.00653,0.26873,0.61977,-0.035237,-0.81166,0.014436,-0.0054613,0.2825,0.74261,0.00018352,-0.90097,0.022492,-0.038161,0.26146,0.75442,0.019519,-0.89729,0.032111,0.004151,0.27789,0.71165,0.060117,-0.7782,0.099255,0.10818,0.29095,0.55618,0.016749,-0.6809,-0.034766,-0.028857,-0.00078059,-0.076304,-0.09119,0.10244,-0.048454,-0.046559,-0.036211,-0.1037,-0.1057,0.13927,-0.035739,-0.023738,-0.041062,-0.11967,-0.12299,0.15248,-0.044291,-0.053596,-0.057975,-0.1136,-0.10839,0.144,-0.10378,-0.080867,-0.053189,-0.059013,-0.098652,0.12803,-0.082427,-0.065017,-0.033101,-0.086211,-0.12516,0.047073,-0.0079952,-0.038446,-0.25707,-0.60061,0.043948,1.1422,0.018477,-0.014068,-0.32854,-0.78713,-0.060559,1.2766,0.049001,0.020164,-0.36557,-0.91389,-0.10853,1.3759,0.026067,0.022916,-0.34287,-0.89428,-0.10897,1.3612,-0.02328,-0.0052569,-0.30081,-0.75218,-0.12907,1.2192,-0.036901,-0.046153,-0.28641,-0.63317,-0.10416,1.001}, {-0.28332,-0.24682,-0.14952,0.0017154,0.13909,0.18833,-0.30277,-0.23297,-0.10934,0.042969,0.18891,0.19789,-0.29968,-0.23336,-0.074476,0.056978,0.15433,0.19086,-0.29745,-0.20642,-0.029884,0.068517,0.15132,0.16276,-0.26631,-0.19003,0.0041976,0.064876,0.11252,0.097014,-0.20281,-0.13589,-0.0012149,0.046678,0.039269,0.060691,1.0788,0.96494,0.46978,-0.12933,-0.37187,-0.34239,1.105,1.0028,0.44125,-0.29781,-0.50275,-0.41047,1.052,0.92251,0.35926,-0.41247,-0.59848,-0.4041,0.9375,0.78945,0.27251,-0.41244,-0.52515,-0.34665,0.83576,0.62749,0.19337,-0.35274,-0.39701,-0.26003,0.76234,0.56613,0.19181,-0.20963,-0.28733,-0.14657,-0.66388,-0.62773,-0.35486,0.045334,0.20784,0.13229,-0.70604,-0.62674,-0.26463,0.15839,0.3039,0.17467,-0.68709,-0.58451,-0.17908,0.20912,0.27442,0.14973,-0.60977,-0.4929,-0.12222,0.20714,0.24576,0.12554,-0.53266,-0.42455,-0.07828,0.17421,0.19275,0.085929,-0.47071,-0.34145,-0.069715,0.12542,0.099083,0.053159}, {-0.3596,-0.32203,-0.31369,-0.31751,-0.33049,-0.36579,-0.3297,-0.29151,-0.29054,-0.29026,-0.29278,-0.33287,-0.32878,-0.28407,-0.27734,-0.27537,-0.28975,-0.32857,-0.33606,-0.29435,-0.28536,-0.28096,-0.29669,-0.33441,-0.36411,-0.32812,-0.31916,-0.31531,-0.3302,-0.36977,-0.42593,-0.39758,-0.39548,-0.39172,-0.40006,-0.43174,0.10687,0.10824,0.11284,0.11085,0.113,0.11356,0.11495,0.10858,0.1028,0.1012,0.11247,0.11947,0.11334,0.10936,0.1052,0.10372,0.10282,0.11037,0.11262,0.10698,0.10071,0.10232,0.10305,0.11319,0.11796,0.11146,0.10313,0.10713,0.10914,0.11667,0.12257,0.1227,0.11498,0.11946,0.12187,0.12399,0.2189,0.20687,0.2086,0.20854,0.21281,0.22202,0.21844,0.19574,0.19093,0.19046,0.1992,0.21673,0.21678,0.19385,0.18978,0.19106,0.18816,0.20784,0.2257,0.19972,0.18951,0.19812,0.19538,0.21827,0.24736,0.22222,0.2116,0.21928,0.22223,0.24057,0.29065,0.27286,0.26209,0.2657,0.27285,0.28731}, {-0.087753,-0.1272,-0.080656,-0.076367,-0.14416,-0.24797,-0.058796,-0.075454,-0.075935,-0.13598,-0.14876,-0.27006,-0.060135,-0.04188,-0.088146,-0.18405,-0.26233,-0.34062,-0.10641,-0.14074,-0.15347,-0.24984,-0.30731,-0.064313,-0.23148,-0.28748,-0.32375,-0.22596,0.23105,0.89098,-0.34965,-0.4138,-0.26463,0.32599,1.1384,1.6391,-0.013939,-0.067069,-0.040146,-0.059348,-0.091164,-0.10937,-0.027286,-0.058835,-0.06829,-0.1123,-0.089078,-0.14394,-0.057622,-0.05032,-0.083722,-0.12465,-0.15192,-0.18634,-0.093437,-0.12825,-0.10476,-0.13553,-0.16225,-0.019392,-0.12909,-0.16906,-0.18661,-0.10005,0.22467,0.66037,-0.15602,-0.19231,-0.096775,0.26253,0.80656,1.1727,0.13652,0.112,0.12957,0.10196,0.1584,0.26406,0.12415,0.12262,0.14929,0.15226,0.26056,0.3536,0.16543,0.16207,0.19453,0.2899,0.40354,0.35791,0.21851,0.23813,0.30884,0.36009,0.26016,-0.079517,0.36719,0.44235,0.3949,0.067313,-0.49124,-1.0861,0.49902,0.43601,0.15978,-0.49649,-1.5182,-2.2375}, {-1.1861,0.53568,0.35881,0.18655,0.095092,0.031179,-1.0456,0.61243,0.16263,0.13291,0.06984,0.030065,-0.45081,0.38068,0.11499,0.097387,0.033209,0.0070295,-0.010903,0.14642,0.069596,0.045102,0.013743,0.0050283,0.094666,0.014842,0.026191,0.021974,1.8541e-06,-0.0098973,0.10513,-0.023676,-0.00014309,-0.026644,-0.041033,-0.066848,-1.367,0.50492,0.34065,0.1437,0.071304,0.021583,-1.1928,0.60205,0.1582,0.11334,0.052775,0.021912,-0.54868,0.36107,0.10168,0.079713,0.017779,0.0051584,-0.046947,0.12246,0.04603,0.022126,0.0024931,-0.0029602,0.092612,-0.012236,-0.0027548,0.00069454,-0.0055117,-0.013698,0.097086,-0.051787,-0.032128,-0.046739,-0.053212,-0.070997,-1.3684,0.54599,0.3863,0.15642,0.07926,0.019961,-1.1952,0.65464,0.19476,0.11051,0.058545,0.026676,-0.52274,0.4143,0.12757,0.08026,0.0094862,-0.0019062,-0.014241,0.1573,0.052295,0.020187,-0.00037004,-0.019298,0.10237,-0.0039617,-0.012804,-0.00047897,0.0068265,-0.02766,0.11392,-0.048448,-0.027916,-0.027367,-0.032802,-0.075462}, {0.18821,0.18593,0.18497,0.26596,0.39424,0.37568,0.23585,0.20798,0.21039,0.28802,0.42094,0.33735,0.21975,0.23814,0.29842,0.39483,0.45809,0.20308,0.27977,0.33204,0.41885,0.46157,0.28586,-0.19446,0.36047,0.46823,0.5319,0.38627,-0.16847,-0.74997,0.36694,0.45672,0.44761,0.05608,-0.69632,-1.0591,-0.087345,-0.076255,-0.089008,-0.091619,-0.073857,-0.068184,-0.081548,-0.075818,-0.085498,-0.10113,-0.07345,-0.091581,-0.10223,-0.083826,-0.062469,-0.073716,-0.02649,-0.089925,-0.085464,-0.098217,-0.077487,-0.078542,-0.074029,-0.17487,-0.11063,-0.083568,-0.047061,-0.044656,-0.1514,-0.24846,-0.10264,-0.07588,-0.027231,-0.083773,-0.25185,-0.20868,-0.057588,-0.059997,-0.052985,-0.090996,-0.15654,-0.1566,-0.073216,-0.069823,-0.086219,-0.14939,-0.17717,-0.17019,-0.095207,-0.1042,-0.12283,-0.17735,-0.13556,-0.10469,-0.092679,-0.14933,-0.18782,-0.21242,-0.11572,-0.040395,-0.15644,-0.19371,-0.19871,-0.15196,-0.027523,0.11921,-0.16995,-0.20356,-0.15373,-0.067685,0.07648,0.33303}, {-0.054305,0.51759,0.10097,-0.84705,0.1432,0.22465,0.22955,0.4365,-0.89966,-0.13434,0.68431,-0.082836,0.3309,-0.16947,-0.80941,0.78789,0.26824,-0.14683,0.088848,-0.57271,0.025628,0.52857,-0.13357,0.0070433,-0.074698,-0.28261,0.36266,0.11638,-0.042569,0.00015686,-0.081828,0.035611,0.3248,0.036614,-0.02355,-0.025611,-0.10598,0.44021,0.0019501,-0.94599,0.12623,0.19974,0.17941,0.35685,-0.99422,-0.18061,0.70325,-0.086533,0.2785,-0.24634,-0.88059,0.78696,0.29371,-0.14226,0.05616,-0.63205,-0.014044,0.55494,-0.10031,0.025457,-0.10005,-0.33951,0.32495,0.13327,-0.0046185,0.042184,-0.14356,-0.035237,0.29886,0.04411,0.0090886,0.013184,-0.17314,0.38526,0.016515,-0.87986,0.099837,0.12523,0.10927,0.34583,-0.89221,-0.11894,0.66385,-0.15136,0.21065,-0.20251,-0.76649,0.79089,0.24577,-0.16708,0.014862,-0.57129,0.016785,0.48401,-0.16592,-0.0029577,-0.12341,-0.30061,0.30165,0.041445,-0.075402,0.0051419,-0.16581,-0.042521,0.24518,-0.037609,-0.034644,-0.016605}, {-0.033267,0.045852,0.05836,0.056677,0.025436,0.061359,-0.049401,-0.037691,-0.011502,0.031596,0.051027,0.050874,-0.031817,-0.099256,-0.034776,0.02855,0.090709,0.015027,0.0042721,-0.059161,-0.10793,-0.010782,0.066109,0.058377,0.029596,0.020916,-0.081612,-0.090847,-0.038827,-0.012957,0.013289,0.01084,-0.027109,-0.006581,-0.090791,-0.098486,-0.17328,-0.22734,-0.18362,-0.10597,-0.042654,0.094659,-0.10741,-0.28402,-0.29028,-0.21147,-0.093726,0.00089735,0.21765,-0.10211,-0.23891,-0.26363,-0.15407,-0.12491,0.80633,0.41318,-0.051938,-0.26367,-0.276,-0.17247,1.4246,1.1448,0.43269,-0.19266,-0.39752,-0.2853,1.7003,1.5156,0.88306,0.16535,-0.30397,-0.28468,0.033621,0.13009,0.078947,-0.0021817,-0.05332,-0.052778,-0.009291,0.11648,0.10801,0.051372,0.025853,-0.0021567,-0.174,-0.021688,0.10879,0.10025,0.08792,-0.016474,-0.48514,-0.299,-0.048471,0.11592,0.14828,0.070583,-0.86268,-0.65248,-0.27306,0.037646,0.1761,0.12595,-1.0773,-0.91704,-0.49129,-0.05326,0.11178,0.1004}, {0.012051,-0.32443,-0.28753,1.2957,-0.25244,-0.25003,0.0099812,-0.34096,-0.35562,1.3167,-0.3273,-0.29168,-0.015978,-0.25738,-0.17913,0.84989,-0.25736,-0.16528,-0.027331,-0.21921,-0.019895,0.4122,-0.107,-0.053806,0.0066677,-0.088673,0.074645,0.16479,-0.018019,-0.0058688,0.044066,-0.015553,0.080866,0.034773,0.043258,0.061861,0.035455,-0.33699,-0.37388,1.1434,-0.3195,-0.23255,0.04195,-0.32846,-0.41939,1.1752,-0.36717,-0.26508,0.022773,-0.2332,-0.2378,0.71718,-0.28408,-0.13808,-0.016379,-0.19682,-0.054824,0.30753,-0.13742,-0.033958,-0.0027282,-0.07744,0.061369,0.09989,-0.022472,0.03565,0.055582,0.0082965,0.080175,0.0085165,0.050043,0.090011,-0.048614,-0.39033,-0.34339,1.244,-0.24218,-0.24922,-0.027159,-0.35549,-0.36641,1.2991,-0.28247,-0.28909,-0.046624,-0.25097,-0.19986,0.80391,-0.21854,-0.16732,-0.078118,-0.21551,-0.047643,0.344,-0.1123,-0.091321,-0.050234,-0.099115,0.043927,0.099532,-0.04549,-0.037333,0.003996,-0.024259,0.048117,-0.025946,-0.0083665,0.025098}, {0.072847,-0.3504,0.37727,0.34174,-0.21717,-0.015228,-0.25117,-0.020822,0.90731,-0.36467,-0.29949,0.05893,-0.4168,0.96452,0.29874,-0.74026,0.019627,0.057863,0.15049,0.96813,-0.69581,-0.34016,0.10041,0.072293,0.47062,0.037642,-0.61598,0.050519,0.064285,0.096318,0.24174,-0.31044,-0.093281,0.15163,0.044208,0.091055,0.026587,-0.43429,0.28408,0.28383,-0.2624,-0.083734,-0.30683,-0.080147,0.86895,-0.38624,-0.32586,0.031862,-0.50332,0.92965,0.2943,-0.73119,0.0085973,0.027158,0.062479,0.92568,-0.6895,-0.31761,0.08505,0.022568,0.37483,-0.034076,-0.65711,0.056514,0.035084,0.051209,0.18271,-0.36633,-0.12559,0.15999,0.030017,0.072929,-0.0012811,-0.45929,0.24415,0.29022,-0.24767,-0.10925,-0.31618,-0.10431,0.8539,-0.32136,-0.29821,0.0066879,-0.49544,0.90019,0.3425,-0.65057,0.01175,0.0087149,0.072593,0.92935,-0.60224,-0.27859,0.053888,-0.028152,0.40547,0.027781,-0.56476,0.053279,-0.023039,-0.0045246,0.21188,-0.32725,-0.089418,0.10141,-0.038106,0.029522}, {-0.023971,-0.0066165,-0.017513,-0.027733,-0.049238,-0.0019367,-0.028334,-0.023427,-0.029998,-0.028964,-0.034301,-0.021818,-0.042901,-0.047535,-0.028377,-0.031743,-0.03244,-0.032676,-0.063748,-0.12418,-0.1066,-0.12085,-0.14378,-0.067734,0.60823,0.60185,0.68249,0.67222,0.62464,0.60089,-0.57382,-0.62723,-0.68354,-0.6863,-0.64259,-0.63781,-0.0014873,0.010373,0.0023025,-0.0031833,-0.023782,0.022317,0.0060096,0.0065457,0.0031745,0.0034864,-0.0043777,-0.0039185,-0.015829,-0.020156,-0.0043183,-0.012938,-0.0050862,-0.0025223,-0.039688,-0.099916,-0.090704,-0.097742,-0.11751,-0.038193,0.62785,0.62393,0.69132,0.69277,0.64588,0.62083,-0.58364,-0.63344,-0.68127,-0.67982,-0.64765,-0.63891,0.082101,0.083101,0.072555,0.061744,0.035381,0.079263,0.069742,0.059189,0.047747,0.051126,0.035831,0.037738,0.037783,0.020551,0.034819,0.034763,0.046529,0.04486,0.031537,-0.032146,-0.022419,-0.027317,-0.038423,0.039793,0.71619,0.71552,0.78641,0.78928,0.74904,0.73533,-0.54992,-0.61486,-0.66799,-0.65695,-0.6161,-0.58512}, {0.07891,-0.020173,-0.045198,-0.0026614,-0.016702,-0.00083687,-0.28979,-0.17963,-0.12756,-0.019441,-0.012727,-0.003438,-0.25854,-0.36461,-0.3122,-0.099335,0.053569,0.027858,1.5707,1.2265,0.55568,-0.038923,-0.24084,-0.28815,-0.66955,-0.48591,-0.13624,0.031529,0.085225,0.13825,-0.077026,-0.068359,-0.1477,-0.090922,-0.090627,0.0019524,0.059714,0.016238,0.012347,0.046246,-0.0036368,-0.019302,-0.30675,-0.14961,-0.066187,0.023356,0.0064307,-0.0095159,-0.31137,-0.39677,-0.32421,-0.10931,0.044866,0.019125,1.4627,1.1455,0.48839,-0.074337,-0.24372,-0.27501,-0.7578,-0.54742,-0.18087,0.027943,0.10687,0.17086,-0.074529,-0.048884,-0.12014,-0.050082,-0.055267,0.047822,0.10959,0.062886,0.039039,0.043238,-0.010884,-0.03612,-0.27137,-0.098368,-0.024343,0.047887,0.037001,0.02145,-0.29484,-0.34153,-0.26607,-0.065859,0.088471,0.071107,1.4823,1.1516,0.50429,-0.040468,-0.21239,-0.23413,-0.67512,-0.49829,-0.14034,0.061877,0.11922,0.19558,-0.020834,-0.0034061,-0.079993,-0.00851,-0.015228,0.065757}, {0.29743,0.53178,0.2475,-0.044781,-0.12889,-0.10654,-0.61907,-0.06415,0.63834,0.81496,0.47939,0.085324,-0.29354,-0.70475,-0.72807,-0.20664,0.45856,0.71594,0.1927,0.11533,-0.17102,-0.53031,-0.60612,-0.18596,0.0081948,0.025573,0.10751,0.096408,-0.09141,-0.30688,0.0088333,-0.0095058,-0.013225,-0.013411,-0.019244,-0.10315,0.25415,0.51801,0.24413,-0.026846,-0.10825,-0.083343,-0.6181,-0.064077,0.61502,0.79184,0.45434,0.047141,-0.27026,-0.69332,-0.72735,-0.22479,0.42862,0.6664,0.20398,0.11623,-0.16684,-0.53888,-0.61128,-0.22194,0.012536,0.043606,0.12548,0.10376,-0.063563,-0.31214,0.024872,0.0067618,0.012203,0.012149,0.024943,-0.066684,0.21166,0.45025,0.17682,-0.10607,-0.16857,-0.12937,-0.54082,-0.02234,0.59123,0.71495,0.36585,-0.032313,-0.20583,-0.60766,-0.65263,-0.20026,0.39546,0.61207,0.20658,0.14516,-0.11182,-0.46147,-0.55102,-0.1863,0.026474,0.056782,0.14158,0.1385,-0.0043599,-0.24233,0.059761,0.035624,0.040722,0.031524,0.054823,-0.018273}, {0.23889,0.26526,0.39652,0.53704,0.14236,-0.86785,0.20645,0.23733,0.3416,0.54627,0.33564,-0.87399,0.15999,0.19884,0.30169,0.49085,0.36835,-0.78235,0.14768,0.17708,0.26256,0.43533,0.32005,-0.63382,0.13272,0.15572,0.19544,0.35624,0.28692,-0.48837,0.1183,0.12483,0.14806,0.26374,0.21038,-0.3082,0.043287,0.052957,0.1334,0.22953,-0.012256,-0.62689,0.03679,0.055916,0.10953,0.22544,0.13244,-0.62345,0.015378,0.038581,0.097134,0.20373,0.16228,-0.54424,0.018501,0.035344,0.082261,0.17418,0.126,-0.44838,0.0077478,0.037868,0.061729,0.13466,0.091268,-0.37627,0.021065,0.036968,0.044776,0.07884,0.038127,-0.24014,-0.088974,-0.12934,-0.16365,-0.14951,-0.0815,-0.069231,-0.090299,-0.10605,-0.18534,-0.2127,-0.025383,-0.062255,-0.091044,-0.10052,-0.16035,-0.21641,-0.033338,-0.039735,-0.084177,-0.10531,-0.14245,-0.19054,-0.062848,-0.034196,-0.096308,-0.10964,-0.14068,-0.15544,-0.07005,-0.068019,-0.079252,-0.087136,-0.10793,-0.12283,-0.099592,-0.039616}, {-0.24794,-0.17586,-0.14244,-0.16361,-0.16632,-0.26589,-0.26806,-0.20968,-0.10621,-0.09594,-0.11831,-0.18706,-0.22533,-0.2597,-0.14752,-0.11505,-0.12261,-0.14437,-0.009486,-0.25407,-0.29302,-0.19882,-0.16588,-0.16136,0.399,0.0068305,-0.31707,-0.28465,-0.24091,-0.21853,0.70863,0.23193,-0.12617,-0.23116,-0.1977,-0.23017,-0.0018472,-0.013586,-0.0281,-0.047847,-0.036786,-0.080914,0.014471,-0.033321,-0.018308,-0.0073171,-0.021622,-0.031045,0.059974,-0.014902,-0.00083725,-0.0037356,-0.023165,-0.027418,0.071247,0.10622,0.015943,0.0051695,-0.030007,-0.038674,-0.22639,0.16311,0.12565,0.030915,-0.023404,-0.032567,-0.8995,-0.27338,0.12135,0.088175,0.061772,-0.013402,0.36623,0.24646,0.16794,0.1736,0.22456,0.21541,0.42909,0.28155,0.19017,0.18823,0.20217,0.22622,0.45745,0.38662,0.25831,0.20663,0.20787,0.21917,0.16086,0.51895,0.41237,0.30196,0.24699,0.2132,-0.98805,0.30609,0.63202,0.47931,0.33658,0.27808,-2.6797,-0.82539,0.41984,0.56931,0.46574,0.31277}, {0.033878,0.083917,-0.041126,-0.32995,-0.23821,0.070615,0.092071,-0.18511,-0.62091,-0.19004,0.301,0.23603,-0.33652,-0.88157,-0.059277,0.60814,0.32118,0.093037,-0.78945,0.13117,0.79419,0.24919,0.05869,0.0007151,0.1391,0.69708,0.14002,-0.048438,0.057947,-0.019249,0.33374,0.091148,0.014422,0.057563,-0.022241,-0.030987,-0.01236,0.049709,-0.082263,-0.37011,-0.26931,0.015315,0.052128,-0.22078,-0.65181,-0.23536,0.2675,0.19686,-0.38088,-0.90454,-0.081116,0.56928,0.28116,0.053426,-0.85525,0.098175,0.76734,0.21767,0.023342,-0.025152,0.073274,0.64371,0.099756,-0.083623,0.034841,-0.015046,0.27728,0.031245,-0.041664,0.026655,-0.040917,-0.036423,-0.040952,0.049076,-0.083046,-0.36563,-0.28118,-0.0098289,0.074798,-0.18121,-0.61555,-0.22807,0.23703,0.1485,-0.30992,-0.84235,-0.062063,0.56464,0.25516,0.0077366,-0.78113,0.12206,0.7583,0.21905,0.021015,-0.03749,0.11366,0.64114,0.086235,-0.07256,0.053828,-0.0056379,0.31112,0.034255,-0.049265,0.018693,-0.024274,-0.0099396}, {-0.11045,-0.15416,-0.10832,-0.075355,-0.042468,-0.015142,0.048508,-0.12745,-0.20421,-0.11989,-0.051535,-0.032213,0.26435,0.1751,-0.15146,-0.28865,-0.11869,-0.068794,0.24634,0.33536,0.345,-0.18463,-0.33945,-0.15873,0.237,0.2313,0.42554,0.29021,-0.36258,-0.32863,0.18651,0.22559,0.28318,0.45591,0.026196,-0.33526,-0.16959,-0.2131,-0.1692,-0.12545,-0.082687,-0.050068,0.00079285,-0.18804,-0.27184,-0.17966,-0.094465,-0.073597,0.2401,0.13336,-0.21378,-0.37003,-0.18364,-0.11527,0.24727,0.34069,0.32573,-0.25365,-0.42424,-0.21815,0.24399,0.25419,0.44834,0.26368,-0.43564,-0.39024,0.18624,0.24451,0.31284,0.46352,-0.009179,-0.39158,-0.16687,-0.20395,-0.15891,-0.1088,-0.068353,-0.034841,0.012652,-0.177,-0.26441,-0.16309,-0.072934,-0.042398,0.27249,0.15813,-0.19653,-0.36093,-0.16293,-0.075521,0.31494,0.40609,0.377,-0.23152,-0.39671,-0.17262,0.32235,0.34363,0.52607,0.30589,-0.40208,-0.33731,0.27824,0.34165,0.40745,0.52912,0.040371,-0.31852}, {-0.36214,-0.39282,-0.30189,-0.16949,-0.13296,-0.14696,-0.23674,-0.36613,-0.3633,-0.28455,-0.17153,-0.15973,0.17227,-0.054488,-0.31524,-0.41046,-0.27597,-0.22741,0.6091,0.4625,0.014775,-0.41585,-0.46166,-0.35212,0.66618,0.7751,0.39467,-0.19344,-0.5222,-0.47702,0.47138,0.78668,0.6422,0.13029,-0.32655,-0.40986,-0.063331,-0.038836,-0.045832,-0.040665,-0.046758,-0.046324,-0.057842,-0.035088,-0.043097,-0.062775,-0.039826,-0.04703,-0.029424,-0.0027044,-0.0076576,-0.038854,-0.02631,-0.059609,0.016626,0.0099296,0.057235,-0.0040039,-0.050045,-0.039163,0.056774,0.0042391,-0.0041587,0.014345,-0.043236,-0.044266,0.058083,0.014309,-0.059527,-0.04198,-0.049411,0.0062751,0.45501,0.56987,0.44641,0.27102,0.16816,0.18098,0.28871,0.53239,0.54736,0.37398,0.26876,0.22583,-0.25105,0.11507,0.49833,0.57634,0.4564,0.31744,-0.89673,-0.69985,0.066918,0.64478,0.65722,0.53957,-1.0153,-1.254,-0.61633,0.35958,0.6944,0.68675,-0.71059,-1.1532,-0.9499,-0.18171,0.36701,0.65561}, {-0.083657,-0.0236,0.045344,0.0050724,-0.007725,0.0057484,-0.018255,-0.15125,0.0037897,-0.032334,-0.010461,-0.015505,0.4001,-0.35553,-0.071964,-0.072837,-0.027395,-0.00030123,0.87224,-0.19434,-0.2811,-0.066177,-0.09582,-0.0017182,0.64904,0.30017,-0.46819,-0.11065,-0.085081,0.026001,0.41047,0.70757,-0.32529,-0.26004,-0.10945,0.0037059,-0.19776,-0.13382,-0.011578,-0.022319,-0.028005,-0.022814,-0.10817,-0.24419,-0.052455,-0.061717,-0.032369,-0.039933,0.35446,-0.43357,-0.12318,-0.097779,-0.047493,-0.026176,0.87874,-0.25565,-0.3422,-0.09755,-0.1197,-0.026983,0.69816,0.275,-0.52896,-0.15199,-0.11097,-0.0073962,0.47354,0.71756,-0.3699,-0.30428,-0.14855,-0.043412,-0.14195,-0.12502,-0.015111,-0.0078628,-0.015647,-0.011674,-0.061671,-0.25577,-0.05694,-0.056489,-0.035695,-0.044286,0.43739,-0.43104,-0.14004,-0.10994,-0.065478,-0.036974,1.0448,-0.19976,-0.35099,-0.10808,-0.12373,-0.026063,0.91268,0.38683,-0.51533,-0.15755,-0.11561,-0.010959,0.66924,0.85163,-0.33582,-0.30325,-0.15423,-0.056767}, {-0.78889,-0.87183,-0.84832,-0.76799,-0.6972,-0.66904,-0.16368,-0.11719,-0.1037,-0.10428,-0.090759,-0.080668,0.31628,0.40687,0.44804,0.45962,0.4064,0.35432,0.28768,0.31761,0.28197,0.26521,0.26684,0.29218,0.11789,0.12891,0.09068,0.054249,0.08654,0.13798,0.07487,0.074869,0.066011,0.02691,0.026961,0.023582,0.0080178,-0.018782,-0.010147,-0.011924,-0.041533,-0.083836,-0.10094,-0.0904,-0.09124,-0.086666,-0.096614,-0.073814,-0.031493,-0.015104,0.028574,0.077863,0.025376,0.018573,0.035954,0.068684,0.082573,0.095403,0.068724,0.061152,-0.013369,0.026232,0.033275,0.019987,0.013207,0.020066,-0.040718,-0.039779,-0.024686,-0.035354,-0.050261,-0.05332,1.331,1.367,1.3972,1.3465,1.191,1.036,0.13599,0.041892,0.026724,0.014473,0.022511,0.097985,-0.51225,-0.68351,-0.7101,-0.65131,-0.62763,-0.50161,-0.35505,-0.37297,-0.36313,-0.336,-0.34623,-0.34766,-0.19755,-0.1558,-0.1275,-0.133,-0.096767,-0.15185,-0.14682,-0.16278,-0.12211,-0.10767,-0.069443,-0.11214}, {-0.030425,0.24564,0.12657,-0.061506,-0.0018084,0.030176,-0.25064,-0.054898,0.42287,0.37201,-0.061943,-0.027685,-0.067439,-0.46311,-0.25265,0.69549,0.45321,-0.073418,0.11228,0.068715,-0.66536,-0.65775,0.66958,0.51798,0.020153,0.2602,0.23044,-0.80461,-0.5215,0.50044,0.055863,0.037234,0.23925,0.23282,-0.38407,-0.23553,-0.053168,0.21692,0.10313,-0.078477,-0.0089095,0.032831,-0.28432,-0.091355,0.3809,0.33474,-0.086013,-0.035889,-0.099829,-0.49358,-0.30148,0.66006,0.45333,-0.077988,0.092095,0.04615,-0.71511,-0.71064,0.63024,0.50404,-0.0025052,0.24479,0.19564,-0.8567,-0.58132,0.46423,0.048492,0.0315,0.23349,0.18701,-0.45189,-0.28392,-0.037155,0.22194,0.087468,-0.11327,-0.05772,-0.032974,-0.26844,-0.089842,0.36493,0.32868,-0.091966,-0.070574,-0.072076,-0.47811,-0.29382,0.67048,0.47404,-0.079274,0.10857,0.050261,-0.68088,-0.65659,0.67759,0.50519,-0.013286,0.22807,0.18945,-0.82028,-0.52293,0.47849,0.023097,0.0082408,0.18126,0.14369,-0.42199,-0.26333}, {0.061787,0.085063,0.095646,0.15125,0.17775,-0.13257,0.076518,0.097582,0.095247,0.18935,0.094932,-0.28037,0.077002,0.1113,0.15397,0.27805,-0.16448,-0.33343,0.094395,0.11364,0.24474,0.087241,-0.39855,-0.23836,0.11822,0.16259,0.26468,-0.23008,-0.36269,-0.17265,0.11704,0.1864,0.046025,-0.41452,-0.30047,-0.17645,0.014095,0.051958,0.090154,0.1656,0.16455,-0.19836,0.045041,0.084342,0.10813,0.22417,0.088118,-0.3616,0.064479,0.11905,0.18258,0.30183,-0.20406,-0.43234,0.10087,0.14721,0.28432,0.073654,-0.47861,-0.33683,0.13881,0.20296,0.28225,-0.28611,-0.44617,-0.25128,0.13962,0.20324,0.0109,-0.49973,-0.38379,-0.23503,0.056716,0.10624,0.17988,0.27719,0.2426,-0.19191,0.10118,0.15718,0.22226,0.34232,0.13355,-0.41225,0.14335,0.22472,0.31891,0.40338,-0.22661,-0.53932,0.20862,0.28165,0.42582,0.11824,-0.56167,-0.4508,0.27381,0.34677,0.38882,-0.30394,-0.54485,-0.33275,0.28705,0.33439,0.070219,-0.53338,-0.4356,-0.26158}, {-0.17587,0.029371,0.88073,0.42222,-0.19297,-0.11262,0.028465,1.0758,0.19666,-0.75885,-0.26238,0.013397,0.88499,0.28999,-0.89354,-0.25123,0.14142,-0.013912,0.29502,-0.66032,-0.1403,0.17275,-0.0141,0.022601,-0.26544,-0.1646,0.18377,0.016551,0.038955,0.046959,-0.065171,0.093163,0.025624,0.0060824,0.026664,0.014928,-0.21427,-0.032316,0.8074,0.3521,-0.24358,-0.14592,-0.065989,0.97791,0.14461,-0.77708,-0.2752,0.0097123,0.76721,0.1876,-0.91747,-0.24499,0.14335,0.00075742,0.2102,-0.71567,-0.16653,0.15795,-0.030075,0.011514,-0.3157,-0.19563,0.15852,0.0062154,0.015096,0.017514,-0.10326,0.069355,0.023883,0.0045759,0.012503,0.012619,-0.27816,-0.11351,0.7319,0.33389,-0.24795,-0.16611,-0.15125,0.90537,0.14192,-0.69402,-0.23214,-0.034146,0.66887,0.18741,-0.83181,-0.17518,0.16659,-0.042663,0.18132,-0.6505,-0.105,0.16821,-0.03189,-0.0037921,-0.29483,-0.14806,0.16766,-0.018555,0.0015207,0.0099955,-0.11122,0.080354,0.02516,-0.0084019,-0.0020021,-0.010686}, {-0.02048,0.028981,0.041147,-0.050138,0.0040198,-0.080551,-0.014082,0.012437,0.016194,0.090795,-0.050209,-0.34754,0.03342,-0.016071,0.079772,0.013419,-0.65105,0.053166,-0.011925,0.052336,-0.019265,-0.77115,-0.0036541,1.2158,0.043777,0.0051266,-0.54155,-0.39632,1.1764,0.29423,-0.049217,-0.17777,-0.10141,0.7569,0.33422,-0.31907,0.027295,0.074286,0.077238,-0.029964,0.022349,-0.054854,0.0012247,0.057571,0.047296,0.080367,-0.068295,-0.34274,0.040401,0.019436,0.11486,0.007724,-0.70827,-0.054281,-0.010347,0.068293,0.020869,-0.7571,-0.091815,1.0301,0.077144,0.036594,-0.51091,-0.41396,1.0561,0.12742,-0.013222,-0.16069,-0.13099,0.65816,0.19176,-0.46632,-0.049538,0.0010703,0.019654,-0.095583,-0.019532,-0.05634,-0.083159,-0.034956,-0.023094,0.036591,-0.058173,-0.29048,-0.041222,-0.066978,0.05206,0.017446,-0.65339,-0.0038775,-0.072464,0.0014152,0.0022248,-0.6947,-0.04917,1.033,0.030091,-0.0020238,-0.5023,-0.36173,1.042,0.12828,-0.018834,-0.15153,-0.10642,0.66276,0.18918,-0.43375}, {-0.0022491,-0.3732,-0.54408,-0.3479,-0.18598,-0.09979,0.40438,0.37654,-0.056799,-0.59189,-0.60395,-0.45915,0.12749,0.2903,0.50463,0.36038,-0.11609,-0.53323,0.048489,0.060922,0.11653,0.29013,0.39683,0.14758,0.014687,0.074653,0.089287,0.073978,0.12749,0.1987,-0.011364,-0.008873,0.020611,0.03718,0.048094,0.11864,-0.033383,-0.39328,-0.56114,-0.34996,-0.19152,-0.10971,0.36928,0.34232,-0.088912,-0.60771,-0.61987,-0.47705,0.12007,0.26316,0.46923,0.33283,-0.14178,-0.55413,0.043824,0.035707,0.084102,0.25733,0.36696,0.11828,0.01276,0.067941,0.076274,0.06509,0.11432,0.17567,0.0017437,-0.0018062,0.016954,0.041348,0.053726,0.12095,-0.03594,-0.38904,-0.55056,-0.33897,-0.17085,-0.097043,0.39256,0.36411,-0.070564,-0.5818,-0.59416,-0.47091,0.15637,0.30435,0.49369,0.36539,-0.11498,-0.54677,0.075485,0.080988,0.12224,0.30649,0.41122,0.144,0.056606,0.11134,0.11991,0.11885,0.17024,0.22648,0.056425,0.036799,0.056072,0.093639,0.10721,0.1785}, {0.48894,0.34973,-0.7096,-1.1245,-0.7864,-0.53741,0.021739,0.28522,0.47196,0.31673,0.090303,-0.19753,0.020639,0.015143,0.1046,0.21182,0.27447,0.28685,0.0019132,0.026794,0.084811,0.13188,0.089354,0.14982,-0.026254,0.0015473,0.036,0.078832,0.062422,0.098374,-0.083536,0.0047266,0.0051444,0.011433,0.025515,0.046005,0.41966,0.2857,-0.75478,-1.1693,-0.82276,-0.57075,-0.040828,0.23707,0.4322,0.28778,0.075543,-0.21359,-0.026652,-0.018755,0.079925,0.19553,0.25276,0.24426,-0.024474,0.0013605,0.066329,0.10836,0.057231,0.099206,-0.040265,-0.012241,0.030858,0.067386,0.037257,0.064887,-0.086863,0.00051394,0.0069434,0.010013,0.019074,0.020932,0.4716,0.32831,-0.71842,-1.1125,-0.76208,-0.51089,-0.017582,0.24625,0.42779,0.2885,0.10922,-0.1528,0.0025726,-0.0055439,0.080786,0.19097,0.26507,0.30032,0.0031169,0.023529,0.079439,0.10947,0.064261,0.12557,-0.0077069,0.028589,0.068292,0.091931,0.062927,0.093555,-0.041844,0.04473,0.04349,0.03316,0.037331,0.061565}, {0.039277,0.043669,0.073767,0.061089,0.060564,0.11973,0.050631,0.027712,0.0049736,0.10116,0.29168,0.26247,0.046963,0.14811,0.38255,0.49107,0.29311,-0.15231,0.47712,0.52223,0.29708,-0.24673,-0.58877,-0.54407,0.15866,-0.30664,-0.61704,-0.50936,-0.2099,-0.040409,-0.3212,-0.32197,-0.11097,-0.0019543,-0.021403,-0.047118,0.016575,0.027696,0.061695,0.036013,0.024214,0.098694,0.042795,0.030594,0.0093593,0.10131,0.28365,0.25405,0.037602,0.15304,0.39688,0.49839,0.2892,-0.16602,0.4786,0.51269,0.28707,-0.26642,-0.61552,-0.57229,0.14274,-0.34139,-0.64896,-0.54257,-0.24382,-0.069556,-0.35402,-0.36547,-0.14415,-0.024108,-0.026662,-0.039977,0.050284,0.056349,0.09816,0.088345,0.063976,0.11814,0.090198,0.0662,0.054964,0.15511,0.32347,0.2712,0.088389,0.19095,0.42668,0.53441,0.32744,-0.14506,0.50093,0.53463,0.30439,-0.23958,-0.58234,-0.53943,0.17101,-0.30421,-0.61176,-0.51265,-0.21994,-0.034759,-0.27912,-0.29649,-0.089712,0.023478,0.018362,0.022271}, {-0.17119,-0.62355,0.024897,0.30634,0.11972,0.056224,-0.28219,-0.57821,0.39813,0.22596,0.072938,0.040612,-0.55365,-0.20026,0.45748,0.10647,0.082195,0.032471,-0.5038,0.24139,0.2552,0.056754,0.057556,0.017049,-0.18948,0.30138,0.089012,0.023925,0.027585,0.0047573,-0.057945,0.1919,0.031803,-0.0042401,0.0043742,-0.042118,-0.28671,-0.75486,-0.034705,0.31333,0.12402,0.025569,-0.426,-0.70987,0.385,0.253,0.080199,0.019581,-0.70369,-0.29087,0.48213,0.14038,0.086266,0.024312,-0.62186,0.21382,0.29962,0.079,0.051318,0.011236,-0.26306,0.31044,0.12791,0.030355,0.011549,-0.0054904,-0.085282,0.21791,0.061841,-0.00084835,-0.014118,-0.057222,-0.34832,-0.79428,0.017279,0.43241,0.22301,0.081832,-0.51654,-0.73576,0.47985,0.37834,0.16941,0.073831,-0.78585,-0.2802,0.60697,0.25148,0.15239,0.071807,-0.65087,0.26969,0.41134,0.15937,0.10929,0.057968,-0.24307,0.39313,0.2204,0.090541,0.055419,0.028512,-0.030839,0.31063,0.14735,0.073608,0.026936,-0.020721}, {0.42428,0.48223,0.42938,-0.063638,-0.44233,-0.40647,0.39946,0.50272,0.57673,0.0077441,-0.52092,-0.42054,0.37658,0.53321,0.5989,0.017236,-0.55054,-0.42865,0.35564,0.4849,0.55218,0.035526,-0.5086,-0.41549,0.31737,0.43321,0.45977,0.048468,-0.4318,-0.40388,0.28552,0.40381,0.37298,0.040838,-0.27467,-0.33925,0.15636,0.1607,0.14122,-0.13097,-0.28535,-0.23323,0.14119,0.16465,0.23955,-0.076997,-0.33656,-0.22887,0.13738,0.19513,0.24953,-0.079948,-0.35368,-0.21997,0.13703,0.17169,0.22198,-0.056127,-0.33238,-0.22397,0.11051,0.1564,0.17439,-0.035706,-0.29743,-0.23939,0.10188,0.15888,0.1328,-0.036842,-0.18388,-0.20576,-0.11876,-0.19019,-0.13627,-0.078318,0.030139,0.061947,-0.13146,-0.2142,-0.12519,-0.06173,0.023534,0.098706,-0.1131,-0.19124,-0.14625,-0.076388,0.026269,0.11716,-0.10577,-0.20392,-0.15428,-0.054567,0.030457,0.10048,-0.10967,-0.17551,-0.15052,-0.041358,0.0025668,0.0599,-0.098712,-0.11218,-0.11966,-0.05885,0.033342,0.057449}, {0.027131,-0.04001,0.17332,0.39176,-0.37308,-0.10263,0.045657,-0.059124,-0.21875,0.52882,0.45607,-0.74352,-0.026927,-0.010442,-0.27954,-0.27277,1.3011,0.045775,0.011136,-0.042374,-0.0079712,-0.56607,0.13243,1.0113,0.037772,-0.02775,0.083762,-0.07009,-0.59144,0.29804,0.067516,0.039426,-0.02314,0.069496,-0.12273,-0.031704,0.014103,-0.057751,0.12786,0.30562,-0.40502,-0.07712,0.037676,-0.065913,-0.24577,0.4438,0.3871,-0.75969,-0.047649,-0.031044,-0.32365,-0.37142,1.208,0.0019422,-0.0081984,-0.093801,-0.068745,-0.65732,0.023419,0.9473,0.020299,-0.067069,0.045188,-0.12078,-0.68185,0.19656,0.05434,0.034875,-0.025567,0.07573,-0.15443,-0.12778,-0.073721,-0.1195,0.085509,0.24716,-0.42454,-0.0791,-0.0052045,-0.087952,-0.23702,0.44943,0.3682,-0.77632,-0.068401,-0.05202,-0.29046,-0.32748,1.197,-0.054789,-0.018959,-0.099867,-0.033599,-0.59215,0.05865,0.93796,0.0068279,-0.082292,0.059261,-0.055541,-0.62704,0.19851,0.042345,0.0083741,-0.034137,0.11837,-0.13029,-0.15078}, {0.060206,0.02209,0.24574,0.40426,-0.99786,0.32628,0.0067489,-0.02716,0.18422,0.53293,-1.0419,0.47079,0.030209,-0.031155,0.18111,0.5285,-1.0703,0.47757,0.023873,-0.034536,0.15317,0.45127,-0.83859,0.32846,-0.0069423,-0.020074,0.12022,0.23681,-0.57784,0.19122,-0.027937,0.012608,0.14242,0.15559,-0.42946,0.076396,0.057416,0.019012,0.26245,0.3685,-1.1303,0.26091,0.024179,-0.017666,0.2154,0.51937,-1.1416,0.44296,0.050238,-0.016131,0.21153,0.53298,-1.1475,0.47134,0.0469,-0.028265,0.18202,0.45965,-0.91558,0.32435,0.014519,0.00075826,0.15995,0.24649,-0.64629,0.17952,-0.016181,0.019748,0.15388,0.14908,-0.4755,0.072779,-0.015463,-0.012357,0.22264,0.39633,-0.97901,0.24784,-0.01364,-0.043616,0.15952,0.53081,-1.0009,0.40281,0.018923,-0.042025,0.15897,0.53613,-1.0161,0.42968,0.0099621,-0.06007,0.1284,0.46378,-0.80138,0.29385,-0.01248,-0.031283,0.12547,0.25186,-0.5707,0.18275,-0.041228,-0.015348,0.12983,0.13391,-0.42379,0.086052}, {0.43949,0.67137,-0.058196,-0.246,-0.13967,-0.036044,0.69673,0.4229,-0.36763,-0.17842,-0.11319,-0.018785,0.68824,-0.15529,-0.26484,-0.08093,-0.083726,-0.031105,0.080222,-0.32143,-0.088471,-0.04236,-0.0032462,-0.0056806,-0.20279,-0.16144,-0.0089695,-0.0028362,0.010755,0.027076,-0.12509,-0.019008,0.026801,0.020608,0.029805,0.02816,0.45198,0.68078,-0.10587,-0.31029,-0.19789,-0.090473,0.7402,0.43538,-0.41346,-0.23157,-0.15187,-0.050805,0.71191,-0.17879,-0.31852,-0.12164,-0.10425,-0.052559,0.062041,-0.36446,-0.13017,-0.070609,-0.031108,-0.037555,-0.23689,-0.19388,-0.029691,-0.018858,-0.019705,-0.012922,-0.15544,-0.040064,0.0105,0.014945,0.0099859,0.0046807,0.67134,0.84515,-0.087191,-0.36556,-0.2402,-0.10335,0.97243,0.56106,-0.42641,-0.29942,-0.196,-0.069737,0.87333,-0.12913,-0.35256,-0.15602,-0.11203,-0.046323,0.12244,-0.36562,-0.15574,-0.073477,-0.02156,-0.019375,-0.2274,-0.20821,-0.04276,-0.013164,-0.015871,-0.0012532,-0.14675,-0.048837,0.002565,0.012647,0.0058318,0.017089}, {-0.063403,0.054827,0.012826,-0.029652,-0.027578,-0.036669,-0.024852,0.087698,-0.044479,0.023243,0.0016288,-0.05381,-0.024069,0.11212,-0.026926,0.011785,-0.000559,-0.00063198,-0.044424,0.10848,-0.038809,-0.019962,-0.011592,-0.064473,0.45305,-0.49398,0.32382,0.021931,-0.017364,-0.018304,0.56601,-1.9843,0.652,0.34683,-0.066677,0.040532,-0.031238,0.04012,-0.018659,-0.037923,-0.011874,-0.044689,-0.0085955,0.065619,-0.071236,0.017939,0.012371,-0.061514,-0.0086947,0.10975,-0.019923,0.016861,0.042412,0.017085,-0.043542,0.0896,-0.023299,0.034528,0.058614,-0.014509,0.43608,-0.55943,0.31936,0.067039,0.0070544,0.0078528,0.54992,-2.1069,0.58361,0.35486,-0.082131,0.052811,-0.044858,0.044807,-0.024618,-0.0183,0.022264,0.017301,-0.0018566,0.093214,-0.044939,0.059765,0.040466,-0.024662,0.02206,0.13033,0.0077422,0.05753,0.03826,0.026951,-0.043806,0.10203,-0.0010347,0.058208,0.065236,-0.0090517,0.42783,-0.53968,0.34608,0.089751,0.061709,0.051559,0.52281,-2.0963,0.61021,0.39055,-0.0047381,0.10357}, }; /************************* IMPLEMENTATION OF Heuristic ************************/ extern "C" Heuristic* new_heuristic() { return new catches(); } unsigned int catches::dim() { return 1024; } void catches::prepareForCoordinates() { unsigned int x0 = coordinates.x - roi_extent; unsigned int y0 = coordinates.y - roi_extent; unsigned int roi_size = roi_extent * 2 + 1; RGBPixel_t** pLines = image->rgbLines(); float dist_[256]; float patch[108]; float petch[108]; std::fill_n(&fist_[0], 1024, 0.0f); for (unsigned int y = 0; y < roi_size - 5; y+=4) { for (unsigned int x = 0; x < roi_size - 5; x+=4) { unsigned int pindx=0; if (y>(roi_size-5)/2) pindx+=512; if (x>(roi_size-5)/2) pindx+=256; float mefan = 0.0f, varf = 0.0f; for (unsigned int v = 0; v < 6; ++v) { for (unsigned int u = 0; u < 6; ++u) { float r = pLines[y0 + y + v][x0 + x + u].r; float g = pLines[y0 + y + v][x0 + x + u].g; float b = pLines[y0 + y + v][x0 + x + u].b; mefan += r + g + b; varf += r * r + g * g + b * b; patch[v * 6 + u] = r; patch[36+v * 6 + u] = g; patch[72+v * 6 + u] = b; } } mefan/=108.0f; varf=varf/107.0f - mefan*mefan*108.0f/107.0f; const float invSd = 1.0 / sqrt(10+varf); for (int i = 0; i < 108; ++i) { petch[i] = ((patch[i] - mefan) *invSd)-M_[i]; petch[i]=0; } for (int i = 0; i < 108; ++i) { for (int j = 0; j < 108; ++j) { petch[i]+=patch[j]*P_[i][j]; } } float mean_dist = 0.0f ; for (int i = 0; i < 256; ++i) { dist_[i]=0.0f; for (int j = 0; j < 108; j++) dist_[i]+=(Dict_[i][j]-petch[j])*(Dict_[i][j]-petch[j]); dist_[i]=sqrt(dist_[i]); mean_dist+=dist_[i]; } for (int i = 0; i < 256; ++i) fist_[pindx+i] += std::max((mean_dist/256)-dist_[i], 0.0f); } } fhn=0.0f; for (int i = 0; i < 1024; ++i) fhn+=fist_[i]*fist_[i]; fhn=sqrt(fhn); } scalar_t catches::computeFeature(unsigned int feature_index) { return fist_[feature_index]/fhn; // return (fist_[feature_index]-mtxc[feature_index])/sdtxc[feature_index]; } |

