diff --git a/gui/test/app/util/stan_stats/data.ts b/gui/test/app/util/stan_stats/data.ts new file mode 100644 index 00000000..70b8e7eb --- /dev/null +++ b/gui/test/app/util/stan_stats/data.ts @@ -0,0 +1,17 @@ +import stanCSV1 from "./data/stan1.csv?raw"; +import stanCSV2 from "./data/stan2.csv?raw"; + +const parseCSV = (csv: string): number[][] => { + let lines = csv.split("\n"); + lines = lines.filter((l) => l.trim() && !l.trimStart().startsWith("#")); + lines.shift(); // remove header + const data = lines.map((line) => { + return line.split(",").map((value) => parseFloat(value)); + }); + // transpose + const dataT = data[0].map((_, i) => data.map((row) => row[i])); + return dataT; +}; + +export const data1 = parseCSV(stanCSV1); +export const data2 = parseCSV(stanCSV2); diff --git a/gui/test/app/util/stan_stats/data/stan1.csv b/gui/test/app/util/stan_stats/data/stan1.csv new file mode 100644 index 00000000..8467f9e6 --- /dev/null +++ b/gui/test/app/util/stan_stats/data/stan1.csv @@ -0,0 +1,1045 @@ +# stan_version_major = 1 +# stan_version_minor = 3 +# stan_version_patch = 0 +# model = blocker_model +# method = sample (Default) +# sample +# num_samples = 1000 (Default) +# num_warmup = 1000 (Default) +# save_warmup = 0 (Default) +# thin = 1 (Default) +# adapt +# engaged = 1 (Default) +# gamma = 0.050000000000000003 (Default) +# delta = 0.65000000000000002 (Default) +# kappa = 0.75 (Default) +# t0 = 10 (Default) +# algorithm = hmc (Default) +# hmc +# engine = nuts (Default) +# nuts +# max_depth = 10 (Default) +# metric = diag_e (Default) +# stepsize = 1 (Default) +# stepsize_jitter = 0 (Default) +# id = 1 +# data = src/models/bugs_examples/vol1/blocker/blocker.data.R +# init = src/models/bugs_examples/vol1/blocker/blocker.init.R +# random +# seed = 1434717929 +# output +# sample = samples.csv (Default) +# append_sample = 0 (Default) +# diagnostic = (Default) +# append_diagnostic = 0 (Default) +# refresh = 100 (Default) +# save_warmup = 0 (Default) +lp__,accept_stat__,stepsize__,treedepth__,d,sigmasq_delta,mu.1,mu.2,mu.3,mu.4,mu.5,mu.6,mu.7,mu.8,mu.9,mu.10,mu.11,mu.12,mu.13,mu.14,mu.15,mu.16,mu.17,mu.18,mu.19,mu.20,mu.21,mu.22,delta.1,delta.2,delta.3,delta.4,delta.5,delta.6,delta.7,delta.8,delta.9,delta.10,delta.11,delta.12,delta.13,delta.14,delta.15,delta.16,delta.17,delta.18,delta.19,delta.20,delta.21,delta.22,delta_new,sigma_delta +# Adaptation terminated +# Step size = 0.350484 +# Diagonal elements of inverse mass matrix: +# 0.00353462, 0.935044, 0.207488, 0.057726, 0.0832164, 0.00725564, 0.0211464, 0.132239, 0.00629474, 0.015251, 0.0197042, 0.00475182, 0.0121151, 0.0166284, 0.0441517, 0.0187878, 0.0191823, 0.0188328, 0.0371399, 0.0956852, 0.106922, 0.0165145, 0.0231892, 0.0176588, 0.0290442, 0.0224101, 0.018034, 0.00933002, 0.0173806, 0.0260654, 0.0113518, 0.0125966, 0.0132406, 0.00643862, 0.00999104, 0.0133324, 0.0193036, 0.0283918, 0.0150186, 0.0120746, 0.0197684, 0.0258469, 0.023299, 0.0124972, 0.0209571, 0.0176207, 0.0276856 +-5922.44,0.784353,0.350484,3,-0.233883,0.0351674,-2.26717,-2.18819,-2.30188,-2.44328,-2.5678,-2.401,-1.72203,-2.11902,-1.81217,-2.32678,-2.2435,-1.55042,-3.02961,-2.74758,-1.56368,-1.54294,-2.30471,-2.9833,-2.80307,-1.41886,-2.03942,-2.87719,-0.440641,-0.204123,-0.346597,-0.431105,-0.0834789,-0.163559,-0.467268,-0.253734,-0.216699,-0.301357,-0.281817,-0.0640587,-0.263632,0.00142648,-0.390133,-0.207506,0.0652445,0.0320738,-0.487441,-0.306619,-0.477649,-0.5027,-0.117267,0.18753 +-5923.39,0.974627,0.350484,2,-0.189516,0.0171881,-2.66688,-2.0593,-1.9125,-2.26705,-2.47121,-2.82718,-1.66179,-2.13879,-2.1367,-2.22678,-2.38648,-1.69212,-3.04741,-2.91928,-1.30114,-1.36538,-1.93611,-2.85462,-3.07431,-1.42184,-2.22869,-2.72604,-0.0647202,-0.255459,-0.197714,-0.290459,-0.0141306,0.0171178,-0.300294,0.0335036,-0.268703,-0.20407,-0.100682,-0.0731371,-0.353475,0.127748,-0.322846,-0.254493,-0.20447,-0.237309,-0.642206,-0.0606385,-0.0977055,-0.346635,-0.0406729,0.131104 +-5920.56,0.987544,0.350484,2,-0.192369,0.0190425,-1.9621,-1.75502,-2.50503,-2.33585,-2.42642,-2.80894,-1.79992,-2.15396,-1.94577,-2.31232,-2.29971,-1.52165,-2.68166,-2.89991,-1.53145,-1.36584,-2.08769,-3.17537,-3.38881,-1.57224,-2.04449,-2.99396,-0.12969,-0.301535,-0.141812,-0.327239,-0.11772,0.0526682,-0.312569,-0.1357,-0.23536,-0.296251,-0.197137,-0.0438254,-0.374016,0.18937,-0.259717,-0.462538,-0.195768,-0.334735,-0.216376,-0.226915,-0.305009,-0.147411,0.145772,0.137995 +-5924.28,0.654378,0.350484,3,-0.326973,0.0140364,-2.95661,-2.68618,-1.71925,-2.46756,-2.38362,-1.57195,-1.66512,-2.03524,-1.85676,-2.18353,-2.34168,-1.32851,-3.26592,-2.6173,-1.25359,-1.49569,-1.72008,-2.71063,-3.69519,-1.42077,-2.24279,-2.90699,-0.525608,-0.390053,-0.394079,-0.239183,-0.245416,-0.561497,-0.468253,-0.195203,-0.330481,-0.403728,-0.36402,-0.361285,-0.241842,-0.295722,-0.259919,-0.0693857,-0.201931,-0.161922,-0.332239,-0.376229,-0.363975,-0.43692,-0.875785,0.118475 +-5919.79,0.65234,0.350484,2,-0.26668,0.0191611,-2.36048,-2.22265,-2.408,-2.46987,-2.40688,-1.8984,-1.61404,-2.17069,-1.78915,-2.09168,-2.30773,-1.22091,-3.16179,-2.57429,-1.58849,-1.45629,-1.85631,-2.72012,-3.71654,-1.54804,-1.92541,-2.90197,-0.0300726,-0.204275,-0.260622,-0.220558,-0.306588,-0.367781,-0.496329,-0.133509,-0.39685,-0.406125,-0.248903,-0.253586,-0.162485,-0.180462,-0.322044,-0.317002,-0.251057,-0.41058,-0.204486,-0.405652,-0.384079,-0.352638,-0.577029,0.138424 +-5923.22,0.675633,0.350484,2,-0.251043,0.0139204,-2.85225,-2.24954,-2.37077,-2.48834,-2.34219,-2.30156,-1.58827,-2.17894,-1.75791,-2.08061,-2.4505,-1.21097,-3.06046,-2.54474,-1.50084,-1.46674,-1.935,-2.80817,-3.86312,-1.58144,-1.99601,-2.90118,0.0169835,-0.187501,-0.241538,-0.232279,-0.347084,-0.355015,-0.50975,-0.129991,-0.35426,-0.369191,-0.252938,-0.277262,-0.180394,-0.286837,-0.238551,-0.323734,-0.189829,-0.396444,-0.271448,-0.429501,-0.461237,-0.348601,-0.585163,0.117985 +-5922.63,0.908053,0.350484,3,-0.294359,0.0117279,-2.08818,-2.2114,-1.9954,-2.29878,-2.60305,-1.62402,-1.74382,-2.39658,-1.90046,-2.1439,-2.41548,-1.45325,-2.94299,-2.69621,-1.14286,-1.4313,-2.15084,-2.94917,-3.82379,-1.43367,-1.95543,-3.16171,-0.421318,-0.364828,-0.361479,-0.269182,-0.150351,-0.210069,-0.495992,0.0686964,-0.343211,-0.47224,-0.153332,-0.307413,-0.201816,-0.174324,-0.238335,-0.276706,-0.252519,-0.151895,-0.274823,-0.226563,-0.624962,-0.427655,-0.0421297,0.108295 +-5918.57,1,0.350484,3,-0.234249,0.0138187,-2.10389,-1.97003,-2.36576,-2.441,-2.3301,-2.07041,-1.59639,-2.20529,-1.82132,-2.22881,-2.4361,-1.36252,-2.9661,-2.70793,-1.28863,-1.55143,-2.3065,-3.04295,-3.32847,-1.40253,-2.04666,-3.0347,-0.420121,-0.285681,-0.416123,-0.25159,-0.261515,-0.418266,-0.340104,0.0521737,-0.310178,-0.282213,-0.25408,-0.150625,-0.188563,-0.0751108,-0.334,-0.243916,-0.0300634,-0.341032,-0.176222,-0.195109,-0.833659,-0.183631,-0.257906,0.117553 +-5922.4,0.931297,0.350484,3,-0.228512,0.0206528,-2.8723,-2.341,-1.74072,-2.46843,-2.55631,-2.49058,-1.72017,-2.37516,-2.08407,-2.26485,-2.386,-1.67289,-2.89233,-2.78862,-1.41989,-1.39706,-1.79433,-2.81223,-3.49287,-1.35351,-1.76985,-2.84422,-0.116178,-0.34611,-0.322395,-0.178802,0.0210883,-0.140298,-0.475767,0.0434597,-0.256711,-0.36275,-0.187474,-0.145856,-0.52637,0.039908,-0.205193,-0.199689,-0.245014,-0.0428158,-0.266568,-0.550002,-0.487647,-0.489519,-0.24205,0.143711 +-5912.22,0.973176,0.350484,3,-0.229906,0.00999282,-2.0068,-2.07893,-2.46587,-2.3893,-2.37911,-1.98705,-1.74023,-1.90083,-1.89836,-2.23891,-2.18771,-1.39064,-2.77813,-2.69913,-1.38108,-1.62329,-2.20109,-3.02355,-3.40277,-1.37415,-2.18785,-3.09314,-0.278379,-0.222124,-0.0524843,-0.424951,-0.247229,-0.278642,-0.256579,-0.312557,-0.223527,-0.314509,-0.27312,-0.201797,-0.511709,-0.0987716,-0.211083,-0.165709,-0.0803913,-0.140788,-0.151164,-0.137397,-0.399389,-0.221132,-0.228707,0.0999641 +-5916.24,0.830382,0.350484,3,-0.32024,0.0115255,-2.65497,-2.31227,-1.93877,-2.44072,-2.44276,-2.41835,-1.68749,-2.36381,-1.89745,-2.20297,-2.40919,-1.52327,-2.7715,-2.85246,-1.27151,-1.39594,-1.64524,-3.03679,-3.40977,-1.55869,-2.02745,-2.78587,-0.30863,-0.42188,-0.552496,-0.151432,-0.283086,-0.472299,-0.395421,-0.0527649,-0.363481,-0.353291,-0.356475,-0.210037,-0.655099,0.00328286,-0.288187,-0.366569,-0.461523,-0.360734,-0.259888,-0.369998,-0.264875,-0.367186,-0.317251,0.107357 +-5923.94,0.838838,0.350484,2,-0.368009,0.0158579,-2.29273,-2.00385,-2.63486,-2.37934,-2.39249,-2.13384,-1.65349,-2.1808,-1.74722,-2.2244,-2.30862,-1.56054,-2.83858,-2.88208,-1.17091,-1.64159,-1.82098,-2.24274,-3.60016,-1.48611,-2.02622,-2.90698,-0.396534,-0.404673,-0.281415,-0.437271,-0.170012,-0.515625,-0.390284,0.164974,-0.269709,-0.249951,-0.218294,-0.323322,-0.526212,-0.0724234,-0.464998,-0.249218,-0.349065,-0.456698,-0.440869,-0.274964,-0.529521,-0.313721,-0.436621,0.125928 +-5924.78,0.842537,0.350484,3,-0.328346,0.0181327,-2.74781,-2.44262,-2.10247,-2.37711,-2.23449,-2.1295,-1.66068,-2.43787,-1.92011,-2.2195,-2.1495,-1.1927,-3.32947,-2.68351,-1.25736,-1.33254,-1.82799,-3.63243,-3.41149,-1.46124,-2.18226,-2.99729,-0.253453,-0.349571,-0.51166,-0.185915,-0.478756,-0.24055,-0.501965,-0.141176,-0.625196,-0.432669,-0.491439,-0.348361,-0.369067,-0.0850504,-0.346672,-0.35838,-0.337071,-0.253784,-0.268318,-0.387522,-0.271977,-0.427144,-0.345404,0.134658 +-5926.17,0.914059,0.350484,2,-0.356327,0.014559,-2.49273,-2.22876,-2.47608,-2.44459,-2.1529,-2.10311,-1.68373,-2.24604,-1.91235,-2.25236,-2.16493,-1.34942,-3.11402,-2.78177,-1.2436,-1.40629,-1.8407,-3.43218,-3.4744,-1.40889,-2.16301,-2.90114,-0.0912857,-0.325104,-0.513917,-0.318363,-0.638574,-0.281748,-0.531022,-0.0372622,-0.642271,-0.470548,-0.395118,-0.364268,-0.44188,-0.214894,-0.168049,-0.366575,-0.235767,-0.121311,-0.193591,-0.295445,-0.321062,-0.52317,-0.422709,0.120661 +-5922.36,0.967609,0.350484,3,-0.311124,0.0101636,-2.35669,-2.28716,-2.14599,-2.22211,-2.42291,-2.10944,-1.72093,-1.86035,-1.72421,-2.15428,-2.36924,-1.33726,-2.77761,-2.62132,-1.39179,-1.59696,-2.13235,-2.34924,-3.30764,-1.46995,-1.97004,-2.87131,-0.426223,-0.367288,0.0540651,-0.363184,-0.0727771,-0.328123,-0.30707,-0.375842,-0.252458,-0.233418,-0.258405,-0.279063,-0.268462,-0.224054,-0.43793,-0.17202,-0.364831,-0.380741,-0.398855,-0.407753,-0.468274,-0.263187,-0.191306,0.100815 +-5922.96,1,0.350484,2,-0.349237,0.0104523,-2.09839,-2.15801,-2.25561,-2.19867,-2.62697,-2.20838,-1.71386,-1.94305,-1.70981,-2.17918,-2.38028,-1.3333,-2.74359,-2.74056,-1.47563,-1.47865,-2.06398,-2.76359,-3.13511,-1.30936,-2.16552,-2.8612,-0.361633,-0.436783,0.164574,-0.500654,0.0554321,-0.463574,-0.341458,-0.323079,-0.301661,-0.36987,-0.227169,-0.323193,-0.329342,-0.165257,-0.417723,-0.0940827,-0.296616,-0.268261,-0.455451,-0.399364,-0.366228,-0.219969,-0.179889,0.102237 +-5930.1,0.516276,0.350484,3,-0.211222,0.0266062,-3.12048,-2.07923,-1.82184,-2.55752,-2.34211,-2.04494,-1.70136,-2.19477,-1.94701,-2.31279,-2.19066,-1.44371,-3.29236,-2.69679,-0.896031,-1.5875,-2.20913,-2.98957,-3.40686,-1.68914,-2.08503,-3.03409,-0.11139,-0.218324,-0.885002,-0.114029,-0.274818,-0.178577,-0.387992,-0.123555,-0.746585,-0.23044,-0.330782,-0.224444,-0.16045,-0.00571583,-0.351201,-0.20687,0.0975344,-0.251896,-0.269694,-0.087797,-0.249006,-0.402369,-0.620835,0.163114 +-5926.01,0.877886,0.350484,2,-0.188751,0.0227763,-2.57985,-1.91946,-1.63206,-2.40687,-2.30534,-2.62589,-1.69668,-2.00976,-1.94257,-2.29472,-2.43799,-1.45989,-2.97315,-2.7974,-1.24768,-1.46616,-2.31309,-3.17391,-3.2381,-1.56377,-2.23655,-2.85276,0.0119015,-0.0487325,-0.713274,-0.280804,-0.168288,-0.0422665,-0.534869,-0.257804,-0.642625,-0.20852,-0.185808,-0.252609,-0.255674,0.096499,-0.29421,-0.214942,-0.0305538,-0.159455,-0.191403,0.0338524,-0.191418,-0.533951,-0.565887,0.150918 +-5925.35,0.783291,0.350484,3,-0.18919,0.0249051,-2.54697,-2.25759,-2.13439,-2.32713,-2.54432,-2.08062,-1.72396,-2.01335,-1.922,-2.2636,-2.3342,-1.57475,-3.72647,-2.97783,-1.52755,-1.37077,-1.66631,-2.88164,-3.68386,-1.44206,-2.13809,-2.96178,0.0421272,-0.49308,0.0610165,-0.204443,0.077019,-0.243779,-0.296393,-0.174458,-0.574446,-0.304981,-0.0451175,-0.0870648,-0.0545106,0.156312,-0.149448,-0.22002,-0.290454,-0.0223399,-0.0815271,-0.240976,-0.240013,-0.362814,-0.0312854,0.157813 +-5929.16,0.757691,0.350484,2,-0.171325,0.0552312,-2.53419,-2.37767,-2.27659,-2.26917,-2.38399,-2.00016,-1.74428,-2.1237,-1.88934,-2.29057,-2.37564,-1.44214,-3.72638,-2.94347,-1.37085,-1.51061,-1.93347,-2.88688,-3.31126,-1.46503,-2.20005,-2.70202,0.171091,-0.579776,0.0870553,-0.296906,-0.0210023,-0.188527,-0.427805,-0.1476,-0.621075,-0.256904,-0.0628704,-0.169344,-0.0524956,0.100907,-0.300974,-0.0816978,-0.240172,0.0532322,-0.169286,-0.289545,-0.108456,-0.297388,-0.01775,0.235013 +-5922.36,0.929354,0.350484,2,-0.158479,0.0207367,-2.15788,-1.75604,-1.83934,-2.45518,-2.49399,-2.02881,-1.5714,-2.26386,-1.97975,-2.23485,-2.35859,-1.6534,-2.69699,-2.76062,-1.2816,-1.55703,-2.24405,-3.14413,-3.48068,-1.7358,-2.24356,-2.92403,-0.188834,-0.111963,-0.412305,-0.270777,-0.14832,-0.323315,-0.449352,-0.0251087,-0.175065,-0.244603,-0.236302,-0.0460325,-0.115844,-0.0158777,-0.259941,-0.25886,0.00226646,-0.214883,-0.144145,-0.0481762,-0.328789,-0.737423,-0.353652,0.144002 +-5931.51,0.836214,0.350484,3,-0.264455,0.0327645,-2.52846,-2.76194,-2.65771,-2.28487,-2.41238,-2.31692,-1.71971,-2.0133,-2.1808,-2.33167,-2.42426,-1.44669,-3.23612,-2.79512,-1.22189,-1.48729,-1.54585,-2.94505,-3.65233,-1.24853,-2.25477,-2.56226,-0.191311,-0.342779,-0.218623,-0.290537,-0.132168,-0.221632,-0.462688,-0.35353,-0.185498,-0.272906,-0.0361695,-0.149596,-0.387641,-0.258522,-0.454308,-0.0768852,-0.469176,-0.018378,-0.201995,-0.372293,-0.12975,-0.555471,-0.0946418,0.18101 +-5922.3,0.65428,0.350484,3,-0.191864,0.00485552,-2.29353,-1.59303,-1.94712,-2.57188,-2.33795,-2.29416,-1.76256,-2.20175,-1.91025,-2.26673,-2.54147,-1.46709,-2.81702,-2.88129,-1.55948,-1.68,-2.27581,-2.85845,-3.18201,-1.66385,-2.02965,-3.10922,-0.213578,-0.247192,-0.0199278,-0.155396,-0.21211,-0.204796,-0.308571,-0.133537,-0.195828,-0.281589,-0.0935937,-0.152746,-0.139329,-0.186859,0.0744082,-0.171096,0.0360318,-0.328711,-0.115774,-0.0939965,-0.48373,-0.251665,-0.289952,0.0696815 +-5922.69,0.313943,0.350484,2,-0.166177,0.0185874,-2.18705,-1.94119,-1.88362,-2.38708,-2.32231,-1.88915,-1.81482,-2.05037,-1.91102,-2.24124,-2.38908,-1.36253,-3.17332,-2.60578,-1.71983,-1.34936,-2.15905,-2.90353,-3.18477,-1.46825,-1.97632,-3.03731,-0.473888,-0.292671,-0.13221,-0.169312,-0.2902,0.0473856,-0.227054,-0.096543,-0.14295,-0.31806,-0.16045,-0.258286,-0.288894,0.0108125,0.013373,-0.0367472,-0.0362607,0.00838386,-0.263312,-0.0573772,-0.263191,-0.192687,-0.191537,0.136336 +-5921.48,0.759073,0.350484,2,-0.124093,0.00908106,-2.16744,-1.69256,-2.0034,-2.43834,-2.39173,-2.17601,-1.80607,-2.12621,-2.05832,-2.2587,-2.34317,-1.29264,-2.772,-2.66224,-1.57509,-1.46563,-2.07768,-2.67331,-3.03079,-1.50308,-2.15982,-2.98332,-0.446152,-0.314557,-0.0215256,-0.0811954,-0.0787818,-0.212693,-0.204683,-0.325967,-0.096606,-0.25667,-0.128562,-0.284252,-0.110516,-0.107046,0.0430571,-0.1572,-0.0525063,-0.00937705,-0.242692,-0.174569,-0.439337,-0.125074,-0.214469,0.0952946 +-5914.44,0.916371,0.350484,3,-0.175996,0.00721616,-2.6623,-2.82865,-2.2144,-2.39999,-2.23271,-2.49012,-1.71072,-2.11541,-2.14681,-2.29961,-2.4112,-1.46429,-3.29278,-2.81524,-1.40615,-1.69471,-2.1282,-3.22873,-3.78015,-1.49873,-2.14805,-3.04483,0.0153219,-0.126191,-0.426221,-0.259372,-0.303689,-0.209079,-0.321341,-0.176342,-0.177742,-0.21048,-0.242456,-0.173256,-0.295357,-0.124617,-0.361367,-0.139402,-0.231105,-0.302108,-0.137743,-0.230674,-0.224259,-0.229835,-0.233093,0.084948 +-5909.48,0.772446,0.350484,2,-0.152675,0.00643801,-2.71768,-2.22719,-2.34901,-2.43154,-2.72961,-2.26809,-1.78062,-2.15063,-1.94388,-2.27226,-2.33988,-1.53065,-2.72471,-2.56181,-1.35531,-1.31569,-1.92642,-2.71659,-3.21741,-1.47702,-2.08289,-2.92919,-0.396834,-0.242128,-0.0230902,-0.189573,-0.0329708,-0.246738,-0.250005,-0.101081,-0.214984,-0.238598,-0.0935891,-0.140873,-0.107934,-0.0843249,-0.0776455,-0.23341,-0.178657,-0.110199,-0.206791,-0.18395,-0.24072,-0.161731,-0.217777,0.0802372 +-5912.04,0.402923,0.350484,2,-0.205098,0.00528293,-2.38368,-2.4564,-2.4628,-2.46372,-2.73945,-2.27338,-1.76154,-2.0759,-2.04538,-2.33845,-2.32341,-1.63248,-2.82414,-2.83267,-1.40978,-1.48497,-1.89058,-2.70941,-3.31269,-1.46713,-1.98205,-2.87224,-0.268293,-0.179281,-0.0129386,-0.16019,-0.0906091,-0.136963,-0.236795,-0.0384615,-0.22005,-0.229799,-0.03824,-0.1436,-0.29687,-0.0534887,-0.0607886,-0.280429,-0.268435,-0.165752,-0.222076,-0.155618,-0.275855,-0.201511,-0.217942,0.0726837 +-5914.47,0.00012048,0.350484,3,-0.249133,0.0087652,-2.73262,-1.92912,-1.73431,-2.37407,-2.08915,-2.30664,-1.58792,-2.1149,-1.85989,-2.20686,-2.27062,-1.32821,-3.26237,-2.7863,-1.2284,-1.61002,-2.19872,-3.20512,-3.49049,-1.50481,-2.26691,-3.00519,-0.21479,-0.284384,-0.296249,-0.368666,-0.324158,-0.265157,-0.559399,-0.282196,-0.23887,-0.305709,-0.393257,-0.320285,-0.403026,-0.17575,-0.359189,-0.181613,-0.275249,-0.427711,-0.224944,-0.249835,-0.18601,-0.260645,-0.315212,0.0936227 +-5919.75,0.156749,0.350484,3,-0.262483,0.00698461,-2.59004,-2.23517,-2.42665,-2.42635,-2.09969,-2.54371,-1.55702,-1.77899,-1.89737,-2.21021,-2.22507,-1.43699,-2.69331,-2.73986,-1.04748,-1.53059,-2.02134,-2.6532,-3.67475,-1.62338,-2.2812,-2.74887,-0.386074,-0.410761,0.0361843,-0.205322,-0.282606,-0.308654,-0.497809,-0.396536,-0.316271,-0.299559,-0.284054,-0.226133,-0.206103,-0.194249,-0.225704,-0.233508,-0.216683,-0.405564,-0.317797,-0.154936,-0.326128,-0.435464,-0.278837,0.083574 +-5911.61,0.925353,0.350484,2,-0.26906,0.00575372,-2.35018,-2.52349,-2.25946,-2.31208,-2.5437,-1.81441,-1.70574,-2.24964,-1.89326,-2.29221,-2.23573,-1.62096,-3.07626,-2.76317,-1.37988,-1.50594,-1.99728,-3.29256,-2.94844,-1.45955,-2.07425,-2.90456,-0.207153,-0.214267,-0.457394,-0.364589,-0.276135,-0.292621,-0.339556,-0.225032,-0.24986,-0.211382,-0.312734,-0.206512,-0.439727,-0.0160897,-0.415455,-0.286908,-0.312224,-0.0678382,-0.376296,-0.145762,-0.309968,-0.286785,-0.308582,0.0758533 +-5908.67,0.950931,0.350484,2,-0.289234,0.00534425,-2.54279,-2.46094,-2.0548,-2.31557,-2.3325,-1.83352,-1.77028,-2.17248,-1.95049,-2.26264,-2.18929,-1.41648,-2.89619,-2.85781,-1.34925,-1.51233,-1.98918,-2.78913,-3.24094,-1.32122,-2.09759,-2.95004,-0.152512,-0.293903,-0.308897,-0.278083,-0.215367,-0.296341,-0.363009,-0.222085,-0.404967,-0.353081,-0.253837,-0.267691,-0.380567,-0.22769,-0.311558,-0.288094,-0.216291,0.228848,-0.253691,-0.174735,-0.281429,-0.313623,-0.207833,0.0731044 +-5909.24,0.0933249,0.350484,3,-0.291891,0.00162557,-2.94103,-1.8961,-1.80828,-2.30025,-2.17875,-1.99651,-1.67586,-1.94185,-2.06693,-2.24778,-2.39969,-1.48332,-2.74443,-2.3351,-1.22976,-1.24168,-1.83797,-3.1989,-3.14974,-1.53083,-2.06817,-3.00725,-0.348972,-0.297103,-0.29887,-0.331236,-0.340223,-0.305989,-0.30235,-0.329948,-0.238226,-0.290181,-0.304966,-0.285608,-0.26836,-0.358224,-0.247763,-0.254752,-0.327259,0.00274004,-0.323658,-0.38922,-0.385957,-0.290277,-0.335649,0.0403184 +-5909.24,4.10935e-15,0.350484,2,-0.291891,0.00162557,-2.94103,-1.8961,-1.80828,-2.30025,-2.17875,-1.99651,-1.67586,-1.94185,-2.06693,-2.24778,-2.39969,-1.48332,-2.74443,-2.3351,-1.22976,-1.24168,-1.83797,-3.1989,-3.14974,-1.53083,-2.06817,-3.00725,-0.348972,-0.297103,-0.29887,-0.331236,-0.340223,-0.305989,-0.30235,-0.329948,-0.238226,-0.290181,-0.304966,-0.285608,-0.26836,-0.358224,-0.247763,-0.254752,-0.327259,0.00274004,-0.323658,-0.38922,-0.385957,-0.290277,-0.335649,0.0403184 +-5909.6,5.09115e-18,0.350484,2,-0.235472,0.00356522,-2.03639,-2.56442,-2.8328,-2.31052,-2.50112,-2.28274,-1.73947,-2.22417,-1.86889,-2.34581,-2.25613,-1.25173,-2.93646,-2.82672,-1.33888,-1.48696,-2.03902,-2.75387,-3.72476,-1.70918,-2.18719,-2.85264,-0.192966,-0.282199,-0.27366,-0.260084,-0.192652,-0.29166,-0.35018,-0.189088,-0.36665,-0.240459,-0.218761,-0.268583,-0.307326,-0.0442712,-0.345,-0.330371,-0.190126,-0.413979,-0.184816,-0.190882,-0.195613,-0.292078,-0.272123,0.0597095 +-5917.8,0.497285,0.350484,2,-0.29588,0.00976254,-2.43896,-2.16908,-2.71956,-2.26615,-2.20168,-1.86454,-1.70939,-2.10198,-2.2177,-2.20288,-2.32443,-1.52694,-2.82608,-2.73957,-1.30924,-1.5309,-1.99396,-3.07573,-3.15409,-1.87442,-2.27265,-2.93796,-0.479202,-0.342346,-0.290318,-0.467406,-0.229,-0.355216,-0.353551,-0.257271,-0.247584,-0.317512,-0.313007,-0.322766,-0.363211,-0.00516773,-0.312532,-0.233674,-0.351356,-0.153645,-0.444082,-0.194876,-0.508657,-0.405398,-0.338213,0.0988056 +-5915.82,0.642564,0.350484,2,-0.320276,0.00793347,-1.77855,-2.49714,-1.89916,-2.32885,-2.427,-2.10269,-1.76798,-1.99889,-2.08175,-2.11593,-2.12958,-1.44409,-2.66755,-2.60963,-1.22246,-1.67891,-2.01926,-3.09107,-2.83994,-1.59286,-2.0098,-2.86777,-0.256341,-0.358243,-0.395917,-0.322933,-0.48337,-0.370489,-0.387675,-0.401121,-0.221415,-0.379665,-0.352899,-0.214956,-0.422605,-0.147662,-0.406055,-0.165074,-0.242485,-0.420367,-0.348296,-0.299623,-0.196807,-0.299016,-0.353627,0.0890701 +-5914.75,0.771902,0.350484,2,-0.34287,0.011159,-1.95058,-2.46334,-2.01885,-2.3316,-2.42637,-1.87364,-1.79593,-2.02561,-2.01675,-2.14687,-2.15382,-1.43009,-2.76626,-2.61941,-1.21098,-1.7337,-1.92113,-3.13863,-2.75556,-1.55565,-2.04067,-2.88773,-0.338866,-0.22974,-0.314623,-0.384285,-0.488533,-0.426864,-0.422185,-0.369804,-0.272895,-0.37065,-0.401709,-0.224814,-0.415387,-0.114871,-0.409581,-0.225669,-0.258306,-0.417488,-0.365829,-0.270779,-0.242723,-0.357426,-0.419441,0.105636 +-5918.94,0.170852,0.350484,2,-0.353004,0.00339263,-2.05445,-2.25983,-1.93699,-2.42334,-2.33986,-2.41022,-1.70024,-1.99914,-2.21957,-2.16324,-2.26123,-1.16676,-2.76442,-2.68406,-1.33789,-1.44466,-1.57821,-3.16759,-3.30151,-1.3715,-2.07248,-2.9377,-0.388793,-0.47402,-0.301608,-0.345551,-0.50964,-0.318039,-0.504283,-0.301842,-0.291985,-0.399849,-0.324376,-0.447727,-0.263215,-0.397173,-0.429482,-0.180864,-0.367731,-0.334701,-0.384993,-0.188265,-0.445419,-0.252568,-0.25951,0.0582463 +-5914.62,0.934981,0.350484,2,-0.351557,0.00728124,-2.6327,-1.98921,-2.04675,-2.39671,-2.38601,-2.00678,-1.61578,-2.23544,-2.17713,-2.18419,-2.29629,-1.38995,-2.82586,-2.52342,-1.15824,-1.33713,-1.57472,-2.85836,-3.09511,-1.55878,-2.09717,-2.94497,-0.322291,-0.199492,-0.507932,-0.369567,-0.25829,-0.547864,-0.312731,-0.225106,-0.388253,-0.40938,-0.391462,-0.287659,-0.551011,-0.146738,-0.376032,-0.30264,-0.375006,-0.343833,-0.37937,-0.396667,-0.406692,-0.366951,-0.331337,0.0853302 +-5912.93,0.834341,0.350484,3,-0.278821,0.00537703,-2.33652,-2.07362,-2.10122,-2.31755,-2.33953,-2.50502,-1.62168,-2.07493,-1.73133,-2.20979,-2.35168,-1.43324,-2.88944,-2.77899,-1.34576,-1.56884,-2.27936,-2.88034,-3.36688,-1.339,-2.12698,-2.79685,-0.406233,-0.682412,-0.298454,-0.301636,-0.276647,-0.108816,-0.632094,-0.274902,-0.24474,-0.280151,-0.154494,-0.296267,-0.186944,-0.100041,-0.269115,-0.322424,-0.324126,-0.250589,-0.230556,-0.288646,-0.329939,-0.405517,-0.343854,0.0733283 +-5908.46,0.995011,0.350484,3,-0.220108,0.00214671,-2.69916,-2.51254,-2.09346,-2.50783,-2.47214,-2.13409,-1.8446,-2.18101,-1.95166,-2.27176,-2.29502,-1.40033,-3.09251,-2.65393,-1.28654,-1.41674,-2.15463,-2.84015,-3.50198,-1.57799,-2.23831,-3.11736,-0.186887,-0.493905,-0.217302,-0.253972,-0.255622,-0.226614,-0.271935,-0.290669,-0.174601,-0.238898,-0.220975,-0.257431,-0.21759,-0.229472,-0.280743,-0.348515,-0.142337,-0.0733491,-0.371373,-0.236562,-0.289876,-0.283194,-0.22225,0.0463326 +-5913.59,0.796974,0.350484,2,-0.155036,0.00645055,-2.18705,-1.99005,-2.29429,-2.30403,-2.2917,-2.17045,-1.71184,-2.09657,-2.11048,-2.23254,-2.29051,-1.53136,-2.85593,-2.78286,-1.43388,-1.59968,-1.73411,-3.11108,-3.50088,-1.37142,-2.1689,-2.8218,-0.0811998,-0.0337927,-0.0852416,-0.216024,-0.250958,-0.104872,-0.299791,-0.244856,-0.160947,-0.254748,-0.165951,-0.108139,-0.387397,0.0800967,-0.201284,-0.108708,-0.0540058,-0.38069,-0.126018,-0.134171,-0.199305,-0.236285,-0.0465144,0.0803153 +-5925.58,0.62378,0.350484,2,-0.238449,0.0123414,-2.45756,-2.8242,-2.71996,-2.49882,-2.6148,-2.79451,-1.64485,-2.17406,-1.9708,-2.21966,-2.34011,-1.73313,-2.901,-2.79021,-1.4782,-1.5271,-2.38609,-2.49821,-3.24408,-1.57653,-1.96391,-2.89587,-0.12671,-0.309678,0.0566488,-0.200713,-0.319906,-0.259338,-0.507358,-0.184928,-0.285641,-0.298172,-0.127799,-0.0475563,-0.100499,-0.117466,-0.215402,-0.231487,-0.334992,-0.157546,-0.242433,-0.319149,-0.443609,-0.260792,-0.362839,0.111092 +-5915.95,0.951818,0.350484,2,-0.101155,0.0138619,-2.32184,-2.46958,-2.10668,-2.48681,-2.47491,-2.16656,-1.68511,-2.24172,-1.81734,-2.3024,-2.52606,-1.52391,-3.24399,-2.67784,-1.49435,-1.42783,-1.94642,-3.21747,-3.20312,-1.49395,-2.21343,-3.11608,-0.298233,-0.154203,-0.0694692,-0.163015,0.0919019,-0.199421,-0.523308,0.0504579,-0.239698,-0.162711,-0.0146153,-0.0916206,-0.0730326,-0.133581,-0.253312,-0.276489,-0.0273233,-0.121002,-0.198107,-0.141792,-0.0866509,-0.21344,-0.0285895,0.117737 +-5916.44,0.513767,0.350484,2,-0.150416,0.0204306,-2.3406,-2.2981,-2.13646,-2.52347,-2.43532,-2.35027,-1.66942,-2.24251,-1.89312,-2.29774,-2.52342,-1.47043,-3.22555,-2.66746,-1.47018,-1.33665,-2.03685,-3.15894,-3.03963,-1.51759,-2.17487,-3.14586,-0.22904,-0.147842,-0.0917192,-0.164034,0.129735,-0.252754,-0.533673,0.0376786,-0.238837,-0.160661,0.0101451,-0.0893833,-0.165131,-0.0625455,-0.187547,-0.274178,-0.0358187,-0.00565441,-0.285699,-0.117094,-0.119186,-0.214109,-0.0578495,0.142936 +-5919.9,0.669893,0.350484,3,-0.317675,0.0114674,-2.72894,-2.09002,-2.09771,-2.44825,-2.22387,-2.79728,-1.83869,-1.92841,-2.02731,-2.21494,-2.14077,-1.53248,-3.13555,-2.80386,-1.22984,-1.79937,-2.01741,-3.00526,-3.58078,-1.4277,-2.15918,-2.71407,-0.160982,-0.362569,-0.211808,-0.293339,-0.148503,-0.145244,-0.298968,-0.410922,-0.387892,-0.267369,-0.310495,-0.186948,-0.328117,0.0437523,-0.437934,-0.291162,-0.347912,-0.131484,0.0308126,-0.346372,-0.270876,-0.47314,-0.317132,0.107086 +-5929.21,0.870767,0.350484,2,-0.265857,0.0255914,-2.65783,-2.19785,-2.01626,-2.33302,-2.60889,-1.69335,-1.68355,-1.93358,-1.71191,-2.19342,-2.31031,-1.30379,-3.114,-2.82017,-1.06154,-1.38459,-1.95105,-2.65551,-4.16394,-1.14424,-2.16888,-2.79953,-0.512254,-0.379223,-0.285841,-0.153636,-0.21594,-0.332366,-0.294562,-0.38992,-0.347657,-0.454127,-0.302932,-0.455259,-0.0802797,-0.0281689,-0.429187,-0.237376,-0.053041,-0.527953,-0.176756,-0.416173,-0.325078,-0.617134,-0.227159,0.159973 +-5930.75,0.962916,0.350484,2,-0.323089,0.0119523,-1.96434,-1.79129,-1.88133,-2.39945,-2.72126,-2.23193,-1.67461,-2.10714,-1.89253,-2.10138,-2.30573,-1.18287,-3.02736,-2.79795,-1.29905,-1.48414,-2.09674,-2.49749,-4.15708,-1.21351,-1.95944,-2.70238,-0.109443,-0.507823,-0.225504,-0.436456,-0.120877,-0.307159,-0.554437,-0.284807,-0.359571,-0.392435,-0.181155,-0.249628,-0.175943,0.0561239,-0.218927,-0.284059,-0.0361688,-0.17813,-0.367312,-0.170717,-0.506551,-0.60018,-0.221939,0.109326 +-5922.08,0.985749,0.350484,2,-0.230075,0.0159616,-2.22757,-1.84934,-1.75071,-2.58257,-2.38713,-2.02067,-1.74261,-2.0957,-2.11297,-2.28233,-2.51944,-1.32078,-2.8291,-2.7483,-1.39895,-1.45231,-2.06422,-3.30608,-3.86492,-1.36713,-1.91808,-2.69374,-0.324176,-0.320732,-0.361201,-0.114306,-0.109943,-0.296821,-0.355704,-0.328995,-0.356218,-0.382339,-0.175912,-0.267928,-0.495297,-0.105955,-0.126338,-0.182527,-0.1841,-0.0564434,-0.37096,-0.470161,-0.426524,-0.390798,-0.326676,0.126339 +-5913.83,0.925231,0.350484,3,-0.266217,0.00856964,-2.37844,-2.05385,-2.04385,-2.37419,-2.49615,-1.6171,-1.71569,-2.12724,-1.80358,-2.28614,-2.22045,-1.45689,-3.2326,-2.84018,-1.33909,-1.42827,-2.24073,-3.18768,-3.36544,-1.73018,-2.10689,-3.1191,-0.277463,-0.177648,-0.244426,-0.330052,-0.0743602,-0.242202,-0.356154,-0.200873,-0.447916,-0.395839,-0.311426,-0.227524,-0.411294,-0.141799,-0.126425,-0.204959,-0.151264,-0.13726,-0.346524,-0.247445,-0.462424,-0.300089,-0.286382,0.0925724 +-5924.56,0.235142,0.350484,3,-0.142944,0.0122907,-2.07534,-2.01576,-2.44253,-2.49941,-2.34254,-2.57282,-1.70664,-2.25522,-2.00544,-2.37553,-2.5125,-1.56837,-3.36749,-2.93139,-1.39278,-1.46134,-2.17688,-3.76968,-4.0254,-1.48811,-2.26713,-2.98859,-0.217756,-0.13299,-0.0535037,-0.134054,0.00601716,-0.037139,-0.360017,-0.0513854,-0.0183333,-0.244001,0.0675221,-0.0198154,-0.282983,0.330113,-0.159254,-0.140233,-0.148544,2.88765e-05,-0.18611,-0.214402,-0.246064,-0.554903,-0.200275,0.110864 +-5926.06,1,0.350484,3,-0.15079,0.0082632,-2.7179,-2.5904,-1.88764,-2.29677,-2.49981,-2.39207,-1.88361,-2.05276,-1.8383,-2.27378,-2.22852,-1.55679,-2.70527,-2.79315,-1.30484,-1.59151,-2.027,-2.42227,-3.21513,-1.65778,-2.1726,-2.78523,0.113522,-0.127225,-0.205429,-0.169281,-0.173229,-0.126548,-0.358816,-0.0805076,-0.583271,-0.230526,-0.291032,-0.118141,-0.0683802,-0.00779383,-0.18304,-0.0878534,-0.0383329,-0.161517,0.0196153,0.0212029,-0.157953,-0.0567061,-0.0304052,0.0909022 +-5919.17,0.970264,0.350484,2,-0.230285,0.0140786,-2.93762,-2.4788,-2.44702,-2.43365,-2.51275,-1.85472,-1.72393,-2.09924,-1.88278,-2.16597,-2.26847,-1.51435,-3.21634,-2.74272,-1.39563,-1.48559,-2.24258,-2.94861,-3.34469,-1.51164,-2.15527,-3.09548,-0.234266,-0.158391,-0.119595,-0.281321,-0.0638772,-0.20667,-0.107789,-0.288163,-0.408382,-0.381091,-0.171207,-0.112377,-0.314938,-0.0861299,-0.152323,0.0617048,-0.188451,-0.21117,-0.35981,-0.333827,-0.268396,-0.396499,-0.272577,0.118653 +-5917.31,0.912689,0.350484,2,-0.261086,0.00733203,-2.2504,-2.3798,-2.77358,-2.3752,-2.54178,-1.87919,-1.78922,-2.07664,-1.8839,-2.18188,-2.27055,-1.41388,-2.74573,-2.93661,-1.32082,-1.55386,-1.94757,-3.07652,-3.19756,-1.60087,-2.28461,-3.07702,-0.362052,-0.280772,-0.0860778,-0.301417,-0.298394,-0.484168,-0.385038,-0.281535,-0.388373,-0.361158,-0.25757,-0.11718,-0.309116,-0.100114,-0.0966942,0.0161929,-0.15482,-0.19903,-0.239835,-0.247474,-0.190588,-0.178575,-0.256756,0.0856273 +-5913.65,0.934957,0.350484,3,-0.329406,0.00403328,-2.63936,-2.21753,-1.89707,-2.37826,-2.33355,-2.52355,-1.8182,-2.20631,-2.1699,-2.35372,-2.32666,-1.40439,-3.10369,-2.65763,-1.30716,-1.38415,-1.80568,-2.83857,-3.48754,-1.32305,-1.94997,-2.90263,-0.341185,-0.359037,-0.283524,-0.306866,-0.38989,-0.436364,-0.474829,-0.251887,-0.358734,-0.223886,-0.156291,-0.095063,-0.321405,-0.20454,-0.208963,-0.43422,-0.220475,-0.304056,-0.249284,-0.353365,-0.380014,-0.332881,-0.299911,0.0635081 +-5918.83,0.71121,0.350484,2,-0.283152,0.0117331,-2.31248,-2.30904,-1.72051,-2.38771,-2.25375,-2.28918,-1.78506,-1.96301,-1.9529,-2.50574,-2.38324,-1.4683,-2.88642,-2.67439,-1.34701,-1.34843,-1.66659,-3.03505,-3.64359,-1.36598,-1.93296,-2.99145,-0.255664,-0.545221,-0.400881,-0.42089,-0.302321,-0.364827,-0.348615,-0.261963,-0.277942,-0.139665,-0.235156,-0.178377,-0.328678,-0.248288,-0.141469,-0.351309,-0.33358,-0.253312,-0.291353,-0.327928,-0.508479,-0.272628,-0.283385,0.108319 +-5911.97,0.811267,0.350484,3,-0.203734,0.00301074,-2.36212,-2.366,-2.51962,-2.37764,-2.43567,-2.0663,-1.69078,-2.18143,-1.95565,-2.19213,-2.26091,-1.46616,-3.07606,-2.81799,-1.38303,-1.62534,-2.31358,-2.9721,-3.1726,-1.58669,-2.0161,-2.90127,-0.253915,-0.345652,-0.146336,-0.132244,0.0495841,-0.292466,-0.396043,-0.15934,-0.220174,-0.418754,-0.271334,-0.246015,-0.246048,-0.180289,-0.162078,-0.18827,-0.188386,-0.140917,-0.208893,-0.220497,-0.0644267,-0.236479,-0.162003,0.0548702 +-5909.41,0.0228207,0.350484,3,-0.208946,0.00351053,-2.05717,-2.34109,-2.55853,-2.40881,-2.41673,-2.24431,-1.69269,-2.21243,-1.95838,-2.23441,-2.30933,-1.52873,-3.15863,-2.76136,-1.37288,-1.63066,-2.29862,-2.91704,-3.24893,-1.59129,-1.99914,-2.84897,-0.226144,-0.282968,-0.188104,-0.149591,0.0400582,-0.273056,-0.389453,-0.162835,-0.192042,-0.403571,-0.253065,-0.236365,-0.22974,-0.208338,-0.174738,-0.226625,-0.184894,-0.237309,-0.216732,-0.217312,-0.0275951,-0.242892,-0.259576,0.0592497 +-5914.21,0.634024,0.350484,1,-0.173633,0.00537906,-2.37247,-2.30559,-2.10706,-2.47867,-2.55921,-2.53752,-1.60896,-1.99666,-2.18611,-2.10464,-2.19416,-1.49604,-3.06835,-2.66553,-1.6464,-1.60225,-1.93121,-3.20398,-3.2329,-1.69387,-2.29298,-2.7675,-0.120877,-0.148405,-0.00172708,-0.258955,-0.188957,-0.149435,-0.20166,-0.321878,-0.186447,-0.286968,-0.218566,-0.0826866,-0.177575,-0.121087,-0.231412,-0.173227,-0.227711,-0.177759,-0.228468,-0.116017,-0.21855,-0.235621,-0.266008,0.0733421 +-5914.21,0.655453,0.350484,2,-0.173633,0.00537906,-2.37247,-2.30559,-2.10706,-2.47867,-2.55921,-2.53752,-1.60896,-1.99666,-2.18611,-2.10464,-2.19416,-1.49604,-3.06835,-2.66553,-1.6464,-1.60225,-1.93121,-3.20398,-3.2329,-1.69387,-2.29298,-2.7675,-0.120877,-0.148405,-0.00172708,-0.258955,-0.188957,-0.149435,-0.20166,-0.321878,-0.186447,-0.286968,-0.218566,-0.0826866,-0.177575,-0.121087,-0.231412,-0.173227,-0.227711,-0.177759,-0.228468,-0.116017,-0.21855,-0.235621,-0.266008,0.0733421 +-5903.9,0.858949,0.350484,2,-0.186425,0.00381661,-2.74351,-2.28191,-1.90315,-2.36387,-2.53779,-2.44431,-1.78144,-2.2244,-2.17737,-2.16976,-2.2542,-1.39891,-2.93239,-2.67848,-1.42387,-1.53811,-2.13243,-2.993,-3.4619,-1.47916,-2.14092,-2.83238,-0.281693,-0.182679,-0.302051,-0.284404,-0.129639,-0.242923,-0.33363,-0.194772,-0.196906,-0.295077,-0.258651,-0.114375,-0.0999654,-0.174113,-0.15267,-0.0946419,-0.119911,-0.204508,-0.173353,-0.316391,-0.208563,-0.260656,-0.13275,0.0617787 +-5912.36,0.630738,0.350484,2,-0.208759,0.00775184,-3.07207,-2.29909,-1.62829,-2.42011,-2.45353,-2.46629,-1.73933,-2.23556,-2.10378,-2.15846,-2.22841,-1.31245,-2.90171,-2.58272,-1.54264,-1.63325,-2.14024,-3.10812,-3.12051,-1.34129,-2.26691,-2.83014,-0.241534,-0.0849655,-0.265568,-0.265168,-0.171492,-0.11698,-0.187019,-0.0886996,-0.160823,-0.324494,-0.299859,-0.158912,-0.175852,-0.248894,-0.174766,-0.159819,-0.142045,-0.185125,-0.150818,-0.441739,-0.153048,-0.256081,-0.240452,0.0880445 +-5918.53,0.629795,0.350484,2,-0.19953,0.00589424,-2.84391,-1.70568,-2.09837,-2.53069,-2.48509,-1.99096,-1.78284,-2.30878,-2.16841,-2.30784,-2.35711,-1.28829,-2.69737,-2.7966,-1.43439,-1.57573,-2.24976,-2.70805,-3.35143,-1.35384,-2.1902,-2.86577,-0.11575,-0.385932,-0.155793,-0.107071,0.114222,-0.263232,-0.294909,-0.172396,0.0310824,-0.123413,-0.128231,-0.259244,-0.234718,-0.0306187,-0.152918,-0.190273,-0.141191,-0.1567,-0.353009,-0.140755,-0.241642,-0.302662,-0.146357,0.0767739 +-5918.53,0.590293,0.350484,2,-0.19953,0.00589424,-2.84391,-1.70568,-2.09837,-2.53069,-2.48509,-1.99096,-1.78284,-2.30878,-2.16841,-2.30784,-2.35711,-1.28829,-2.69737,-2.7966,-1.43439,-1.57573,-2.24976,-2.70805,-3.35143,-1.35384,-2.1902,-2.86577,-0.11575,-0.385932,-0.155793,-0.107071,0.114222,-0.263232,-0.294909,-0.172396,0.0310824,-0.123413,-0.128231,-0.259244,-0.234718,-0.0306187,-0.152918,-0.190273,-0.141191,-0.1567,-0.353009,-0.140755,-0.241642,-0.302662,-0.146357,0.0767739 +-5911.69,0.963532,0.350484,3,-0.236679,0.00447261,-2.67221,-2.72854,-2.17259,-2.34173,-2.34577,-2.47342,-1.82861,-1.99316,-1.85692,-2.23361,-2.32689,-1.65678,-3.46231,-2.74754,-1.35836,-1.42027,-1.8141,-3.25773,-3.6005,-1.55817,-2.14221,-2.88501,-0.206569,-0.198865,-0.191816,-0.283785,-0.100591,-0.237645,-0.348173,-0.283476,-0.532066,-0.314538,-0.144343,-0.131533,-0.233331,-0.248396,-0.161121,-0.217651,-0.189162,-0.171816,-0.175594,-0.150848,-0.240675,-0.136768,-0.189596,0.0668775 +-5909.35,2.88196e-18,0.350484,3,-0.232456,0.00267493,-2.62195,-2.66003,-2.1025,-2.31906,-2.34812,-2.51873,-1.83402,-1.99254,-1.90111,-2.21953,-2.31614,-1.64945,-3.47551,-2.71037,-1.33902,-1.37055,-1.96835,-3.14872,-3.55936,-1.58437,-2.16505,-2.93481,-0.269907,-0.208362,-0.209811,-0.279517,-0.00736698,-0.220653,-0.350476,-0.253608,-0.566132,-0.277731,-0.206395,-0.182183,-0.248906,-0.233934,-0.190489,-0.2289,-0.22971,-0.222427,-0.212671,-0.146675,-0.351807,-0.1746,-0.167937,0.0517197 +-5909.35,0.00141053,0.350484,3,-0.232456,0.00267493,-2.62195,-2.66003,-2.1025,-2.31906,-2.34812,-2.51873,-1.83402,-1.99254,-1.90111,-2.21953,-2.31614,-1.64945,-3.47551,-2.71037,-1.33902,-1.37055,-1.96835,-3.14872,-3.55936,-1.58437,-2.16505,-2.93481,-0.269907,-0.208362,-0.209811,-0.279517,-0.00736698,-0.220653,-0.350476,-0.253608,-0.566132,-0.277731,-0.206395,-0.182183,-0.248906,-0.233934,-0.190489,-0.2289,-0.22971,-0.222427,-0.212671,-0.146675,-0.351807,-0.1746,-0.167937,0.0517197 +-5909.35,0.208045,0.350484,3,-0.232456,0.00267493,-2.62195,-2.66003,-2.1025,-2.31906,-2.34812,-2.51873,-1.83402,-1.99254,-1.90111,-2.21953,-2.31614,-1.64945,-3.47551,-2.71037,-1.33902,-1.37055,-1.96835,-3.14872,-3.55936,-1.58437,-2.16505,-2.93481,-0.269907,-0.208362,-0.209811,-0.279517,-0.00736698,-0.220653,-0.350476,-0.253608,-0.566132,-0.277731,-0.206395,-0.182183,-0.248906,-0.233934,-0.190489,-0.2289,-0.22971,-0.222427,-0.212671,-0.146675,-0.351807,-0.1746,-0.167937,0.0517197 +-5907.86,0.250346,0.350484,3,-0.247842,0.00499134,-2.77616,-2.53395,-2.36151,-2.53508,-2.19713,-2.20165,-1.82557,-2.11429,-2.00039,-2.19208,-2.28187,-1.26495,-2.61761,-2.70329,-1.27242,-1.70456,-2.01584,-3.21096,-3.50305,-1.58301,-2.06672,-2.84938,-0.23648,-0.30277,-0.281918,-0.161176,-0.242682,-0.247766,-0.145065,-0.226487,-0.214312,-0.277514,-0.244217,-0.229479,-0.242382,-0.129276,-0.394073,-0.261731,-0.222994,-0.236702,-0.264578,-0.291063,-0.188947,-0.376849,-0.32727,0.0706494 +-5911.55,0.375635,0.350484,2,-0.259577,0.00187749,-2.66549,-2.287,-2.28112,-2.56845,-2.21644,-2.00306,-1.82522,-2.16007,-1.90585,-2.21849,-2.42915,-1.4279,-2.85588,-2.77173,-1.2177,-1.62723,-1.81863,-3.39814,-3.67393,-1.59161,-2.34696,-2.88806,-0.247039,-0.205087,-0.184345,-0.106661,-0.268427,-0.198009,-0.294159,-0.245194,-0.202248,-0.248181,-0.14392,-0.257224,-0.189464,-0.25209,-0.253077,-0.232091,-0.131825,-0.206717,-0.35241,-0.322495,-0.261124,-0.254916,-0.454597,0.04333 +-5911.19,0.0025318,0.350484,2,-0.229806,0.00210498,-2.85533,-2.37954,-2.22567,-2.60075,-2.23269,-2.04278,-1.80487,-2.08903,-1.95248,-2.25364,-2.46459,-1.48147,-2.71901,-2.74946,-1.22411,-1.74113,-1.80641,-3.31995,-3.70406,-1.61329,-2.37201,-2.91527,-0.195989,-0.281176,-0.180092,-0.107512,-0.298938,-0.136147,-0.23533,-0.358637,-0.234348,-0.291122,-0.14019,-0.25644,-0.298001,-0.174882,-0.217959,-0.225599,-0.20347,-0.232157,-0.268782,-0.34026,-0.238085,-0.295823,-0.327364,0.04588 +-5901.73,2.30892e-06,0.350484,4,-0.226137,0.00348311,-2.10827,-2.13063,-2.76393,-2.50079,-2.49489,-1.93483,-1.85945,-2.00887,-1.98084,-2.26428,-2.45797,-1.41028,-3.05623,-2.77578,-1.20958,-1.65298,-1.97841,-3.05374,-3.93226,-1.53588,-2.20564,-3.05561,-0.258527,-0.147566,-0.287254,-0.266811,-0.160521,-0.277475,-0.175901,-0.170384,-0.185694,-0.213622,-0.259585,-0.161378,-0.195677,-0.163468,-0.257084,-0.226329,-0.213445,-0.227815,-0.184497,-0.223176,-0.187998,-0.242423,-0.193917,0.0590179 +-5901.73,0.00730071,0.350484,3,-0.226137,0.00348311,-2.10827,-2.13063,-2.76393,-2.50079,-2.49489,-1.93483,-1.85945,-2.00887,-1.98084,-2.26428,-2.45797,-1.41028,-3.05623,-2.77578,-1.20958,-1.65298,-1.97841,-3.05374,-3.93226,-1.53588,-2.20564,-3.05561,-0.258527,-0.147566,-0.287254,-0.266811,-0.160521,-0.277475,-0.175901,-0.170384,-0.185694,-0.213622,-0.259585,-0.161378,-0.195677,-0.163468,-0.257084,-0.226329,-0.213445,-0.227815,-0.184497,-0.223176,-0.187998,-0.242423,-0.193917,0.0590179 +-5901.73,9.9337e-06,0.350484,3,-0.226137,0.00348311,-2.10827,-2.13063,-2.76393,-2.50079,-2.49489,-1.93483,-1.85945,-2.00887,-1.98084,-2.26428,-2.45797,-1.41028,-3.05623,-2.77578,-1.20958,-1.65298,-1.97841,-3.05374,-3.93226,-1.53588,-2.20564,-3.05561,-0.258527,-0.147566,-0.287254,-0.266811,-0.160521,-0.277475,-0.175901,-0.170384,-0.185694,-0.213622,-0.259585,-0.161378,-0.195677,-0.163468,-0.257084,-0.226329,-0.213445,-0.227815,-0.184497,-0.223176,-0.187998,-0.242423,-0.193917,0.0590179 +-5925.02,0.065356,0.350484,2,-0.218726,0.00897598,-2.73303,-2.2259,-2.79533,-2.44407,-2.4667,-2.10905,-1.99481,-2.09967,-2.29652,-2.26677,-2.46534,-1.59776,-2.92804,-2.55183,-1.45205,-1.87164,-1.87492,-3.18999,-4.46615,-1.64218,-2.00656,-3.09792,-0.189192,-0.288177,-0.115296,-0.0942356,-0.224571,-0.371742,-0.244265,-0.272588,-0.243257,-0.312338,-0.0965674,-0.239815,-0.268369,-0.16515,-0.237513,-0.0596635,-0.201206,-0.199554,-0.222727,-0.0914157,-0.290395,-0.280303,-0.301178,0.0947416 +-5933.46,0.784852,0.350484,2,-0.252252,0.00642192,-1.87455,-2.20264,-1.36775,-2.2957,-2.28463,-2.36198,-1.55971,-2.0998,-1.66113,-2.20673,-2.26093,-1.39247,-3.0101,-2.82345,-1.44608,-1.11718,-2.147,-2.6005,-2.8062,-1.761,-2.39451,-2.63142,-0.333251,-0.160679,-0.444514,-0.367565,-0.257978,-0.294765,-0.344417,-0.0103193,-0.296817,-0.24063,-0.340732,-0.218428,-0.174632,-0.0648179,-0.261583,-0.404587,-0.244329,-0.0997888,-0.158444,-0.042477,-0.306786,-0.286635,-0.0461611,0.0801369 +-5915.92,0.720488,0.350484,2,-0.274597,0.00820837,-2.08556,-1.86194,-2.02112,-2.42848,-2.55043,-3.01909,-1.74751,-2.04025,-2.0748,-2.28164,-2.2092,-1.48406,-2.84692,-2.73662,-1.1967,-1.55711,-1.90578,-2.9298,-3.1913,-1.71849,-2.19499,-2.81822,-0.199239,-0.172249,-0.30482,-0.326974,-0.109255,-0.333782,-0.469158,-0.302174,-0.379812,-0.265482,-0.366802,-0.317534,-0.466223,-0.157877,-0.418228,-0.182648,-0.216716,-0.323626,-0.406092,-0.0482916,-0.220966,-0.404999,-0.183808,0.0906 +-5917.71,0.888663,0.350484,3,-0.145104,0.0100865,-2.59929,-2.42591,-2.25352,-2.47039,-2.26947,-1.53572,-1.82105,-2.13083,-1.91242,-2.21098,-2.30934,-1.50361,-3.2779,-2.77794,-1.45957,-1.35485,-2.14863,-2.99464,-3.61157,-1.504,-2.0664,-3.00732,-0.0303213,-0.38671,-0.188788,-0.222696,-0.231758,-0.257858,-0.29223,-0.0411471,-0.119417,-0.444263,-0.0670337,-0.0965177,-0.0950395,-0.125027,-0.151919,-0.27804,-0.0504056,-0.0493693,0.0345756,-0.183741,-0.527591,-0.149798,-0.0947611,0.100431 +-5925.66,0.831872,0.350484,2,-0.211962,0.0153031,-2.84326,-1.76435,-2.30669,-2.39289,-2.28108,-2.58337,-1.67,-2.02318,-2.13706,-2.2017,-2.60324,-1.37927,-3.02825,-2.98348,-1.44193,-1.50806,-1.85346,-2.82816,-3.63587,-1.575,-2.02848,-2.96369,0.0234671,-0.194584,-0.0634543,-0.159589,-0.325931,-0.301934,-0.449662,-0.327948,-0.0751061,-0.210818,-0.152569,-0.381424,-0.268936,0.387715,-0.0917253,-0.178611,-0.163115,-0.0803683,-0.306088,-0.252027,-0.089438,-0.225047,-0.412831,0.123706 +-5932.12,0.590553,0.350484,2,-0.307183,0.0119435,-2.41137,-2.14378,-2.11018,-2.49647,-2.40513,-2.05319,-1.72037,-2.0869,-1.743,-2.30447,-2.32251,-1.19839,-3.25237,-2.96775,-1.58909,-1.64856,-2.30764,-2.81129,-3.38308,-1.31355,-2.00498,-2.99879,-0.44252,-0.439679,-0.420885,-0.27637,-0.289587,-0.199973,-0.280648,-0.280174,-0.483668,-0.363206,-0.0761763,-0.372695,-0.0855256,0.137381,-0.263331,-0.475285,-0.36088,-0.20605,-0.317933,-0.210221,-0.910197,-0.134051,-0.276169,0.109286 +-5931.85,0.873374,0.350484,2,-0.278149,0.0256775,-2.66824,-2.27689,-2.04838,-2.38612,-2.39773,-2.07079,-1.83466,-1.96803,-1.75089,-2.37385,-2.46444,-1.26136,-2.96929,-2.97291,-1.63687,-1.46759,-1.94406,-3.10305,-3.22618,-1.33749,-2.00516,-2.91393,-0.529645,-0.316047,-0.320578,-0.0824606,-0.398042,-0.2316,-0.425522,0.00408608,-0.578303,-0.324175,-0.00667276,-0.358185,-0.411587,0.0047976,-0.271761,-0.185887,-0.158603,-0.15606,-0.309531,-0.253748,-0.705713,-0.399391,-0.213836,0.160242 +-5924.78,0.962866,0.350484,2,-0.310147,0.0233366,-1.68086,-2.18717,-1.86865,-2.42381,-2.52582,-2.55156,-1.84615,-2.25197,-1.78046,-2.29896,-2.38152,-1.36036,-3.03797,-2.8666,-1.38327,-1.54217,-1.84323,-2.83386,-3.0988,-1.34936,-1.89975,-2.8118,-0.419019,-0.492194,-0.3797,-0.13695,-0.382796,-0.0728885,-0.348698,-0.0200586,-0.512905,-0.287589,-0.0465171,-0.286447,-0.295991,0.335116,-0.287557,-0.428558,-0.159129,-0.24786,-0.267004,-0.320025,-0.743881,-0.50908,-0.316394,0.152763 +-5922.67,0.692921,0.350484,2,-0.368569,0.00301494,-2.75529,-2.0496,-2.25618,-2.33052,-2.37479,-1.79069,-1.59458,-1.98915,-1.9651,-2.0984,-2.30144,-1.47922,-2.66763,-2.6114,-1.36713,-1.32121,-2.42886,-2.87911,-3.68096,-1.6636,-2.23846,-2.85951,-0.33058,-0.352497,-0.387485,-0.320579,-0.151542,-0.559132,-0.40432,-0.367861,-0.351333,-0.431244,-0.400298,-0.276696,-0.538021,-0.418268,-0.363892,-0.233722,-0.0151897,-0.408786,-0.153251,-0.224426,-0.250171,-0.357042,-0.392816,0.0549084 +-5918.8,0.230779,0.350484,2,-0.285297,0.0174293,-2.64253,-2.32327,-2.34548,-2.35383,-2.24276,-2.52411,-1.72375,-2.03641,-2.03093,-2.2338,-2.39393,-1.41066,-2.97136,-2.73792,-1.33694,-1.55121,-2.04386,-2.63754,-3.44573,-1.25062,-2.22578,-3.05576,-0.244873,-0.436974,-0.181732,-0.308476,-0.386391,-0.287719,-0.409274,-0.256167,-0.28823,-0.465782,-0.0573265,-0.293513,-0.112276,0.159216,-0.208092,-0.432767,-0.244943,-0.13645,-0.33435,-0.458888,-0.461853,-0.306886,-0.189166,0.13202 +-5913.09,0.963954,0.350484,3,-0.269773,0.00195835,-2.65603,-1.95535,-2.1206,-2.36982,-2.45217,-2.43963,-1.75032,-2.02935,-1.92948,-2.11028,-2.51435,-1.43026,-3.26494,-2.81705,-1.27663,-1.48602,-1.91404,-3.2161,-2.5571,-1.63969,-2.02565,-2.6847,-0.269033,-0.190485,-0.308821,-0.27887,-0.0771799,-0.249107,-0.251231,-0.267664,-0.269725,-0.378464,-0.283557,-0.290006,-0.343115,-0.291463,-0.340471,-0.185625,-0.220937,-0.317809,-0.333843,-0.137062,-0.202809,-0.2986,-0.318402,0.0442532 +-5913.09,0.12229,0.350484,2,-0.269773,0.00195835,-2.65603,-1.95535,-2.1206,-2.36982,-2.45217,-2.43963,-1.75032,-2.02935,-1.92948,-2.11028,-2.51435,-1.43026,-3.26494,-2.81705,-1.27663,-1.48602,-1.91404,-3.2161,-2.5571,-1.63969,-2.02565,-2.6847,-0.269033,-0.190485,-0.308821,-0.27887,-0.0771799,-0.249107,-0.251231,-0.267664,-0.269725,-0.378464,-0.283557,-0.290006,-0.343115,-0.291463,-0.340471,-0.185625,-0.220937,-0.317809,-0.333843,-0.137062,-0.202809,-0.2986,-0.318402,0.0442532 +-5913.09,1.90409e-11,0.350484,2,-0.269773,0.00195835,-2.65603,-1.95535,-2.1206,-2.36982,-2.45217,-2.43963,-1.75032,-2.02935,-1.92948,-2.11028,-2.51435,-1.43026,-3.26494,-2.81705,-1.27663,-1.48602,-1.91404,-3.2161,-2.5571,-1.63969,-2.02565,-2.6847,-0.269033,-0.190485,-0.308821,-0.27887,-0.0771799,-0.249107,-0.251231,-0.267664,-0.269725,-0.378464,-0.283557,-0.290006,-0.343115,-0.291463,-0.340471,-0.185625,-0.220937,-0.317809,-0.333843,-0.137062,-0.202809,-0.2986,-0.318402,0.0442532 +-5913.09,0.0215546,0.350484,2,-0.269773,0.00195835,-2.65603,-1.95535,-2.1206,-2.36982,-2.45217,-2.43963,-1.75032,-2.02935,-1.92948,-2.11028,-2.51435,-1.43026,-3.26494,-2.81705,-1.27663,-1.48602,-1.91404,-3.2161,-2.5571,-1.63969,-2.02565,-2.6847,-0.269033,-0.190485,-0.308821,-0.27887,-0.0771799,-0.249107,-0.251231,-0.267664,-0.269725,-0.378464,-0.283557,-0.290006,-0.343115,-0.291463,-0.340471,-0.185625,-0.220937,-0.317809,-0.333843,-0.137062,-0.202809,-0.2986,-0.318402,0.0442532 +-5913.09,4.21989e-09,0.350484,2,-0.269773,0.00195835,-2.65603,-1.95535,-2.1206,-2.36982,-2.45217,-2.43963,-1.75032,-2.02935,-1.92948,-2.11028,-2.51435,-1.43026,-3.26494,-2.81705,-1.27663,-1.48602,-1.91404,-3.2161,-2.5571,-1.63969,-2.02565,-2.6847,-0.269033,-0.190485,-0.308821,-0.27887,-0.0771799,-0.249107,-0.251231,-0.267664,-0.269725,-0.378464,-0.283557,-0.290006,-0.343115,-0.291463,-0.340471,-0.185625,-0.220937,-0.317809,-0.333843,-0.137062,-0.202809,-0.2986,-0.318402,0.0442532 +-5913.09,1.63584e-23,0.350484,2,-0.269773,0.00195835,-2.65603,-1.95535,-2.1206,-2.36982,-2.45217,-2.43963,-1.75032,-2.02935,-1.92948,-2.11028,-2.51435,-1.43026,-3.26494,-2.81705,-1.27663,-1.48602,-1.91404,-3.2161,-2.5571,-1.63969,-2.02565,-2.6847,-0.269033,-0.190485,-0.308821,-0.27887,-0.0771799,-0.249107,-0.251231,-0.267664,-0.269725,-0.378464,-0.283557,-0.290006,-0.343115,-0.291463,-0.340471,-0.185625,-0.220937,-0.317809,-0.333843,-0.137062,-0.202809,-0.2986,-0.318402,0.0442532 +-5909.01,1.90039e-11,0.350484,2,-0.278848,0.00440681,-2.98773,-2.07932,-2.2305,-2.23549,-2.34353,-2.51103,-1.81033,-1.88232,-2.07999,-2.20389,-2.45837,-1.27129,-3.37088,-2.82477,-1.41676,-1.44583,-2.16435,-3.13062,-2.78418,-1.62124,-2.15064,-2.75415,-0.262443,-0.325803,-0.313756,-0.296814,-0.231435,-0.362687,-0.254978,-0.356787,-0.291427,-0.31158,-0.195717,-0.223766,-0.321109,-0.143514,-0.349904,-0.277037,-0.278107,-0.243,-0.247594,-0.265858,-0.39727,-0.228314,-0.242995,0.0663838 +-5912.73,3.13174e-12,0.350484,2,-0.28767,0.00231726,-2.68875,-2.20291,-1.99718,-2.21454,-2.36699,-2.38275,-1.84986,-1.90608,-2.12932,-2.18827,-2.47294,-1.25398,-3.39054,-2.86372,-1.45131,-1.39555,-2.04002,-3.02164,-2.51695,-1.71363,-2.14787,-2.83361,-0.276033,-0.219495,-0.359738,-0.34265,-0.260377,-0.245949,-0.300558,-0.350153,-0.255337,-0.29678,-0.185597,-0.210006,-0.220207,-0.253631,-0.318911,-0.373756,-0.299489,-0.233155,-0.303812,-0.246139,-0.422698,-0.29068,-0.243641,0.0481379 +-5912.73,0.00415237,0.350484,2,-0.28767,0.00231726,-2.68875,-2.20291,-1.99718,-2.21454,-2.36699,-2.38275,-1.84986,-1.90608,-2.12932,-2.18827,-2.47294,-1.25398,-3.39054,-2.86372,-1.45131,-1.39555,-2.04002,-3.02164,-2.51695,-1.71363,-2.14787,-2.83361,-0.276033,-0.219495,-0.359738,-0.34265,-0.260377,-0.245949,-0.300558,-0.350153,-0.255337,-0.29678,-0.185597,-0.210006,-0.220207,-0.253631,-0.318911,-0.373756,-0.299489,-0.233155,-0.303812,-0.246139,-0.422698,-0.29068,-0.243641,0.0481379 +-5912.73,1.62909e-23,0.350484,2,-0.28767,0.00231726,-2.68875,-2.20291,-1.99718,-2.21454,-2.36699,-2.38275,-1.84986,-1.90608,-2.12932,-2.18827,-2.47294,-1.25398,-3.39054,-2.86372,-1.45131,-1.39555,-2.04002,-3.02164,-2.51695,-1.71363,-2.14787,-2.83361,-0.276033,-0.219495,-0.359738,-0.34265,-0.260377,-0.245949,-0.300558,-0.350153,-0.255337,-0.29678,-0.185597,-0.210006,-0.220207,-0.253631,-0.318911,-0.373756,-0.299489,-0.233155,-0.303812,-0.246139,-0.422698,-0.29068,-0.243641,0.0481379 +-5912.73,0.125092,0.350484,2,-0.28767,0.00231726,-2.68875,-2.20291,-1.99718,-2.21454,-2.36699,-2.38275,-1.84986,-1.90608,-2.12932,-2.18827,-2.47294,-1.25398,-3.39054,-2.86372,-1.45131,-1.39555,-2.04002,-3.02164,-2.51695,-1.71363,-2.14787,-2.83361,-0.276033,-0.219495,-0.359738,-0.34265,-0.260377,-0.245949,-0.300558,-0.350153,-0.255337,-0.29678,-0.185597,-0.210006,-0.220207,-0.253631,-0.318911,-0.373756,-0.299489,-0.233155,-0.303812,-0.246139,-0.422698,-0.29068,-0.243641,0.0481379 +-5912.73,0.00286215,0.350484,3,-0.28767,0.00231726,-2.68875,-2.20291,-1.99718,-2.21454,-2.36699,-2.38275,-1.84986,-1.90608,-2.12932,-2.18827,-2.47294,-1.25398,-3.39054,-2.86372,-1.45131,-1.39555,-2.04002,-3.02164,-2.51695,-1.71363,-2.14787,-2.83361,-0.276033,-0.219495,-0.359738,-0.34265,-0.260377,-0.245949,-0.300558,-0.350153,-0.255337,-0.29678,-0.185597,-0.210006,-0.220207,-0.253631,-0.318911,-0.373756,-0.299489,-0.233155,-0.303812,-0.246139,-0.422698,-0.29068,-0.243641,0.0481379 +-5909.76,0.0833039,0.350484,2,-0.214227,0.00428859,-2.65223,-1.90186,-2.07813,-2.52914,-2.57324,-2.01807,-1.77488,-2.33499,-1.87461,-2.17871,-2.33415,-1.70388,-2.9856,-2.68135,-1.29825,-1.61078,-1.97443,-2.86046,-3.75044,-1.46824,-2.04284,-2.96013,-0.220166,-0.290128,-0.20015,-0.193897,-0.189298,-0.226442,-0.140748,-0.0433346,-0.212021,-0.389134,-0.210187,-0.228208,-0.288388,0.123814,-0.199995,-0.0722469,-0.164719,-0.165701,-0.196893,-0.163529,-0.227822,-0.251894,-0.280152,0.0654874 +-5913.72,0.722635,0.350484,2,-0.212477,0.00645651,-2.39608,-2.24987,-2.13032,-2.49232,-2.54488,-2.18501,-1.71487,-2.3638,-1.94847,-2.09558,-2.43596,-1.72127,-3.01817,-2.627,-1.08988,-1.66211,-2.27535,-2.96479,-3.74036,-1.45344,-2.13444,-2.9166,-0.25064,-0.188933,-0.361557,-0.224254,-0.237771,-0.202392,-0.337885,0.00207248,-0.257156,-0.347104,-0.240587,-0.166176,-0.121983,-0.27638,-0.212658,-0.202796,-0.0909868,-0.195098,-0.297811,-0.0920454,-0.278383,-0.272057,-0.148158,0.0803524 +-5916.14,1.63738e-40,0.350484,3,-0.227978,0.00321162,-2.08689,-2.10564,-1.92971,-2.2207,-2.19948,-2.56232,-1.69616,-2.11843,-1.88011,-2.4145,-2.07351,-1.27863,-3.28131,-2.7722,-1.82554,-1.30263,-2.09121,-2.97182,-2.9626,-1.64896,-2.25697,-2.75571,-0.321615,-0.15644,-0.168973,-0.294477,-0.243267,-0.157329,-0.298425,-0.239517,-0.209193,-0.151799,-0.239858,-0.241563,-0.33503,-0.194975,-0.244737,-0.182213,-0.179965,-0.187106,-0.2011,-0.300212,-0.169521,-0.223936,-0.192093,0.0566712 +-5904.97,0.964223,0.350484,2,-0.220291,0.00245293,-2.02046,-2.14497,-1.93541,-2.25791,-2.25,-2.59326,-1.6936,-2.14598,-2.00369,-2.43935,-2.25022,-1.36902,-3.03395,-2.80566,-1.70192,-1.37453,-1.99921,-2.66352,-3.27141,-1.52555,-2.15507,-2.85664,-0.132656,-0.270052,-0.251677,-0.259967,-0.179229,-0.255896,-0.294007,-0.166215,-0.214405,-0.236475,-0.321269,-0.168399,-0.0940488,-0.141023,-0.166012,-0.18609,-0.219931,-0.251058,-0.212632,-0.141165,-0.269333,-0.226763,-0.219016,0.0495271 +-5904.97,0.0158168,0.350484,2,-0.220291,0.00245293,-2.02046,-2.14497,-1.93541,-2.25791,-2.25,-2.59326,-1.6936,-2.14598,-2.00369,-2.43935,-2.25022,-1.36902,-3.03395,-2.80566,-1.70192,-1.37453,-1.99921,-2.66352,-3.27141,-1.52555,-2.15507,-2.85664,-0.132656,-0.270052,-0.251677,-0.259967,-0.179229,-0.255896,-0.294007,-0.166215,-0.214405,-0.236475,-0.321269,-0.168399,-0.0940488,-0.141023,-0.166012,-0.18609,-0.219931,-0.251058,-0.212632,-0.141165,-0.269333,-0.226763,-0.219016,0.0495271 +-5904.97,0.0705374,0.350484,2,-0.220291,0.00245293,-2.02046,-2.14497,-1.93541,-2.25791,-2.25,-2.59326,-1.6936,-2.14598,-2.00369,-2.43935,-2.25022,-1.36902,-3.03395,-2.80566,-1.70192,-1.37453,-1.99921,-2.66352,-3.27141,-1.52555,-2.15507,-2.85664,-0.132656,-0.270052,-0.251677,-0.259967,-0.179229,-0.255896,-0.294007,-0.166215,-0.214405,-0.236475,-0.321269,-0.168399,-0.0940488,-0.141023,-0.166012,-0.18609,-0.219931,-0.251058,-0.212632,-0.141165,-0.269333,-0.226763,-0.219016,0.0495271 +-5904.97,0.111267,0.350484,2,-0.220291,0.00245293,-2.02046,-2.14497,-1.93541,-2.25791,-2.25,-2.59326,-1.6936,-2.14598,-2.00369,-2.43935,-2.25022,-1.36902,-3.03395,-2.80566,-1.70192,-1.37453,-1.99921,-2.66352,-3.27141,-1.52555,-2.15507,-2.85664,-0.132656,-0.270052,-0.251677,-0.259967,-0.179229,-0.255896,-0.294007,-0.166215,-0.214405,-0.236475,-0.321269,-0.168399,-0.0940488,-0.141023,-0.166012,-0.18609,-0.219931,-0.251058,-0.212632,-0.141165,-0.269333,-0.226763,-0.219016,0.0495271 +-5904.97,0.160211,0.350484,2,-0.220291,0.00245293,-2.02046,-2.14497,-1.93541,-2.25791,-2.25,-2.59326,-1.6936,-2.14598,-2.00369,-2.43935,-2.25022,-1.36902,-3.03395,-2.80566,-1.70192,-1.37453,-1.99921,-2.66352,-3.27141,-1.52555,-2.15507,-2.85664,-0.132656,-0.270052,-0.251677,-0.259967,-0.179229,-0.255896,-0.294007,-0.166215,-0.214405,-0.236475,-0.321269,-0.168399,-0.0940488,-0.141023,-0.166012,-0.18609,-0.219931,-0.251058,-0.212632,-0.141165,-0.269333,-0.226763,-0.219016,0.0495271 +-5912.11,0.384588,0.350484,3,-0.231502,0.00394569,-2.54936,-2.05333,-2.37174,-2.54165,-2.74006,-1.88893,-1.93704,-2.0572,-2.07409,-2.28019,-2.27809,-1.23782,-2.97483,-2.62956,-1.25095,-1.79618,-2.03015,-3.24092,-3.44793,-1.33644,-2.13707,-2.94146,-0.144419,-0.319002,-0.122601,-0.166087,-0.164007,-0.28229,-0.297478,-0.214476,-0.282283,-0.121244,-0.202924,-0.394484,-0.241499,-0.187894,-0.21878,-0.259203,-0.242839,-0.247959,-0.200297,-0.216848,-0.289053,-0.251008,-0.213202,0.0628147 +-5907.29,0.240798,0.350484,2,-0.236038,0.00449126,-2.64812,-1.84962,-2.23067,-2.57233,-2.74115,-2.25264,-1.75372,-2.11173,-2.05709,-2.32703,-2.31345,-1.33877,-3.11769,-2.76459,-1.2649,-1.65057,-2.28512,-2.91083,-3.42949,-1.55599,-2.214,-3.15923,-0.257793,-0.179326,-0.2945,-0.143836,-0.262283,-0.221615,-0.363896,-0.293065,-0.179335,-0.316532,-0.22423,-0.244119,-0.202815,-0.168612,-0.25211,-0.255769,-0.191009,-0.196261,-0.169775,-0.332517,-0.19661,-0.224197,-0.216572,0.0670168 +-5906.34,0.0483683,0.350484,2,-0.190417,0.00213857,-2.20105,-2.13565,-2.4583,-2.34748,-2.22565,-1.85542,-1.83325,-1.92816,-1.79521,-2.21766,-2.17396,-1.51126,-3.49633,-2.86734,-1.3417,-1.48495,-2.01299,-3.57968,-3.24223,-1.40437,-2.19985,-2.93421,-0.257683,-0.311162,-0.13767,-0.262105,-0.236229,-0.171958,-0.211789,-0.217398,-0.325538,-0.182881,-0.276386,-0.246091,-0.169837,-0.120394,-0.227447,-0.207433,-0.201594,-0.210387,-0.204134,-0.172305,-0.183438,-0.299992,-0.183472,0.0462447 +-5905.96,3.09442e-27,0.350484,3,-0.272405,0.00310466,-1.93087,-1.59686,-1.9602,-2.29305,-2.50689,-2.25682,-1.73657,-1.90647,-2.07596,-2.29522,-2.11591,-1.33978,-3.35705,-2.56438,-1.42745,-1.67034,-1.86525,-2.93639,-3.30849,-1.46101,-2.17123,-2.85055,-0.243285,-0.244671,-0.373345,-0.288581,-0.229339,-0.302069,-0.331731,-0.338939,-0.309782,-0.267046,-0.488498,-0.212782,-0.307362,-0.249609,-0.266333,-0.289335,-0.291506,-0.279415,-0.286197,-0.310043,-0.377187,-0.25924,-0.328143,0.0557194 +-5904.88,1.28912e-41,0.350484,3,-0.295422,0.00241884,-1.83923,-1.64692,-2.06984,-2.32678,-2.47018,-2.39951,-1.75211,-1.93983,-2.015,-2.29724,-2.09756,-1.2817,-3.36104,-2.64854,-1.45782,-1.68283,-1.8567,-2.93712,-3.29984,-1.45972,-2.20652,-2.94986,-0.331877,-0.251036,-0.381225,-0.286214,-0.267678,-0.309726,-0.344092,-0.333926,-0.320957,-0.24938,-0.457723,-0.202729,-0.242512,-0.319799,-0.232928,-0.245727,-0.262596,-0.37872,-0.295278,-0.264938,-0.341885,-0.285335,-0.286295,0.0491817 +-5906.94,0.35165,0.350484,2,-0.267551,0.00480711,-2.06483,-2.20064,-2.28254,-2.32766,-2.63846,-1.93022,-1.77575,-1.987,-1.82484,-2.21965,-2.22779,-1.31257,-3.59323,-2.71534,-1.28579,-1.42701,-1.874,-2.75807,-3.13375,-1.51917,-2.1624,-2.80883,-0.226473,-0.350893,-0.343612,-0.275884,-0.2639,-0.251319,-0.40983,-0.302418,-0.255173,-0.301278,-0.211299,-0.281896,-0.276067,-0.125509,-0.208942,-0.13483,-0.310241,-0.130976,-0.28395,-0.287473,-0.169928,-0.295905,-0.273985,0.0693333 +-5906.94,0.294566,0.350484,3,-0.267551,0.00480711,-2.06483,-2.20064,-2.28254,-2.32766,-2.63846,-1.93022,-1.77575,-1.987,-1.82484,-2.21965,-2.22779,-1.31257,-3.59323,-2.71534,-1.28579,-1.42701,-1.874,-2.75807,-3.13375,-1.51917,-2.1624,-2.80883,-0.226473,-0.350893,-0.343612,-0.275884,-0.2639,-0.251319,-0.40983,-0.302418,-0.255173,-0.301278,-0.211299,-0.281896,-0.276067,-0.125509,-0.208942,-0.13483,-0.310241,-0.130976,-0.28395,-0.287473,-0.169928,-0.295905,-0.273985,0.0693333 +-5925.61,0.197648,0.350484,2,-0.308116,0.0269114,-3.07232,-2.62055,-2.54259,-2.40158,-2.444,-2.22274,-1.75922,-2.16026,-2.16779,-2.12645,-2.3403,-1.41565,-2.90098,-2.75434,-1.08884,-1.4384,-1.89744,-3.24988,-3.14875,-1.61132,-2.02942,-3.04503,-0.322813,-0.221998,-0.203673,-0.322861,0.104347,-0.345689,-0.206507,-0.237383,-0.173157,-0.422422,-0.349952,-0.311195,-0.323702,-0.124667,-0.62051,-0.545344,-0.213539,-0.019018,-0.347207,-0.273621,-0.567766,-0.355052,-0.318436,0.164047 +-5926.13,0.902124,0.350484,2,-0.260607,0.0101178,-2.13325,-2.63436,-1.81068,-2.46577,-2.5399,-1.92619,-1.92385,-1.95672,-2.08245,-2.2941,-1.99621,-1.32565,-3.11899,-2.78143,-1.04104,-1.39083,-2.25069,-2.44042,-3.05704,-1.37431,-1.96707,-3.14691,-0.226142,-0.215943,-0.20156,-0.198847,-0.0994066,-0.152038,-0.290805,-0.300598,-0.145147,-0.399249,-0.374701,-0.301104,-0.357489,0.193749,-0.300757,-0.232383,-0.12938,-0.356699,-0.304096,-0.318511,-0.380289,-0.273246,-0.366478,0.100587 +-5920.83,0.794125,0.350484,3,-0.246953,0.0197075,-2.14821,-1.81771,-2.35259,-2.36663,-2.25761,-2.87019,-1.70117,-2.12984,-1.90303,-2.33419,-2.51324,-1.58342,-3.04045,-3.08376,-1.30031,-1.50889,-1.76816,-3.32903,-3.4737,-1.45205,-2.21614,-2.88925,-0.310055,-0.372022,-0.448558,-0.315974,-0.339377,-0.283139,-0.290659,-0.194198,-0.421315,-0.0411294,-0.198104,-0.173216,-0.186851,0.219939,-0.339925,-0.309459,-0.333675,-0.192214,-0.217312,-0.326148,-0.374874,-0.32998,-0.221366,0.140384 +-5923.56,0.938032,0.350484,2,-0.275915,0.0293041,-2.07955,-1.93683,-2.2196,-2.35712,-2.36229,-2.98884,-1.72295,-2.15516,-1.99854,-2.36589,-2.5225,-1.66872,-3.16638,-3.06464,-1.3163,-1.54603,-1.67453,-3.24033,-3.52796,-1.44843,-2.20119,-2.83983,-0.340936,-0.380073,-0.441946,-0.340835,-0.32186,-0.35789,-0.289914,-0.213557,-0.455131,-0.088733,-0.165833,-0.136476,-0.196441,0.200497,-0.394749,-0.25258,-0.270723,-0.258477,-0.207765,-0.35684,-0.443421,-0.374132,-0.250782,0.171184 +-5923.19,0.690062,0.350484,2,-0.249571,0.00584827,-2.63807,-2.09031,-2.17413,-2.32518,-2.34419,-2.51693,-1.64668,-2.00851,-1.68367,-2.39127,-2.31758,-1.26375,-2.62803,-2.89597,-1.23953,-1.28002,-2.14685,-2.76123,-3.04578,-1.59235,-2.19097,-2.69894,-0.0163595,-0.448713,-0.201065,-0.311163,-0.267573,-0.261423,-0.298619,-0.33986,-0.273425,-0.122438,-0.218615,-0.173156,-0.264283,0.201694,-0.204981,-0.346004,-0.335477,-0.219571,-0.0257617,-0.373045,-0.229698,-0.351561,-0.332602,0.076474 +-5917.79,0.486779,0.350484,3,-0.289168,0.00849853,-1.9589,-2.33,-1.93136,-2.42639,-2.4347,-1.75979,-1.66404,-2.31759,-2.19096,-2.133,-2.24301,-1.6784,-3.35013,-2.65653,-1.41633,-1.58382,-1.93911,-3.23804,-3.86944,-1.44062,-2.00276,-3.01685,-0.271033,-0.26381,-0.308296,-0.281601,-0.342767,-0.229231,-0.417531,-0.356355,-0.348707,-0.329381,-0.36185,-0.0837509,-0.385066,-0.338939,-0.299462,-0.213104,-0.300693,-0.298077,-0.410462,-0.31392,-0.368956,-0.217972,-0.440007,0.0921875 +-5919.63,0.954748,0.350484,2,-0.247546,0.0041808,-2.53857,-2.32281,-2.07084,-2.37911,-2.24006,-2.4601,-1.68381,-1.87203,-1.59202,-2.32548,-2.29702,-1.29085,-2.54898,-2.69807,-1.59178,-1.32391,-2.16337,-2.43342,-2.73534,-1.36588,-2.24114,-2.88294,-0.193609,-0.355847,-0.236074,-0.23493,-0.295637,-0.12797,-0.33687,-0.0981571,-0.188749,-0.235667,-0.192263,-0.308365,-0.317717,-0.257402,-0.146943,-0.317286,-0.251301,-0.193174,-0.280115,-0.182735,-0.205106,-0.308127,-0.318066,0.0646591 +-5912.11,1,0.350484,2,-0.283466,0.00536275,-2.60496,-2.12209,-2.05644,-2.43656,-2.45096,-2.22392,-1.70421,-2.23122,-2.29218,-2.20409,-2.29624,-1.50589,-3.42543,-2.77216,-1.11084,-1.64082,-1.85626,-3.41856,-3.84001,-1.55377,-2.1512,-2.88024,-0.281917,-0.367887,-0.11543,-0.284136,-0.314143,-0.17891,-0.307609,-0.3523,-0.196779,-0.322113,-0.227299,-0.15525,-0.344313,-0.101256,-0.314342,-0.293561,-0.375199,-0.207174,-0.291353,-0.251366,-0.245506,-0.358865,-0.364072,0.0732308 +-5911.77,0.332745,0.350484,2,-0.309252,0.00433011,-2.43612,-2.01889,-2.08794,-2.33444,-2.11287,-1.91724,-1.7219,-2.0731,-1.53964,-2.18731,-2.29506,-1.38058,-2.95038,-2.51715,-1.32222,-1.18801,-1.77703,-3.40446,-2.81933,-1.50557,-2.3478,-2.95334,-0.298779,-0.258492,-0.454776,-0.271322,-0.211458,-0.319776,-0.339523,-0.135763,-0.387935,-0.328789,-0.314077,-0.358883,-0.282299,-0.246991,-0.315033,-0.277019,-0.31785,-0.275114,-0.222221,-0.309843,-0.314321,-0.213086,-0.361096,0.0658036 +-5914.6,0.0138557,0.350484,3,-0.275889,0.0056228,-2.32845,-2.14628,-2.05233,-2.27863,-2.19381,-2.01347,-1.7305,-2.1243,-1.59644,-2.20446,-2.2525,-1.37621,-2.91064,-2.48624,-1.26765,-1.26723,-1.78479,-3.39869,-2.92084,-1.52049,-2.38657,-3.07098,-0.183987,-0.264863,-0.430907,-0.306238,-0.179904,-0.305425,-0.332474,-0.154853,-0.362596,-0.327485,-0.252659,-0.444441,-0.288041,-0.213347,-0.284797,-0.283225,-0.358827,-0.365619,-0.210254,-0.264616,-0.307221,-0.246654,-0.401621,0.0749853 +-5914.92,0.202849,0.350484,2,-0.32108,0.00404163,-2.61794,-2.36298,-2.3322,-2.26985,-2.25968,-1.97213,-1.76625,-2.12899,-1.57941,-2.1905,-2.26092,-1.34752,-2.94874,-2.67547,-1.32984,-1.2536,-1.5645,-3.22652,-3.30218,-1.36251,-2.26923,-3.08806,-0.458976,-0.315549,-0.473186,-0.290508,-0.206533,-0.306113,-0.323227,-0.125805,-0.270559,-0.256682,-0.260666,-0.355782,-0.343985,-0.329745,-0.268401,-0.302623,-0.424052,-0.237934,-0.291888,-0.341336,-0.200422,-0.302832,-0.358157,0.0635738 +-5922.56,0.760929,0.350484,2,-0.402771,0.00675455,-2.00373,-1.85139,-1.91305,-2.40528,-2.27929,-1.88596,-1.51992,-2.17648,-2.08538,-2.30319,-2.39408,-1.58873,-2.8984,-2.67001,-1.02663,-1.32914,-1.79526,-2.18189,-3.24055,-1.52765,-2.11969,-2.86635,-0.140968,-0.333158,-0.704633,-0.372038,-0.416903,-0.359164,-0.499697,-0.261099,-0.440643,-0.36961,-0.374635,-0.217507,-0.336117,-0.184717,-0.434508,-0.399041,-0.398632,-0.464689,-0.30627,-0.29806,-0.483124,-0.355039,-0.308765,0.0821861 +-5919.72,0.916003,0.350484,2,-0.346179,0.0150401,-2.26551,-1.89338,-1.99141,-2.39569,-2.20857,-2.08204,-1.57297,-2.11072,-2.08919,-2.22611,-2.21889,-1.41568,-2.78399,-2.62412,-1.08829,-1.31331,-1.72491,-3.06657,-3.02617,-1.27905,-2.14299,-2.93718,-0.448541,-0.418041,-0.860431,-0.250215,-0.202889,-0.478871,-0.566112,-0.406838,-0.362404,-0.324519,-0.39634,-0.293321,-0.328561,-0.112863,-0.385041,-0.506295,-0.349876,-0.360988,-0.351798,-0.398388,-0.3262,-0.640633,-0.239399,0.122638 +-5928.22,0.845062,0.350484,3,-0.327537,0.0177069,-2.47279,-2.41538,-1.82555,-2.26296,-2.52187,-2.75461,-1.66153,-1.77925,-1.69107,-2.24137,-2.21339,-1.36443,-2.88613,-2.85465,-1.64399,-1.45849,-2.08157,-2.82841,-3.47225,-1.75539,-2.10133,-2.79354,-0.326201,-0.332941,-0.707691,-0.510466,-0.396523,-0.241056,-0.445109,-0.475308,-0.42797,-0.370882,-0.360794,-0.313738,-0.66585,-0.08801,-0.302221,-0.242054,-0.293051,-0.292239,-0.417408,-0.16343,-0.553027,-0.250997,-0.51622,0.133067 +-5919.14,0.984887,0.350484,3,-0.242054,0.0289144,-2.15002,-1.96893,-2.35449,-2.42141,-2.13984,-1.90979,-1.77095,-2.27732,-1.96937,-2.11081,-2.2274,-1.40985,-2.93832,-2.86967,-1.17012,-1.34811,-1.70897,-3.04771,-3.50575,-1.37618,-2.11584,-2.9926,-0.326385,-0.205699,-0.202223,-0.181493,-0.24934,-0.312221,-0.385423,-0.146868,-0.445632,-0.344484,-0.307044,-0.30371,-0.259817,0.129788,-0.376534,-0.393036,-0.286328,-0.421131,-0.172542,-0.335046,-0.438044,-0.377574,-0.404928,0.170042 +-5922.3,1,0.350484,3,-0.160284,0.0139401,-2.70071,-2.27853,-2.06106,-2.34758,-2.71217,-2.52256,-1.70979,-2.13402,-1.90238,-2.36936,-2.39585,-1.54619,-3.0453,-2.62558,-1.68018,-1.49029,-2.24644,-3.03349,-3.14992,-1.73473,-2.09935,-2.83228,-0.206628,-0.249712,-0.360349,-0.374716,-0.282129,-0.375491,-0.439281,-0.201904,-0.122746,-0.225325,-0.232917,-0.0678217,-0.33489,-0.154522,-0.122997,-0.0933769,-0.223284,0.0862747,-0.292376,-0.087178,-0.320916,-0.174434,-0.0747263,0.118068 +-5919.96,0.996849,0.350484,3,-0.19297,0.00795935,-2.81376,-2.49939,-1.90794,-2.6189,-2.76129,-2.59347,-1.78614,-2.36209,-1.93495,-2.24812,-2.42753,-1.45086,-3.45362,-2.7096,-1.18385,-1.42376,-1.97643,-2.82232,-3.32593,-1.45906,-2.26605,-2.85658,-0.263208,-0.166357,-0.383166,-0.0431426,-0.200216,-0.290093,-0.431556,-0.180088,-0.107616,-0.328069,-0.155883,-0.171864,-0.237653,-0.167541,-0.283476,-0.184298,-0.263758,-0.100393,-0.277773,-0.188062,-0.261305,-0.0931785,-0.144727,0.0892152 +-5916.24,1,0.350484,2,-0.185998,0.0211295,-2.06804,-2.3054,-1.84211,-2.46022,-2.53482,-2.61759,-1.75644,-2.1307,-1.88821,-2.22377,-2.32285,-1.47892,-3.09753,-2.75088,-1.51691,-1.70941,-2.221,-3.18639,-3.43021,-1.32142,-2.12015,-2.8357,-0.116077,-0.245555,-0.440734,-0.234412,-0.089152,-0.120443,-0.24722,0.0257297,-0.38591,-0.214159,-0.134197,-0.212359,-0.164103,-0.0295202,-0.149248,-0.234911,0.0254973,-0.271675,-0.0607148,-0.333625,-0.199399,-0.492766,-0.274176,0.14536 +-5927.83,0.792975,0.350484,2,-0.156875,0.00673929,-2.07141,-2.46259,-1.89863,-2.42317,-2.77062,-2.42312,-1.67372,-2.00042,-1.90434,-2.17269,-2.41571,-1.38312,-3.43693,-2.80576,-1.27687,-1.59775,-2.24692,-3.42411,-3.0176,-1.43016,-2.17048,-2.79271,-0.12487,-0.0529023,-0.426553,-0.206314,-0.0304874,-0.375879,-0.494766,-0.163407,-0.342251,-0.228512,-0.173848,-0.327175,-0.107984,-0.147999,-0.0779457,-0.165302,-0.264281,-0.0296274,0.114396,-0.206563,-0.121584,-0.266636,-0.0106406,0.0820932 +-5915.55,0.963746,0.350484,2,-0.188806,0.00702396,-2.69149,-2.16511,-2.30304,-2.4611,-2.68718,-2.45872,-1.6244,-1.94966,-1.93763,-2.24622,-2.26279,-1.39336,-3.362,-2.88948,-1.34969,-1.47869,-2.08002,-3.61601,-2.85612,-1.50126,-2.07443,-2.83464,-0.174519,-0.102683,-0.158871,-0.245744,-0.106481,-0.377435,-0.534904,-0.20178,-0.340721,-0.164747,-0.240242,-0.227828,-0.239058,-0.0591356,-0.165928,-0.205742,-0.115545,0.00796697,-0.058412,-0.236856,-0.184017,-0.22099,-0.120056,0.0838091 +-5918.14,0.255542,0.350484,2,-0.186884,0.00275684,-2.83263,-2.14062,-2.25544,-2.40963,-2.61749,-2.53734,-1.66449,-2.02268,-1.94902,-2.24063,-2.25943,-1.3351,-3.34678,-2.9013,-1.26381,-1.41728,-1.92937,-3.68882,-3.04034,-1.48153,-2.107,-2.80119,-0.197077,-0.148057,-0.206426,-0.22492,-0.0708246,-0.430309,-0.521197,-0.246539,-0.330238,-0.22285,-0.241656,-0.197277,-0.166447,0.0127861,-0.185226,-0.147933,-0.139655,0.0665982,-0.0773111,-0.254262,-0.249321,-0.137269,-0.134254,0.0525057 +-5911.22,0.823808,0.350484,2,-0.199306,0.00474579,-3.03847,-2.17556,-2.2058,-2.39505,-2.64962,-2.56978,-1.66379,-2.03296,-1.96494,-2.2217,-2.25212,-1.38853,-3.29975,-2.94793,-1.32049,-1.53262,-2.03793,-3.61742,-3.00325,-1.42194,-2.23541,-2.84849,-0.234733,-0.164855,-0.179897,-0.202403,-0.0275513,-0.363072,-0.459158,-0.169663,-0.297264,-0.252137,-0.248806,-0.235681,-0.0901398,-0.0267161,-0.191038,-0.114809,-0.199095,-0.112034,-0.112314,-0.253441,-0.267868,-0.144777,-0.24107,0.0688897 +-5918.08,0.759156,0.350484,2,-0.283288,0.0131712,-2.22982,-2.37065,-1.96736,-2.36457,-2.55307,-2.43415,-1.60556,-1.9734,-1.97413,-2.17734,-2.29322,-1.35738,-3.19242,-2.74082,-1.42891,-1.39504,-1.75995,-2.99482,-3.71396,-1.62313,-2.17395,-2.99438,-0.193621,-0.332736,-0.266399,-0.306046,-0.218583,0.0988554,-0.372846,-0.391169,-0.179305,-0.497024,-0.317847,-0.256198,-0.381412,0.128695,-0.233538,-0.462667,-0.25773,-0.211937,-0.320157,-0.170043,-0.231852,-0.410512,-0.116677,0.114766 +-5919.44,0.687093,0.350484,3,-0.220727,0.0152298,-2.36558,-2.13225,-2.32458,-2.41665,-2.19204,-1.81594,-1.7267,-2.28374,-2.0013,-2.31253,-2.34623,-1.512,-3.04199,-2.65075,-1.35087,-1.56933,-2.27589,-2.92993,-3.20793,-1.33459,-2.12485,-2.87525,-0.0654479,-0.313311,-0.288226,-0.214827,-0.282679,-0.723589,-0.233671,-0.161511,-0.35619,-0.144369,-0.0740256,-0.146319,-0.0715167,-0.143704,-0.11941,-0.0182262,-0.00477315,-0.420004,-0.271835,-0.300351,-0.461688,-0.273859,-0.250457,0.123409 +-5922.48,0.892303,0.350484,3,-0.278229,0.0230689,-2.3082,-2.2656,-1.97074,-2.39454,-2.62483,-2.02429,-1.62081,-1.97919,-1.99124,-2.1501,-2.20457,-1.37828,-3.02152,-2.82837,-1.25132,-1.35785,-1.84084,-3.23273,-3.63366,-1.50151,-2.14165,-2.96748,-0.377618,-0.200701,-0.1583,-0.2899,-0.0185595,-0.592493,-0.539561,-0.11917,-0.170131,-0.362751,-0.313294,-0.286432,-0.572007,0.0951141,-0.365252,-0.385649,-0.496336,0.194068,-0.0128886,-0.403467,-0.235482,-0.178437,-0.30023,0.151885 +-5926.63,0.896082,0.350484,2,-0.286864,0.0290103,-2.60992,-2.3581,-1.89478,-2.352,-2.71572,-1.90327,-1.59715,-2.0305,-1.96224,-2.14427,-2.19397,-1.38597,-3.09794,-2.78355,-1.28584,-1.37887,-1.87515,-3.26753,-3.73859,-1.48491,-2.16337,-2.9597,-0.440024,-0.236938,-0.118914,-0.332353,-0.00692839,-0.574173,-0.493586,-0.109118,-0.185334,-0.415084,-0.310832,-0.208193,-0.622793,0.16347,-0.401812,-0.411558,-0.573136,0.0715494,-0.0407883,-0.388925,-0.259528,-0.11211,-0.346127,0.170324 +-5933.2,0.743497,0.350484,3,-0.258314,0.029226,-1.94238,-1.90799,-2.41389,-2.39817,-2.79446,-1.76734,-1.67656,-2.0583,-2.12912,-2.10856,-2.1945,-1.34003,-2.99036,-2.74545,-1.24688,-1.57035,-1.86026,-2.73423,-3.31656,-1.56474,-2.46349,-3.03338,-0.523348,-0.427189,-0.218456,-0.388512,0.027804,-0.59945,-0.552453,-0.151372,-0.543982,-0.496235,-0.407683,-0.255723,-0.443312,-0.0302458,-0.162038,-0.363357,-0.277134,-0.146389,-0.0107394,-0.0198957,-0.207763,-0.0909096,-0.542716,0.170956 +-5946.09,0.751207,0.350484,3,-0.283363,0.0526264,-2.22927,-2.1898,-2.64636,-2.36235,-2.56401,-2.07041,-1.71589,-2.21946,-1.66606,-2.18023,-2.27196,-1.35641,-3.25758,-3.04786,-1.44308,-1.35265,-1.96357,-2.75525,-4.00521,-1.94462,-1.92932,-2.75654,-0.832504,-0.0238626,0.100607,-0.103916,0.0768656,-0.733964,-0.273885,-0.181832,-0.596257,-0.452859,-0.20577,-0.374199,-0.241913,0.392659,-0.64415,0.0721089,-0.371702,-0.620313,-0.000738072,0.104776,-0.427518,-0.568511,-0.295535,0.229404 +-5942.84,0.932673,0.350484,3,-0.255555,0.148246,-2.08409,-2.19938,-1.99815,-2.4573,-2.57561,-1.65556,-1.57654,-2.10546,-1.90485,-2.16568,-2.21058,-1.56543,-2.98148,-2.89389,-1.10138,-1.82991,-1.86923,-2.91042,-3.27841,-1.32979,-2.13103,-3.0927,-0.720809,-0.532897,0.111693,-0.179702,0.0681103,-1.23555,-0.617727,-0.126436,-0.728188,-0.29512,-0.359433,0.0463454,-0.0673613,0.348117,-0.136121,-0.200096,-0.177204,-0.113958,0.168773,-0.131357,-0.754494,-0.132722,-0.366345,0.385028 +-5950.5,0.805911,0.350484,3,-0.325968,0.0361233,-1.53972,-1.45395,-2.08162,-2.47387,-2.45384,-1.10193,-1.55799,-2.36439,-1.68922,-2.19895,-2.30404,-1.62978,-3.08498,-2.91104,-1.20227,-1.42631,-1.78199,-3.30547,-3.02971,-1.78714,-1.83372,-2.78839,-0.657032,-0.403557,-0.178612,-0.0319904,0.00907979,-1.2652,-0.590407,0.122905,-0.429411,-0.319482,-0.324462,-0.0302235,0.377495,0.220484,-0.111395,-0.237374,-0.384594,-0.168822,-0.0211913,-0.230175,-0.541712,-0.479463,-0.439079,0.190061 +-5942.17,0.884886,0.350484,3,-0.249904,0.0693586,-2.90831,-1.87755,-1.7781,-2.25821,-2.24034,-2.12805,-1.74317,-1.98708,-2.26652,-2.2596,-2.31428,-1.30896,-2.63423,-2.7358,-1.59605,-1.50215,-2.13251,-2.93156,-3.54968,-1.37786,-1.80748,-2.9828,0.257552,-1.18947,-0.48559,-0.35307,0.0409515,-0.86212,-0.288798,-0.41222,-0.142235,-0.285828,-0.256354,-0.392765,-0.655194,-0.0167042,-0.257882,-0.0729525,0.126165,0.411387,-0.153925,-0.301724,-0.319135,-0.282839,-0.5706,0.26336 +-5935.56,0.962455,0.350484,3,-0.297546,0.0446667,-2.62758,-2.21221,-2.28943,-2.4329,-2.83611,-1.96396,-1.54311,-2.08587,-1.7102,-2.27266,-2.49607,-1.41652,-3.08662,-2.84634,-1.28335,-1.48468,-1.91289,-3.68308,-3.52008,-1.8444,-2.22181,-2.83071,-0.345446,0.0475985,-0.365158,-0.344381,-0.0793964,-0.171273,-0.623209,-0.0580247,-0.351875,-0.211242,0.0297249,-0.243574,-0.338721,-0.0601364,-0.105264,-0.32464,-0.327119,0.230038,-0.14353,0.179567,-0.633549,-0.445256,-0.397353,0.211345 +-5928.34,1,0.350484,2,-0.206643,0.0334077,-2.03148,-2.01999,-1.97521,-2.35833,-2.44595,-2.21903,-1.6219,-2.30834,-1.80401,-2.19368,-2.30943,-1.53264,-3.40611,-2.74786,-1.6425,-1.46118,-2.0405,-2.80416,-3.18843,-1.81867,-1.85295,-2.8547,-0.64764,-0.582481,-0.560171,-0.266391,-0.134883,-0.392468,-0.432497,-0.191338,-0.583736,-0.350795,-0.142098,-0.0302752,-0.300755,0.119488,-0.170426,-0.343368,-0.130341,0.058875,-0.121277,-0.141096,-0.388285,-0.23487,-0.038231,0.182778 +-5923.24,0.957134,0.350484,3,-0.241319,0.0211951,-2.05299,-1.94812,-2.10077,-2.40898,-2.39706,-2.00488,-1.59949,-2.15349,-2.04639,-2.14444,-2.26184,-1.53636,-3.25493,-2.9092,-1.53257,-1.51561,-2.25566,-2.97185,-3.1594,-1.6279,-2.04741,-2.97094,-0.689095,-0.458371,-0.434346,-0.275628,-0.107021,-0.516553,-0.452083,-0.214668,-0.600895,-0.435075,-0.119028,-0.224515,-0.364498,0.233758,-0.226976,-0.220688,-0.181721,-0.128067,-0.257081,-0.179221,-0.182166,-0.407602,-0.117637,0.145585 +-5925.32,0.804096,0.350484,3,-0.262287,0.0244672,-2.44228,-2.01543,-2.18105,-2.39236,-2.4297,-2.05747,-1.66297,-2.16936,-2.02249,-2.14903,-2.23046,-1.54454,-3.26523,-2.92326,-1.46914,-1.51631,-2.29919,-3.13466,-3.32918,-1.64025,-1.95543,-2.90485,-0.637908,-0.53204,-0.476753,-0.267973,-0.0379599,-0.508497,-0.452372,-0.149635,-0.573662,-0.39803,-0.128624,-0.23269,-0.450594,0.258274,-0.254891,-0.265034,-0.128034,-0.204539,-0.215054,-0.168471,-0.147059,-0.376971,-0.00904454,0.15642 +-5924.44,0.740118,0.350484,2,-0.293946,0.00828182,-1.49861,-1.88954,-1.9681,-2.36998,-2.58949,-1.96685,-1.67863,-2.17764,-1.54066,-2.12793,-2.29113,-1.42322,-3.22855,-2.85966,-1.42172,-1.65738,-1.8145,-3.32559,-3.50724,-1.59494,-2.45459,-2.98946,-0.193259,-0.339458,-0.37357,-0.376767,-0.353267,-0.298243,-0.410901,0.016623,-0.378079,-0.363711,-0.248044,0.0226833,-0.201624,0.165766,-0.258436,-0.235462,-0.250868,-0.372536,-0.311213,-0.280503,-0.32971,-0.27349,-0.304375,0.0910045 +-5924.92,0.858399,0.350484,2,-0.282,0.00929641,-2.48061,-1.82658,-2.12109,-2.17597,-2.63862,-1.73614,-1.70047,-2.31128,-1.75971,-2.14621,-2.43576,-1.48795,-3.17933,-2.9711,-1.31232,-1.7766,-1.84777,-3.28631,-3.2956,-1.72732,-2.25016,-2.83511,-0.205572,-0.0988725,-0.272041,-0.419255,-0.349505,-0.411195,-0.449279,-0.209488,-0.360935,-0.31616,-0.263068,-0.246783,-0.361813,0.157554,-0.352095,-0.31695,-0.320765,-0.0623202,-0.357636,-0.256422,-0.221383,-0.305784,-0.318945,0.0964179 +-5912.5,0.965546,0.350484,2,-0.233728,0.0076116,-2.25461,-2.48657,-2.43137,-2.36295,-2.51587,-2.63307,-1.74366,-2.28627,-1.9439,-2.24777,-2.35527,-1.46193,-3.09704,-2.78226,-1.32126,-1.35594,-1.88791,-3.41501,-3.19545,-1.47107,-2.23036,-2.85537,-0.292835,-0.494561,-0.191407,-0.219231,0.020001,-0.13902,-0.382114,-0.196612,-0.228511,-0.28784,-0.217049,-0.26398,-0.196374,-0.00112249,-0.180298,-0.202865,-0.230593,-0.409266,-0.187888,-0.404024,-0.162621,-0.292201,-0.219046,0.0872445 +-5912.12,0.28725,0.350484,2,-0.249416,0.00391888,-1.6191,-1.90851,-2.16439,-2.36511,-2.27249,-2.56584,-1.773,-2.17964,-1.87667,-2.20663,-2.29283,-1.39091,-3.27512,-2.77083,-1.38872,-1.36361,-1.85765,-3.30091,-3.36324,-1.44079,-2.00994,-2.80969,-0.129423,-0.291652,-0.252067,-0.338697,-0.141141,-0.161641,-0.372892,-0.179389,-0.337762,-0.290776,-0.162202,-0.345832,-0.287089,-0.0282193,-0.273419,-0.242442,-0.0969121,-0.259304,-0.40143,-0.258188,-0.276425,-0.190696,-0.336087,0.062601 +-5909.71,0.454576,0.350484,2,-0.213286,0.00427657,-1.73777,-2.10718,-2.18316,-2.40195,-2.33042,-2.39443,-1.74115,-2.14509,-1.9093,-2.21127,-2.29481,-1.37831,-3.246,-2.77215,-1.45692,-1.43796,-1.93292,-3.38687,-3.13426,-1.48758,-2.12399,-2.8122,-0.0949611,-0.219232,-0.318708,-0.357095,-0.219897,-0.152475,-0.427204,-0.242999,-0.224744,-0.301864,-0.167525,-0.333345,-0.196219,0.0542757,-0.232984,-0.272343,-0.259642,-0.290762,-0.350723,-0.256392,-0.304025,-0.202695,-0.265019,0.0653955 +-5910.64,0.992947,0.350484,2,-0.290058,0.00439142,-2.76782,-2.16658,-2.0045,-2.41566,-2.51787,-1.9922,-1.66058,-2.04623,-2.2033,-2.27929,-2.2896,-1.48137,-2.82659,-2.51406,-1.16681,-1.52572,-1.92555,-2.74092,-3.44677,-1.57224,-2.16791,-3.08836,-0.255656,-0.174448,-0.323656,-0.285135,-0.285074,-0.241367,-0.235854,-0.127632,-0.249213,-0.282802,-0.340325,-0.221546,-0.312236,-0.0448239,-0.377808,-0.151791,-0.386176,-0.224987,-0.187765,-0.253262,-0.305233,-0.298395,-0.380495,0.0662678 +-5910.64,0.129668,0.350484,3,-0.290058,0.00439142,-2.76782,-2.16658,-2.0045,-2.41566,-2.51787,-1.9922,-1.66058,-2.04623,-2.2033,-2.27929,-2.2896,-1.48137,-2.82659,-2.51406,-1.16681,-1.52572,-1.92555,-2.74092,-3.44677,-1.57224,-2.16791,-3.08836,-0.255656,-0.174448,-0.323656,-0.285135,-0.285074,-0.241367,-0.235854,-0.127632,-0.249213,-0.282802,-0.340325,-0.221546,-0.312236,-0.0448239,-0.377808,-0.151791,-0.386176,-0.224987,-0.187765,-0.253262,-0.305233,-0.298395,-0.380495,0.0662678 +-5921.53,0.138162,0.350484,2,-0.303166,0.0084932,-2.02204,-2.03877,-2.01604,-2.32007,-2.7319,-2.67927,-1.74573,-2.19259,-1.8259,-2.25693,-2.11527,-1.27576,-2.93416,-2.94213,-1.47048,-1.22716,-1.89702,-2.59992,-3.43448,-1.34582,-2.17879,-3.10468,-0.329845,-0.430762,-0.200086,-0.294949,-0.137405,-0.340942,-0.484908,-0.354317,-0.30996,-0.286576,-0.312394,-0.392989,-0.296192,-0.30326,-0.188155,-0.460375,-0.133674,-0.368406,-0.348512,-0.19379,-0.315187,-0.337833,-0.171079,0.0921586 +-5921.93,0.634611,0.350484,3,-0.273117,0.0122644,-2.25663,-2.57194,-2.05891,-2.41195,-2.40794,-1.58852,-1.66546,-2.15104,-2.01202,-2.19409,-2.39147,-1.46344,-3.0899,-2.41637,-1.53768,-1.44533,-2.06033,-3.03804,-3.53852,-1.64297,-2.04027,-2.81877,-0.297433,-0.18522,-0.371071,-0.221587,0.0542432,-0.419682,-0.285333,-0.0255515,-0.300817,-0.359432,-0.290382,-0.160339,-0.3891,-0.295856,-0.353589,-0.259811,-0.414142,-0.271297,-0.118999,-0.407136,-0.307395,-0.291649,-0.5204,0.110745 +-5923.3,0.947398,0.350484,3,-0.332139,0.0125434,-2.57744,-1.86074,-1.98163,-2.38429,-2.21491,-2.71409,-1.70507,-1.91499,-1.86949,-2.33608,-2.319,-1.36834,-2.92397,-2.94372,-1.20757,-1.43311,-2.10951,-3.00675,-3.2166,-1.39018,-2.14437,-2.98869,-0.274427,-0.242435,-0.229538,-0.248137,-0.151765,-0.298116,-0.419264,-0.310537,-0.326553,-0.333262,-0.428959,-0.19977,-0.215059,0.384727,-0.444512,-0.0650412,-0.292778,-0.287551,-0.526872,-0.106307,-0.305739,-0.376046,-0.0504292,0.111997 +-5915.83,0.986126,0.350484,2,-0.190539,0.00678728,-2.90497,-2.55086,-2.45202,-2.39007,-2.41895,-2.52917,-1.6825,-2.16998,-1.96282,-2.21911,-2.35567,-1.54501,-3.1352,-2.86795,-1.35257,-1.56538,-2.07865,-3.08117,-3.52984,-1.44141,-2.05013,-2.94594,-0.324396,-0.203447,-0.205095,-0.251108,-0.252859,-0.0955162,-0.341259,-0.185682,-0.191103,-0.157033,0.0242478,-0.180544,-0.188922,-0.0408659,-0.0927356,-0.286952,-0.00453542,-0.0723399,0.0184979,-0.314009,-0.390024,-0.138071,-0.306311,0.082385 +-5917.12,0.790686,0.350484,2,-0.208724,0.0127731,-2.6529,-2.292,-2.49029,-2.44113,-2.3942,-2.77069,-1.68594,-2.28261,-2.13187,-2.25753,-2.47249,-1.46561,-3.01485,-2.9034,-1.53468,-1.54387,-1.90646,-3.19951,-3.50273,-1.63057,-2.25976,-2.9799,-0.0479147,-0.204556,-0.189256,-0.144713,-0.141386,-0.318337,-0.45207,-0.117177,-0.170497,-0.320195,-0.276904,-0.223949,-0.239147,0.0565722,-0.233715,-0.125382,-0.430739,-0.306246,0.0392632,-0.208901,-0.0877452,-0.357982,-0.0676275,0.113018 +-5916.5,0.499254,0.350484,3,-0.228738,0.00705257,-1.96637,-2.04377,-1.70533,-2.40475,-2.43264,-1.62848,-1.67946,-1.94337,-2.08135,-2.22635,-2.23778,-1.45137,-2.90865,-2.64637,-1.09252,-1.6442,-1.86528,-2.67994,-3.75347,-1.49925,-1.95717,-3.05652,-0.275506,-0.276888,-0.256874,-0.205606,-0.127444,-0.233639,-0.282788,-0.299582,-0.152198,-0.200837,-0.213961,-0.146156,-0.208555,-0.366894,-0.245998,-0.085719,-0.133609,-0.15351,-0.354259,-0.170466,-0.526922,-0.171206,-0.390832,0.0839796 +-5916.5,0.576722,0.350484,3,-0.228738,0.00705257,-1.96637,-2.04377,-1.70533,-2.40475,-2.43264,-1.62848,-1.67946,-1.94337,-2.08135,-2.22635,-2.23778,-1.45137,-2.90865,-2.64637,-1.09252,-1.6442,-1.86528,-2.67994,-3.75347,-1.49925,-1.95717,-3.05652,-0.275506,-0.276888,-0.256874,-0.205606,-0.127444,-0.233639,-0.282788,-0.299582,-0.152198,-0.200837,-0.213961,-0.146156,-0.208555,-0.366894,-0.245998,-0.085719,-0.133609,-0.15351,-0.354259,-0.170466,-0.526922,-0.171206,-0.390832,0.0839796 +-5916.5,0.53336,0.350484,2,-0.228738,0.00705257,-1.96637,-2.04377,-1.70533,-2.40475,-2.43264,-1.62848,-1.67946,-1.94337,-2.08135,-2.22635,-2.23778,-1.45137,-2.90865,-2.64637,-1.09252,-1.6442,-1.86528,-2.67994,-3.75347,-1.49925,-1.95717,-3.05652,-0.275506,-0.276888,-0.256874,-0.205606,-0.127444,-0.233639,-0.282788,-0.299582,-0.152198,-0.200837,-0.213961,-0.146156,-0.208555,-0.366894,-0.245998,-0.085719,-0.133609,-0.15351,-0.354259,-0.170466,-0.526922,-0.171206,-0.390832,0.0839796 +-5919.94,0.0732655,0.350484,3,-0.247959,0.00251308,-1.87128,-2.51204,-1.72006,-2.39635,-2.3315,-1.43323,-1.63679,-1.8542,-1.94404,-2.25871,-2.20503,-1.42147,-2.90309,-2.5982,-1.11512,-1.60258,-1.90482,-2.78775,-3.45561,-1.48502,-1.92698,-3.15739,-0.265214,-0.354472,-0.3414,-0.196758,-0.181505,-0.273711,-0.262589,-0.286085,-0.0989388,-0.17885,-0.280936,-0.28765,-0.3347,-0.146336,-0.278412,-0.217507,-0.241837,-0.359551,-0.412336,-0.259461,-0.414547,-0.214364,-0.119303,0.0501306 +-5925.38,0.535436,0.350484,2,-0.240476,0.00988948,-2.73957,-1.8259,-2.47292,-2.43515,-2.12805,-2.78227,-1.84172,-2.36653,-1.9482,-2.33735,-2.48373,-1.45858,-2.85931,-2.6961,-1.1421,-1.28326,-2.17473,-3.10949,-3.95805,-1.3975,-2.28394,-2.7275,-0.111236,-0.293485,-0.0997499,-0.274533,-0.340727,-0.189364,-0.356831,-0.216438,-0.501548,-0.300592,-0.148019,-0.167222,-0.159538,-0.134063,-0.300795,-0.266805,-0.146636,-0.162825,0.165982,-0.276278,-0.335559,-0.388308,-0.421499,0.0994459 +-5931.19,0.933991,0.350484,3,-0.221221,0.0158668,-3.08108,-2.00016,-2.85762,-2.32775,-2.23232,-3.03443,-1.7979,-2.07874,-1.8807,-2.35107,-2.3904,-1.48097,-2.87891,-2.64028,-1.38158,-1.49902,-2.03688,-3.31508,-4.26478,-1.33142,-2.44993,-2.85821,-0.244867,-0.155352,-0.16392,-0.406666,-0.124835,-0.343664,-0.266807,-0.122911,-0.51436,-0.250408,-0.261951,-0.049582,-0.301265,-0.191506,-0.244358,-0.30389,-0.123228,0.0920223,0.0541119,-0.471402,-0.221869,-0.409144,0.11363,0.125963 +-5933.65,0.895309,0.350484,3,-0.240901,0.0362699,-2.74207,-2.13081,-1.49897,-2.43447,-2.26949,-1.39922,-1.69253,-2.01647,-2.11366,-2.13831,-2.29009,-1.44408,-3.25508,-3.02095,-1.26655,-1.28634,-2.10406,-2.87656,-3.0827,-1.5165,-1.95346,-2.89214,-0.181281,-0.599798,-0.374057,-0.239486,-0.538842,-0.210105,-0.394626,-0.359883,0.0405681,-0.293079,-0.160612,-0.354115,-0.0150499,0.148814,-0.317419,-0.312932,-0.173638,-0.0822392,0.0748169,-0.142046,-0.427187,-0.314906,-0.619016,0.190446 +-5932.84,0.916023,0.350484,3,-0.30272,0.0537096,-3.08057,-1.94814,-2.13232,-2.26087,-2.29953,-2.80251,-1.70121,-2.19554,-2.10992,-2.19955,-2.32975,-1.29515,-3.27761,-2.68349,-1.33039,-1.25338,-2.10379,-3.5993,-3.58911,-1.56372,-2.27483,-2.78303,-0.112353,-0.420129,-0.361831,-0.406198,-0.203571,-0.623946,-0.346499,-0.00948594,0.0255077,-0.381647,-0.267287,-0.253319,0.15747,0.00615012,-0.435556,-0.475414,-0.0600616,-0.0778486,-0.256851,-0.169219,-0.500896,-0.744815,-0.151317,0.231753 +-5918.89,0.966938,0.350484,3,-0.347037,0.00869735,-2.03781,-2.07142,-2.16134,-2.3961,-2.57415,-1.86012,-1.67701,-1.99292,-2.14572,-2.15028,-2.43628,-1.36491,-3.16187,-2.7747,-1.32963,-1.54606,-1.6049,-2.7644,-3.06683,-1.52056,-2.18706,-2.73749,-0.301298,-0.387015,-0.251133,-0.306605,-0.347495,-0.326605,-0.441335,-0.408476,-0.37539,-0.327389,-0.258475,-0.38935,-0.275666,-0.236895,-0.348351,-0.187398,-0.6859,-0.372745,-0.428427,-0.0884265,-0.271048,-0.273343,-0.539241,0.0932596 +-5915.32,0.816742,0.350484,3,-0.289111,0.0068168,-2.4087,-1.93348,-2.17566,-2.37014,-2.6044,-2.03888,-1.68826,-1.986,-1.88259,-2.3327,-2.44397,-1.40619,-2.62024,-2.51942,-1.26591,-1.59418,-1.74768,-3.1566,-3.24871,-1.61417,-2.0336,-2.77457,-0.288037,-0.329528,-0.345104,-0.25797,-0.137863,-0.30414,-0.316192,-0.233723,-0.244708,-0.251119,-0.198665,-0.179409,-0.358324,-0.148891,-0.269279,-0.270865,-0.494431,-0.197153,-0.150483,-0.434772,-0.389319,-0.46714,-0.511761,0.0825639 +-5921.73,0.809015,0.350484,2,-0.307736,0.0258066,-2.76809,-2.13045,-2.41254,-2.47429,-2.33876,-2.41941,-1.59042,-2.17285,-2.05666,-2.25478,-2.23361,-1.5123,-3.2359,-2.64422,-1.44665,-1.65659,-1.89309,-2.89699,-2.9919,-1.48298,-2.06179,-2.70545,-0.203303,-0.382608,-0.130217,-0.149053,-0.234117,-0.214638,-0.424374,-0.305937,-0.255665,-0.216128,-0.179494,-0.342796,-0.278822,-0.266699,-0.267283,-0.172259,-0.512299,-0.310421,-0.468994,-0.468825,-0.215983,-0.434661,-0.202623,0.160644 +-5922.07,0.399609,0.350484,2,-0.180721,0.0176418,-1.93464,-1.80652,-2.39974,-2.38942,-2.48401,-2.29227,-1.68134,-2.1075,-2.21176,-2.30752,-2.21608,-1.36498,-2.76491,-2.73795,-1.33466,-1.47376,-1.80632,-2.84795,-3.06041,-1.38878,-2.26703,-2.91307,-0.26522,-0.486009,-0.194035,-0.270939,-0.190173,-0.21896,-0.495115,-0.0926985,-0.191743,-0.274406,-0.462054,-0.139664,-0.26348,0.169519,-0.229468,-0.218509,-0.08313,-0.225049,-0.630635,-0.103346,-0.397146,-0.278307,-0.296865,0.132823 +-5921.75,0.965685,0.350484,2,-0.291102,0.0118772,-2.97237,-2.02173,-1.77533,-2.36423,-2.28863,-2.75268,-1.60551,-2.12136,-1.8867,-2.22445,-2.32172,-1.45623,-2.94428,-3.06037,-1.28317,-1.68652,-2.1132,-3.06923,-3.22667,-1.56403,-2.21691,-2.78814,-0.0611704,-0.475284,-0.224189,-0.230988,-0.369106,-0.248466,-0.442843,-0.234358,-0.152349,-0.281012,-0.369591,-0.118003,-0.315095,0.167951,-0.158141,-0.131589,-0.241716,-0.231323,0.0954856,-0.357409,-0.454058,-0.446393,-0.158915,0.108982 +-5922.95,0.766235,0.350484,2,-0.207821,0.0310187,-3.01977,-2.13836,-1.72364,-2.3939,-2.23746,-2.81304,-1.6602,-2.08865,-1.75197,-2.15797,-2.3055,-1.53509,-3.21695,-2.95357,-1.22357,-1.6136,-2.04791,-2.82965,-3.01151,-1.33014,-2.21616,-2.7654,-0.180584,-0.524661,-0.296911,-0.347996,-0.219425,-0.027969,-0.382314,-0.250926,-0.275265,-0.260705,-0.296023,-0.144254,-0.122896,0.273994,-0.319285,-0.222833,-0.272762,-0.251137,-0.223737,-0.284019,-0.395202,-0.624547,-0.457642,0.176121 +-5921.76,0.976709,0.350484,2,-0.189083,0.0204058,-3.18732,-2.14684,-2.08351,-2.34488,-2.46569,-2.22619,-1.73329,-2.14275,-1.92042,-2.15642,-2.36161,-1.63136,-3.02572,-2.80964,-1.24419,-1.64651,-1.85281,-2.73912,-3.45228,-1.4072,-2.17324,-2.85569,-0.149586,-0.295797,-0.24209,-0.377303,-0.211395,-0.292845,-0.447471,-0.218251,-0.301588,-0.306599,-0.0769543,-0.0755433,0.0867946,0.122495,-0.230237,0.0122214,-0.242834,-0.20532,0.102671,-0.228411,-0.519693,-0.670417,-0.464273,0.142849 +-5919.19,0.954217,0.350484,2,-0.220137,0.0217629,-3.14366,-2.11585,-2.11664,-2.36378,-2.47371,-2.30967,-1.75427,-2.15969,-1.9309,-2.15504,-2.30655,-1.60801,-3.08293,-2.82702,-1.28015,-1.59994,-1.97785,-2.7552,-3.42931,-1.36087,-2.20295,-2.84629,-0.253864,-0.331118,-0.216365,-0.355104,-0.166973,-0.29247,-0.371787,-0.174466,-0.247326,-0.351696,-0.0929134,-0.172183,0.0665971,0.236474,-0.257311,-0.0264744,-0.231145,-0.24574,0.0804679,-0.168473,-0.483885,-0.57791,-0.458711,0.147523 +-5921.07,0.731449,0.350484,2,-0.196292,0.0140491,-3.13605,-2.23754,-2.44463,-2.34748,-2.56086,-2.15012,-1.71369,-2.22225,-2.12365,-2.23285,-2.41476,-1.3762,-3.19717,-2.83445,-1.49313,-1.64128,-1.96701,-3.08162,-3.54317,-1.3426,-2.29522,-2.8511,-0.306901,-0.368632,-0.169043,-0.297827,-0.120416,-0.218735,-0.35859,-0.0378043,-0.239628,-0.377696,-0.202828,-0.10912,-0.0959381,0.181959,-0.244821,0.0496519,-0.141527,-0.461824,0.17004,-0.280854,-0.261453,-0.507569,-0.406201,0.118529 +-5930.72,0.915791,0.350484,2,-0.161851,0.0477267,-3.13497,-2.38621,-2.42939,-2.35813,-2.52205,-2.46585,-1.76175,-2.04249,-1.99384,-2.19087,-2.42114,-1.48814,-3.14566,-2.83752,-1.48685,-1.82242,-1.82292,-3.2336,-3.41763,-1.22448,-2.13512,-3.00037,-0.452622,-0.326116,-0.157318,-0.227237,-0.108871,-0.0141415,-0.168874,-0.0780491,-0.290677,-0.421267,-0.165374,-0.103135,-0.148846,0.154302,-0.230877,0.0247601,-0.0757017,-0.436669,0.204936,-0.156186,-0.293559,-0.468881,-0.444382,0.218464 +-5931.74,0.931928,0.350484,3,-0.313936,0.0294895,-1.57195,-1.86519,-1.71867,-2.42403,-2.41334,-1.88406,-1.67924,-2.36584,-2.08752,-2.14343,-2.42095,-1.51767,-2.7169,-2.85753,-1.36686,-1.16831,-2.03482,-2.65517,-3.91164,-1.69562,-2.09347,-2.77967,-0.258251,-0.24439,-0.354647,-0.201469,-0.0475225,-0.425319,-0.503854,-0.178889,0.0277881,-0.398546,-0.12041,-0.145213,-0.410393,-0.0130366,-0.204165,-0.382512,-0.316799,0.0761244,0.000897497,-0.339341,-0.359284,-0.19683,-0.152316,0.171725 +-5931.71,0.972367,0.350484,2,-0.249858,0.0129958,-1.51302,-1.92261,-1.89167,-2.51301,-2.39627,-2.38087,-1.55655,-2.29915,-2.05303,-2.19412,-2.66825,-1.63065,-2.8679,-2.87652,-1.21445,-1.13307,-1.97498,-3.21386,-3.52615,-1.60548,-2.14658,-2.82021,-0.520169,-0.357594,-0.214833,-0.22339,-0.156353,-0.445375,-0.599833,-0.100025,0.0675436,-0.343784,0.0314015,-0.277035,-0.205467,-0.0540479,-0.182071,-0.329863,-0.232081,-0.364736,-0.209817,-0.314566,-0.311573,-0.154176,-0.40882,0.113999 +-5931.71,0.60146,0.350484,2,-0.249858,0.0129958,-1.51302,-1.92261,-1.89167,-2.51301,-2.39627,-2.38087,-1.55655,-2.29915,-2.05303,-2.19412,-2.66825,-1.63065,-2.8679,-2.87652,-1.21445,-1.13307,-1.97498,-3.21386,-3.52615,-1.60548,-2.14658,-2.82021,-0.520169,-0.357594,-0.214833,-0.22339,-0.156353,-0.445375,-0.599833,-0.100025,0.0675436,-0.343784,0.0314015,-0.277035,-0.205467,-0.0540479,-0.182071,-0.329863,-0.232081,-0.364736,-0.209817,-0.314566,-0.311573,-0.154176,-0.40882,0.113999 +-5921.52,0.993575,0.350484,3,-0.246335,0.0126119,-1.78063,-2.23319,-1.98351,-2.52423,-2.41213,-2.37994,-1.60416,-2.3583,-2.0597,-2.21456,-2.59187,-1.50422,-3.04302,-2.75381,-1.20862,-1.30068,-2.05555,-3.29252,-3.44249,-1.66524,-2.08407,-2.81668,-0.463326,-0.320528,-0.0874106,-0.121875,-0.134054,-0.34489,-0.5694,-0.158524,-0.0255619,-0.332224,0.0184052,-0.165129,-0.238439,-0.0388315,-0.275253,-0.335792,-0.180339,-0.303614,-0.0147588,-0.317155,-0.259416,-0.366748,-0.145531,0.112303 +-5930.92,0.696176,0.350484,3,-0.166784,0.0175224,-3.10465,-2.05946,-2.47351,-2.27858,-2.36605,-2.02668,-1.82294,-2.1931,-2.15989,-2.32024,-2.26033,-1.50433,-2.6621,-2.69262,-1.6461,-1.83607,-1.86584,-2.50621,-3.5096,-1.52599,-1.94148,-3.139,0.109795,-0.297281,-0.332037,-0.250252,-0.141675,-0.0711845,-0.164801,0.00861981,-0.201825,-0.266401,-0.298246,-0.174838,-0.69695,-0.0197274,-0.106775,0.0941363,-0.228888,-0.18452,-0.292221,0.09672,-0.627838,-0.227979,-0.30851,0.132372 +-5929.96,0.918713,0.350484,3,-0.146052,0.0291472,-1.89824,-2.64627,-2.349,-2.40948,-2.37715,-2.21659,-1.53302,-2.08002,-1.91814,-2.23722,-2.42714,-1.52703,-2.55961,-2.87494,-1.09309,-1.22897,-2.30486,-2.97993,-3.30251,-1.61204,-2.3147,-2.78895,-0.382152,-0.204529,-0.133883,-0.0640004,0.0892043,-0.283724,-0.573439,-0.127948,-0.380457,-0.374208,0.0181525,-0.0149778,-0.412338,0.215403,-0.380056,-0.347216,0.0289259,-0.0634925,0.0484379,-0.376141,-0.170263,-0.561836,-0.126709,0.170725 +-5932,0.839428,0.350484,3,-0.179975,0.0416417,-1.95612,-2.70802,-2.32443,-2.4362,-2.41345,-2.3827,-1.56738,-2.11891,-1.86014,-2.27364,-2.35728,-1.56722,-2.52756,-2.81816,-1.08843,-1.19297,-2.35704,-2.75715,-3.43037,-1.59868,-2.2993,-2.81796,-0.440105,-0.165691,-0.0134214,-0.0672933,0.144061,-0.219327,-0.494953,-0.134619,-0.454281,-0.367141,0.00751394,-0.024584,-0.372518,0.248912,-0.302807,-0.340124,-0.0368021,-0.0633459,0.0768933,-0.296161,-0.212677,-0.605551,-0.119124,0.204063 +-5933.59,0.900537,0.350484,3,-0.311672,0.0155472,-2.64253,-1.85091,-1.81873,-2.476,-2.64476,-1.72658,-1.78336,-2.11303,-1.98711,-2.09629,-2.28686,-1.40219,-3.44728,-2.82961,-1.47379,-1.61054,-2.53588,-2.96502,-3.82169,-1.24391,-2.25664,-2.94549,-0.0612359,-0.225022,-0.746914,-0.245225,-0.232775,-0.5285,-0.302596,-0.330444,-0.28841,-0.423826,-0.285884,-0.178085,-0.231465,0.0727788,-0.382892,-0.336569,0.337211,-0.341839,0.110651,-0.27261,-0.395252,-0.121944,-0.114918,0.124689 +-5927.66,1,0.350484,3,-0.349515,0.0198744,-1.96175,-2.56614,-2.1019,-2.33849,-2.40087,-2.58658,-1.59831,-2.13133,-2.00179,-2.29486,-2.44344,-1.55351,-2.50838,-2.80233,-1.13446,-1.42331,-2.31078,-2.98676,-3.00383,-1.57851,-2.01318,-2.74223,-0.486076,-0.341372,-0.2685,-0.277572,-0.158786,-0.050731,-0.565417,-0.132162,-0.298576,-0.200976,-0.353409,-0.266252,-0.35592,-0.181139,-0.200998,-0.159167,0.1908,-0.120655,-0.425645,-0.335371,-0.377322,-0.727123,-0.358814,0.140976 +-5927.73,0.879478,0.350484,2,-0.296592,0.0194706,-1.74897,-2.32266,-2.08902,-2.31155,-2.53651,-2.98547,-1.71385,-2.06592,-1.9618,-2.29426,-2.46855,-1.51503,-2.69348,-2.67022,-1.26021,-1.268,-2.49004,-2.89603,-3.02469,-1.53367,-2.11788,-2.6468,-0.434055,-0.342757,-0.30188,-0.236427,-0.196097,-0.0588452,-0.597496,-0.157504,-0.261133,-0.251383,-0.347151,-0.126482,-0.299051,-0.318021,-0.428103,-0.204935,-0.00868933,-0.27201,-0.333853,-0.390287,-0.34565,-0.773114,-0.197734,0.139537 +-5926.91,0.0418985,0.350484,3,-0.195556,0.0362912,-3.19882,-2.01059,-2.18379,-2.39379,-2.42807,-1.63284,-1.52655,-2.12039,-2.06145,-2.19214,-2.24547,-1.51269,-3.26682,-2.95586,-1.38747,-1.71464,-1.93597,-3.08508,-3.76626,-1.4942,-1.88345,-2.91804,-0.0146982,-0.130775,-0.123984,-0.207147,-0.00644041,-0.267841,-0.26663,-0.107841,-0.154246,-0.283568,-0.09024,-0.198724,-0.175348,0.164196,-0.0921556,-0.1453,-0.10528,-0.171778,-0.0598413,-0.0347535,-0.617525,-0.272204,-0.152292,0.190503 +-5926.05,0.73813,0.350484,3,-0.299803,0.00857161,-1.6885,-2.2227,-2.09728,-2.47383,-2.75543,-2.92478,-1.64183,-2.08787,-1.92932,-2.25404,-2.41989,-1.52606,-2.75954,-3.0591,-1.1861,-1.30438,-2.21634,-3.12655,-3.28652,-1.46896,-2.22842,-2.94776,-0.373965,-0.310949,-0.370097,-0.321626,-0.198145,-0.240479,-0.362554,-0.160024,-0.35811,-0.210961,-0.278614,-0.304033,-0.198525,0.322115,-0.418842,-0.293293,-0.140876,-0.222881,-0.331096,-0.345871,0.0990059,-0.212753,-0.105345,0.092583 +-5924.65,0.94331,0.350484,2,-0.169605,0.0249918,-2.93259,-2.15373,-2.13145,-2.33611,-2.43391,-1.78196,-1.65613,-2.07091,-2.11262,-2.23047,-2.17152,-1.38573,-3.06717,-2.978,-0.958369,-1.69083,-1.81926,-2.9325,-3.10648,-1.53781,-2.46365,-2.92929,-0.154459,-0.153214,-0.199346,-0.161353,-0.11287,-0.25514,-0.499245,-0.296058,0.0352482,-0.360748,-0.229398,-0.109751,-0.327061,0.3731,-0.369358,0.042289,-0.254984,-0.15927,-0.316647,-0.228684,-0.265558,-0.394596,-0.210746,0.158088 +-5928.97,0.604102,0.350484,2,-0.274523,0.0262046,-1.25573,-2.68986,-1.59812,-2.54486,-2.45309,-2.71589,-1.60161,-2.06157,-1.91041,-2.22465,-2.25392,-1.52982,-2.83656,-3.0082,-1.34995,-1.51178,-2.01539,-2.67949,-3.42958,-1.22872,-2.03078,-2.728,-0.296693,-0.141438,-0.316081,-0.198223,-0.217161,-0.00933368,-0.530794,-0.219222,-0.246712,-0.302223,-0.23059,-0.275814,-0.0976513,0.187124,-0.475579,-0.124265,-0.178881,-0.259868,-0.467185,-0.352494,-0.321073,-0.233927,-0.118057,0.161878 +-5928.48,0.990795,0.350484,3,-0.274988,0.0138838,-2.1012,-2.45311,-1.92031,-2.40416,-2.30434,-2.44673,-1.64696,-1.91009,-2.05858,-2.21097,-2.31716,-1.51476,-3.26324,-2.8749,-1.46752,-1.58252,-2.22587,-2.87713,-3.11862,-1.29203,-2.21254,-2.93009,-0.444958,-0.46903,-0.573248,-0.139752,-0.180873,-0.00191837,-0.64186,-0.416543,-0.322932,-0.253456,-0.306345,-0.172613,-0.246236,0.241989,-0.474424,-0.282483,-0.219517,-0.431235,-0.0741421,-0.483144,-0.366933,-0.260782,0.023705,0.11783 +-5925.12,0.852118,0.350484,3,-0.282426,0.0376286,-2.26378,-2.21169,-1.80742,-2.43112,-2.26516,-2.32981,-1.56726,-2.1018,-1.87375,-2.33385,-2.22978,-1.43944,-3.20681,-2.8821,-1.46137,-1.40906,-1.99276,-3.15875,-3.31649,-1.54061,-1.99874,-3.19888,-0.479314,-0.224709,-0.637708,-0.287732,-0.141384,-0.207867,-0.455405,-0.178072,-0.207813,-0.261641,-0.369911,-0.2946,-0.165482,0.346109,-0.160345,-0.143234,-0.510358,-0.334913,-0.446264,-0.311084,-0.341512,-0.183238,-0.176574,0.193981 +-5925.43,0.925741,0.350484,4,-0.209273,0.0124644,-1.84852,-2.19404,-2.33795,-2.36001,-2.28576,-2.07162,-1.77951,-2.14676,-1.89681,-2.2215,-2.22617,-1.48875,-3.25086,-2.96208,-1.39726,-1.4214,-1.78006,-3.13751,-3.88603,-1.38567,-1.97879,-3.10277,-0.171908,-0.0138698,0.258639,-0.170523,-0.259488,-0.311542,-0.384389,-0.1353,-0.295747,-0.174371,-0.105835,-0.265224,-0.256427,0.153127,-0.240457,0.0285747,-0.0476045,-0.233244,-0.315588,-0.376604,-0.397849,-0.249717,-0.171407,0.111644 +-5930.2,0.758464,0.350484,3,-0.234653,0.0218193,-3.50413,-1.92111,-2.06173,-2.40388,-2.62627,-2.52597,-1.71947,-2.15144,-1.85824,-2.22793,-2.37786,-1.34316,-3.0824,-2.62657,-1.25518,-1.36304,-2.1807,-3.01604,-3.17222,-1.57511,-2.07898,-2.772,-0.226239,-0.557148,-0.141658,-0.228619,-0.00123941,-0.218741,-0.371339,-0.248047,-0.45183,-0.167147,-0.482868,0.0654368,-0.425931,-0.0915466,-0.242621,-0.613059,-0.0962059,-0.161814,-0.00508759,0.0532852,-0.339619,-0.375556,-0.274748,0.147714 +-5927.64,0.99684,0.350484,3,-0.304988,0.0239231,-3.48307,-1.92234,-2.2501,-2.40662,-2.49505,-2.66508,-1.80868,-2.05599,-1.70369,-2.32867,-2.3482,-1.50378,-3.06801,-2.77472,-1.34001,-1.42156,-2.36055,-2.63268,-3.72462,-1.51801,-2.12173,-2.79389,-0.183518,-0.614251,-0.339713,-0.228317,-0.0563417,-0.609987,-0.376136,-0.448078,-0.491862,-0.201325,-0.218844,-0.277861,-0.391467,-0.0909534,-0.22918,-0.628001,0.0288091,-0.272951,-0.017826,-0.180733,-0.290874,-0.295114,-0.37957,0.154671 +-5915.27,0.985541,0.350484,2,-0.293951,0.00994396,-1.66709,-2.19053,-1.90282,-2.34356,-2.30914,-1.51214,-1.64105,-2.02861,-1.97496,-2.23273,-2.29882,-1.39743,-2.99697,-2.79666,-1.33153,-1.34429,-1.79271,-3.34191,-3.46644,-1.45293,-2.12359,-3.0116,-0.251681,-0.479146,-0.221252,-0.284189,-0.327663,-0.336135,-0.329856,-0.123491,-0.325698,-0.339899,-0.230522,-0.133182,-0.59376,0.0430241,-0.257842,-0.167489,-0.258068,-0.075546,-0.180992,-0.314284,-0.309448,-0.366865,-0.162227,0.0997194 +-5924.03,0.805034,0.350484,3,-0.266818,0.0079631,-3.7302,-2.04704,-2.16735,-2.44786,-2.47661,-3.14679,-1.84146,-2.17114,-1.93395,-2.2912,-2.50878,-1.72119,-3.05486,-2.5867,-1.44718,-1.71018,-1.94517,-2.80396,-3.8593,-1.37861,-1.93224,-2.84168,-0.100393,-0.131293,-0.348862,-0.136563,-0.0471567,-0.168515,-0.278176,-0.25637,-0.180641,-0.169538,-0.0778873,-0.0582602,-0.266728,-0.274335,-0.212134,-0.232947,-0.217842,-0.304984,-0.174697,-0.241016,-0.580109,-0.277672,-0.321241,0.0892362 +-5920.52,1,0.350484,2,-0.184493,0.00622969,-3.29902,-2.10403,-1.93361,-2.43931,-2.53614,-3.38403,-1.77676,-2.1821,-2.08661,-2.21562,-2.45871,-1.56828,-3.14346,-2.66866,-1.53579,-1.64087,-1.89652,-2.65135,-3.63863,-1.38472,-2.14004,-2.98544,-0.390596,-0.353822,-0.237156,-0.270963,-0.0765416,-0.262864,-0.336854,-0.24524,-0.150541,-0.224196,-0.148087,-0.115601,-0.164054,-0.101263,-0.340072,-0.223879,-0.175187,-0.116425,-0.256886,-0.43109,-0.493613,-0.186624,-0.179602,0.0789284 +-5920.58,1,0.350484,2,-0.241539,0.0139063,-2.97884,-2.12273,-2.34708,-2.27597,-2.47691,-2.96703,-1.74778,-2.25524,-1.7439,-2.2882,-2.41921,-1.51922,-3.21471,-2.98764,-1.25166,-1.59863,-1.6935,-2.80705,-3.70427,-1.57494,-2.06202,-3.12448,-0.231371,-0.260812,-0.193987,-0.33135,-0.237983,-0.165391,-0.426882,-0.0604564,-0.146906,-0.259333,-0.0983919,-0.138689,-0.186564,-0.00532598,-0.381927,-0.236999,-0.186311,-0.236097,-0.208931,-0.230268,-0.146785,-0.116905,-0.0504259,0.117925 +-5919.72,0.672584,0.350484,2,-0.192084,0.00324013,-2.80245,-2.16029,-1.80398,-2.34151,-2.15306,-2.82376,-1.78669,-2.12734,-2.15603,-2.27653,-2.36766,-1.42889,-2.98232,-2.83447,-1.37998,-1.503,-2.22193,-2.41317,-2.92955,-1.3715,-2.14172,-3.35409,-0.119746,-0.364856,-0.1656,-0.218513,-0.108746,-0.145219,-0.0811409,-0.226071,-0.234948,-0.143201,-0.174323,-0.270668,-0.238062,-0.0970951,-0.0785585,-0.146558,-0.152858,-0.169047,-0.269364,-0.290717,-0.362967,-0.172274,-0.24354,0.0569221 +-5922.37,0.414324,0.350484,2,-0.147549,0.00559541,-1.97996,-2.49388,-2.56509,-2.50916,-2.71258,-1.63051,-1.66231,-2.18704,-1.88206,-2.35204,-2.23409,-1.55701,-3.29367,-2.59769,-1.55386,-1.48062,-1.80769,-3.45091,-4.11423,-1.60096,-2.17549,-2.78634,-0.145105,-0.00554136,-0.260178,-0.151796,-0.247626,-0.411434,-0.578008,-0.0659862,-0.178356,-0.252472,-0.19481,-0.0858953,-0.193195,-0.123582,-0.224243,-0.178838,-0.126298,-0.0641002,-0.0280181,-0.120701,-0.188074,-0.234769,-0.0239258,0.0748025 +-5929.21,0.364264,0.350484,3,-0.163249,0.0233254,-2.04356,-2.88782,-2.23821,-2.38457,-2.28277,-2.50627,-1.6038,-2.25359,-1.85805,-2.24628,-2.15645,-1.54269,-3.17033,-2.79945,-1.62902,-1.41569,-1.81695,-3.17715,-4.54155,-1.74715,-2.22185,-3.06896,-0.197112,0.0199308,-0.321663,-0.148856,-0.115984,-0.192557,-0.573886,0.213572,-0.0508221,-0.204181,-0.191622,-0.139389,-0.171986,0.0243301,-0.197166,-0.260229,-0.0986683,-0.169923,-0.044171,-0.140877,-0.159558,-0.273623,-0.289295,0.152727 +-5927.88,0.887108,0.350484,3,-0.188123,0.0148164,-2.87323,-2.69216,-2.47997,-2.42242,-2.5505,-2.47084,-1.57977,-2.39461,-2.02948,-2.27899,-2.38102,-1.38809,-2.871,-2.88687,-1.42937,-1.36196,-2.06908,-2.77664,-3.44891,-1.74108,-2.25242,-3.04315,0.284047,-0.0450467,-0.113126,-0.259257,-0.428388,-0.174587,-0.526086,0.005611,-0.297049,-0.313912,-0.307268,-0.320115,-0.0425564,0.0482205,-0.0879625,-0.0430308,-0.245489,-0.140638,-0.0680106,-0.236555,-0.263531,-0.180772,-0.157235,0.121723 +-5932.01,0.72633,0.350484,3,-0.14785,0.0280643,-2.64499,-2.35851,-2.4631,-2.38155,-2.45652,-2.00143,-1.60921,-2.34386,-2.0532,-2.15886,-2.39863,-1.35366,-3.00929,-2.70454,-1.6226,-1.25687,-2.29571,-3.06177,-3.17399,-1.62112,-1.83795,-3.12193,0.117041,-0.201002,-0.235433,-0.437493,-0.0596933,-0.244224,-0.540069,0.145534,-0.278711,-0.237999,-0.126196,-0.202363,-0.144748,0.326536,-0.132274,-0.0325289,-0.0492055,-0.133574,-0.384066,-0.202716,-0.453775,-0.328357,-0.17832,0.167524 +-5922.55,0.991514,0.350484,3,-0.297265,0.00561816,-1.85633,-2.10669,-1.81098,-2.56305,-2.31878,-2.32818,-1.76529,-2.08308,-1.96694,-2.22415,-2.30218,-1.57298,-3.4898,-2.49816,-1.11899,-1.59584,-1.8682,-2.73461,-4.02937,-1.44963,-2.23002,-2.96073,-0.313155,-0.248257,-0.171343,-0.226252,-0.202645,-0.22845,-0.288735,-0.353634,-0.303199,-0.224751,-0.302439,-0.19712,-0.461719,-0.0262939,-0.33122,-0.224088,-0.231554,-0.185431,-0.306339,-0.289993,-0.222012,-0.561489,-0.0954803,0.0749544 +-5917.54,1,0.350484,2,-0.246126,0.0049035,-2.84453,-2.23317,-2.52441,-2.33473,-2.46887,-2.06312,-1.70661,-2.17781,-1.83392,-2.23902,-2.16977,-1.2546,-2.7891,-2.79327,-1.37373,-1.48729,-2.04453,-3.07239,-2.99412,-1.48562,-2.08991,-2.80513,-0.308978,-0.269907,-0.360319,-0.164923,-0.261207,-0.400869,-0.371811,-0.0189511,-0.327294,-0.324042,-0.279214,-0.264015,-0.00784262,-0.0466502,-0.257732,-0.193795,-0.233933,-0.312274,-0.111163,-0.214054,-0.350471,-0.174424,-0.441317,0.070025 +-5926.6,0.535316,0.350484,2,-0.188052,0.0172335,-2.16376,-2.35419,-1.97429,-2.43923,-2.43719,-2.24553,-1.8089,-2.48683,-2.03579,-2.30658,-2.30477,-1.60167,-3.27449,-2.64631,-1.24429,-1.60934,-1.88217,-3.17436,-3.78137,-1.60475,-2.20906,-3.11922,-0.177124,-0.214917,-0.0649944,-0.280281,-0.0145272,-0.135678,-0.243646,0.171443,-0.209992,-0.207155,-0.367598,-0.168783,-0.64811,-0.168744,-0.268555,-0.120705,-0.293413,0.169401,-0.302553,-0.234412,-0.11634,-0.444233,-0.00350554,0.131277 +-5934.19,0.67207,0.350484,3,-0.202178,0.0445768,-2.8397,-2.10972,-2.31984,-2.52806,-2.56048,-2.62435,-1.65915,-1.94672,-1.8913,-2.20361,-2.41051,-1.54924,-3.21738,-3.02682,-1.40765,-1.43453,-2.07192,-2.64706,-3.65651,-1.37128,-2.08742,-2.75927,-0.198417,-0.271902,-0.377044,-0.269143,-0.281897,-0.278816,-0.551733,-0.43387,-0.178269,-0.31956,-0.27054,-0.0173196,0.484963,0.187407,-0.141605,-0.116413,-0.0416431,-0.353051,0.187494,-0.124361,-0.720841,-0.24619,-0.350222,0.211132 +-5927.85,1,0.350484,3,-0.253992,0.0211071,-2.25346,-2.50006,-1.67576,-2.40548,-2.56375,-1.71405,-1.6498,-1.9527,-1.90669,-2.15951,-2.09329,-1.58488,-3.11053,-2.96515,-1.62562,-1.59414,-1.84252,-2.64517,-3.08001,-1.34452,-1.90725,-2.72858,-0.282551,-0.258616,-0.410216,-0.169441,-0.057953,-0.0127831,-0.520342,-0.25765,-0.247078,-0.4283,-0.239627,0.0772378,-0.0564718,0.346951,-0.248013,-0.120869,-0.306847,-0.171662,0.0525646,-0.248926,-0.451698,-0.392586,-0.242433,0.145283 +-5927.69,0.930409,0.350484,2,-0.291692,0.0217802,-2.36226,-2.49387,-1.71414,-2.38186,-2.57105,-1.95239,-1.69783,-2.01503,-1.9289,-2.16725,-2.18241,-1.57708,-3.03056,-2.9891,-1.57258,-1.64904,-1.83602,-2.38924,-3.07454,-1.40466,-1.98291,-2.69187,-0.282085,-0.251956,-0.454433,-0.17058,-0.0580247,-0.0653246,-0.562575,-0.277866,-0.240634,-0.372006,-0.208641,0.0924935,-0.0746795,0.305765,-0.264818,-0.18037,-0.388892,-0.162127,0.104133,-0.329829,-0.43454,-0.376064,-0.275961,0.147581 +-5919.73,0.964925,0.350484,3,-0.22431,0.0161602,-2.61974,-2.19539,-1.97877,-2.35476,-2.47037,-2.22938,-1.5617,-2.14849,-2.059,-2.17142,-2.3947,-1.64793,-3.3733,-2.94332,-1.55125,-1.52619,-1.82525,-2.62027,-3.6339,-1.40054,-1.89592,-2.72847,-0.164375,-0.389677,-0.405041,-0.274816,-0.271877,-0.264846,-0.528015,-0.222987,-0.24507,-0.269878,-0.240936,-0.259056,-0.0373005,0.200358,-0.0960887,-0.308007,-0.384679,-0.383815,-0.128358,-0.148232,-0.457682,-0.337272,-0.134576,0.127123 +-5921.28,0.86104,0.350484,2,-0.252347,0.0185682,-2.55547,-2.25872,-1.76785,-2.41863,-2.50009,-2.0816,-1.5727,-2.09497,-1.96348,-2.18119,-2.3911,-1.65782,-3.32915,-3.03275,-1.551,-1.47076,-1.75623,-2.88323,-3.7399,-1.45817,-1.81558,-2.73049,-0.165662,-0.330607,-0.385842,-0.261913,-0.324017,-0.172961,-0.551074,-0.223028,-0.281741,-0.25776,-0.222642,-0.274309,-0.0664493,0.191257,-0.0913485,-0.293431,-0.431256,-0.358207,-0.128138,-0.164554,-0.521672,-0.341995,-0.152284,0.136265 +-5922.45,0.460259,0.350484,2,-0.23761,0.00600309,-2.65767,-2.1554,-2.36408,-2.29493,-2.11023,-2.12468,-1.627,-2.33101,-2.1644,-2.32602,-2.51131,-1.37487,-3.09991,-2.54342,-1.54021,-1.17388,-1.58281,-2.72422,-3.58718,-1.55665,-2.16669,-2.97822,-0.271083,-0.18968,-0.221554,-0.281798,-0.161062,-0.320934,-0.611391,-0.132757,-0.25312,-0.265325,-0.152028,-0.106812,-0.339101,-0.25056,-0.24934,-0.263977,-0.645191,-0.126901,-0.316122,-0.214531,-0.235549,-0.278227,-0.310637,0.0774796 +-5919.53,0.872003,0.350484,3,-0.228436,0.0032482,-2.64473,-2.01058,-1.80833,-2.34625,-2.0579,-2.49458,-1.53762,-2.30068,-2.07961,-2.23928,-2.34306,-1.38075,-3.07398,-2.70837,-1.56847,-1.3715,-1.54836,-2.57816,-3.14425,-1.43127,-2.32919,-2.78754,-0.18105,-0.282734,-0.196604,-0.263417,-0.311114,-0.159318,-0.482653,-0.0983902,-0.179428,-0.342275,-0.213898,-0.333631,-0.120965,-0.144411,-0.194873,-0.208214,-0.447821,-0.30543,-0.147867,-0.217389,-0.235203,-0.225139,-0.0505467,0.056993 +-5919.53,0.204996,0.350484,3,-0.228436,0.0032482,-2.64473,-2.01058,-1.80833,-2.34625,-2.0579,-2.49458,-1.53762,-2.30068,-2.07961,-2.23928,-2.34306,-1.38075,-3.07398,-2.70837,-1.56847,-1.3715,-1.54836,-2.57816,-3.14425,-1.43127,-2.32919,-2.78754,-0.18105,-0.282734,-0.196604,-0.263417,-0.311114,-0.159318,-0.482653,-0.0983902,-0.179428,-0.342275,-0.213898,-0.333631,-0.120965,-0.144411,-0.194873,-0.208214,-0.447821,-0.30543,-0.147867,-0.217389,-0.235203,-0.225139,-0.0505467,0.056993 +-5921.95,0.689723,0.350484,2,-0.216953,0.00722222,-3.00649,-2.05661,-1.89778,-2.41263,-2.01476,-2.48388,-1.58766,-1.95063,-2.1444,-2.21186,-2.34271,-1.35539,-2.86471,-2.69358,-1.79601,-1.41848,-1.8335,-2.76838,-2.93046,-1.34693,-2.2894,-2.84808,-0.199918,-0.191724,-0.242727,-0.247274,-0.20721,-0.293073,-0.483056,-0.337342,-0.326589,-0.154394,-0.220921,-0.181755,-0.277106,-0.140082,-0.177594,-0.161695,-0.334648,-0.0581289,-0.370634,-0.0662679,-0.223608,-0.217262,-0.350333,0.0849836 +-5916.51,1,0.350484,2,-0.22226,0.00635376,-2.03114,-1.81694,-2.47903,-2.50087,-2.38541,-2.69074,-1.61398,-2.12433,-2.06859,-2.30737,-2.34631,-1.46981,-3.2274,-2.71659,-1.5256,-1.34646,-1.94341,-2.6113,-3.05867,-1.40256,-2.17203,-3.04514,-0.260628,-0.327738,-0.22946,-0.167072,-0.228221,-0.287087,-0.477241,-0.0859481,-0.497804,-0.245178,-0.246639,-0.153663,-0.289763,-0.157466,-0.0351824,-0.208534,-0.144623,-0.424186,-0.0847783,-0.312763,-0.250399,-0.395835,-0.19684,0.0797105 +-5912.9,0.604294,0.350484,2,-0.272624,0.0159413,-2.35018,-2.09806,-1.79044,-2.40598,-2.24071,-1.88226,-1.62865,-2.21208,-1.97356,-2.28598,-2.21119,-1.42442,-3.16727,-2.80325,-1.17711,-1.43631,-2.04689,-2.79642,-3.4149,-1.53556,-2.11826,-2.97501,-0.311708,-0.363949,-0.399559,-0.170451,-0.295749,-0.256372,-0.49049,-0.185163,-0.2289,-0.152227,-0.22649,-0.297325,-0.166229,0.172531,-0.352573,-0.186038,-0.260893,-0.365396,-0.424608,-0.00961356,-0.333087,-0.330676,-0.243587,0.126259 +-5912.9,0.38772,0.350484,2,-0.272624,0.0159413,-2.35018,-2.09806,-1.79044,-2.40598,-2.24071,-1.88226,-1.62865,-2.21208,-1.97356,-2.28598,-2.21119,-1.42442,-3.16727,-2.80325,-1.17711,-1.43631,-2.04689,-2.79642,-3.4149,-1.53556,-2.11826,-2.97501,-0.311708,-0.363949,-0.399559,-0.170451,-0.295749,-0.256372,-0.49049,-0.185163,-0.2289,-0.152227,-0.22649,-0.297325,-0.166229,0.172531,-0.352573,-0.186038,-0.260893,-0.365396,-0.424608,-0.00961356,-0.333087,-0.330676,-0.243587,0.126259 +-5926.53,0.681777,0.350484,3,-0.296174,0.0130178,-2.51596,-2.40578,-2.43192,-2.49563,-2.53009,-2.57944,-1.63678,-2.31366,-1.93571,-2.32692,-2.13153,-1.42582,-2.73644,-2.82574,-1.24901,-1.39224,-1.86948,-2.94329,-3.15088,-1.67089,-2.23796,-2.76711,-0.147249,-0.124177,-0.176498,-0.297853,-0.101105,-0.432872,-0.393647,0.133819,-0.391035,-0.33808,-0.478873,-0.134832,-0.52578,0.221371,-0.471624,-0.493466,-0.210446,-0.118371,-0.141099,-0.216809,-0.417167,-0.392727,-0.291442,0.114096 +-5929.69,0.959859,0.350484,2,-0.332702,0.0401282,-1.96013,-2.26341,-2.38862,-2.3534,-2.5221,-1.80985,-1.56266,-2.31601,-2.00929,-2.17809,-2.27714,-1.39899,-2.68517,-2.65153,-1.48312,-1.26497,-1.91326,-2.83028,-3.645,-1.68146,-2.02152,-2.7754,-0.279508,-0.353665,-0.403181,-0.166616,-8.65792e-05,0.0636869,-0.602356,-0.0583527,-0.285216,-0.253975,-0.221383,-0.286626,-0.636117,-0.213348,-0.476922,-0.460321,-0.141234,-0.375338,0.178989,-0.412861,-0.360311,-0.372456,-0.348244,0.20032 +-5937.13,0.919646,0.350484,3,-0.341311,0.0567414,-2.08352,-2.07113,-2.49555,-2.37953,-2.52465,-2.05841,-1.61906,-2.16726,-1.96295,-2.19709,-2.16568,-1.41723,-2.67252,-2.81212,-1.66426,-1.22152,-2.05799,-3.0125,-3.82617,-1.71699,-2.25383,-2.79709,-0.199293,-0.277916,-0.402432,-0.14318,-0.0233347,0.037635,-0.59949,-0.111628,-0.204668,-0.283672,-0.242188,-0.292866,-0.580234,-0.166673,-0.485083,-0.555939,-0.0690942,-0.415996,0.227561,-0.531436,-0.39358,-0.275684,-0.524588,0.238205 +-5941.3,0.992927,0.350484,2,-0.329359,0.0340102,-2.27199,-1.98343,-3.04028,-2.41417,-2.56967,-1.97905,-1.69859,-2.16738,-1.94299,-2.19869,-2.26405,-1.39397,-2.5154,-2.76598,-1.61818,-1.15347,-2.04479,-3.06305,-3.84603,-1.56124,-2.02725,-2.79579,-0.0117028,-0.273284,-0.41775,-0.220237,0.0696994,-0.154769,-0.697962,-0.172911,-0.199722,-0.367073,-0.337733,-0.24231,-0.520573,-0.236312,-0.530593,-0.739978,-0.133302,-0.272962,0.105341,-0.63319,-0.497635,-0.360319,-0.463645,0.184419 +-5938.66,1,0.350484,3,-0.250911,0.0337132,-2.77556,-2.56176,-1.32625,-2.38653,-2.40959,-2.63679,-1.59354,-1.97141,-2.18459,-2.2293,-2.37587,-1.41972,-3.02421,-2.71,-1.14828,-1.42042,-2.04258,-2.93083,-3.85436,-1.2416,-2.247,-2.85229,0.00237238,-0.303752,-0.455324,-0.252182,-0.141392,-0.0409409,-0.313672,-0.368883,-0.209867,-0.356841,-0.130875,-0.312266,-0.896517,0.166449,-0.122338,-0.471169,-0.146277,-0.150271,0.0125605,-0.104242,-0.174245,-0.623746,-0.604176,0.183611 +-5928.87,1,0.350484,2,-0.223378,0.0369836,-2.54345,-2.58528,-2.00428,-2.28433,-2.37654,-1.87067,-1.67554,-2.09022,-1.98921,-2.26964,-2.2554,-1.48551,-2.85009,-2.94654,-1.43842,-1.45939,-1.94632,-2.91256,-3.69949,-1.76906,-2.16607,-2.79215,0.0615998,-0.119597,-0.571323,-0.407328,-0.234328,0.0611492,-0.554319,-0.16984,-0.00777034,-0.373319,-0.168888,-0.447193,-0.54277,0.0677167,-0.39157,-0.120517,-0.211876,-0.217649,-0.113643,-0.211057,-0.146743,-0.384195,-0.343237,0.192311 +-5928.23,0.628339,0.350484,3,-0.187889,0.0271616,-2.69951,-2.39046,-2.02379,-2.41246,-2.66881,-2.12076,-1.67433,-2.23113,-1.95444,-2.25349,-2.41278,-1.36502,-2.73034,-2.7097,-1.2604,-1.43699,-1.95468,-3.04911,-3.18696,-1.49154,-2.32746,-2.72857,-0.300821,-0.00235763,-0.549622,-0.22496,0.287399,-0.737539,-0.325138,-0.0735798,-0.23321,-0.143452,-0.197016,-0.00478928,-0.213818,0.0750773,-0.209569,-0.412994,-0.175458,-0.068654,0.036842,0.0475177,-0.220536,-0.572516,-0.302295,0.164808 +-5926.76,0.892605,0.350484,3,-0.354556,0.0123982,-2.61503,-1.99449,-2.46921,-2.40833,-2.08044,-2.18275,-1.61335,-2.09113,-1.77111,-2.13249,-2.30941,-1.25162,-2.79208,-2.85628,-1.40099,-1.66964,-2.06973,-3.07958,-2.9818,-1.11785,-2.12964,-2.85865,-0.202563,-0.731462,-0.196869,-0.346697,-0.531048,-0.321669,-0.42913,-0.399571,-0.4532,-0.40506,-0.390502,-0.228394,-0.338158,0.0705121,-0.410344,-0.095221,-0.187079,-0.163265,-0.383418,-0.44064,-0.666296,-0.289558,-0.467276,0.111347 +-5928.83,0.982693,0.350484,3,-0.312775,0.0185059,-2.00994,-2.21349,-1.65251,-2.35918,-2.7613,-2.09366,-1.65957,-2.12147,-2.10566,-2.31671,-2.52566,-1.4069,-3.06272,-2.69041,-1.24402,-1.25434,-1.86627,-2.81191,-3.6575,-1.74911,-1.71103,-2.93118,-0.38523,-0.0701317,-0.55708,-0.339979,0.12078,-0.364242,-0.355844,-0.117246,-0.293849,-0.241952,-0.283675,-0.367916,-0.375525,-0.0692027,-0.243509,-0.412179,-0.359419,-0.37755,-0.218831,-0.243829,-1.07588,-0.349142,-0.173931,0.136036 +-5923.56,0.998463,0.350484,3,-0.231417,0.0258726,-2.74915,-1.94261,-2.54124,-2.43069,-2.42506,-2.31424,-1.53855,-2.0307,-1.78567,-2.19737,-2.10939,-1.58412,-2.76943,-2.65882,-1.40133,-1.60701,-2.04628,-3.19171,-3.08468,-1.34643,-2.38448,-2.88163,-0.165369,-0.68985,-0.00243702,-0.200575,-0.0179241,-0.237879,-0.67436,-0.325721,-0.356497,-0.299588,-0.269482,-0.0684686,-0.24804,0.0693426,-0.287796,-0.112839,-0.0517217,-0.246122,-0.353353,-0.194459,-0.118259,-0.328027,-0.444931,0.16085 +-5931.64,0.872837,0.350484,3,-0.294917,0.0177678,-2.66034,-2.46274,-2.66288,-2.48671,-2.21895,-1.96399,-1.52127,-1.85392,-1.90954,-2.21116,-2.11316,-1.72491,-2.48244,-2.84751,-1.33605,-1.62957,-2.16216,-3.42941,-3.32122,-1.48845,-2.13905,-2.99414,-0.272603,-0.488186,-0.0898541,-0.333393,-0.299694,-0.166787,-0.730825,-0.388678,-0.304582,-0.254455,-0.320224,-0.123906,-0.247901,-0.00309603,-0.528983,0.00849688,-0.132964,-0.203062,-0.237174,-0.157821,-0.256593,-0.431564,-0.32464,0.133296 +-5935.55,1,0.350484,3,-0.20885,0.0358879,-2.17318,-1.98548,-1.5301,-2.43847,-2.73113,-2.36747,-1.89016,-2.28869,-2.01537,-2.20117,-2.44091,-1.3903,-3.33231,-3.06001,-1.26354,-1.34016,-1.81979,-2.70856,-3.78352,-1.51568,-2.05227,-2.8061,-0.147134,-0.0606463,-0.447763,-0.165257,0.201879,-0.252865,-0.245234,0.0213338,-0.259409,-0.331345,-0.0439122,0.0054465,-0.709617,0.446612,-0.104993,-0.525255,-0.0748211,0.097712,0.040635,-0.204801,-0.327453,-0.278996,-0.165752,0.189441 +-5932.76,0.968581,0.350484,3,-0.171697,0.0579517,-2.4269,-2.33589,-2.53949,-2.23753,-2.49376,-1.97966,-1.65049,-2.29576,-2.12145,-2.1963,-2.36218,-1.63946,-2.49895,-2.94379,-1.51124,-1.40361,-2.24135,-3.24166,-3.35265,-1.42369,-2.05643,-3.06342,-0.290842,-0.269767,-0.386331,-0.480279,0.222549,-0.0603838,-0.364926,0.0927109,0.00188751,-0.354523,-0.266515,-0.194817,-0.233043,0.203522,-0.184253,-0.158241,-0.222925,-0.244325,-0.368127,-0.305756,-0.514403,-0.360647,-0.507241,0.240732 +-5938.21,0.849283,0.350484,2,-0.238515,0.018976,-2.50453,-2.44984,-2.20561,-2.32854,-2.41025,-2.42013,-1.72648,-2.31614,-2.09786,-2.28037,-2.16316,-1.59409,-2.42342,-2.87966,-1.41302,-1.50891,-2.39036,-2.81934,-2.96914,-1.31454,-2.12861,-3.00643,-0.298913,-0.354487,-0.414733,-0.534068,0.274669,-0.0376941,-0.29665,0.241631,0.0466198,-0.396725,-0.21201,-0.198135,-0.168022,0.23088,-0.113753,-0.261198,-0.128688,-0.339034,-0.298835,-0.304257,-0.439422,-0.204895,-0.218434,0.137754 +-5923.59,0.970625,0.350484,3,-0.195546,0.0300288,-2.16579,-1.95795,-2.39209,-2.54111,-2.40987,-2.00806,-1.68179,-2.03585,-1.82838,-2.34985,-2.42303,-1.45123,-3.47271,-2.97622,-1.62878,-1.35681,-1.85417,-3.08004,-3.80851,-1.70829,-2.14101,-2.97875,-0.105069,-0.213092,-0.120538,-0.061022,-0.247925,-0.471158,-0.315421,-0.33047,-0.36651,-0.303767,-0.166777,-0.165004,-0.233029,0.22621,-0.0831489,-0.0933672,-0.301347,-0.0203161,-0.00217484,-0.135638,-0.221848,-0.393424,-0.269575,0.173288 +-5915.65,0.912382,0.350484,2,-0.247063,0.010214,-2.82376,-2.91679,-1.83877,-2.37901,-2.50831,-1.8406,-1.76709,-2.07608,-2.20354,-2.17018,-2.36378,-1.46607,-3.08797,-2.80426,-1.53033,-1.5804,-1.99052,-2.8633,-2.89183,-1.35276,-2.0946,-2.90762,-0.213732,-0.182841,-0.35414,-0.307853,-0.0209482,-0.26235,-0.313715,-0.151268,-0.105359,-0.217205,-0.162262,-0.227927,-0.20461,0.00518024,-0.262741,-0.331823,-0.132602,-0.270427,-0.376583,-0.281053,-0.376716,-0.175261,-0.151631,0.101064 +-5920.84,0.809632,0.350484,2,-0.271007,0.0146247,-2.84294,-1.69856,-2.02099,-2.40109,-2.75235,-2.44187,-1.75222,-2.05177,-1.85305,-2.34779,-2.13774,-1.35774,-2.97997,-2.80916,-1.44807,-1.36513,-2.26949,-3.06513,-3.51146,-1.79427,-1.98699,-2.8988,-0.190321,-0.247106,-0.352134,-0.142952,-0.125794,-0.279345,-0.271885,-0.320936,-0.262362,-0.217466,-0.29809,-0.361063,-0.329984,0.0144235,-0.203561,-0.157336,0.148735,-0.119172,-0.278427,-0.181492,-0.265253,-0.484737,-0.309709,0.120933 +-5927.93,0.901734,0.350484,3,-0.169818,0.0191971,-2.60626,-2.85155,-2.66835,-2.38199,-2.08131,-1.96955,-1.8146,-2.17124,-2.07133,-2.16848,-2.42093,-1.68447,-3.14762,-2.62504,-1.43655,-1.53609,-2.11909,-2.83806,-3.52827,-1.40458,-2.28282,-2.84842,0.540862,-0.070549,0.0222928,-0.29603,-0.261686,-0.157021,-0.316951,-0.0685433,-0.200684,-0.238818,-0.139367,0.0663104,-0.0236117,-0.0586432,-0.12128,-0.278188,-0.175623,-0.255507,-0.112471,-0.123336,-0.218794,-0.115989,0.015573,0.138554 +-5928.01,0.955755,0.350484,3,-0.158369,0.00745167,-3.31902,-2.263,-1.552,-2.45351,-2.81479,-2.41146,-1.80697,-2.11843,-1.9689,-2.37673,-2.45423,-1.4087,-2.86316,-3.00623,-1.4645,-1.4215,-2.07588,-2.99132,-3.14914,-1.65631,-1.97887,-2.95363,-0.443061,0.0141909,-0.282938,-0.0658359,0.0460015,-0.0727446,-0.131801,-0.175542,-0.107034,-0.185452,-0.0581721,-0.220331,-0.252567,-0.0744529,-0.126215,-0.0475379,0.0354936,0.0363202,-0.103499,-0.143762,-0.284398,-0.285916,-0.238378,0.086323 +-5921.61,0.947495,0.350484,3,-0.103479,0.0133887,-2.72453,-2.35144,-1.80466,-2.53231,-2.74838,-2.07425,-1.81028,-1.97385,-2.02615,-2.29293,-2.36986,-1.48075,-2.8669,-2.87365,-1.30861,-1.4391,-2.12992,-3.04517,-3.21539,-1.4891,-2.07415,-2.89721,-0.391156,0.00348707,-0.155216,-0.0599989,-0.0415603,0.16501,-0.226941,-0.175668,-0.297059,-0.0657525,-0.0655406,-0.225878,-0.132033,-0.0647419,-0.0347616,-0.122966,-0.0439657,-0.166586,-0.123685,-0.177621,-0.317675,-0.279696,-0.0216713,0.115709 +-5924.98,0.575262,0.350484,2,-0.161098,0.014723,-2.23889,-2.30915,-1.85695,-2.49083,-2.47155,-2.04337,-1.81648,-1.97962,-1.88675,-2.32162,-2.47444,-1.46943,-2.72532,-2.8674,-1.14735,-1.75346,-2.23054,-2.61654,-3.37664,-1.64945,-1.99719,-3.01029,-0.0516882,-0.0765998,0.11025,-0.0916658,0.0757771,0.0377717,-0.390968,-0.207913,-0.141487,-0.123692,-0.191649,-0.311581,-0.0634463,0.00987905,-0.284031,-0.0815101,-0.0663003,-0.112388,-0.204577,-0.0699536,-0.442077,-0.157037,-0.0701013,0.121339 +-5924.56,0.973022,0.350484,3,-0.330856,0.0130019,-2.67216,-2.01275,-2.34792,-2.3419,-2.35303,-2.24922,-1.75894,-2.03981,-1.79009,-2.23373,-2.32811,-1.71634,-3.35409,-2.61684,-1.60629,-1.35403,-1.82976,-3.39035,-3.5577,-1.32003,-2.45739,-2.90561,-0.430708,-0.351141,-0.511321,-0.34423,-0.402278,-0.261461,-0.504977,-0.127972,-0.580987,-0.389926,-0.269182,0.126334,-0.421907,-0.198866,-0.0963037,-0.371213,-0.341092,-0.154556,-0.275887,-0.266504,-0.281173,-0.418931,-0.248727,0.114026 +-5925.17,0.967387,0.350484,2,-0.297084,0.0236825,-1.83634,-2.1053,-2.39411,-2.32926,-2.4458,-2.26584,-1.70934,-2.03032,-1.63247,-2.16347,-2.28552,-1.70622,-3.00946,-2.77388,-1.41493,-1.18567,-2.085,-3.09841,-3.50301,-1.36873,-2.22105,-2.77368,-0.344391,-0.121045,-0.276333,-0.214803,-0.149773,-0.51468,-0.239476,-0.32533,-0.559771,-0.44402,-0.258857,0.20679,-0.40088,-0.169751,-0.175228,-0.441968,-0.15531,0.0378454,-0.462164,-0.444057,-0.24307,-0.403785,-0.244311,0.153891 +-5934.64,0.62214,0.350484,2,-0.327191,0.0236417,-2.29277,-2.03215,-2.46548,-2.32281,-2.51075,-2.03158,-1.75354,-2.12986,-1.51036,-2.17895,-2.29172,-1.72533,-2.77182,-2.8748,-1.14325,-1.14581,-1.81241,-2.75626,-3.39772,-1.59749,-2.14182,-2.98805,-0.249364,-0.285525,-0.321054,-0.404846,-0.196251,-0.639032,-0.316953,-0.318219,-0.468438,-0.307704,-0.240402,0.135228,-0.0386578,0.244687,-0.315647,-0.382552,0.0479523,0.0866804,-0.446077,-0.460076,-0.443102,-0.338699,-0.21305,0.153758 +-5930.14,0.97038,0.350484,2,-0.291302,0.0289945,-2.10023,-1.98962,-2.68314,-2.33336,-2.42073,-2.01723,-1.70937,-2.10688,-1.65003,-2.20825,-2.26067,-1.66461,-2.98299,-2.81656,-1.20099,-1.21069,-1.79253,-2.51891,-3.26038,-1.44939,-2.28713,-3.02885,-0.442565,-0.356366,-0.556248,-0.371597,-0.0427481,-0.720619,-0.363878,-0.324595,-0.551493,-0.325124,-0.220169,0.172323,-0.0735112,0.0815654,-0.399779,-0.37052,-0.0312862,-0.0563634,-0.449005,-0.232394,-0.372404,-0.253034,-0.168085,0.170278 +-5921.23,0.865279,0.350484,3,-0.245994,0.00849612,-2.88531,-2.44457,-1.42085,-2.40397,-2.46738,-2.03516,-1.71921,-2.01638,-2.13243,-2.27642,-2.41941,-1.6362,-3.16726,-2.80803,-1.26135,-1.53822,-2.42,-3.54698,-3.38392,-1.45751,-2.09039,-2.6916,-0.110124,-0.223583,-0.526824,-0.237465,-0.222501,-0.195788,-0.403953,-0.237749,-0.27186,-0.219141,-0.19149,-0.035605,-0.311815,-0.228614,-0.28168,-0.377079,-0.183567,-0.289334,-0.147156,-0.286725,-0.331728,-0.479506,-0.524378,0.0921744 +-5918.39,0.859624,0.350484,2,-0.227726,0.0142787,-3.14132,-2.2736,-1.95037,-2.51326,-2.5259,-2.17968,-1.77653,-2.13685,-2.08234,-2.26386,-2.57111,-1.48315,-3.43662,-2.69965,-1.41443,-1.45391,-2.18539,-3.19064,-3.43724,-1.38782,-2.19487,-2.95385,-0.12923,-0.20009,-0.427384,-0.24457,-0.00871039,-0.0730931,-0.277739,-0.0884008,-0.240716,-0.312705,-0.0804335,-0.0109501,-0.223359,-0.210285,-0.201448,-0.234485,-0.129268,-0.167634,-0.285605,-0.135104,-0.257971,-0.63484,-0.217322,0.119493 +-5919.41,0.701442,0.350484,2,-0.187649,0.0109551,-3.07455,-2.30068,-2.03205,-2.58125,-2.52048,-2.27051,-1.72511,-2.1527,-2.04967,-2.25496,-2.55164,-1.40663,-3.27746,-2.58743,-1.35324,-1.47251,-2.191,-3.16132,-3.493,-1.34772,-2.28366,-2.96946,-0.109719,-0.158424,-0.40687,-0.261858,-0.157257,-0.0519064,-0.335362,-0.145793,-0.308035,-0.318871,-0.110765,-0.00914519,-0.193494,-0.106979,-0.185142,-0.245494,-0.099851,-0.231427,-0.254753,-0.160322,-0.340748,-0.626787,-0.153547,0.104667 +-5916.14,0.915078,0.350484,3,-0.278731,0.00388085,-1.71724,-2.18964,-2.28621,-2.30134,-2.38117,-2.0162,-1.72051,-2.04612,-1.99675,-2.22632,-2.11429,-1.48791,-2.73396,-2.75974,-1.2672,-1.49346,-1.73387,-2.68184,-3.24825,-1.63531,-2.04582,-3.0459,-0.0549491,-0.494905,-0.154447,-0.269637,-0.368084,-0.198948,-0.358487,-0.225438,-0.347782,-0.236489,-0.351049,-0.265313,-0.325027,-0.102693,-0.197581,-0.229956,-0.245983,-0.313321,-0.0911926,-0.226079,-0.339708,-0.442369,-0.194018,0.0622964 +-5926.01,0.939982,0.350484,2,-0.33889,0.0104086,-2.72678,-1.61223,-2.29402,-2.35611,-2.12343,-1.62055,-1.80726,-2.22475,-1.91703,-2.28983,-2.33952,-1.34402,-3.16189,-2.68718,-1.33248,-1.43939,-2.04359,-2.86086,-3.40516,-1.66731,-2.14966,-2.9305,-0.576559,-0.184015,-0.450212,-0.348268,-0.175203,-0.40595,-0.258493,-0.270383,-0.21883,-0.34403,-0.236894,-0.268559,-0.247249,-0.282923,-0.416476,-0.345464,-0.342109,-0.368646,-0.493178,-0.235182,-0.286564,-0.043356,-0.32668,0.102023 +-5923.22,0.51236,0.350484,2,-0.268132,0.0100929,-3.19301,-1.79973,-2.4141,-2.32755,-2.32626,-1.66597,-1.85021,-2.25999,-1.92023,-2.26938,-2.28271,-1.31238,-3.29088,-2.68946,-1.37898,-1.46468,-2.09048,-2.60755,-2.96513,-1.67851,-2.11434,-3.02291,-0.551019,-0.197552,-0.29936,-0.332287,-0.264101,-0.434402,-0.183687,-0.250685,-0.288134,-0.344305,-0.182483,-0.284286,-0.163388,-0.250314,-0.378166,-0.308433,-0.449076,-0.361264,-0.382467,-0.207515,-0.275742,-0.178618,-0.401735,0.100464 +-5912.32,0.213352,0.350484,2,-0.318062,0.00455588,-2.35055,-1.85951,-2.17793,-2.30901,-2.14672,-1.72598,-1.77206,-2.02274,-1.91299,-2.32239,-2.42434,-1.46383,-3.23552,-2.62336,-1.13733,-1.30022,-2.26534,-2.91172,-2.99478,-1.65899,-2.10695,-2.89989,-0.125606,-0.372254,-0.481961,-0.311392,-0.295213,-0.368716,-0.428957,-0.241453,-0.282064,-0.276865,-0.0947446,-0.295795,-0.323767,-0.182699,-0.290939,-0.278375,-0.284753,-0.297567,-0.323453,-0.155432,-0.267845,-0.277842,-0.320513,0.0674972 +-5911.29,1,0.350484,2,-0.235075,0.00281356,-2.52376,-2.27262,-1.88924,-2.43318,-2.21861,-2.26626,-1.67436,-2.32793,-2.00876,-2.18563,-2.18794,-1.33982,-2.77258,-2.65641,-1.59679,-1.47429,-2.14668,-2.91224,-3.29457,-1.45374,-2.42314,-2.85069,-0.27316,-0.214884,-0.670446,-0.216868,-0.238168,-0.155003,-0.182403,-0.232849,-0.241944,-0.295221,-0.330101,-0.214815,-0.205337,-0.258233,-0.233194,-0.253287,-0.147789,-0.168168,-0.217845,-0.319463,-0.268044,-0.390692,-0.190462,0.053043 +-5907.77,0.471147,0.350484,2,-0.247921,0.00207187,-2.58133,-2.1385,-2.2291,-2.32961,-2.08126,-2.1558,-1.63927,-2.23771,-2.07973,-2.18328,-2.18752,-1.30487,-2.76009,-2.59508,-1.49628,-1.41841,-1.86324,-2.89573,-3.31009,-1.4597,-2.19116,-2.92697,-0.320669,-0.26132,-0.723614,-0.277136,-0.254967,-0.15916,-0.336692,-0.257531,-0.171062,-0.223489,-0.253337,-0.204028,-0.24731,-0.180875,-0.268697,-0.215776,-0.234237,-0.153627,-0.25455,-0.198018,-0.212692,-0.195232,-0.247497,0.0455178 +-5908.83,4.0336e-46,0.350484,2,-0.223049,0.00441909,-2.63436,-2.11502,-2.22296,-2.32559,-2.15391,-1.85304,-1.60945,-2.16922,-2.07834,-2.19997,-2.20054,-1.33259,-2.63839,-2.61954,-1.53826,-1.41233,-1.78726,-2.82757,-3.25027,-1.45919,-2.09959,-3.03867,-0.27815,-0.240019,-0.693578,-0.26864,-0.208754,-0.178863,-0.343464,-0.183889,-0.210036,-0.22033,-0.268909,-0.267643,-0.223218,-0.212972,-0.255421,-0.12891,-0.198173,-0.139764,-0.272784,-0.199816,-0.213872,-0.210664,-0.252913,0.0664762 +-5914.02,0.392405,0.350484,3,-0.23627,0.0051056,-3.10464,-2.30843,-2.10434,-2.45921,-2.76118,-2.03458,-1.76174,-2.06724,-1.90607,-2.21961,-2.36175,-1.38742,-2.99797,-2.69133,-1.52024,-1.93476,-2.28704,-2.99963,-3.02815,-1.46722,-2.03152,-2.98771,-0.193521,-0.279207,-0.773328,-0.272416,-0.201733,-0.302399,-0.375021,-0.270755,-0.276769,-0.312342,-0.222188,-0.225095,-0.31798,-0.223911,-0.211789,-0.256143,-0.257935,-0.270186,-0.222861,-0.186721,-0.354971,-0.28102,-0.247862,0.0714535 +-5914.02,0.301615,0.350484,3,-0.23627,0.0051056,-3.10464,-2.30843,-2.10434,-2.45921,-2.76118,-2.03458,-1.76174,-2.06724,-1.90607,-2.21961,-2.36175,-1.38742,-2.99797,-2.69133,-1.52024,-1.93476,-2.28704,-2.99963,-3.02815,-1.46722,-2.03152,-2.98771,-0.193521,-0.279207,-0.773328,-0.272416,-0.201733,-0.302399,-0.375021,-0.270755,-0.276769,-0.312342,-0.222188,-0.225095,-0.31798,-0.223911,-0.211789,-0.256143,-0.257935,-0.270186,-0.222861,-0.186721,-0.354971,-0.28102,-0.247862,0.0714535 +-5914.28,0.877875,0.350484,2,-0.242225,0.00540289,-2.57115,-2.41953,-1.88746,-2.35859,-2.63091,-1.84804,-1.68086,-2.03225,-2.0726,-2.29537,-2.29091,-1.14152,-2.77776,-2.71198,-1.56896,-1.32872,-2.26318,-2.62882,-3.3679,-1.2319,-2.04448,-2.88963,-0.337293,-0.290574,-0.558403,-0.242914,-0.202797,-0.322239,-0.247461,-0.237529,-0.245264,-0.24185,-0.232181,-0.346013,-0.204167,-0.25141,-0.31345,-0.170724,-0.122057,-0.326253,-0.26116,-0.37432,-0.219995,-0.239056,-0.245968,0.0735044 +-5914.28,0.439944,0.350484,2,-0.242225,0.00540289,-2.57115,-2.41953,-1.88746,-2.35859,-2.63091,-1.84804,-1.68086,-2.03225,-2.0726,-2.29537,-2.29091,-1.14152,-2.77776,-2.71198,-1.56896,-1.32872,-2.26318,-2.62882,-3.3679,-1.2319,-2.04448,-2.88963,-0.337293,-0.290574,-0.558403,-0.242914,-0.202797,-0.322239,-0.247461,-0.237529,-0.245264,-0.24185,-0.232181,-0.346013,-0.204167,-0.25141,-0.31345,-0.170724,-0.122057,-0.326253,-0.26116,-0.37432,-0.219995,-0.239056,-0.245968,0.0735044 +-5917.78,0.679148,0.350484,2,-0.194495,0.0111901,-2.76563,-2.39955,-1.96785,-2.59587,-2.48569,-2.1744,-1.81316,-2.29325,-2.07123,-2.33027,-2.27222,-1.66666,-3.16122,-2.74193,-1.15983,-1.50833,-1.94621,-3.03245,-2.94522,-1.41963,-2.33647,-2.92945,-0.109464,-0.272806,0.0280412,-0.180674,-0.212221,-0.309219,-0.395379,-0.156902,-0.210971,-0.219613,-0.294845,-0.137419,-0.330717,-0.0867505,-0.206686,-0.378679,-0.0972881,-0.124314,-0.185896,-0.207133,-0.334498,-0.352302,-0.210422,0.105783 +-5918.71,0.783211,0.350484,3,-0.261616,0.00704256,-2.00861,-1.77976,-1.82892,-2.27366,-2.35615,-2.35205,-1.55364,-2.05211,-1.97749,-2.2838,-2.43434,-1.42217,-3.15824,-2.72454,-1.50936,-1.21666,-1.91662,-2.86765,-3.60657,-1.39146,-1.91732,-3.06224,-0.353358,-0.269958,-0.569732,-0.24913,-0.215885,-0.161283,-0.326486,-0.204085,-0.285291,-0.14817,-0.106272,-0.125796,-0.214959,-0.146714,-0.27205,-0.34631,-0.331336,-0.31048,-0.281457,-0.308083,-0.269111,-0.198303,-0.478029,0.08392 +-5918.71,0.999353,0.350484,2,-0.261616,0.00704256,-2.00861,-1.77976,-1.82892,-2.27366,-2.35615,-2.35205,-1.55364,-2.05211,-1.97749,-2.2838,-2.43434,-1.42217,-3.15824,-2.72454,-1.50936,-1.21666,-1.91662,-2.86765,-3.60657,-1.39146,-1.91732,-3.06224,-0.353358,-0.269958,-0.569732,-0.24913,-0.215885,-0.161283,-0.326486,-0.204085,-0.285291,-0.14817,-0.106272,-0.125796,-0.214959,-0.146714,-0.27205,-0.34631,-0.331336,-0.31048,-0.281457,-0.308083,-0.269111,-0.198303,-0.478029,0.08392 +-5912.16,0.951189,0.350484,2,-0.239525,0.00887336,-1.75991,-2.03934,-1.60301,-2.36594,-2.43429,-1.52074,-1.61693,-2.05989,-1.87263,-2.29958,-2.46674,-1.50007,-3.39897,-2.78178,-1.35742,-1.45636,-1.94249,-2.89055,-3.81316,-1.54035,-2.12061,-2.95703,-0.223821,-0.224919,-0.409547,-0.315351,-0.149016,-0.327059,-0.467935,-0.281133,-0.210052,-0.293302,-0.224481,-0.27892,-0.177266,-0.125968,-0.27352,-0.319352,-0.109859,-0.128531,-0.0284876,-0.2585,-0.223374,-0.246686,-0.240304,0.0941985 +-5911.36,0.317248,0.350484,3,-0.191547,0.0067569,-2.94974,-2.37633,-2.55702,-2.47326,-2.36203,-2.83862,-1.68013,-2.25637,-2.08917,-2.3089,-2.30466,-1.47094,-2.57645,-2.77795,-1.41022,-1.63885,-2.01728,-2.80429,-3.22381,-1.50304,-2.13326,-2.88493,-0.223365,-0.1967,-0.182617,-0.227343,-0.17528,-0.278558,-0.332019,-0.229732,-0.170147,-0.298176,-0.305047,-0.124324,-0.174305,-0.216495,-0.279955,-0.258386,-0.0867947,-0.0947015,-0.0258027,-0.23939,-0.214403,-0.227948,-0.091677,0.0822004 +-5917.69,0.726196,0.350484,3,-0.195463,0.0109708,-1.83912,-2.21072,-1.79955,-2.39961,-2.49401,-1.73583,-1.61417,-2.01995,-1.86554,-2.28058,-2.42151,-1.58914,-3.33861,-2.70717,-1.20558,-1.37131,-1.9073,-3.02599,-3.9999,-1.52896,-2.23089,-3.04434,-0.100417,-0.0640568,-0.101032,-0.219344,0.0519135,-0.279251,-0.497037,-0.0886902,-0.32117,-0.20088,-0.168904,-0.00677548,-0.100841,-0.129537,-0.224933,-0.0871527,-0.335935,-0.259647,-0.255943,-0.123507,-0.173535,-0.154979,-0.286429,0.104742 +-5906.44,0.971967,0.350484,3,-0.231302,0.00196496,-3.02439,-2.22668,-2.39568,-2.38857,-2.32799,-3.02194,-1.88877,-2.11717,-2.15338,-2.21868,-2.21938,-1.30567,-2.76002,-2.63457,-1.50868,-1.63244,-2.37396,-2.81377,-3.08851,-1.47762,-2.10804,-2.86269,-0.260299,-0.219765,-0.0710002,-0.262552,-0.140002,-0.193648,-0.263463,-0.1742,-0.293525,-0.217408,-0.240983,-0.193318,-0.222509,-0.172455,-0.247994,-0.210404,-0.211377,-0.312516,-0.313772,-0.227826,-0.276516,-0.223832,-0.326103,0.0443279 +-5906.44,1.46196e-07,0.350484,2,-0.231302,0.00196496,-3.02439,-2.22668,-2.39568,-2.38857,-2.32799,-3.02194,-1.88877,-2.11717,-2.15338,-2.21868,-2.21938,-1.30567,-2.76002,-2.63457,-1.50868,-1.63244,-2.37396,-2.81377,-3.08851,-1.47762,-2.10804,-2.86269,-0.260299,-0.219765,-0.0710002,-0.262552,-0.140002,-0.193648,-0.263463,-0.1742,-0.293525,-0.217408,-0.240983,-0.193318,-0.222509,-0.172455,-0.247994,-0.210404,-0.211377,-0.312516,-0.313772,-0.227826,-0.276516,-0.223832,-0.326103,0.0443279 +-5906.44,0.0832147,0.350484,1,-0.231302,0.00196496,-3.02439,-2.22668,-2.39568,-2.38857,-2.32799,-3.02194,-1.88877,-2.11717,-2.15338,-2.21868,-2.21938,-1.30567,-2.76002,-2.63457,-1.50868,-1.63244,-2.37396,-2.81377,-3.08851,-1.47762,-2.10804,-2.86269,-0.260299,-0.219765,-0.0710002,-0.262552,-0.140002,-0.193648,-0.263463,-0.1742,-0.293525,-0.217408,-0.240983,-0.193318,-0.222509,-0.172455,-0.247994,-0.210404,-0.211377,-0.312516,-0.313772,-0.227826,-0.276516,-0.223832,-0.326103,0.0443279 +-5906.44,0.023956,0.350484,2,-0.231302,0.00196496,-3.02439,-2.22668,-2.39568,-2.38857,-2.32799,-3.02194,-1.88877,-2.11717,-2.15338,-2.21868,-2.21938,-1.30567,-2.76002,-2.63457,-1.50868,-1.63244,-2.37396,-2.81377,-3.08851,-1.47762,-2.10804,-2.86269,-0.260299,-0.219765,-0.0710002,-0.262552,-0.140002,-0.193648,-0.263463,-0.1742,-0.293525,-0.217408,-0.240983,-0.193318,-0.222509,-0.172455,-0.247994,-0.210404,-0.211377,-0.312516,-0.313772,-0.227826,-0.276516,-0.223832,-0.326103,0.0443279 +-5909.93,3.51826e-27,0.350484,3,-0.230059,0.00230834,-3.13328,-2.15456,-2.26331,-2.39698,-2.41183,-2.90931,-1.90777,-2.13495,-2.25663,-2.22978,-2.23363,-1.32005,-2.8641,-2.70259,-1.55699,-1.59564,-2.32426,-2.93505,-3.08833,-1.47272,-2.07907,-2.85328,-0.182316,-0.249707,-0.0913454,-0.263193,-0.0825236,-0.198058,-0.216571,-0.199839,-0.309829,-0.197148,-0.247308,-0.211314,-0.194034,-0.230576,-0.162138,-0.166443,-0.165496,-0.326663,-0.261972,-0.237214,-0.306013,-0.206144,-0.343756,0.0480452 +-5923.08,0.444547,0.350484,2,-0.172638,0.0123649,-2.26693,-1.9034,-1.62569,-2.35323,-2.571,-1.7672,-1.64983,-2.1893,-1.75817,-2.3217,-2.27784,-1.69572,-2.54896,-2.55328,-1.52103,-1.59607,-1.84686,-2.71431,-3.72832,-1.33124,-2.0993,-2.95445,-0.210136,-0.233035,-0.607488,-0.27909,-0.141613,-0.0980593,-0.308852,-0.123548,-0.15092,-0.234553,-0.209688,-0.0860275,-0.535036,-0.119069,-0.204021,-0.164321,-0.150121,0.0204093,-0.0534204,-0.187831,-0.196309,-0.310913,0.0133255,0.111198 +-5929.37,0.974662,0.350484,2,-0.277141,0.0255389,-3.41084,-2.50565,-2.30615,-2.54897,-2.50133,-2.56471,-1.80185,-1.99775,-2.15109,-2.20295,-2.59048,-1.34847,-3.57067,-2.88028,-1.0883,-1.36974,-2.25971,-2.97587,-3.74635,-1.47886,-2.2074,-2.90523,-0.257051,-0.432391,-0.282549,-0.189175,-0.161748,-0.366944,-0.264293,-0.233376,-0.312113,-0.2813,-0.0400812,-0.260783,0.0972819,0.0166293,-0.2499,-0.212856,-0.195857,-0.406338,-0.357013,-0.306383,-0.287164,-0.244959,-0.466098,0.159809 +-5932.56,0.984843,0.350484,3,-0.241589,0.0494507,-1.5874,-1.77168,-1.85758,-2.44494,-2.5354,-1.63734,-1.66385,-2.31389,-1.8295,-2.30214,-2.07309,-1.48043,-2.6796,-2.54102,-1.58773,-1.46191,-2.00541,-2.96732,-3.12661,-1.55096,-1.98808,-2.76062,-0.259019,-0.137392,-0.327554,-0.0790305,-0.0397507,-0.261104,-0.396174,-0.133808,-0.199131,-0.267749,-0.490296,-0.185023,-0.556779,-0.154062,-0.271995,-0.361069,0.00487777,-0.0267091,-0.124449,-0.148108,-0.517184,-0.658271,0.244985,0.222375 +-5924.51,0.983912,0.350484,2,-0.175971,0.00996533,-2.05053,-1.97743,-2.07622,-2.46888,-2.58118,-2.10173,-1.61596,-2.15759,-1.78122,-2.20909,-2.12627,-1.46322,-2.89598,-2.69889,-1.5137,-1.38469,-2.10955,-2.97955,-3.60635,-1.57559,-2.20304,-2.91743,-0.00421567,-0.198821,-0.272803,-0.288096,-0.216324,-0.244263,-0.450434,-0.171499,-0.329106,-0.352275,-0.474111,-0.102466,-0.616437,-0.128752,-0.151091,-0.350509,0.0645758,-0.20762,-0.281098,-0.274132,-0.363591,-0.676753,-0.137348,0.0998265 +-5926.37,1,0.350484,3,-0.33938,0.0283436,-3.05714,-2.31299,-2.21373,-2.30435,-2.49355,-2.39727,-1.68708,-2.0212,-1.83505,-2.25132,-2.08683,-1.30105,-3.01293,-2.57471,-1.47436,-1.48168,-2.13095,-2.91585,-3.83204,-1.38602,-1.96048,-2.80708,-0.258103,-0.160976,-0.229892,-0.228504,0.0815959,-0.575192,-0.455638,-0.300757,-0.275883,-0.265332,-0.571522,-0.354336,-0.241185,-0.157653,-0.192617,-0.179953,-0.0148237,-0.223594,-0.0944714,-0.0635674,-0.230588,-0.482836,-0.374321,0.168355 +-5922.36,0.78177,0.350484,3,-0.388304,0.0327673,-1.65584,-1.82125,-1.98518,-2.36718,-2.57557,-1.72746,-1.62986,-2.158,-2.08685,-2.31908,-2.27455,-1.55198,-2.98766,-3.02872,-1.26712,-1.48885,-1.86098,-3.14579,-3.11413,-1.62758,-2.07617,-2.77962,-0.45539,-0.764838,-0.454771,-0.234179,-0.110722,-0.317745,-0.521294,-0.272527,-0.281978,-0.346323,-0.162711,-0.0783238,-0.322211,0.215381,-0.315637,-0.271629,-0.295432,-0.090997,-0.32262,-0.394544,-0.501306,-0.52961,-0.321135,0.181017 +-5915.33,0.268383,0.350484,2,-0.283917,0.00984024,-2.54844,-2.09534,-2.44124,-2.42152,-2.57177,-2.54806,-1.64457,-2.00341,-1.94202,-2.13995,-2.34462,-1.31652,-2.9154,-2.61935,-1.41889,-1.34308,-1.82066,-3.25302,-3.15113,-1.41812,-1.98643,-2.91802,-0.521701,-0.503309,-0.377862,-0.299086,-0.151573,-0.320512,-0.452134,-0.241374,-0.491746,-0.304957,-0.325067,-0.295466,-0.411328,-0.120956,-0.32321,-0.381769,-0.385041,-0.321247,-0.404943,-0.146692,-0.414143,-0.349451,-0.33247,0.099198 +-5911.04,0.800518,0.350484,2,-0.237115,0.00730331,-2.32687,-2.03887,-2.27075,-2.27501,-2.46603,-1.68078,-1.74,-1.94,-2.16454,-2.33469,-2.19103,-1.67126,-3.04216,-2.82686,-1.34083,-1.48156,-2.09413,-3.37106,-3.45399,-1.4201,-2.14999,-2.94697,-0.169319,-0.198252,-0.303607,-0.364434,-0.21852,-0.337212,-0.321353,-0.437174,-0.301644,-0.297475,-0.28815,-0.218856,-0.268994,-0.205478,-0.263846,-0.273492,-0.19698,-0.259065,-0.158544,-0.336121,-0.32984,-0.337719,-0.336214,0.0854594 +-5905.29,0.545832,0.350484,2,-0.259205,0.00423952,-2.42751,-1.98499,-2.16896,-2.27689,-2.40723,-1.66581,-1.71786,-1.93702,-2.1801,-2.30083,-2.26946,-1.64056,-3.05488,-2.76556,-1.34604,-1.36894,-2.11087,-3.23144,-3.42671,-1.42331,-2.11884,-3.0195,-0.26059,-0.191802,-0.248133,-0.397344,-0.169587,-0.338945,-0.284434,-0.421562,-0.294098,-0.270404,-0.248363,-0.221072,-0.197328,-0.102045,-0.202992,-0.245002,-0.253733,-0.288031,-0.119135,-0.286562,-0.255406,-0.30473,-0.249847,0.0651116 +-5905.29,0.00371825,0.350484,2,-0.259205,0.00423952,-2.42751,-1.98499,-2.16896,-2.27689,-2.40723,-1.66581,-1.71786,-1.93702,-2.1801,-2.30083,-2.26946,-1.64056,-3.05488,-2.76556,-1.34604,-1.36894,-2.11087,-3.23144,-3.42671,-1.42331,-2.11884,-3.0195,-0.26059,-0.191802,-0.248133,-0.397344,-0.169587,-0.338945,-0.284434,-0.421562,-0.294098,-0.270404,-0.248363,-0.221072,-0.197328,-0.102045,-0.202992,-0.245002,-0.253733,-0.288031,-0.119135,-0.286562,-0.255406,-0.30473,-0.249847,0.0651116 +-5905.29,0.321602,0.350484,2,-0.259205,0.00423952,-2.42751,-1.98499,-2.16896,-2.27689,-2.40723,-1.66581,-1.71786,-1.93702,-2.1801,-2.30083,-2.26946,-1.64056,-3.05488,-2.76556,-1.34604,-1.36894,-2.11087,-3.23144,-3.42671,-1.42331,-2.11884,-3.0195,-0.26059,-0.191802,-0.248133,-0.397344,-0.169587,-0.338945,-0.284434,-0.421562,-0.294098,-0.270404,-0.248363,-0.221072,-0.197328,-0.102045,-0.202992,-0.245002,-0.253733,-0.288031,-0.119135,-0.286562,-0.255406,-0.30473,-0.249847,0.0651116 +-5906.7,1.41174e-05,0.350484,2,-0.27524,0.00592667,-2.82338,-2.37784,-1.5791,-2.38182,-2.44611,-2.52429,-1.75855,-2.17764,-2.08327,-2.2255,-2.27326,-1.18837,-2.90874,-2.70402,-1.26968,-1.61269,-1.81797,-3.2356,-3.59699,-1.54017,-2.10123,-2.7097,-0.328337,-0.299028,-0.250177,-0.182565,-0.162044,-0.254107,-0.326926,-0.0880171,-0.214899,-0.292338,-0.285622,-0.24585,-0.376804,-0.276863,-0.331811,-0.27761,-0.290418,-0.282782,-0.343221,-0.249214,-0.235101,-0.32403,-0.270049,0.0769849 +-5914.98,0.0217788,0.350484,2,-0.240045,0.00241709,-2.32561,-2.04888,-1.42721,-2.54388,-2.76443,-2.49714,-1.8086,-2.03751,-2.09115,-2.2381,-2.2423,-1.11333,-3.02238,-2.65619,-1.05568,-1.66788,-1.85099,-2.96813,-3.62167,-1.40281,-2.19212,-2.81278,-0.200786,-0.250244,-0.388796,-0.0595914,-0.273787,-0.269921,-0.201821,-0.304437,-0.29812,-0.330256,-0.265974,-0.3108,-0.258657,-0.153318,-0.298087,-0.1765,-0.220451,-0.202008,-0.190646,-0.270299,-0.311251,-0.31513,-0.274774,0.0491639 +-5917.88,0.346005,0.350484,2,-0.268945,0.00179045,-2.20372,-2.0482,-1.54433,-2.5564,-2.75948,-2.37177,-1.76558,-2.13362,-2.10827,-2.21483,-2.25535,-1.05499,-3.01765,-2.72044,-1.05873,-1.61397,-1.66509,-3.13317,-3.81008,-1.40779,-2.17045,-2.82376,-0.207796,-0.383366,-0.374099,-0.054901,-0.23194,-0.253277,-0.226246,-0.300738,-0.168133,-0.349727,-0.24957,-0.299294,-0.211143,-0.277215,-0.227003,-0.234685,-0.217981,-0.223334,-0.232745,-0.284273,-0.310376,-0.279472,-0.303458,0.0423138 +-5921.92,0.000131431,0.350484,2,-0.253891,0.00157746,-2.20915,-2.08404,-1.61074,-2.57172,-2.66625,-2.19244,-1.78437,-2.16064,-2.11571,-2.19537,-2.23219,-1.06337,-2.97176,-2.75237,-1.07733,-1.54431,-1.59485,-3.33411,-3.7181,-1.36641,-2.11377,-2.83354,-0.124011,-0.353632,-0.452733,-0.0504916,-0.244618,-0.177051,-0.227474,-0.30199,-0.186658,-0.304929,-0.211757,-0.278218,-0.297972,-0.228206,-0.237096,-0.235741,-0.173278,-0.247242,-0.281614,-0.278521,-0.225448,-0.21955,-0.2969,0.0397173 +-5915.49,2.09596e-07,0.350484,2,-0.231115,0.010728,-2.32849,-2.24797,-2.11132,-2.56602,-2.37465,-2.15775,-1.97035,-2.14278,-2.09695,-2.25158,-2.24235,-1.43711,-3.06697,-2.79665,-1.37309,-1.34206,-1.90405,-2.83639,-3.8918,-1.30844,-2.15409,-2.91356,-0.367596,-0.1076,-0.173361,-0.160959,-0.158391,-0.333456,-0.251145,-0.0144679,-0.308647,-0.202355,-0.358285,-0.21676,-0.163931,-0.0778344,-0.277453,-0.225779,-0.371444,-0.174853,-0.149989,-0.176827,-0.284037,-0.30749,-0.188557,0.103576 +-5920.28,0.0738622,0.350484,3,-0.206333,0.00871746,-2.13394,-2.24015,-2.164,-2.60531,-2.28327,-2.437,-1.93931,-2.12846,-2.19231,-2.2454,-2.16827,-1.46671,-3.08776,-2.75325,-1.38443,-1.31862,-1.87213,-2.83451,-3.84609,-1.27455,-2.15881,-2.85588,-0.343041,-0.156619,-0.182225,-0.110981,-0.183213,-0.333259,-0.245851,0.0185351,-0.273187,-0.181626,-0.351955,-0.154227,-0.209982,0.0100954,-0.2823,-0.24965,-0.393809,-0.0704974,-0.0905711,-0.191264,-0.373546,-0.352693,-0.201339,0.0933673 +-5921.99,0.856326,0.350484,2,-0.193887,0.0165916,-2.85939,-2.15442,-1.64216,-2.33133,-2.40924,-2.04497,-1.71389,-2.12349,-2.16258,-2.34512,-2.3793,-1.52618,-3.00451,-2.83965,-1.3299,-1.54997,-1.88427,-2.86374,-3.34143,-1.44262,-2.05892,-2.98385,0.0407253,-0.511689,-0.293679,-0.16421,-0.119829,-0.091645,-0.247065,-0.396726,-0.156828,-0.252294,-0.16404,-0.0892326,-0.0695295,-0.0647242,-0.109038,-0.452327,-0.153498,-0.197502,-0.335673,-0.434857,-0.276181,-0.262709,-0.235219,0.128808 +-5923.66,0.949636,0.350484,2,-0.221224,0.00770871,-1.87652,-2.83464,-2.28982,-2.5099,-2.50836,-2.23309,-1.75599,-2.12342,-1.82315,-2.21161,-2.29721,-1.65078,-3.40922,-2.9713,-1.51072,-1.22265,-2.1417,-2.99389,-3.13157,-1.23225,-2.15411,-3.07727,-0.227396,0.0683473,-0.186293,-0.24189,-0.200836,-0.309706,-0.356702,-0.061549,-0.281275,-0.193346,-0.31697,-0.087275,-0.215513,0.377123,-0.421541,-0.241097,-0.201811,-0.194607,-0.0930876,-0.371305,-0.279666,-0.215374,-0.193126,0.0877993 +-5921.36,0.664758,0.350484,2,-0.214991,0.0117481,-2.32766,-2.69963,-1.98884,-2.53365,-2.60656,-1.75781,-1.63582,-2.26286,-2.26733,-2.34959,-2.34512,-1.61566,-3.13424,-2.91284,-1.17024,-1.4393,-2.03804,-3.24839,-3.47449,-1.3521,-2.06508,-3.14859,-0.244384,-0.0934109,-0.205116,-0.087652,-0.0181483,-0.26448,-0.334495,-0.147257,-0.156623,-0.235665,-0.241744,-0.224949,-0.184986,0.271992,-0.0264475,-0.246905,-0.137087,-0.386844,-0.163951,-0.189884,-0.278574,-0.246986,-0.333332,0.108388 +-5918.21,0.904414,0.350484,2,-0.166738,0.00934194,-2.05148,-2.38262,-2.05851,-2.46336,-2.51059,-2.52441,-1.66022,-2.10199,-2.07454,-2.23041,-2.32904,-1.19338,-2.70404,-2.84391,-1.70461,-1.44142,-2.37021,-2.59215,-3.54058,-1.61071,-2.40129,-2.85178,-0.152918,-0.233117,-0.0955895,-0.204916,-0.232869,-0.131952,-0.447128,-0.203427,-0.106884,-0.230072,-0.228844,-0.206664,-0.497052,-0.165046,-0.0634997,-0.113574,-0.144604,-0.0202642,-0.263559,-0.202034,-0.154273,-0.276726,-0.265439,0.0966537 +-5916.82,0.675176,0.350484,2,-0.201372,0.0109814,-2.88711,-2.12656,-2.11098,-2.34069,-2.3054,-2.57503,-1.67842,-1.96248,-1.8933,-2.33741,-2.34301,-1.51109,-2.71809,-2.96392,-1.51388,-1.20832,-1.94386,-3.18992,-3.65828,-1.42791,-2.10594,-2.79578,-0.215893,-0.337232,-0.0271011,-0.190293,-0.0897038,-0.223794,-0.458036,-0.362936,-0.230812,-0.211603,-0.247941,-0.238867,-0.330126,0.285781,-0.195019,-0.28814,-0.113355,-0.237459,-0.0398878,-0.183917,-0.267341,-0.108613,-0.266314,0.104792 +-5916.29,0.876237,0.350484,2,-0.184454,0.00731971,-1.75158,-2.17181,-2.31566,-2.54319,-2.67049,-1.89802,-1.61545,-2.15988,-2.19327,-2.21933,-2.25304,-1.50656,-3.5036,-2.79341,-1.40384,-1.54836,-2.13224,-2.82575,-3.45044,-1.51351,-2.27149,-3.02088,-0.111577,-0.119114,-0.310022,-0.203571,-0.151199,-0.318799,-0.449172,-0.0787961,-0.155362,-0.193553,-0.154508,-0.031599,-0.0683048,-0.0268015,-0.163747,-0.310814,-0.17045,-0.12824,-0.218347,-0.246639,-0.21045,-0.478288,-0.175127,0.0855553 +-5915.58,0.679163,0.350484,2,-0.160227,0.00862287,-2.40539,-2.22086,-2.15165,-2.3586,-2.5583,-1.95702,-1.51634,-2.13177,-2.19241,-2.32314,-2.41616,-1.47719,-3.47929,-2.82738,-1.50904,-1.55012,-2.14603,-2.86317,-2.90555,-1.47037,-2.23403,-2.99386,-0.253913,-0.252723,-0.154268,-0.245554,-0.180691,-0.106736,-0.611358,-0.210735,-0.171091,-0.186435,-0.14586,-0.232888,-0.0202864,0.0932673,-0.152398,-0.112684,-0.0764675,-0.172812,-0.108223,-0.352808,-0.192325,-0.468683,-0.283716,0.0928594 +-5918.78,0.695882,0.350484,2,-0.187509,0.0128212,-2.65898,-2.79678,-2.03175,-2.36635,-2.57558,-2.24394,-1.5591,-2.10923,-1.659,-2.22376,-2.33711,-1.36733,-3.19126,-2.77355,-1.59675,-1.67846,-2.22447,-3.06355,-3.22337,-1.55453,-2.1623,-3.04032,-0.179995,-0.173836,-0.171264,-0.260682,-0.0576432,-0.405081,-0.58822,-0.18244,-0.22862,-0.13405,-0.136749,-0.164459,-0.218911,-0.0855246,-0.29998,-0.171457,-0.192896,-0.257818,-0.363873,-0.0932847,-0.294917,-0.243904,-0.109121,0.113231 +-5930.4,0.631769,0.350484,2,-0.197328,0.0142952,-2.82655,-1.33458,-2.48561,-2.31378,-2.19838,-1.69978,-1.71855,-2.07506,-2.13571,-2.47535,-2.46918,-1.74906,-3.10296,-2.73796,-1.19628,-1.4943,-2.08256,-3.22367,-3.32813,-1.62041,-2.06824,-2.82632,-0.256454,-0.420254,-0.294692,-0.378408,-0.322473,-0.202297,-0.321766,-0.249455,-0.36867,-0.203049,-0.116492,-0.0128524,-0.252741,-0.0508312,-0.200078,0.0452057,-0.0709806,-0.161659,-0.140201,-0.158089,-0.335079,-0.300383,-0.34519,0.119563 +-5924.29,0.982683,0.350484,2,-0.317146,0.0191048,-2.70792,-2.82483,-1.95709,-2.41872,-2.42451,-2.66795,-1.7417,-2.25408,-1.92851,-2.13629,-2.28191,-1.20606,-2.89944,-2.76595,-1.27131,-1.66238,-1.97201,-2.48746,-3.23675,-1.60279,-1.90457,-2.91024,-0.263504,-0.238139,-0.495105,-0.204452,-0.19616,-0.35166,-0.366712,-0.0273086,-0.23395,-0.231033,-0.293483,-0.390303,-0.271692,-0.155884,-0.420842,-0.0970218,-0.32636,-0.452414,-0.357563,-0.0984178,-0.698778,-0.506831,-0.202494,0.13822 +-5922.33,0.903612,0.350484,2,-0.176621,0.0144373,-2.02663,-2.36782,-2.08366,-2.37674,-2.34492,-2.31778,-1.75265,-2.36738,-2.21817,-2.23952,-2.35072,-1.38799,-2.7411,-2.66758,-1.23469,-1.59074,-1.83464,-3.36786,-3.56303,-1.51896,-2.0763,-2.89733,-0.0924331,-0.224124,-0.346403,-0.250519,-0.370217,-0.118837,-0.362503,-0.0848142,0.000924743,-0.458785,-0.211303,-0.0503094,-0.383826,-0.0509935,-0.287964,-0.0273337,-0.0950169,-0.101969,0.0292066,-0.149025,-0.379905,-0.513572,-0.368748,0.120155 +-5925.22,0.766793,0.350484,2,-0.262591,0.01184,-1.70966,-2.26081,-2.29539,-2.46628,-2.21554,-2.4967,-1.76229,-2.14827,-2.00934,-2.21361,-2.34086,-1.59504,-2.80389,-2.60183,-1.44551,-1.60655,-1.99956,-3.45921,-3.59513,-1.57234,-2.08393,-3.26658,-0.290038,-0.351948,-0.397275,-0.209447,-0.175499,-0.0288695,-0.225276,-0.143647,-0.16951,-0.271858,-0.154699,-0.117791,-0.273579,-0.294918,0.0752211,-0.244903,-0.121013,-0.221841,0.0323088,-0.421124,-0.248843,-0.0557194,-0.134921,0.108812 +-5926.61,0.699964,0.350484,2,-0.110658,0.0117897,-1.69003,-2.32347,-2.19664,-2.45489,-2.11038,-2.12385,-1.77965,-2.11346,-1.98173,-2.2057,-2.15321,-1.4806,-2.87729,-2.64471,-1.56396,-1.70969,-2.07971,-3.27913,-3.28089,-1.49349,-2.17989,-3.08659,-0.288094,-0.103989,-0.347637,-0.148433,-0.108907,-0.0852687,-0.145821,-0.161544,-0.0498143,-0.22813,-0.280768,-0.259356,-0.204224,-0.100752,-0.0514593,-0.215957,-0.37933,0.0359057,-0.152687,-0.318347,-0.492665,-0.171186,-0.200832,0.10858 +-5923.34,0.998675,0.350484,2,-0.244132,0.0148372,-1.83016,-2.21968,-2.05452,-2.52036,-2.35961,-2.9199,-1.73643,-1.96229,-1.99813,-2.29946,-2.30001,-1.32416,-2.66357,-2.72742,-1.54884,-1.39354,-1.97681,-2.94256,-3.23352,-1.39181,-2.24928,-3.00665,-0.158026,-0.210779,-0.293629,-0.00334374,-0.0855616,-0.227155,-0.246944,-0.136449,-0.294244,-0.267338,-0.229614,-0.189111,-0.363009,-0.0384458,0.0896194,-0.218719,-0.331595,0.0659879,-0.200489,-0.423734,-0.457376,-0.132045,-0.082278,0.121808 +-5917.55,1,0.350484,2,-0.235463,0.00718447,-2.74104,-2.03572,-2.33731,-2.48132,-2.56958,-2.48611,-1.62127,-2.3573,-1.82752,-2.22675,-2.30839,-1.49362,-3.18972,-2.67913,-1.51805,-1.76313,-1.94717,-2.92911,-2.80005,-1.27454,-2.04764,-2.95817,-0.242604,-0.300506,-0.137338,-0.190592,-0.190787,-0.146477,-0.464178,-0.157289,-0.335123,-0.243131,-0.232172,-0.243268,-0.14134,-0.122923,-0.211156,-0.131246,-0.0422138,-0.311827,-0.233642,-0.386458,-0.120766,-0.154639,-0.463307,0.0847612 +-5918.48,0.925552,0.350484,2,-0.228359,0.00903062,-2.64277,-1.87894,-2.27181,-2.48902,-2.59615,-2.28243,-1.60076,-2.35097,-1.85581,-2.25383,-2.35605,-1.46896,-3.22692,-2.68825,-1.57827,-1.7759,-1.90312,-2.93981,-2.75906,-1.30631,-2.12822,-2.87489,-0.242567,-0.235037,-0.133313,-0.153726,-0.12069,-0.162792,-0.526838,-0.132335,-0.369758,-0.260397,-0.265039,-0.167317,-0.171799,-0.163369,-0.110928,-0.197642,-0.0745856,-0.33287,-0.270863,-0.408981,-0.22141,-0.180471,-0.5411,0.0950296 +-5914.55,0.64163,0.350484,2,-0.225961,0.00651035,-2.77593,-2.22013,-2.17239,-2.42323,-2.55536,-1.67663,-1.7917,-2.09881,-1.94643,-2.34353,-2.31913,-1.25487,-3.07764,-2.70392,-1.53579,-1.21599,-2.29863,-2.94663,-3.60251,-1.50462,-2.233,-2.80132,-0.212687,-0.225594,-0.307343,-0.294924,-0.225061,-0.53283,-0.22326,-0.143287,-0.198026,-0.210017,-0.194568,-0.307365,-0.31823,-0.13562,-0.328928,-0.203364,-0.101431,-0.113984,-0.214927,-0.163069,-0.347696,-0.411416,-0.43298,0.0806867 +-5914,0.974982,0.350484,2,-0.240199,0.00374714,-3.55496,-2.12957,-2.16731,-2.35922,-2.46514,-1.65192,-1.7467,-2.3193,-1.81256,-2.225,-2.49126,-1.39761,-3.31026,-2.66988,-1.44162,-1.40174,-2.01155,-2.81528,-3.41791,-1.43911,-2.22836,-2.72582,-0.261837,-0.3086,-0.213954,-0.229399,-0.218081,-0.502536,-0.392074,-0.26033,-0.312047,-0.333455,-0.228708,-0.218125,-0.194534,-0.246633,-0.222852,-0.329057,-0.22918,-0.351044,-0.278038,-0.276617,-0.148518,-0.513977,-0.120744,0.0612139 +-5914,0.123926,0.350484,2,-0.240199,0.00374714,-3.55496,-2.12957,-2.16731,-2.35922,-2.46514,-1.65192,-1.7467,-2.3193,-1.81256,-2.225,-2.49126,-1.39761,-3.31026,-2.66988,-1.44162,-1.40174,-2.01155,-2.81528,-3.41791,-1.43911,-2.22836,-2.72582,-0.261837,-0.3086,-0.213954,-0.229399,-0.218081,-0.502536,-0.392074,-0.26033,-0.312047,-0.333455,-0.228708,-0.218125,-0.194534,-0.246633,-0.222852,-0.329057,-0.22918,-0.351044,-0.278038,-0.276617,-0.148518,-0.513977,-0.120744,0.0612139 +-5914,0.379885,0.350484,2,-0.240199,0.00374714,-3.55496,-2.12957,-2.16731,-2.35922,-2.46514,-1.65192,-1.7467,-2.3193,-1.81256,-2.225,-2.49126,-1.39761,-3.31026,-2.66988,-1.44162,-1.40174,-2.01155,-2.81528,-3.41791,-1.43911,-2.22836,-2.72582,-0.261837,-0.3086,-0.213954,-0.229399,-0.218081,-0.502536,-0.392074,-0.26033,-0.312047,-0.333455,-0.228708,-0.218125,-0.194534,-0.246633,-0.222852,-0.329057,-0.22918,-0.351044,-0.278038,-0.276617,-0.148518,-0.513977,-0.120744,0.0612139 +-5917.9,0.915415,0.350484,2,-0.306075,0.00642744,-1.59262,-1.82601,-2.58219,-2.39324,-2.04756,-2.25149,-1.62736,-2.11323,-1.99643,-2.23931,-2.22246,-1.40355,-3.17265,-2.63706,-1.08596,-1.52906,-1.87877,-2.87047,-3.28497,-1.35062,-2.20781,-3.00281,-0.322355,-0.369396,-0.299031,-0.342314,-0.320504,-0.758482,-0.332133,0.039369,-0.263494,-0.272356,-0.264081,-0.280579,-0.376044,-0.232349,-0.416052,-0.197152,-0.281775,-0.256279,-0.307144,-0.336975,-0.294182,-0.166006,-0.403508,0.0801713 +-5917.9,0.37984,0.350484,2,-0.306075,0.00642744,-1.59262,-1.82601,-2.58219,-2.39324,-2.04756,-2.25149,-1.62736,-2.11323,-1.99643,-2.23931,-2.22246,-1.40355,-3.17265,-2.63706,-1.08596,-1.52906,-1.87877,-2.87047,-3.28497,-1.35062,-2.20781,-3.00281,-0.322355,-0.369396,-0.299031,-0.342314,-0.320504,-0.758482,-0.332133,0.039369,-0.263494,-0.272356,-0.264081,-0.280579,-0.376044,-0.232349,-0.416052,-0.197152,-0.281775,-0.256279,-0.307144,-0.336975,-0.294182,-0.166006,-0.403508,0.0801713 +-5924.43,0.320438,0.350484,2,-0.242858,0.00413763,-1.95437,-1.66761,-2.38566,-2.36239,-2.13269,-2.57079,-1.73232,-2.37516,-1.98535,-2.30926,-2.16747,-1.37799,-3.31674,-2.80756,-1.26658,-1.65338,-1.82128,-2.89836,-3.06231,-1.54861,-1.96679,-3.08164,-0.313797,-0.231641,-0.270759,-0.196136,-0.27887,-0.615943,-0.476229,-0.0745967,-0.245364,-0.235202,-0.142244,-0.20523,-0.206177,-0.217659,-0.350581,-0.262021,-0.122521,-0.179766,-0.265568,-0.232559,-0.378297,-0.230752,-0.507434,0.0643244 +-5925.81,1,0.350484,2,-0.249534,0.0136242,-2.73701,-2.26112,-2.46643,-2.40778,-2.27435,-1.89883,-1.60643,-2.0712,-1.98644,-2.25093,-2.39404,-1.44704,-2.70243,-2.5892,-1.14511,-1.47414,-2.50938,-2.93842,-3.53666,-1.21948,-2.30826,-2.99277,-0.127016,-0.399922,-0.154335,-0.324847,-0.225876,-0.528193,-0.406544,-0.0503516,-0.303084,-0.279281,-0.313761,-0.2648,-0.26817,-0.0166489,-0.671829,-0.166738,-0.28463,-0.171941,-0.207084,-0.32854,-0.244541,-0.239372,0.0578954,0.116723 +-5930.9,0.968519,0.350484,2,-0.2046,0.0203052,-1.70412,-2.40697,-2.33755,-2.36136,-2.3206,-1.26886,-1.75134,-2.22798,-2.11664,-2.31348,-2.45618,-1.4019,-2.89153,-2.75417,-1.23757,-1.80722,-2.13644,-2.74621,-3.86868,-1.33749,-2.23685,-2.97079,-0.320412,-0.215284,-0.0542151,-0.225119,-0.326281,-0.517178,-0.355794,-0.063824,-0.215075,-0.373125,-0.35773,-0.290908,-0.182712,-0.183673,-0.662504,-0.0702845,-0.0512297,-0.121532,0.0137921,-0.219721,-0.423685,-0.175555,-0.0326248,0.142496 +-5929.95,1,0.350484,2,-0.213093,0.0177229,-1.79409,-2.41073,-2.43494,-2.34715,-2.29937,-1.40156,-1.78162,-2.17043,-2.0238,-2.26492,-2.44457,-1.39759,-2.95038,-2.72769,-1.24983,-1.77004,-2.1302,-2.65026,-3.73333,-1.29806,-2.24908,-2.9288,-0.316721,-0.240813,-0.0516792,-0.234399,-0.260659,-0.514636,-0.389668,-0.0479945,-0.240945,-0.336668,-0.373702,-0.264862,-0.112919,-0.267964,-0.714985,-0.0877741,-0.00785221,-0.156249,-0.0464418,-0.247548,-0.422169,-0.177152,0.00970617,0.133127 +-5927.04,0.986435,0.350484,3,-0.178851,0.0105908,-3.79446,-2.08376,-1.93081,-2.47608,-2.5524,-2.89327,-1.7309,-2.16563,-2.09211,-2.23143,-2.38315,-1.65779,-3.02845,-3.02186,-0.95705,-1.3734,-1.89093,-3.18211,-3.2188,-1.73721,-2.16275,-3.00258,-0.141509,-0.192572,-0.28544,-0.173433,-0.0952813,0.0997831,-0.362636,-0.271091,-0.186713,-0.229323,-0.243943,-0.111444,-0.192882,-0.174119,-0.587691,-0.265178,-0.212588,-0.0288332,-0.0835331,-0.168113,-0.317293,-0.44811,-0.326875,0.102911 +-5924.28,0.997334,0.350484,3,-0.139463,0.0126679,-1.78768,-2.40723,-2.464,-2.35239,-2.34573,-1.84278,-1.61592,-2.27121,-1.95457,-2.27829,-2.24306,-1.35566,-3.05933,-2.96611,-1.40459,-1.69757,-2.27011,-2.78575,-3.64144,-1.3957,-2.09101,-2.80975,-0.135024,-0.259003,-0.012101,-0.366587,-0.181861,-0.334196,-0.411583,0.147629,-0.185882,-0.280491,-0.110033,-0.211867,-0.221258,0.538219,-0.281616,0.0138375,0.0234877,-0.183802,-0.20095,-0.107128,-0.234532,-0.18096,-0.0140493,0.112552 +-5929.66,0.988091,0.350484,3,-0.139804,0.0145953,-3.35507,-2.29013,-1.93526,-2.47415,-2.65682,-2.14684,-1.86528,-2.29883,-1.97042,-2.29521,-2.46661,-1.52543,-3.07698,-2.71844,-1.5015,-1.33536,-2.27566,-3.20898,-3.25973,-1.56017,-2.20466,-3.05461,-0.13136,-0.0641696,-0.274425,-0.0166988,0.0974138,-0.635687,-0.246505,-0.0837244,-0.277149,-0.184052,-0.213389,-0.161363,-0.202387,-0.182382,0.137446,-0.336563,0.211224,-0.04733,0.0303643,-0.314593,-0.391619,-0.357139,-0.27496,0.120811 +-5920.26,0.910391,0.350484,2,-0.211509,0.011758,-2.67333,-2.40726,-1.89133,-2.47854,-2.40617,-2.35892,-1.64097,-2.10757,-2.0739,-2.29675,-2.41508,-1.4018,-3.13853,-2.72498,-1.43851,-1.48623,-1.8481,-2.61107,-3.55639,-1.35461,-1.98912,-2.988,-0.106244,-0.308023,-0.314331,-0.193127,-0.13605,-0.194633,-0.346721,-0.199301,-0.334539,-0.295429,0.085209,-0.029202,0.0233187,0.064676,-0.318732,-0.110076,-0.122064,-0.329761,-0.181136,-0.175238,-0.39452,-0.343795,0.137469,0.108434 +-5921.26,0.755266,0.350484,2,-0.212208,0.00668841,-2.98192,-1.85423,-2.27216,-2.48655,-2.57022,-2.09371,-1.75192,-2.13127,-1.77809,-2.17239,-2.51266,-1.59951,-3.07306,-2.6535,-1.39622,-1.43133,-2.21025,-3.23972,-3.34532,-1.66419,-2.44679,-2.93539,-0.272546,-0.195424,-0.127904,-0.105453,-0.195112,-0.285145,-0.378505,-0.160174,-0.169883,-0.284262,-0.184127,-0.308745,-0.491745,-0.17759,-0.0886877,-0.282912,-0.2086,-0.045781,-0.21034,-0.252357,-0.0705476,-0.175567,0.0846166,0.0817827 +-5921.98,0.406912,0.350484,2,-0.209393,0.0202644,-2.61295,-2.07932,-2.4217,-2.48975,-2.47702,-1.68308,-1.76096,-2.07601,-1.67357,-2.28104,-2.4071,-1.53401,-3.01387,-2.6792,-1.38332,-1.41229,-2.22149,-3.22064,-2.93893,-1.72315,-2.23049,-3.01464,-0.267512,-0.400874,-0.041678,-0.0597713,-0.194602,-0.433035,-0.408326,-0.262167,-0.188237,-0.321353,-0.109756,-0.244583,-0.391673,-0.138815,-0.285913,-0.173507,-0.288975,0.059872,-0.171647,-0.135014,-0.167911,-0.213519,0.00223793,0.142353 +-5915.39,0.825096,0.350484,2,-0.211846,0.00971705,-2.16399,-2.0486,-2.26764,-2.33612,-2.34788,-2.67804,-1.7299,-2.05104,-1.87572,-2.26242,-2.34594,-1.48664,-3.01952,-2.73588,-1.44302,-1.53017,-1.94775,-3.30435,-3.18845,-1.61736,-2.11608,-3.07395,-0.166771,-0.19551,-0.248244,-0.168498,-0.328235,-0.394308,-0.39044,-0.169662,-0.282068,-0.252759,-0.270911,-0.363573,-0.354421,-0.165204,-0.141304,-0.0998266,-0.228532,-0.116591,-0.18746,-0.0862825,-0.0921028,-0.348009,0.120462,0.0985751 +-5920.41,0.599887,0.350484,3,-0.181105,0.0171767,-1.58316,-1.98343,-2.30797,-2.4404,-2.3227,-2.76595,-1.69971,-2.1687,-1.92161,-2.2865,-2.32453,-1.59923,-2.93259,-2.74138,-1.42834,-1.4657,-2.1098,-3.25878,-3.39264,-1.67334,-2.22807,-3.05343,-0.063317,-0.161671,-0.254121,-0.17483,-0.166898,-0.21,-0.399099,-0.114437,-0.387621,-0.260075,-0.227809,-0.38056,-0.274639,-0.091203,-0.245189,-0.13558,-0.0303904,-0.13464,-0.458185,0.0472757,-0.302122,-0.285979,0.183397,0.13106 +-5919.78,0.875336,0.350484,3,-0.222061,0.0133233,-3.52037,-2.12856,-2.04857,-2.39393,-2.61864,-1.80897,-1.78117,-1.98714,-1.99314,-2.22245,-2.30527,-1.59229,-3.01758,-2.80787,-1.32566,-1.47298,-1.946,-3.02397,-3.56765,-1.25883,-2.17489,-2.91354,0.124458,-0.157063,-0.386763,-0.241489,-0.0875011,-0.374945,-0.338453,-0.194982,-0.0416651,-0.327708,-0.116302,-0.273931,-0.341787,0.0164037,-0.441193,-0.216226,-0.421087,-0.176625,-0.26423,-0.343286,-0.364813,-0.282154,-0.353271,0.115427 +-5929.61,0.806661,0.350484,2,-0.310499,0.023519,-3.53157,-2.28406,-1.88351,-2.36765,-2.47886,-2.54822,-1.7634,-2.47785,-1.78523,-2.16739,-2.45114,-1.4545,-3.01619,-2.92539,-1.43559,-1.27722,-1.85617,-2.72215,-3.88258,-1.3268,-2.12006,-2.88734,-0.341412,-0.303535,-0.14641,-0.445055,-0.144785,-0.44574,-0.450222,-0.103629,-0.259093,-0.357456,-0.0696194,-0.0504833,-0.217981,0.11291,-0.363898,-0.310365,-0.0987592,-0.291971,-0.275122,-0.496418,-0.628564,-0.235352,-0.328459,0.153359 +-5922.27,0.966763,0.350484,2,-0.309445,0.029826,-2.6861,-2.1675,-2.05547,-2.42006,-2.379,-2.03314,-1.61285,-2.08709,-1.93559,-2.19591,-2.39484,-1.65678,-3.08319,-2.75588,-1.17132,-1.34278,-2.05358,-2.44876,-2.99335,-1.18254,-2.19328,-2.92514,-0.143583,-0.579321,-0.292583,-0.30267,-0.0925844,-0.156148,-0.570955,-0.118386,-0.293045,-0.390316,-0.0190671,-0.165154,-0.486598,0.0763283,-0.465909,-0.368558,-0.152126,-0.424224,-0.265599,-0.526014,-0.526784,-0.432908,-0.496426,0.172702 +-5917.33,0.93328,0.350484,3,-0.313388,0.00781592,-2.33531,-2.35195,-2.4483,-2.43681,-2.33141,-2.14209,-1.69021,-2.05726,-1.99275,-2.26899,-2.25357,-1.50301,-2.64734,-2.61411,-1.57953,-1.45869,-1.85408,-3.59192,-3.86459,-1.71155,-2.0849,-2.99393,-0.293871,-0.266212,-0.384384,-0.374813,-0.309882,-0.353538,-0.290816,-0.331861,-0.445174,-0.315198,-0.472867,-0.183881,-0.190689,-0.16932,-0.256535,-0.1766,-0.353208,-0.0766868,-0.334341,-0.177892,-0.451606,-0.410939,-0.337858,0.0884077 +-5916.58,0.386194,0.350484,2,-0.325677,0.00624906,-2.41013,-1.92808,-2.40399,-2.44268,-2.17627,-2.50594,-1.6768,-2.14318,-2.02485,-2.28669,-2.22557,-1.43594,-2.73881,-2.46479,-1.43333,-1.50664,-1.81061,-3.83566,-3.58926,-1.62001,-2.2424,-3.0344,-0.265522,-0.24745,-0.512734,-0.345988,-0.328914,-0.347847,-0.269837,-0.269134,-0.379922,-0.35948,-0.384427,-0.196625,-0.396288,-0.31235,-0.411294,-0.297975,-0.289004,-0.308644,-0.283638,-0.100066,-0.390334,-0.370219,-0.249486,0.079051 +-5917.16,0.468029,0.350484,3,-0.300133,0.00429947,-2.31409,-2.04294,-2.76821,-2.46072,-2.29367,-2.70414,-1.65316,-2.12628,-2.08309,-2.26765,-2.18961,-1.3663,-2.58481,-2.57268,-1.53802,-1.42686,-2.12688,-3.55524,-3.50112,-1.53785,-2.24632,-3.09164,-0.316471,-0.335369,-0.448428,-0.239282,-0.29437,-0.316874,-0.42018,-0.319766,-0.473144,-0.181947,-0.411809,-0.227757,-0.375952,-0.373426,-0.294022,-0.233349,-0.271581,-0.285297,-0.145367,-0.2793,-0.25789,-0.358915,-0.225727,0.0655703 +-5917.16,0.477509,0.350484,2,-0.300133,0.00429947,-2.31409,-2.04294,-2.76821,-2.46072,-2.29367,-2.70414,-1.65316,-2.12628,-2.08309,-2.26765,-2.18961,-1.3663,-2.58481,-2.57268,-1.53802,-1.42686,-2.12688,-3.55524,-3.50112,-1.53785,-2.24632,-3.09164,-0.316471,-0.335369,-0.448428,-0.239282,-0.29437,-0.316874,-0.42018,-0.319766,-0.473144,-0.181947,-0.411809,-0.227757,-0.375952,-0.373426,-0.294022,-0.233349,-0.271581,-0.285297,-0.145367,-0.2793,-0.25789,-0.358915,-0.225727,0.0655703 +-5920.79,0.60646,0.350484,2,-0.35299,0.0108988,-3.13985,-1.82297,-2.65879,-2.4042,-2.52866,-2.03295,-1.65533,-1.94924,-2.14493,-2.29181,-2.06145,-1.49213,-2.84238,-2.60212,-1.60401,-1.26224,-1.7767,-3.50278,-3.12736,-1.5747,-2.26465,-2.84829,-0.416204,-0.537181,-0.292749,-0.216609,-0.345591,-0.279119,-0.449626,-0.299061,-0.266781,-0.312249,-0.361817,-0.206807,-0.357218,-0.295409,-0.384874,-0.505487,-0.388626,-0.33294,-0.26752,-0.21757,-0.458127,-0.460103,-0.422422,0.104397 +-5913.47,0.78885,0.350484,3,-0.262883,0.0114382,-2.21807,-2.10891,-1.72571,-2.31614,-2.2923,-2.38224,-1.72844,-2.14015,-1.8521,-2.19241,-2.30028,-1.49221,-3.30978,-2.72372,-1.06174,-1.51646,-2.26734,-2.88062,-3.26013,-1.36127,-1.95742,-3.09087,-0.222176,-0.428704,-0.337327,-0.378946,-0.218657,-0.275076,-0.338431,-0.224833,-0.400088,-0.409515,-0.403032,-0.237697,-0.275654,0.0597534,-0.302009,-0.278365,-0.147994,-0.206465,-0.257407,-0.414599,-0.226276,-0.196789,-0.33945,0.10695 +-5917.06,0.722131,0.350484,2,-0.25197,0.00981055,-2.54653,-2.21354,-2.02848,-2.39978,-2.37031,-2.79388,-1.6825,-2.24721,-1.80901,-2.12949,-2.28057,-1.58466,-3.23542,-2.6278,-1.18522,-1.43516,-2.02177,-2.66889,-3.30274,-1.44821,-1.94889,-3.01152,-0.38421,-0.483959,-0.217578,-0.349755,-0.203565,-0.127399,-0.257025,-0.118929,-0.244823,-0.408996,-0.445236,-0.315704,-0.272466,-0.234578,-0.187463,-0.291041,-0.152787,-0.236458,-0.272916,-0.29844,-0.279985,-0.106745,-0.167902,0.0990482 +-5914.34,1,0.350484,2,-0.310765,0.0202638,-2.63593,-1.98101,-1.91776,-2.33701,-2.34403,-1.80048,-1.67855,-2.11445,-2.01934,-2.25323,-2.26644,-1.33924,-3.12955,-2.7755,-1.50323,-1.42777,-2.163,-2.99157,-3.10434,-1.31239,-2.17976,-3.06199,-0.185946,-0.296993,-0.444203,-0.210974,-0.22819,-0.383456,-0.496152,-0.207991,-0.399259,-0.272878,-0.111023,-0.172284,-0.367852,-0.110904,-0.298388,-0.274433,-0.321783,-0.397377,-0.398086,-0.257614,-0.339915,-0.438465,-0.292861,0.142351 +-5913.53,0.761973,0.350484,3,-0.238492,0.00600088,-2.42118,-2.16735,-2.25104,-2.43929,-2.2746,-2.51037,-1.68549,-2.12463,-2.2007,-2.3004,-2.40524,-1.39807,-2.70199,-2.79448,-1.58513,-1.43589,-1.59152,-2.64798,-3.36724,-1.59257,-2.10367,-2.8195,-0.415533,-0.285134,-0.15577,-0.351738,-0.246,-0.276912,-0.287605,-0.2329,-0.174085,-0.227493,-0.385134,-0.394104,-0.205366,0.0686706,-0.223095,-0.27643,-0.27274,-0.241195,-0.199377,-0.292224,-0.328738,-0.224802,-0.218741,0.0774653 +-5916.05,0.775439,0.350484,2,-0.282,0.00648081,-3.02556,-2.06932,-2.74638,-2.27855,-2.34516,-2.00614,-1.80634,-2.02055,-2.06229,-2.2073,-2.29644,-1.34939,-3.21468,-2.6771,-1.44243,-1.50648,-1.83343,-3.12111,-3.115,-1.53051,-2.12653,-3.03926,-0.135275,-0.22925,-0.361616,-0.193284,-0.320019,-0.311883,-0.296356,-0.261477,-0.275167,-0.305454,-0.065381,-0.148402,-0.385924,-0.272458,-0.276364,-0.233912,-0.489396,-0.18408,-0.371796,-0.162294,-0.339485,-0.313432,-0.386511,0.0805035 +-5913.26,0.57965,0.350484,2,-0.23058,0.0076392,-2.82014,-2.28755,-2.36743,-2.44626,-2.33822,-1.97989,-1.73123,-2.1154,-2.13179,-2.19711,-2.36221,-1.35711,-3.18199,-2.70649,-1.3421,-1.67557,-1.82868,-2.94079,-3.32531,-1.56296,-2.29347,-3.17948,-0.262114,-0.336479,-0.243912,-0.169312,-0.319986,-0.307634,-0.218607,-0.220549,-0.200241,-0.356273,-0.106789,-0.088299,-0.232875,-0.230755,-0.214565,-0.29251,-0.418266,-0.206314,-0.277752,-0.230133,-0.202137,-0.355835,-0.485192,0.0874025 +-5910.53,0.524489,0.350484,2,-0.239365,0.004636,-1.80359,-2.42128,-1.99333,-2.34996,-2.23517,-2.23799,-1.85953,-1.95559,-2.05173,-2.31819,-2.36068,-1.51233,-2.89013,-2.8246,-0.992108,-1.29435,-1.91035,-2.7735,-2.96952,-1.46872,-2.10176,-2.74535,-0.252495,-0.255351,-0.249275,-0.28744,-0.21688,-0.279068,-0.260392,-0.267132,-0.313559,-0.189478,-0.32021,-0.31741,-0.200832,-0.0902528,-0.357804,-0.245515,-0.217939,-0.0998907,-0.272484,-0.188216,-0.306149,-0.242483,-0.0170892,0.0680882 +-5911.14,0.764175,0.350484,2,-0.228957,0.0094157,-2.80831,-1.84858,-2.03026,-2.4085,-2.50938,-1.90975,-1.53777,-2.28349,-1.79258,-2.19714,-2.2307,-1.53237,-3.08465,-2.69096,-1.40634,-1.4773,-2.03161,-3.21084,-4.05595,-1.55864,-2.02926,-3.06958,-0.243041,-0.252366,-0.203214,-0.193717,-0.11528,-0.170343,-0.450456,-0.0818703,-0.24676,-0.322875,-0.178805,0.0297662,-0.24713,-0.0694799,-0.199525,-0.233956,-0.210266,-0.25907,-0.144078,-0.223896,-0.315142,-0.263608,-0.395611,0.0970345 +-5913.2,0.685718,0.350484,2,-0.212882,0.00825571,-2.72629,-1.78532,-2.00752,-2.3549,-2.4615,-1.79141,-1.55237,-2.31507,-1.72408,-2.17681,-2.23375,-1.59385,-3.25253,-2.69219,-1.4348,-1.41634,-2.00494,-3.08881,-4.17482,-1.56601,-2.12121,-3.06036,-0.179615,-0.27445,-0.148145,-0.217799,-0.164652,-0.237845,-0.438652,-0.0150417,-0.277283,-0.3308,-0.233686,-0.0224322,-0.253424,-0.0340926,-0.239295,-0.291938,-0.195445,-0.163997,-0.112793,-0.233834,-0.30369,-0.274592,-0.385333,0.0908609 +-5914.65,0.677478,0.350484,3,-0.239385,0.00590947,-2.5469,-1.85826,-2.16247,-2.37364,-2.35743,-1.61469,-1.60808,-2.40624,-1.90452,-2.24165,-2.24518,-1.61751,-3.20142,-2.77038,-1.47398,-1.53088,-1.94233,-2.8689,-4.47827,-1.57663,-2.16859,-2.90511,-0.21845,-0.194631,-0.235332,-0.215026,-0.251394,-0.267369,-0.348508,-0.0733575,-0.368496,-0.257023,-0.253419,-0.151428,-0.369376,-0.107237,-0.158252,-0.181267,-0.274636,-0.293527,-0.274665,-0.182071,-0.521114,-0.321634,-0.386263,0.0768731 +-5911.09,0.64407,0.350484,3,-0.206918,0.00622652,-2.08539,-2.26463,-1.80767,-2.42287,-2.40133,-2.31805,-1.76477,-2.2705,-2.00636,-2.27155,-2.26249,-1.51763,-3.29375,-2.75012,-1.51318,-1.46908,-1.82975,-2.95383,-3.96731,-1.68685,-2.18362,-2.84463,-0.299278,-0.350776,-0.279511,-0.243508,-0.312448,-0.263943,-0.296457,-0.0835388,-0.145764,-0.232453,-0.288892,-0.250692,-0.109623,-0.155208,-0.298647,-0.144349,-0.215051,-0.181573,-0.184935,-0.29108,-0.0616997,-0.322288,-0.0593415,0.0789083 +-5908.74,0.612571,0.350484,2,-0.261169,0.00381349,-2.19718,-2.3969,-1.87088,-2.40305,-2.35808,-2.4506,-1.6912,-2.23546,-2.10337,-2.25968,-2.21439,-1.49939,-3.26702,-2.78377,-1.53396,-1.45848,-1.81076,-2.86576,-4.21266,-1.69067,-2.17997,-2.81557,-0.224798,-0.27666,-0.245941,-0.27924,-0.258654,-0.313958,-0.303135,-0.0599825,-0.201341,-0.203622,-0.236035,-0.29963,-0.210585,-0.210753,-0.191056,-0.184644,-0.0834972,-0.173995,-0.169418,-0.29955,-0.188,-0.306956,-0.186454,0.0617534 +-5910.16,0.49977,0.350484,2,-0.20139,0.00710447,-2.07574,-1.80281,-2.38762,-2.34292,-2.37883,-2.09545,-1.65268,-2.1276,-2.20628,-2.22996,-2.32839,-1.38097,-2.76921,-2.735,-1.50138,-1.39621,-2.20324,-2.98941,-3.06588,-1.28318,-2.03832,-2.96422,-0.140684,-0.327434,-0.218354,-0.285153,-0.14885,-0.147786,-0.528442,-0.250471,-0.179815,-0.322715,-0.2733,-0.0948953,-0.202876,-0.0893518,-0.165743,-0.257156,-0.222704,-0.30237,-0.144727,-0.114405,-0.319141,-0.212152,-0.164355,0.084288 +-5911.19,0.413166,0.350484,3,-0.237849,0.00737929,-2.03187,-2.03391,-2.30633,-2.30944,-2.22797,-2.08289,-1.74123,-2.30034,-1.93338,-2.25673,-2.23055,-1.18655,-2.69261,-2.76831,-1.36147,-1.49732,-1.89449,-2.70129,-3.23929,-1.45639,-2.14735,-2.78246,-0.281634,-0.169952,-0.157121,-0.257178,-0.235248,-0.305298,-0.304184,-0.0127806,-0.236727,-0.254891,-0.392732,-0.243126,-0.247456,0.0386639,-0.201577,-0.229954,-0.23747,-0.22427,-0.273391,-0.0925198,-0.474093,-0.405368,-0.156371,0.0859028 +-5915.98,0.562843,0.350484,2,-0.21454,0.00618299,-1.99316,-2.19996,-2.37724,-2.38345,-2.25919,-2.28508,-1.78422,-2.31793,-1.88963,-2.26948,-2.12465,-1.37754,-2.80498,-2.72411,-1.35989,-1.52644,-2.04596,-2.70362,-3.44749,-1.40753,-2.17833,-2.62951,-0.24263,-0.435378,-0.297309,-0.213804,-0.451541,-0.203011,-0.249742,-0.255548,-0.213315,-0.263371,-0.352367,-0.318241,-0.240716,0.0857135,-0.315441,-0.192601,-0.225736,-0.215726,-0.202846,-0.163921,-0.457574,-0.224234,-0.254465,0.078632 +-5912.07,0.961792,0.350484,2,-0.26314,0.00682242,-2.55234,-2.13372,-1.81888,-2.38071,-2.07569,-1.82736,-1.69838,-2.1436,-1.78695,-2.22719,-2.22661,-1.3939,-2.6959,-3.01457,-1.18258,-1.5635,-1.85842,-2.70151,-3.65075,-1.56613,-2.38902,-2.80051,-0.289947,-0.251015,-0.271353,-0.284399,-0.385728,-0.331874,-0.32539,-0.127143,-0.23941,-0.280402,-0.320095,-0.0713113,-0.332385,0.281027,-0.219387,-0.204513,-0.299939,-0.320714,-0.307782,-0.271407,-0.179967,-0.427834,-0.246942,0.0825979 +-5909.77,0.621999,0.350484,3,-0.276799,0.00414771,-2.16319,-2.09896,-1.70809,-2.38255,-2.50776,-1.79822,-1.73228,-2.0445,-1.93644,-2.26155,-2.20581,-1.46098,-3.03233,-2.74717,-1.4169,-1.5805,-2.20884,-2.64736,-3.61779,-1.37781,-2.21077,-2.80669,-0.273978,-0.160815,-0.266404,-0.363537,-0.115315,-0.260673,-0.277447,-0.0802361,-0.275901,-0.280328,-0.281226,-0.0197329,-0.249637,-0.0834096,-0.264655,-0.178403,-0.31362,-0.288318,-0.32567,-0.347632,-0.2517,-0.360198,-0.395493,0.0644027 +-5912.74,0.567737,0.350484,3,-0.307884,0.00588107,-2.46944,-2.43065,-2.09083,-2.33994,-2.3242,-2.11406,-1.71827,-2.01412,-2.11624,-2.32154,-2.19741,-1.52791,-2.90865,-2.67688,-1.53621,-1.55309,-1.68873,-2.98615,-3.72553,-1.44067,-2.04102,-3.16696,-0.282265,-0.4702,-0.317316,-0.291966,-0.267012,-0.321878,-0.429039,-0.499346,-0.380084,-0.22133,-0.346079,-0.291286,-0.329153,-0.195165,-0.252806,-0.32894,-0.18652,-0.264861,-0.159113,-0.232995,-0.392864,-0.259083,-0.116529,0.0766881 +-5913.58,0.43932,0.350484,2,-0.322655,0.00757855,-2.35111,-2.57,-2.23088,-2.34711,-2.22157,-2.06148,-1.73228,-2.03191,-2.10396,-2.34048,-2.25294,-1.43693,-2.86779,-2.57445,-1.46685,-1.51832,-1.6416,-3.16961,-3.67768,-1.44583,-2.10802,-3.15582,-0.34389,-0.366974,-0.330595,-0.323905,-0.259999,-0.396476,-0.396168,-0.434431,-0.330672,-0.275458,-0.288189,-0.234587,-0.338181,-0.337644,-0.134948,-0.305556,-0.175682,-0.333896,-0.18594,-0.287269,-0.488262,-0.301437,-0.15281,0.0870549 +-5910.6,0.959777,0.350484,2,-0.297068,0.00542651,-2.03121,-2.15422,-2.37087,-2.43677,-2.46917,-1.6146,-1.67474,-1.98598,-2.24221,-2.24769,-2.27717,-1.41695,-3.25377,-2.81416,-1.45428,-1.27289,-1.96623,-3.09041,-3.85641,-1.29027,-1.88178,-2.98504,-0.27666,-0.222186,-0.21087,-0.221679,-0.277987,-0.416815,-0.369375,-0.255667,-0.210788,-0.262758,-0.374721,-0.297221,-0.245074,-0.0792599,-0.290781,-0.240156,-0.379198,-0.232541,-0.355107,-0.390761,-0.344039,-0.27425,-0.393127,0.0736649 +-5910.16,0.000102402,0.350484,2,-0.280464,0.00392208,-1.73379,-2.19502,-2.15893,-2.47349,-2.42524,-1.28241,-1.67243,-2.13584,-2.20962,-2.25131,-2.17562,-1.34908,-3.12458,-2.66682,-1.28849,-1.31754,-1.99105,-2.77103,-3.47448,-1.3694,-1.92401,-3.17136,-0.275102,-0.410137,-0.194251,-0.166062,-0.242815,-0.354982,-0.304074,-0.296988,-0.356539,-0.270216,-0.291981,-0.307891,-0.28844,-0.105358,-0.291734,-0.375364,-0.256378,-0.137492,-0.312106,-0.256917,-0.279626,-0.232417,-0.287157,0.0626265 +-5911.29,0.754805,0.350484,2,-0.266045,0.0020439,-2.04236,-2.27459,-2.31243,-2.29521,-2.45787,-1.67133,-1.74707,-2.04328,-1.90295,-2.25766,-2.1783,-1.36828,-3.44373,-2.75297,-1.19983,-1.37231,-1.98843,-2.8861,-3.27098,-1.36619,-1.94475,-3.18359,-0.228545,-0.439182,-0.285617,-0.303923,-0.147774,-0.164533,-0.230774,-0.206377,-0.28606,-0.280216,-0.365611,-0.168798,-0.300946,-0.240074,-0.244263,-0.462204,-0.230657,-0.208075,-0.226868,-0.24326,-0.259194,-0.233976,-0.212563,0.0452095 +-5911.29,0.116226,0.350484,2,-0.266045,0.0020439,-2.04236,-2.27459,-2.31243,-2.29521,-2.45787,-1.67133,-1.74707,-2.04328,-1.90295,-2.25766,-2.1783,-1.36828,-3.44373,-2.75297,-1.19983,-1.37231,-1.98843,-2.8861,-3.27098,-1.36619,-1.94475,-3.18359,-0.228545,-0.439182,-0.285617,-0.303923,-0.147774,-0.164533,-0.230774,-0.206377,-0.28606,-0.280216,-0.365611,-0.168798,-0.300946,-0.240074,-0.244263,-0.462204,-0.230657,-0.208075,-0.226868,-0.24326,-0.259194,-0.233976,-0.212563,0.0452095 +-5911.82,0.412602,0.350484,2,-0.319783,0.00650303,-2.42554,-1.9211,-2.31878,-2.35845,-2.10962,-2.35833,-1.66461,-2.17851,-2.12771,-2.23596,-2.42145,-1.49462,-2.62466,-2.59842,-1.35707,-1.37465,-1.79245,-2.61,-3.58044,-1.38174,-2.31869,-2.82863,-0.352969,-0.165591,-0.322229,-0.293031,-0.409069,-0.423027,-0.487189,-0.345997,-0.257537,-0.300467,-0.141208,-0.394259,-0.321741,-0.214725,-0.317132,-0.179123,-0.381232,-0.34468,-0.270337,-0.347202,-0.349851,-0.337767,-0.369613,0.0806414 +-5909.35,0.603485,0.350484,2,-0.274566,0.00784608,-2.31324,-2.32236,-1.8181,-2.34609,-2.24721,-2.19899,-1.66528,-2.13365,-1.97041,-2.21773,-2.17165,-1.34842,-2.69552,-2.68528,-1.31924,-1.30942,-1.95097,-3.0082,-3.23963,-1.33976,-2.30936,-2.94447,-0.197299,-0.470758,-0.283391,-0.37167,-0.353601,-0.157727,-0.302344,-0.202789,-0.205031,-0.280566,-0.344698,-0.223352,-0.407288,-0.217213,-0.514356,-0.390886,-0.220241,-0.242936,-0.28603,-0.313694,-0.24499,-0.2578,-0.228369,0.0885781 +-5913.39,0.858899,0.350484,2,-0.31586,0.00732256,-2.01262,-1.86925,-2.39848,-2.40457,-2.35778,-2.55479,-1.79443,-2.16972,-2.02747,-2.29023,-2.41291,-1.4403,-3.36803,-2.73266,-1.17805,-1.54954,-1.74382,-3.22894,-3.49785,-1.43996,-1.88666,-2.78263,-0.266389,-0.200748,-0.289392,-0.247899,-0.316553,-0.335505,-0.348528,-0.258434,-0.443137,-0.348461,-0.278964,-0.318257,-0.254311,-0.176282,-0.195578,-0.265819,-0.281943,-0.443047,-0.376822,-0.311046,-0.412753,-0.526303,-0.421424,0.0855719 +-5911.18,0.0302404,0.350484,2,-0.312572,0.00186545,-3.16577,-2.04378,-1.89999,-2.35653,-2.35446,-2.49301,-1.54207,-2.26514,-1.8839,-2.22372,-2.41505,-1.43688,-3.2073,-2.60519,-1.23993,-1.44395,-2.21088,-2.89258,-3.53747,-1.54322,-2.21735,-2.67327,-0.315723,-0.43477,-0.351716,-0.385294,-0.297942,-0.327176,-0.380587,-0.291768,-0.236426,-0.315618,-0.167755,-0.267343,-0.348944,-0.275685,-0.433873,-0.398051,-0.313907,-0.215628,-0.267815,-0.311713,-0.300048,-0.476509,-0.259212,0.0431908 +-5915.73,0.913217,0.350484,2,-0.206989,0.00456086,-2.38419,-2.161,-2.40025,-2.41235,-2.53743,-1.90717,-1.85583,-1.96353,-2.18859,-2.23737,-2.15351,-1.40437,-2.94227,-2.83814,-1.3449,-1.38581,-1.87016,-3.07822,-3.25745,-1.31266,-2.02797,-3.05281,-0.201416,-0.168318,-0.191739,-0.121404,-0.0849595,-0.289182,-0.432839,-0.239899,-0.30511,-0.31756,-0.379623,-0.287028,-0.263706,0.213005,-0.122481,-0.221594,-0.0807173,-0.235389,-0.177881,-0.237592,-0.384728,-0.204395,-0.179681,0.0675342 +-5914.01,0.609003,0.350484,2,-0.223581,0.00963854,-2.21816,-2.11792,-2.40608,-2.41884,-2.50333,-2.03861,-1.86757,-1.90826,-2.1813,-2.24425,-2.1066,-1.38342,-3.07075,-2.87958,-1.29171,-1.3963,-1.96619,-2.91062,-3.28013,-1.26116,-1.95017,-3.09583,-0.209021,-0.18118,-0.217293,-0.192841,-0.0954665,-0.289483,-0.356847,-0.213248,-0.322848,-0.315597,-0.343156,-0.302496,-0.182838,0.284824,-0.169747,-0.211915,-0.177837,-0.168162,-0.116412,-0.227958,-0.353967,-0.220009,-0.261011,0.098176 +-5915.11,0.681797,0.350484,2,-0.193056,0.00637331,-2.30662,-2.08778,-2.49432,-2.42312,-2.45079,-1.9845,-1.87618,-1.90098,-2.12774,-2.23152,-2.10712,-1.41811,-2.99402,-2.8923,-1.25364,-1.42465,-2.01952,-3.01359,-3.47333,-1.19469,-1.95771,-3.05955,-0.170011,-0.182205,-0.23222,-0.202758,-0.019191,-0.307069,-0.289747,-0.28018,-0.252872,-0.346048,-0.286093,-0.295607,-0.191179,0.226633,-0.179759,-0.290506,-0.184574,-0.136218,-0.131458,-0.255852,-0.38455,-0.203496,-0.270783,0.079833 +-5916.41,0.79036,0.350484,2,-0.232114,0.0078932,-2.0886,-1.94399,-2.02659,-2.36517,-2.67795,-2.54063,-1.57118,-2.30834,-1.9973,-2.14888,-2.38899,-1.48414,-2.90632,-2.76187,-1.6241,-1.61578,-1.71997,-3.28686,-3.24209,-1.86641,-2.27338,-2.97124,-0.22939,-0.381739,-0.182875,-0.296947,-0.136375,-0.16937,-0.347772,-0.102374,-0.200204,-0.330233,-0.248806,-0.125458,-0.34557,-0.155036,-0.279386,-0.135875,-0.412832,-0.259518,-0.32304,-0.183558,-0.201466,-0.329461,-0.279956,0.0888437 +-5920.45,0.488574,0.350484,2,-0.217283,0.0071852,-1.73054,-1.92685,-2.05172,-2.361,-2.66188,-2.26652,-1.54488,-2.26567,-2.01109,-2.17896,-2.34314,-1.49094,-2.89753,-2.72993,-1.62443,-1.55502,-1.61345,-3.3119,-3.09792,-1.86768,-2.29353,-3.00828,-0.0792379,-0.40868,-0.211271,-0.300078,-0.162167,-0.227208,-0.426132,-0.0229979,-0.235375,-0.286968,-0.15748,-0.0643114,-0.216514,-0.22435,-0.243703,-0.150167,-0.338306,-0.269244,-0.3108,-0.131311,-0.0686298,-0.204383,-0.256854,0.0847656 +-5926.03,0.96525,0.350484,2,-0.245183,0.00953622,-2.72449,-1.95098,-1.99675,-2.28389,-2.36414,-2.40545,-1.65249,-2.11636,-1.98284,-2.15107,-2.60698,-1.91962,-2.88378,-2.92889,-1.7113,-1.56547,-1.87728,-2.54292,-3.38342,-1.58494,-2.23453,-3.16699,-0.360188,-0.197296,-0.275703,-0.258009,-0.0990038,-0.259506,-0.623412,-0.108298,-0.387643,-0.410811,-0.217039,0.110696,-0.304647,0.0760283,-0.111379,-0.169152,-0.219584,-0.161711,-0.221816,-0.1655,-0.375901,-0.279461,-0.239311,0.0976536 +-5930.01,0.373155,0.350484,3,-0.155067,0.0188784,-2.97592,-2.1439,-2.08561,-2.52332,-2.54611,-2.1006,-1.82819,-2.00262,-1.9108,-2.36602,-2.56407,-1.31917,-3.14375,-2.83682,-1.09134,-1.47658,-1.95883,-3.18093,-3.51717,-1.55282,-1.86485,-2.80953,-0.151098,-0.664915,-0.330899,-0.140398,0.0840941,-0.0834629,-0.371048,-0.0809993,-0.202749,-0.115454,0.268917,-0.406796,-0.0914671,0.0738116,-0.273633,-0.122608,-0.0867037,-0.170642,-0.107227,-0.0251298,-0.234496,-0.299,-0.145283,0.137399 +-5925.29,0.744135,0.350484,2,-0.18671,0.0258232,-2.99643,-2.03429,-2.39351,-2.3563,-2.43834,-2.6669,-1.73728,-2.11698,-2.02232,-2.30766,-2.7288,-1.49975,-2.79739,-3.10673,-1.27457,-1.52845,-2.22082,-3.16408,-3.76955,-1.5281,-2.07293,-3.04609,-0.0804932,-0.273447,-0.0967378,-0.143367,-0.036613,-0.269321,-0.239694,-0.2306,-0.365718,-0.182358,0.0893798,-0.0805283,-0.189854,0.317556,-0.0958795,-0.400404,-0.215671,-0.0823131,0.100417,-0.161945,-0.262813,-0.216824,-0.14631,0.160696 +-5922.37,0.962801,0.350484,3,-0.219522,0.00428515,-1.75863,-2.40016,-2.15828,-2.41417,-2.44043,-1.94061,-1.67266,-2.24282,-1.88644,-2.19955,-2.39102,-1.4862,-3.39067,-2.55563,-1.43226,-1.72447,-2.04266,-3.04609,-3.36053,-1.53047,-2.21817,-2.88143,-0.0212051,-0.261935,-0.232138,-0.161272,-0.138921,-0.242742,-0.309075,-0.121356,-0.109919,-0.285476,-0.383783,-0.232786,-0.406518,-0.320136,-0.153208,0.0985285,-0.186791,-0.288816,-0.536624,-0.218142,-0.270304,-0.28119,-0.225411,0.0654611 +-5918.85,0.949103,0.350484,2,-0.299957,0.00516974,-2.82579,-2.05675,-2.05094,-2.33865,-2.29457,-2.40216,-1.83763,-2.07034,-1.90834,-2.28644,-2.13199,-1.35246,-3.24276,-3.02682,-1.27546,-1.32472,-1.90991,-2.84808,-3.43079,-1.46599,-2.02266,-2.8946,-0.502712,-0.399836,-0.265042,-0.276537,-0.236041,-0.334739,-0.421769,-0.323947,-0.515075,-0.293376,-0.284187,-0.261903,-0.0390896,0.407241,-0.347633,-0.468158,-0.265996,-0.323562,-0.0386092,-0.300965,-0.282354,-0.365096,-0.259396,0.0719009 +-5918.85,0.19634,0.350484,3,-0.299957,0.00516974,-2.82579,-2.05675,-2.05094,-2.33865,-2.29457,-2.40216,-1.83763,-2.07034,-1.90834,-2.28644,-2.13199,-1.35246,-3.24276,-3.02682,-1.27546,-1.32472,-1.90991,-2.84808,-3.43079,-1.46599,-2.02266,-2.8946,-0.502712,-0.399836,-0.265042,-0.276537,-0.236041,-0.334739,-0.421769,-0.323947,-0.515075,-0.293376,-0.284187,-0.261903,-0.0390896,0.407241,-0.347633,-0.468158,-0.265996,-0.323562,-0.0386092,-0.300965,-0.282354,-0.365096,-0.259396,0.0719009 +-5922.62,0.733841,0.350484,3,-0.360988,0.0453951,-2.21012,-2.3241,-2.12671,-2.36144,-2.41958,-1.89113,-1.66393,-2.1698,-2.00277,-2.17786,-2.39116,-1.43876,-2.46896,-2.75166,-1.40545,-1.65473,-1.9336,-3.13585,-3.13756,-1.44606,-2.15678,-2.91829,-0.230058,-0.395971,-0.243442,-0.223835,-0.292389,-0.356744,-0.55809,-0.310138,-0.0868888,-0.370779,-0.204163,-0.0179274,-0.947441,0.10426,-0.370645,-0.179635,-0.215088,-0.339127,-0.377465,-0.327402,-0.371723,-0.457084,-0.212564,0.213061 +-5930.45,0.913898,0.350484,3,-0.211967,0.0313273,-2.07871,-2.23494,-1.72824,-2.31079,-2.6076,-2.65284,-1.6442,-1.89088,-1.90264,-2.2357,-2.34216,-1.68401,-2.82468,-2.96407,-1.52602,-1.56515,-2.09566,-2.503,-2.77194,-1.54128,-2.00888,-2.81139,-0.258836,-0.343207,-0.148731,-0.402711,0.306602,-0.168557,-0.509674,-0.255339,-0.413542,-0.328867,-0.163753,-0.222709,-0.987712,0.0369166,-0.332911,-0.142701,-0.111182,-0.454404,-0.403344,-0.177525,-0.334131,-0.429395,-0.3179,0.176995 +-5930.44,0.991144,0.350484,2,-0.242317,0.01873,-3.0146,-2.07909,-2.38612,-2.34068,-2.65157,-1.7408,-1.53868,-2.06553,-1.88665,-2.26169,-2.58682,-1.46742,-2.92405,-2.54306,-1.30805,-1.55474,-2.093,-2.70489,-3.16747,-1.60103,-2.16039,-2.75368,-0.469342,-0.36649,-0.0423515,-0.307513,0.0452822,-0.263986,-0.408604,-0.166104,-0.162764,-0.258083,-0.0892227,-0.0331867,-0.905359,-0.02435,-0.140426,-0.255522,-0.110415,-0.0223666,-0.584137,-0.164357,-0.359678,-0.303339,-0.255703,0.136858 +-5924.2,0.996167,0.350484,2,-0.19219,0.0237141,-2.81498,-2.09409,-2.21068,-2.32938,-2.52723,-2.23341,-1.75099,-2.25894,-1.94893,-2.26351,-2.37439,-1.5928,-2.78307,-2.56235,-1.23716,-1.31254,-2.09649,-2.95373,-3.61666,-1.45756,-2.25635,-3.00488,-0.0975894,-0.306456,0.00693947,-0.330104,0.0618427,-0.148843,-0.404971,-0.291816,-0.246578,-0.27694,-0.121963,-0.132285,-0.556522,-0.414433,-0.250147,-0.175848,-0.193669,-0.273496,-0.397261,-0.124005,-0.177348,-0.525199,-0.0467429,0.153994 +-5927.16,0.929322,0.350484,2,-0.189556,0.0205318,-2.45379,-2.08625,-2.39656,-2.4293,-2.6854,-2.13008,-1.70643,-2.2181,-1.89343,-2.28339,-2.32784,-1.59808,-2.49975,-2.59824,-1.19939,-1.26277,-2.17157,-2.86463,-3.85293,-1.49917,-2.38802,-3.07505,-0.177818,-0.220871,-0.107076,-0.422921,-0.127833,0.0628524,-0.313856,-0.188819,-0.280975,-0.281976,-0.140472,-0.0901673,-0.549843,-0.215638,-0.441575,-0.0974399,-0.155923,-0.245485,-0.244798,-0.121704,-0.177787,-0.530942,-0.078142,0.143289 +-5916.85,1,0.350484,3,-0.200578,0.0121051,-2.13203,-2.11291,-2.21985,-2.32468,-2.78679,-2.33624,-1.76801,-2.25705,-1.85822,-2.22809,-2.28445,-1.55445,-2.75594,-2.71935,-1.0921,-1.50474,-2.20812,-2.85305,-3.23805,-1.5194,-2.38311,-2.83641,-0.172659,-0.246086,-0.292616,-0.335242,-0.215566,-0.100913,-0.373731,-0.165722,-0.275153,-0.29031,-0.302869,-0.176275,-0.357354,-0.167831,-0.419624,-0.0574377,-0.00929815,-0.0605886,-0.301716,-0.102531,-0.100781,-0.396031,-0.088983,0.110023 +-5922.81,0.459233,0.350484,2,-0.200178,0.0358008,-1.92907,-1.91398,-2.38074,-2.33326,-2.69221,-2.38792,-1.71928,-2.30748,-1.90417,-2.21381,-2.2911,-1.5104,-2.77143,-2.73329,-1.16237,-1.46859,-2.20367,-2.86112,-3.13191,-1.49189,-2.37003,-2.83682,-0.270723,-0.359672,-0.301964,-0.324318,-0.250315,-0.0358713,-0.415405,-0.239952,-0.305724,-0.314226,-0.302465,-0.112956,-0.392542,-0.228602,-0.38468,-0.0819241,0.0490007,-0.0327789,-0.312054,-0.0801661,-0.169517,-0.405736,-0.136978,0.189211 +-5919.35,1,0.350484,2,-0.256483,0.0191383,-2.0903,-2.01782,-2.18247,-2.36528,-2.5353,-2.06405,-1.60042,-2.21592,-1.85063,-2.27954,-2.29354,-1.67415,-3.16345,-2.68286,-1.43679,-1.48916,-1.92168,-2.95377,-3.55326,-1.39443,-2.16058,-3.12449,-0.251009,-0.710392,-0.106529,-0.263052,0.0442329,-0.401096,-0.410316,0.0923461,-0.380325,-0.274524,-0.202939,-0.0808505,-0.223391,0.0419396,-0.276079,-0.269711,-0.219347,0.124576,-0.16885,-0.3072,-0.216524,-0.384174,-0.0880306,0.138341 +-5928.78,0.729479,0.350484,2,-0.182733,0.0271299,-2.34002,-2.31502,-2.91819,-2.39112,-2.51867,-2.0826,-1.67643,-2.30119,-2.31606,-2.16822,-2.37021,-1.52468,-2.63602,-2.77029,-1.31991,-1.50819,-2.08962,-3.13543,-3.31499,-1.21321,-2.11197,-2.74803,-0.230985,-0.26279,-0.319427,-0.264059,-0.0648637,-0.251891,-0.554808,-0.066097,-0.133343,-0.349354,-0.203705,0.0555484,-0.525941,-0.0829029,-0.374077,-0.0857333,-0.117707,0.047648,0.13763,-0.529354,-0.488816,-0.0876582,-0.188944,0.164712 +-5927.31,0.999381,0.350484,2,-0.285694,0.0253939,-2.34009,-2.10648,-2.54227,-2.50181,-2.33554,-2.0491,-1.68666,-2.04281,-2.0399,-2.2183,-2.27406,-1.66172,-3.11727,-2.76611,-1.55318,-1.33862,-1.65573,-3.52084,-3.22418,-1.4227,-1.93008,-3.03462,-0.474422,-0.169952,-0.286686,-0.171741,-0.0515836,-0.334324,-0.540744,-0.0391646,0.0577012,-0.326127,-0.278235,-0.159415,-0.552068,-0.0227461,-0.395834,-0.357242,-0.357212,-0.179421,-0.110008,-0.228368,-0.595595,-0.334224,-0.480806,0.159355 +-5926.84,0.592386,0.350484,3,-0.273792,0.0183775,-2.6252,-2.39943,-2.02487,-2.43329,-2.41335,-2.12417,-1.74577,-2.27783,-2.25785,-2.28891,-2.39475,-1.30621,-3.25625,-2.64233,-1.53133,-1.41147,-1.83131,-3.37536,-3.44624,-1.48168,-1.99987,-3.03519,-0.26917,-0.250094,-0.301684,-0.176264,-0.312812,-0.726194,-0.332703,-0.136629,-0.0438555,-0.272033,-0.28019,0.159092,-0.153481,-0.153204,-0.365216,-0.262275,-0.471971,-0.217088,-0.257981,-0.142116,-0.363366,-0.289201,-0.434995,0.135564 +-5927.03,0.80501,0.350484,2,-0.340504,0.0194053,-2.80905,-2.32199,-1.88214,-2.42887,-2.49918,-1.90161,-1.68167,-2.12015,-2.16238,-2.30811,-2.29256,-1.39085,-3.24366,-2.72709,-1.5902,-1.47733,-1.84527,-2.99497,-3.55696,-1.54716,-1.99061,-3.25388,-0.255366,-0.260048,-0.370997,-0.221818,-0.136875,-0.587016,-0.285519,-0.115732,-0.0768742,-0.33661,-0.286654,0.074627,-0.205885,-0.0594732,-0.311212,-0.175691,-0.378325,-0.209128,-0.205474,-0.0968463,-0.297454,-0.306468,-0.523107,0.139303 +-5924.92,0.962142,0.350484,3,-0.193669,0.0422812,-2.22297,-2.06966,-2.43212,-2.44079,-2.35768,-2.44139,-1.72679,-2.15102,-1.78212,-2.31881,-2.34331,-1.44308,-2.85139,-2.75222,-1.42814,-1.6194,-2.28019,-2.93853,-3.43745,-1.49859,-2.21478,-2.77024,-0.00231148,-0.17522,-0.0241785,-0.218764,-0.138266,0.26679,-0.322869,-0.1409,-0.396038,-0.242146,0.0125915,-0.175609,-0.479892,0.000996474,0.0502845,-0.201141,0.158163,0.071505,-0.222387,-0.24853,-0.144944,-0.481537,0.322522,0.205624 +-5921.04,0.871999,0.350484,3,-0.111096,0.0220223,-2.7861,-2.06993,-1.74079,-2.32846,-2.4152,-2.46796,-1.77651,-2.03074,-2.07339,-2.29611,-2.4344,-1.75671,-2.94143,-2.8045,-1.66234,-1.36891,-2.26198,-2.93236,-3.7641,-1.44475,-2.17365,-2.99922,-0.0705148,-0.216562,-0.244289,-0.2536,-0.0394915,0.294141,-0.276031,-0.221928,-0.171709,-0.123038,-0.256707,0.0926678,-0.25284,0.183345,-0.0507324,-0.0821881,0.0345932,-0.155379,-0.00722829,-0.15104,-0.24511,-0.222224,-0.247565,0.148399 +-5921.44,0.849583,0.350484,2,-0.151254,0.0145971,-2.57532,-2.28237,-2.48785,-2.50884,-2.68847,-2.70534,-1.73256,-2.34382,-1.92439,-2.29378,-2.39027,-1.39936,-2.97254,-2.69561,-1.13091,-1.63365,-1.90599,-3.10278,-3.13648,-1.53958,-2.08184,-3.08686,0.148997,-0.21538,-0.122325,-0.141565,-0.015034,-0.563399,-0.360135,0.0649518,-0.201683,-0.26828,0.00225292,-0.18709,-0.148307,-0.0271669,-0.295659,-0.295783,-0.269748,-0.0925523,-0.212906,-0.225508,-0.365785,-0.124759,-0.018944,0.120818 +-5926.4,0.961349,0.350484,3,-0.141716,0.0209597,-2.48811,-1.91171,-1.89998,-2.30773,-2.26049,-1.56329,-1.64583,-2.24318,-2.02516,-2.18656,-2.22246,-1.60409,-3.09881,-2.72834,-1.93055,-1.58842,-1.96513,-2.54248,-3.91933,-1.67654,-2.15919,-2.90192,-0.0673931,-0.269908,-0.215052,-0.288022,-0.236307,0.130362,-0.386918,-0.0407043,-0.204839,-0.283565,-0.426971,-0.0876307,-0.239113,-0.0934263,0.033207,-0.000770252,-0.0995083,-0.2632,0.0160083,-0.0197252,-0.173125,-0.302427,-0.145126,0.144774 +-5934.57,0.907537,0.350484,3,-0.361731,0.0306749,-2.41042,-2.32291,-2.18729,-2.38593,-2.65748,-3.02802,-1.82897,-1.95148,-1.90357,-2.25876,-2.18472,-1.56876,-2.69169,-2.91259,-1.15014,-1.5124,-2.01884,-3.35928,-2.9038,-1.70502,-2.14326,-2.96204,-0.25637,-0.380186,-0.712213,-0.204081,-0.0110007,-0.622194,-0.345649,-0.356301,-0.282368,-0.239068,-0.29814,0.133502,-0.523197,-0.0549293,-0.141235,-0.281375,-0.321628,-0.00289459,-0.34903,0.117682,-0.432918,-0.263659,-0.165181,0.175142 +-5930.7,0.961326,0.350484,3,-0.247005,0.0229593,-1.6338,-2.39133,-2.22893,-2.55722,-2.32016,-2.11502,-1.7572,-2.02558,-1.93498,-2.23403,-2.29837,-1.58019,-3.2048,-3.06346,-1.3912,-1.52565,-1.95244,-2.60726,-3.91314,-1.53456,-1.9423,-3.05715,-0.432875,-0.520675,-0.087665,0.0583699,-0.124506,-0.387257,-0.440269,-0.252446,-0.399605,-0.322478,-0.157892,0.0541736,-0.327413,0.575512,-0.304549,-0.407901,-0.230361,-0.141541,-0.386094,-0.193945,-0.252545,-0.509934,-0.463421,0.151523 +-5927.07,0.986967,0.350484,2,-0.213151,0.0165911,-1.54473,-2.28224,-2.0407,-2.6094,-2.27244,-1.88434,-1.75722,-2.05995,-1.91068,-2.26638,-2.40207,-1.6275,-2.95102,-3.04518,-1.39062,-1.61149,-1.86196,-2.71439,-3.58087,-1.4961,-1.89444,-2.93582,-0.0341449,-0.402264,-0.180573,0.036457,-0.214256,-0.401205,-0.352501,-0.176241,-0.19232,-0.340693,-0.174499,0.0576157,-0.256336,0.550333,-0.257697,-0.398405,-0.241591,-0.132964,-0.257145,-0.185784,-0.149721,-0.411288,-0.193165,0.128806 +-5926.82,0.884523,0.350484,2,-0.211949,0.0145181,-2.41856,-2.21996,-1.76321,-2.49936,-2.5361,-2.35277,-1.66973,-2.35387,-1.83557,-2.22613,-2.29535,-1.54374,-3.12128,-2.89723,-1.07834,-1.24736,-1.98587,-3.24432,-3.75474,-1.37195,-2.40884,-2.94876,-0.377965,-0.0487345,-0.150515,-0.044263,-0.157242,-0.0152095,-0.302229,-0.356285,-0.283764,-0.252442,-0.271638,-0.0751052,-0.176813,0.0476513,-0.23955,-0.216975,-0.0544352,-0.106118,0.0273731,-0.334863,-0.392912,-0.388761,-0.193643,0.120491 +-5933.65,0.812162,0.350484,2,-0.159517,0.0135044,-2.71166,-2.23089,-2.44266,-2.42577,-2.21518,-2.78563,-1.75739,-2.02716,-1.87891,-2.10941,-2.2575,-1.6891,-2.98779,-2.70685,-1.25283,-1.52632,-2.07188,-2.33763,-3.23052,-1.48074,-1.83178,-3.00372,0.0128204,-0.143273,-0.24628,-0.267378,-0.244142,0.134313,-0.433225,0.0217367,-0.440645,-0.569293,-0.326782,-0.0562963,-0.265722,-0.0160584,-0.293046,-0.0780545,-0.211685,-0.346399,-0.0611296,-0.127802,-0.199943,-0.03352,-0.352485,0.116209 +-5933.81,0.9969,0.350484,3,-0.238625,0.0417944,-2.16288,-2.355,-1.9518,-2.47075,-2.66546,-2.3226,-1.60464,-2.35585,-1.85162,-2.25116,-2.41756,-1.02997,-3.07792,-2.81201,-1.47797,-1.54208,-2.2209,-3.67994,-3.47127,-1.51778,-2.3393,-2.90193,-0.410164,-0.23436,-0.0819539,-0.234775,-0.00789935,0.310061,-0.517266,-0.0359181,-0.357587,-0.299121,-0.139869,-0.504223,-0.18901,-0.0119664,-0.173834,-0.208734,-0.180232,0.00516889,-0.320407,-0.27124,-0.649751,-0.558824,-0.151086,0.204437 +-5936.5,0.71473,0.350484,3,-0.26628,0.023009,-2.12704,-2.03205,-2.15724,-2.42691,-2.49388,-2.17571,-1.60706,-2.14994,-1.96221,-2.20572,-2.26415,-1.47445,-3.33339,-2.79287,-1.16235,-1.64248,-1.71707,-3.09763,-3.12912,-1.26975,-1.82719,-2.48692,-0.438713,-0.324876,-0.420247,-0.108983,0.170321,-0.391722,-0.561845,0.0542645,-0.255553,-0.320695,-0.23382,-0.504842,-0.331409,0.0257529,-0.345756,-0.07255,-0.261713,0.239894,-0.187585,-0.363624,-0.202703,-0.68495,-0.750103,0.151687 +-5933.98,0.930429,0.350484,3,-0.266723,0.0351854,-1.89613,-2.18658,-2.14552,-2.4287,-2.51117,-2.20902,-1.5655,-2.20267,-1.90937,-2.16994,-2.1497,-1.41694,-3.02703,-2.65829,-1.18368,-1.61646,-1.877,-3.34414,-2.70521,-1.33756,-2.01763,-2.53069,-0.537615,-0.319882,-0.611147,-0.105677,0.159792,-0.322242,-0.42709,-0.0753853,-0.187476,-0.36989,-0.292536,-0.527975,-0.255517,0.148308,-0.347233,-0.0183203,-0.371972,0.181944,-0.216734,-0.289006,-0.339947,-0.502356,-0.664641,0.187578 +-5938.19,0.93417,0.350484,2,-0.135978,0.0545341,-2.22402,-1.87414,-2.00305,-2.46401,-2.46164,-1.60429,-1.74056,-2.14595,-1.9914,-2.29512,-2.25758,-1.41703,-2.92068,-3.13689,-1.57742,-1.63025,-1.70707,-2.84442,-3.21523,-1.13748,-2.09632,-2.93236,-0.142678,-0.392646,-0.623142,-0.174088,0.18274,-0.230659,-0.419626,-0.0227838,-0.220484,-0.149614,-0.345086,-0.322145,-0.0685493,0.121056,-0.387149,-0.12341,-0.467929,-0.217002,-0.224461,-0.145923,-0.569975,-0.466334,-0.518342,0.233525 +-5929.27,0.999445,0.350484,2,-0.372269,0.0121789,-2.4779,-2.65863,-2.22818,-2.26648,-2.44615,-2.27401,-1.6045,-2.16438,-2.00168,-2.32961,-2.25349,-1.39985,-3.07858,-2.89096,-1.4025,-1.56388,-1.83418,-2.67133,-3.4242,-1.3866,-1.82295,-2.75793,-0.277483,-0.322645,-0.382623,-0.415568,0.158824,-0.0975815,-0.43082,-0.251221,-0.2072,-0.122305,-0.435053,-0.437399,-0.171745,0.158879,-0.154395,-0.223634,-0.254641,-0.337327,-0.330448,-0.244148,-0.572468,-0.226231,-0.361586,0.110358 +-5919.52,0.937966,0.350484,2,-0.295461,0.016854,-2.13111,-1.72892,-1.97794,-2.47704,-2.7171,-2.10162,-1.76009,-1.91406,-2.11776,-2.26074,-2.26878,-1.22902,-2.97658,-2.69096,-1.30351,-1.52634,-1.87146,-3.12125,-3.33891,-1.61527,-2.17081,-2.9931,-0.287175,-0.28978,-0.386243,-0.207063,-0.0377164,-0.390384,-0.430603,-0.333276,-0.2488,-0.302175,-0.158477,-0.338184,-0.413912,0.0110974,-0.547357,-0.185879,-0.37548,-0.173807,-0.195315,-0.250067,-0.490551,-0.536515,-0.192588,0.129823 +-5914.07,0.9564,0.350484,2,-0.316845,0.011504,-2.18359,-2.1304,-2.27709,-2.41024,-2.53651,-1.8821,-1.69385,-1.96227,-2.10979,-2.3169,-2.39265,-1.52167,-3.05042,-2.92424,-1.22157,-1.66507,-1.99015,-2.86869,-3.39938,-1.30814,-2.08989,-2.93761,-0.247504,-0.489664,-0.475744,-0.249758,-0.215407,-0.481115,-0.314746,-0.373024,-0.270066,-0.207799,-0.393015,-0.150642,-0.425428,-0.0481702,-0.386254,-0.14285,-0.305796,-0.223948,-0.320568,-0.384226,-0.304152,-0.228256,-0.374053,0.107257 +-5914.62,0.725253,0.350484,3,-0.334991,0.0111608,-2.12343,-2.1472,-2.08251,-2.35028,-2.5325,-1.74081,-1.68373,-1.96957,-2.08818,-2.27995,-2.38871,-1.51764,-2.94622,-2.84389,-1.23495,-1.60992,-2.10677,-3.04886,-3.23817,-1.3771,-1.97881,-2.98651,-0.230185,-0.425135,-0.428919,-0.301568,-0.228224,-0.519362,-0.288623,-0.371587,-0.294554,-0.156187,-0.37472,-0.102843,-0.532075,-0.0805656,-0.382792,-0.154388,-0.28681,-0.342586,-0.417598,-0.336025,-0.344414,-0.290009,-0.290175,0.105645 +-5912.15,0.511016,0.350484,3,-0.323641,0.0114264,-2.63558,-2.03433,-2.08113,-2.31615,-2.54772,-1.85762,-1.68787,-2.01714,-1.98056,-2.28009,-2.22304,-1.51386,-2.91996,-2.787,-1.18828,-1.51462,-1.92129,-3.10794,-3.07073,-1.48532,-2.01524,-2.89443,-0.323447,-0.362047,-0.466634,-0.344662,-0.405275,-0.484935,-0.285805,-0.243777,-0.287448,-0.196574,-0.392816,-0.157539,-0.646793,-0.17403,-0.389203,-0.241118,-0.366378,-0.303486,-0.377155,-0.266013,-0.278052,-0.303974,-0.280575,0.106895 +-5924.34,0.620407,0.350484,2,-0.354678,0.00506923,-2.64921,-2.15178,-1.97736,-2.45635,-2.54809,-1.69498,-1.7731,-2.16534,-1.86926,-2.40324,-2.30843,-1.37852,-2.85275,-2.78693,-1.23253,-1.70906,-2.00644,-3.31211,-3.20687,-1.34278,-2.18612,-2.80791,-0.380847,-0.312547,-0.313053,-0.362726,-0.27841,-0.377634,-0.244572,-0.49973,-0.305053,-0.26658,-0.29329,0.0622307,-0.476753,0.131773,-0.340488,-0.292662,-0.295246,-0.428776,-0.310319,-0.43648,-0.415215,-0.450776,-0.279516,0.0711985 +-5924.34,0.324983,0.350484,2,-0.354678,0.00506923,-2.64921,-2.15178,-1.97736,-2.45635,-2.54809,-1.69498,-1.7731,-2.16534,-1.86926,-2.40324,-2.30843,-1.37852,-2.85275,-2.78693,-1.23253,-1.70906,-2.00644,-3.31211,-3.20687,-1.34278,-2.18612,-2.80791,-0.380847,-0.312547,-0.313053,-0.362726,-0.27841,-0.377634,-0.244572,-0.49973,-0.305053,-0.26658,-0.29329,0.0622307,-0.476753,0.131773,-0.340488,-0.292662,-0.295246,-0.428776,-0.310319,-0.43648,-0.415215,-0.450776,-0.279516,0.0711985 +-5921.98,0.881959,0.350484,3,-0.289032,0.0254724,-1.98878,-2.20929,-2.01481,-2.33678,-2.52874,-2.2724,-1.7621,-2.01189,-1.95946,-2.25682,-2.36231,-1.64188,-3.31238,-2.95538,-1.11136,-1.53816,-1.74432,-2.64964,-3.34397,-1.49236,-2.11028,-2.80572,-0.195411,-0.409335,-0.375475,-0.390832,-0.101798,-0.371593,-0.254501,-0.136037,-0.20445,-0.381691,-0.345806,-0.269258,-0.174489,0.237039,-0.410115,-0.308184,-0.303693,-0.185813,-0.546319,-0.406876,-0.312659,-0.372079,0.0616478,0.159601 +-5927.26,0.921597,0.350484,2,-0.320627,0.0298433,-2.08204,-2.07641,-2.14254,-2.3193,-2.60282,-2.31263,-1.76402,-2.02903,-1.85087,-2.2059,-2.40381,-1.54738,-3.46861,-2.86681,-1.09279,-1.57429,-1.81183,-2.81132,-3.48037,-1.57433,-2.0516,-2.75256,-0.232134,-0.446177,-0.506948,-0.560341,-0.125152,-0.447518,-0.318284,-0.105941,-0.0934024,-0.390936,-0.327415,-0.303348,-0.234018,0.169356,-0.261758,-0.30484,-0.34557,-0.113799,-0.380865,-0.400326,-0.33261,-0.374138,-0.136538,0.172752 +-5929.96,0.936157,0.350484,2,-0.313849,0.0196409,-2.52545,-2.27811,-2.15262,-2.38125,-2.63643,-2.3365,-1.70915,-2.16585,-1.97515,-2.18513,-2.18216,-1.60736,-3.18685,-2.91436,-1.48371,-1.22381,-1.81976,-3.06937,-3.08676,-1.64505,-2.22944,-3.23978,-0.561957,-0.435254,-0.313639,-0.257697,0.0153032,-0.0974659,-0.464978,-0.241663,-0.097619,-0.375257,-0.156338,-0.142965,-0.329386,-0.00301089,-0.369723,-0.359037,-0.563007,-0.272799,-0.260785,-0.353584,-0.468607,-0.646253,-0.300261,0.140146 +-5934.7,0.783431,0.350484,2,-0.310949,0.0103719,-1.83063,-1.22959,-1.97235,-2.38998,-2.51439,-3.4024,-1.61742,-1.89075,-2.02665,-2.27682,-2.42409,-1.66655,-3.21378,-2.79227,-1.26876,-1.32923,-1.88547,-2.61312,-3.00745,-1.41469,-2.08523,-2.67204,-0.335969,-0.850713,-0.144812,-0.359057,-0.159822,-0.402493,-0.523371,-0.296122,-0.0950929,-0.226832,-0.328995,-0.173734,-0.223841,-0.088937,-0.433473,-0.386917,-0.324942,-0.397774,-0.291957,-0.227744,-0.296501,-0.330846,-0.0309987,0.101842 +-5938.48,0.756844,0.350484,2,-0.304415,0.0110713,-2.89619,-2.89945,-1.9185,-2.32745,-2.37938,-1.17916,-1.80506,-2.09425,-2.02669,-2.23909,-2.21836,-1.26529,-2.71754,-2.65874,-1.31408,-1.57036,-1.45733,-3.16859,-3.66817,-1.53586,-2.01659,-3.05507,-0.246523,-0.0609457,-0.944421,-0.371001,-0.180913,-0.271367,-0.288437,-0.401098,-0.298809,-0.31164,-0.180394,-0.281467,-0.451353,-0.243264,-0.248721,-0.178151,-0.774954,-0.248573,-0.310503,-0.343688,-0.536989,-0.459542,-0.603825,0.10522 +-5945.24,0.930404,0.350484,3,-0.399037,0.0439231,-2.06294,-2.30054,-2.34191,-2.20705,-2.36918,-3.17405,-1.6191,-2.19548,-1.75497,-2.13912,-2.34751,-1.46613,-3.20113,-3.13938,-1.41421,-1.33944,-2.17957,-2.67475,-2.86256,-1.43159,-1.97624,-2.63244,-0.451896,0.582744,-0.0698423,-0.376045,-0.231655,-0.804917,-0.616029,0.131599,-0.555017,-0.430018,-0.297632,-0.28719,-0.395013,0.41361,-0.341229,-0.431274,0.136726,-0.507131,-0.485169,-0.147104,-0.597174,-0.55196,-0.376042,0.209579 +-5935.34,0.980659,0.350484,3,-0.203584,0.0774104,-2.64699,-2.14271,-2.01876,-2.43554,-2.55202,-1.56692,-1.58357,-2.28393,-1.90026,-2.25317,-2.38841,-1.42737,-2.57421,-2.60525,-1.37987,-1.37441,-2.07796,-3.24771,-3.75106,-1.69038,-1.94298,-2.92792,-0.0321118,-1.03944,-0.130192,-0.234374,0.116951,0.238093,-0.384805,0.0039866,-0.349139,-0.381378,0.00859308,-0.251856,-0.605865,-0.122272,-0.196557,-0.371295,-0.0602311,-0.0253508,-0.223329,-0.173553,-0.539434,-0.542659,-0.261927,0.278227 +-5931.05,0.96127,0.350484,4,-0.342383,0.0229018,-2.17781,-2.54471,-2.05848,-2.24077,-2.20842,-1.2121,-1.69029,-1.84024,-1.94446,-2.29468,-2.06941,-1.51586,-2.83114,-3.05691,-1.43849,-1.56213,-2.03585,-2.9717,-3.22631,-1.39841,-2.18862,-3.01645,-0.645182,-0.284993,-0.412068,-0.334802,-0.402472,-0.523646,-0.47137,-0.373255,-0.303288,-0.417276,-0.382667,-0.220029,-0.255674,0.147177,-0.37536,-0.195731,-0.194133,-0.379745,-0.458229,-0.576286,-0.191978,-0.32457,-0.617582,0.151334 +-5926.6,0.933106,0.350484,2,-0.341194,0.00861806,-2.37733,-2.49434,-1.94975,-2.37901,-2.21804,-1.82325,-1.71849,-1.9148,-1.86646,-2.30393,-2.04806,-1.53036,-2.69991,-2.79466,-1.36253,-1.69904,-2.1732,-2.84006,-3.02624,-1.37641,-2.00132,-3.01869,-0.699075,-0.313036,-0.319992,-0.209593,-0.349354,-0.474538,-0.516448,-0.318558,-0.334611,-0.385538,-0.44529,-0.262795,-0.209782,0.238271,-0.426558,-0.132377,-0.233518,-0.481081,-0.421498,-0.551528,-0.297114,-0.328421,-0.441894,0.0928335 +-5919.55,0.991108,0.350484,2,-0.253685,0.00830175,-3.11301,-2.27811,-1.9437,-2.37911,-2.49493,-2.45508,-1.64055,-2.09492,-2.01562,-2.12713,-2.3974,-1.47716,-3.14187,-2.92267,-1.48997,-1.46341,-1.74253,-2.97391,-3.28692,-1.31092,-2.17622,-2.91778,-0.0334453,-0.295445,-0.452299,-0.369022,-0.176504,-0.220832,-0.322027,-0.351201,-0.326463,-0.309984,-0.240084,-0.14094,-0.496483,-0.0572448,-0.0768289,-0.133536,-0.261165,-0.181491,-0.193268,-0.204783,-0.513555,-0.355395,-0.11189,0.0911139 +-5930.26,0.902616,0.350484,2,-0.204913,0.0305478,-2.87279,-2.20026,-2.3194,-2.31153,-2.31089,-1.49082,-1.82532,-2.14795,-2.07774,-2.14782,-2.46555,-1.43897,-2.92194,-2.81318,-1.44799,-1.46481,-2.15408,-2.57895,-3.30526,-1.53899,-2.05557,-3.0898,-0.191455,-0.191652,-0.636613,-0.241937,-0.271395,-0.402402,-0.207588,-0.0774176,-0.570069,-0.380094,-0.161199,-0.122987,-0.756553,0.270841,-0.0904407,-0.338617,-0.198635,-0.0560455,-0.198956,-0.0595617,-0.194955,-0.112996,-0.218433,0.174779 +-5938.33,0.894839,0.350484,2,-0.201534,0.0464732,-2.79481,-2.31071,-1.99387,-2.44297,-2.43677,-1.92038,-1.80045,-2.2057,-2.20267,-2.0608,-2.51085,-1.50101,-2.999,-2.94615,-1.59116,-1.50806,-2.20168,-2.91563,-3.18986,-1.57035,-1.92014,-3.16176,0.00294954,-0.152829,-0.657139,-0.255839,-0.232825,-0.398391,-0.146409,-0.0806146,-0.479441,-0.432417,-0.223812,-0.197535,-0.85569,0.12466,-0.159544,-0.36386,-0.0907349,-0.0796631,-0.217382,0.00327266,-0.0815232,-0.165179,-0.23235,0.215576 +-5940.89,0.98309,0.350484,2,-0.26135,0.0140845,-2.88599,-1.7869,-2.09063,-2.33744,-2.4264,-2.45568,-1.80886,-2.09555,-1.73152,-2.23494,-2.04643,-1.47116,-2.62539,-2.66203,-1.5274,-1.75145,-1.47069,-3.03508,-3.51933,-1.53983,-2.44274,-3.17536,0.448407,-0.464015,-0.387636,-0.203757,-0.17955,-0.142109,-0.378482,-0.143476,-0.398936,-0.452372,-0.222161,-0.119798,-1.09099,-0.0877105,-0.208489,-0.13594,-0.383495,-0.257659,-0.21007,-0.350918,-0.344554,-0.240187,0.108016,0.118678 +-5940.74,0.999901,0.350484,3,-0.315553,0.0203194,-2.95647,-2.30565,-2.25936,-2.55487,-2.27118,-1.65333,-1.6197,-2.37689,-2.13072,-2.24492,-2.47646,-1.40333,-2.63241,-2.73872,-1.13235,-1.31363,-2.11893,-2.70156,-3.31003,-1.50052,-1.87695,-2.64642,0.339607,-0.447642,-0.263403,-0.255155,-0.309116,-0.699184,-0.344889,0.0257298,-0.255981,-0.191494,-0.437797,-0.348044,-1.06952,0.00747772,-0.427651,-0.229844,-0.424183,-0.320275,-0.311137,-0.0515533,-0.340387,-0.553711,-0.38104,0.142546 +-5925.91,0.937218,0.350484,3,-0.23866,0.0304349,-1.8378,-2.4574,-2.17141,-2.46115,-2.36372,-2.1744,-1.71672,-1.81661,-1.95447,-2.17769,-2.50337,-1.36186,-2.90838,-2.81323,-1.46482,-1.71707,-2.4856,-2.96875,-3.29496,-1.4176,-2.08023,-2.93144,-0.688931,-0.145736,-0.128569,-0.324453,-0.236219,-0.193863,-0.495005,-0.307074,-0.261002,-0.279873,-0.115574,-0.072165,-0.451016,0.17308,-0.290288,-0.0946303,0.162751,-0.0729982,-0.126053,-0.395777,-0.334035,-0.256776,-0.00712695,0.174456 +-5924.97,0.971872,0.350484,2,-0.160995,0.0194738,-2.47444,-1.87589,-2.12308,-2.32619,-2.55406,-2.33057,-1.65901,-2.24382,-2.02467,-2.23965,-2.1592,-1.62858,-2.78086,-2.84819,-1.37151,-1.40173,-2.18337,-3.48528,-3.48225,-1.48641,-2.16023,-2.91713,-0.73816,-0.284267,-0.0651931,-0.175182,-0.00592152,-0.19731,-0.215496,-0.250469,-0.318242,-0.369924,-0.318904,-0.234279,-0.211607,-0.0216274,-0.288542,-0.163766,0.208892,-0.192403,-0.16045,-0.134913,-0.410657,-0.283019,-0.194594,0.139549 +-5927.8,0.749884,0.350484,3,-0.287263,0.0355913,-2.30758,-2.52875,-2.23781,-2.44452,-2.17963,-2.21646,-1.75542,-1.99966,-2.03772,-2.27354,-2.45258,-1.29408,-3.22194,-2.77358,-1.28907,-1.6111,-1.85231,-2.84416,-3.53913,-1.5123,-2.25227,-2.94142,0.282926,-0.256353,-0.358091,-0.189976,-0.159248,-0.347194,-0.421002,-0.1911,-0.213364,-0.0710652,-0.113105,-0.12621,-0.287973,0.223772,-0.317666,-0.0878062,-0.477741,-0.0125528,-0.320466,-0.253552,-0.390204,-0.244029,-0.234282,0.188657 +-5927.19,0.980702,0.350484,2,-0.181245,0.0142672,-3.03441,-2.04516,-1.91475,-2.5191,-2.20389,-1.97135,-1.66491,-2.06046,-2.12513,-2.39589,-2.46937,-1.62176,-2.74831,-2.93866,-1.35352,-1.53537,-1.81604,-3.01024,-3.04834,-1.62873,-2.03857,-3.06257,-0.102664,-0.289792,-0.273548,-0.167856,-0.157392,-0.40931,-0.453932,-0.448568,-0.363387,-0.18723,-0.0934583,-0.300083,-0.0660354,0.0150588,-0.207195,-0.0471702,-0.207498,-0.198987,-0.21339,-0.308501,-0.159129,-0.476604,-0.236064,0.119446 +-5914.83,0.996214,0.350484,2,-0.253562,0.00501006,-2.19199,-2.33582,-1.76318,-2.34589,-2.38512,-2.17344,-1.57467,-1.97465,-1.88761,-2.14237,-2.29407,-1.50124,-2.89138,-2.62562,-1.39366,-1.43731,-2.09858,-3.35377,-3.27129,-1.50254,-2.2708,-2.92722,-0.256005,-0.344254,-0.161017,-0.22187,-0.155608,-0.290575,-0.466864,-0.19969,-0.262584,-0.310248,-0.412033,0.0549084,-0.284702,-0.121557,-0.123183,-0.261369,-0.148216,-0.204327,-0.210798,-0.159015,-0.292664,-0.0703069,-0.217001,0.0707818 +-5922.68,0.917455,0.350484,2,-0.267394,0.0111299,-1.62512,-2.27621,-2.12307,-2.19505,-2.4136,-2.06337,-1.76302,-2.14446,-1.92782,-2.23076,-2.21116,-1.46475,-3.0463,-2.78566,-1.36188,-1.42667,-1.97472,-3.91462,-3.44527,-1.46577,-2.12584,-3.16521,-0.284092,-0.252755,-0.290695,-0.388125,-0.380429,-0.196706,-0.590148,-0.370333,-0.375034,-0.252609,-0.332218,-0.30479,-0.317434,-0.21969,-0.251748,-0.026573,-0.192389,-0.222186,-0.278137,-0.371299,-0.289993,-0.141031,-0.309654,0.105498 +-5919.04,0.98489,0.350484,2,-0.313749,0.00586368,-1.795,-2.13609,-1.99251,-2.24584,-2.39167,-1.98819,-1.73181,-2.09627,-1.8483,-2.24252,-2.11124,-1.49776,-2.84484,-2.81456,-1.38384,-1.3949,-2.17121,-3.50999,-3.51801,-1.38803,-1.97504,-3.17798,-0.300844,-0.446295,-0.277512,-0.376851,-0.33285,-0.366566,-0.566128,-0.311952,-0.447615,-0.272644,-0.331657,-0.347215,-0.31055,0.00302421,-0.339303,-0.132018,-0.372148,-0.199238,-0.244909,-0.370302,-0.26206,-0.213949,-0.078875,0.0765747 +-5917.26,0.996599,0.350484,3,-0.341011,0.00992998,-1.81442,-2.01447,-2.24121,-2.30507,-2.52757,-2.24867,-1.80311,-1.93353,-1.89815,-2.24859,-2.30072,-1.5147,-2.71237,-2.85074,-1.24331,-1.43535,-1.81178,-2.95829,-2.76853,-1.47483,-2.0697,-2.90161,-0.328221,-0.250108,-0.379466,-0.318893,-0.283606,-0.374302,-0.278633,-0.302122,-0.246394,-0.353173,-0.291733,-0.212196,-0.39412,-0.373617,-0.484042,-0.145553,-0.187377,-0.255951,-0.476807,-0.236884,-0.518381,-0.377808,-0.524074,0.0996493 +-5917.91,0.97635,0.350484,2,-0.328419,0.00804518,-2.27925,-1.81021,-2.02,-2.31245,-2.42802,-2.13802,-1.79113,-2.06309,-1.8552,-2.22303,-2.38397,-1.6198,-2.71904,-2.76292,-1.22582,-1.57705,-1.8947,-2.9851,-2.80468,-1.48082,-1.98301,-3.02169,-0.247485,-0.548556,-0.383477,-0.441125,-0.419579,-0.276864,-0.393011,-0.397334,-0.418318,-0.322224,-0.237919,-0.230903,-0.372418,-0.139405,-0.220749,-0.295726,-0.242019,-0.140074,-0.546865,-0.377563,-0.662595,-0.340298,-0.465529,0.0896949 +-5925.5,0.905747,0.350484,2,-0.3288,0.0188188,-1.80603,-2.06043,-1.97053,-2.30727,-2.12098,-1.73342,-1.74683,-1.95481,-1.7341,-2.28237,-2.48367,-1.54297,-2.44581,-2.62485,-1.34625,-1.72484,-1.66333,-2.96673,-3.03602,-1.41138,-1.97658,-2.82325,-0.39286,-0.46457,-0.194747,-0.403589,-0.254125,-0.41125,-0.381414,-0.0948654,-0.327305,-0.250159,-0.0366113,-0.119423,-0.617454,-0.151914,-0.384923,-0.182681,-0.311519,-0.294387,-0.237055,-0.475895,-0.471791,-0.414256,-0.156546,0.137182 +-5927.64,0.899232,0.350484,3,-0.393107,0.0116689,-2.83239,-1.81841,-2.35577,-2.26452,-2.57325,-2.59204,-1.60503,-2.23315,-1.99624,-2.32494,-2.16766,-1.67274,-3.05922,-2.77337,-1.71495,-1.45854,-1.99795,-2.59915,-3.24477,-1.15834,-2.23994,-2.93763,-0.267591,-0.444175,-0.550586,-0.392335,-0.334136,-0.275803,-0.438025,-0.430914,-0.394954,-0.213501,-0.505396,-0.213672,-0.204747,-0.172356,-0.144766,-0.388454,-0.396061,-0.321502,-0.439403,-0.407897,-0.33469,-0.310532,-0.471884,0.108023 +-5920.07,0.774681,0.350484,2,-0.290489,0.00835579,-3.37292,-2.3886,-1.81036,-2.52771,-2.28924,-1.81724,-1.71346,-1.96739,-1.75585,-2.39461,-2.15963,-1.52326,-2.8847,-2.63883,-1.40176,-1.54731,-1.75953,-3.08953,-3.14887,-1.47198,-2.03912,-2.78604,-0.366042,-0.260309,-0.170019,-0.092381,-0.252722,-0.403545,-0.391803,-0.152472,-0.314056,-0.233811,-0.384303,-0.230965,-0.406879,-0.220163,-0.424101,-0.270769,-0.250579,-0.321275,-0.220163,-0.371634,-0.421402,-0.725905,-0.206131,0.09141 +-5923.25,0.631872,0.350484,2,-0.308755,0.0167516,-2.84077,-2.10801,-2.05496,-2.45029,-2.30547,-2.19731,-1.54824,-2.18918,-2.0394,-2.20851,-2.24204,-1.47359,-2.89403,-2.63686,-1.27938,-1.38669,-2.06383,-3.20623,-3.17636,-1.26633,-1.93481,-2.78953,-0.394117,-0.616802,-0.408327,-0.197886,-0.270368,-0.273018,-0.579898,-0.275681,-0.330005,-0.226752,-0.353208,-0.219395,-0.0946436,-0.122601,-0.127619,-0.237119,-0.164908,0.151761,-0.350536,-0.384965,-0.588876,-0.863224,-0.329654,0.129428 +-5928.87,0.765315,0.350484,2,-0.327378,0.0369181,-2.2529,-2.16078,-2.22727,-2.36865,-2.4191,-2.31058,-1.75052,-2.00783,-1.81151,-2.06988,-2.40129,-1.34938,-2.85512,-2.7288,-1.23239,-1.61736,-2.133,-3.07479,-3.52718,-1.40372,-2.11859,-2.56624,-0.41937,-0.0778964,-0.349096,-0.345517,-0.17858,-0.37398,-0.421912,-0.0301116,-0.741112,-0.643468,-0.225093,-0.105913,-0.675796,-0.148331,-0.396466,-0.0352654,-0.172973,-0.239997,-0.24579,-0.434568,-0.474627,-0.728269,-0.28748,0.192141 +-5935,0.798176,0.350484,3,-0.199869,0.0432995,-2.64708,-2.06084,-2.10662,-2.46135,-2.32835,-1.8158,-1.7791,-2.49827,-1.84638,-2.13332,-2.39566,-1.62311,-2.70355,-2.64171,-1.4814,-1.49788,-2.0333,-2.50312,-3.42266,-1.53035,-2.02395,-2.76285,0.105106,-0.450074,-0.00446025,-0.102416,-0.146807,-0.262022,-0.208446,0.00387416,-0.837882,-0.423786,-0.0369573,-0.321171,-0.45965,-0.117946,-0.119409,-0.199721,-0.00893737,-0.592796,-0.0843394,-0.103082,-0.659865,-0.404544,-0.467801,0.208085 +-5934.1,0.794644,0.350484,2,-0.229664,0.0281156,-2.88549,-2.49657,-2.02965,-2.54621,-2.24392,-2.14644,-1.78545,-2.34694,-1.79013,-2.21027,-2.28158,-1.6315,-3.03762,-2.73581,-1.45702,-1.56249,-2.13545,-2.35253,-3.15458,-1.58147,-2.14883,-2.98715,0.180053,-0.321312,0.0540287,-0.163641,-0.1266,-0.361,-0.217966,0.078805,-0.610076,-0.459105,-0.090609,-0.30283,-0.581587,-0.0972253,-0.115888,-0.170042,0.0330813,-0.483062,-0.213975,-0.234727,-0.523181,-0.393122,-0.579656,0.167677 +-5930.39,0.960352,0.350484,3,-0.181099,0.0201749,-2.37526,-1.69248,-2.54525,-2.32968,-2.57488,-2.08317,-1.52613,-2.13274,-1.98905,-2.26631,-2.4126,-1.43256,-2.81384,-3.00474,-1.53591,-1.6641,-2.25941,-3.50121,-3.42883,-1.40927,-2.10171,-2.92352,-0.268889,-0.583343,0.00751133,-0.391663,-0.21231,-0.30965,-0.736455,-0.239204,-0.19293,-0.237865,-0.166831,0.0884751,-0.155801,0.20501,-0.121327,0.113813,0.10727,0.0212652,-0.373226,-0.206925,-0.273378,-0.178203,0.162964,0.142039 +-5929.17,0.972608,0.350484,3,-0.155571,0.0336481,-1.59878,-2.07841,-2.48348,-2.29743,-2.45067,-2.30177,-1.57882,-2.349,-1.85234,-2.23986,-2.35479,-1.5515,-3.01297,-2.89593,-1.55564,-1.77161,-2.49765,-3.05559,-3.76562,-1.47048,-2.34624,-2.79622,0.0400335,-0.267856,-0.432279,-0.495815,-0.180503,-0.271162,-0.472306,-0.0499984,-0.353808,-0.244601,-0.0135677,-0.0651062,-0.260162,0.30147,-0.182331,-0.0109245,0.0325634,-0.152382,0.102749,-0.237987,-0.107216,-0.269193,0.0467697,0.183434 +-5926.15,0.679452,0.350484,2,-0.185389,0.0220761,-3.39343,-2.45649,-2.32145,-2.46778,-2.4288,-1.94377,-1.63885,-2.07201,-2.27932,-2.35119,-2.31921,-1.67481,-3.05235,-2.86174,-1.47425,-1.55951,-1.95301,-3.21942,-3.06593,-1.49505,-2.24125,-2.68132,-0.389589,-0.0964954,0.0305342,-0.116413,-0.133641,-0.109452,-0.529899,-0.105082,-0.422805,-0.140234,-0.308553,-0.010929,-0.118097,-0.0722741,-0.300979,-0.158883,-0.0109894,-0.14146,-0.452269,-0.152271,-0.261645,-0.430042,-0.317365,0.14858 +-5923.51,0.898012,0.350484,2,-0.213463,0.00717419,-2.29693,-2.24895,-2.15174,-2.43176,-2.47492,-2.04345,-1.534,-2.22251,-1.81737,-2.33144,-2.41399,-1.65081,-3.0639,-2.62092,-1.34742,-1.66503,-1.97669,-3.46102,-3.56417,-1.74041,-1.96581,-2.69829,-0.487928,-0.27256,-0.280875,-0.336541,-0.250759,-0.297888,-0.632904,-0.216189,-0.0364419,-0.238895,-0.132202,-0.131062,-0.228473,-0.0754189,-0.202514,-0.0322821,-0.289988,-0.0805281,-0.0292106,-0.195257,-0.306933,-0.492284,-0.19037,0.0847006 +-5925.76,0.94497,0.350484,2,-0.188524,0.0330941,-2.40703,-2.14787,-2.19464,-2.29376,-2.45399,-2.16041,-1.52051,-2.21636,-1.85214,-2.28947,-2.35313,-1.508,-3.33533,-2.63673,-1.48956,-1.74157,-1.92297,-3.34024,-3.38503,-1.69436,-2.13371,-2.94149,-0.605036,-0.311438,-0.158078,-0.230198,-0.0782415,-0.102989,-0.725819,-0.126378,-0.00154722,-0.258245,-0.202176,-0.26991,-0.207645,0.0336324,-0.25514,-0.102653,-0.402977,-0.0213951,-0.0643967,-0.152796,-0.247338,-0.411089,-0.153556,0.181918 +-5925.98,0.970716,0.350484,3,-0.158896,0.00598914,-2.0533,-2.32195,-2.12823,-2.42376,-2.44946,-2.64327,-1.36605,-2.14096,-1.91295,-2.25758,-2.35258,-1.30851,-3.27176,-2.6841,-1.41367,-1.54298,-2.23243,-3.59686,-3.39613,-1.5546,-2.31499,-2.70298,-0.606428,-0.319621,-0.295105,-0.129476,-0.150932,-0.240358,-0.660186,-0.225858,-0.155298,-0.208858,-0.109539,-0.196626,-0.203118,-0.0761682,-0.120826,-0.055988,-0.0465786,0.0998387,-0.172475,-0.0882824,-0.171867,-0.45256,-0.174072,0.0773895 +-5923.9,0.533051,0.350484,2,-0.190226,0.0177714,-2.2023,-2.0813,-1.98556,-2.41976,-2.2249,-2.4927,-1.54691,-2.14544,-2.00414,-2.21498,-2.18692,-1.59059,-2.87689,-2.48349,-1.45461,-1.54773,-2.1945,-2.70304,-3.93408,-1.54533,-2.10201,-2.92076,-0.306949,-0.0942237,-0.00124837,-0.25159,-0.161906,-0.13044,-0.625526,-0.117994,-0.064964,-0.247131,-0.350699,-0.139875,-0.256874,-0.294125,-0.290367,-0.383158,-0.233717,0.128238,-0.214307,-0.3077,-0.169056,-0.197024,-0.153322,0.133309 +-5914.58,0.81906,0.350484,2,-0.213025,0.0142802,-2.67083,-2.1923,-2.59516,-2.35633,-2.37322,-2.38826,-1.63874,-2.23225,-1.99012,-2.30392,-2.17777,-1.55307,-2.69249,-2.83959,-1.18569,-1.64563,-2.21671,-3.16946,-3.17271,-1.52558,-2.16264,-2.93061,-0.0973726,-0.335623,-0.0883233,-0.358901,-0.26412,-0.219012,-0.564807,-0.0489241,-0.29862,-0.224087,-0.28582,-0.0544699,-0.326246,0.00458797,-0.530877,-0.141913,-0.0682691,-0.309931,-0.163414,-0.157225,-0.309667,-0.263836,-0.251541,0.1195 +-5909.35,0.880402,0.350484,3,-0.213942,0.00349904,-3.08915,-2.37777,-2.03642,-2.39204,-2.51508,-1.94502,-1.65909,-2.17104,-2.01274,-2.23432,-2.55745,-1.45789,-3.17809,-2.59703,-1.23098,-1.53799,-1.86366,-2.82707,-3.56789,-1.39164,-2.13605,-2.94308,-0.229353,-0.157869,-0.296723,-0.0642545,-0.103215,-0.264118,-0.290182,-0.147297,-0.190273,-0.293405,-0.0784597,-0.259137,-0.193903,-0.247185,-0.147689,-0.147409,-0.218679,-0.142875,-0.205591,-0.341287,-0.170211,-0.362487,-0.145935,0.0591527 +-5913.88,1,0.350484,2,-0.203721,0.0030256,-1.64064,-1.77844,-1.95188,-2.57078,-2.76726,-1.84423,-1.73599,-2.15906,-2.02271,-2.15055,-2.41459,-1.23656,-3.09924,-2.78391,-1.22725,-1.50112,-1.81001,-3.19637,-3.19448,-1.50694,-1.99033,-2.89441,-0.149816,-0.26021,-0.154878,-0.173644,-0.248725,-0.154233,-0.223284,-0.176785,-0.216014,-0.417209,-0.205593,-0.128973,-0.195872,-0.00895995,-0.257914,-0.199088,-0.187857,-0.217613,-0.16505,-0.238233,-0.397979,-0.107073,-0.230236,0.0550054 +-5913.88,0.0294132,0.350484,2,-0.203721,0.0030256,-1.64064,-1.77844,-1.95188,-2.57078,-2.76726,-1.84423,-1.73599,-2.15906,-2.02271,-2.15055,-2.41459,-1.23656,-3.09924,-2.78391,-1.22725,-1.50112,-1.81001,-3.19637,-3.19448,-1.50694,-1.99033,-2.89441,-0.149816,-0.26021,-0.154878,-0.173644,-0.248725,-0.154233,-0.223284,-0.176785,-0.216014,-0.417209,-0.205593,-0.128973,-0.195872,-0.00895995,-0.257914,-0.199088,-0.187857,-0.217613,-0.16505,-0.238233,-0.397979,-0.107073,-0.230236,0.0550054 +-5913.88,0.425819,0.350484,2,-0.203721,0.0030256,-1.64064,-1.77844,-1.95188,-2.57078,-2.76726,-1.84423,-1.73599,-2.15906,-2.02271,-2.15055,-2.41459,-1.23656,-3.09924,-2.78391,-1.22725,-1.50112,-1.81001,-3.19637,-3.19448,-1.50694,-1.99033,-2.89441,-0.149816,-0.26021,-0.154878,-0.173644,-0.248725,-0.154233,-0.223284,-0.176785,-0.216014,-0.417209,-0.205593,-0.128973,-0.195872,-0.00895995,-0.257914,-0.199088,-0.187857,-0.217613,-0.16505,-0.238233,-0.397979,-0.107073,-0.230236,0.0550054 +-5913.88,0.38885,0.350484,2,-0.203721,0.0030256,-1.64064,-1.77844,-1.95188,-2.57078,-2.76726,-1.84423,-1.73599,-2.15906,-2.02271,-2.15055,-2.41459,-1.23656,-3.09924,-2.78391,-1.22725,-1.50112,-1.81001,-3.19637,-3.19448,-1.50694,-1.99033,-2.89441,-0.149816,-0.26021,-0.154878,-0.173644,-0.248725,-0.154233,-0.223284,-0.176785,-0.216014,-0.417209,-0.205593,-0.128973,-0.195872,-0.00895995,-0.257914,-0.199088,-0.187857,-0.217613,-0.16505,-0.238233,-0.397979,-0.107073,-0.230236,0.0550054 +-5916.59,0.131842,0.350484,2,-0.262488,0.00744232,-2.41022,-2.3853,-2.11261,-2.349,-2.40001,-2.46979,-1.79764,-2.06374,-1.88228,-2.18198,-2.37293,-1.56315,-2.97954,-2.83951,-1.36765,-1.69046,-2.27243,-2.89506,-3.85616,-1.29561,-2.11466,-2.99086,-0.289989,-0.175241,-0.296766,-0.171996,0.0389788,-0.25925,-0.323865,-0.196849,-0.239298,-0.321897,-0.0155205,-0.322315,-0.177845,-0.0425456,-0.280509,-0.203869,-0.132024,-0.132586,-0.243948,-0.314567,-0.292615,-0.428972,0.0234138,0.0862689 +-5917.71,0.540982,0.350484,3,-0.305038,0.0114022,-3.09662,-2.18272,-2.58762,-2.3496,-2.31857,-2.49347,-1.66326,-2.18902,-1.98917,-2.28885,-2.0958,-1.52766,-2.85815,-2.75968,-1.44458,-1.29593,-1.7727,-2.7098,-3.40129,-1.61814,-2.10978,-2.97682,-0.366101,-0.406817,-0.391096,-0.202169,-0.311546,-0.43156,-0.525202,-0.230244,-0.42599,-0.207378,-0.301954,-0.172044,-0.443247,-0.104583,-0.392941,-0.253347,-0.304278,-0.265302,-0.343405,-0.117928,-0.344199,-0.435196,-0.635681,0.106781 +-5916.88,0.978002,0.350484,3,-0.198722,0.0074331,-2.93289,-2.47584,-2.51914,-2.30957,-2.43353,-2.38952,-1.8931,-2.25378,-1.78146,-2.27547,-2.36217,-1.44275,-3.21607,-2.75293,-1.48435,-1.56121,-2.01164,-2.97387,-3.51146,-1.41942,-2.16017,-3.20996,-0.143674,-0.125391,-0.268482,-0.224087,-0.0949646,-0.310593,-0.188119,-0.307745,-0.450493,-0.262574,-0.0524355,-0.197834,-0.209976,-0.127973,-0.285253,0.0337116,-0.214913,-0.206232,-0.153101,-0.163722,-0.338119,-0.296591,-0.296271,0.0862154 +-5921.91,0.139509,0.350484,3,-0.096291,0.00319777,-1.8599,-2.04088,-1.74783,-2.48509,-2.52014,-2.14648,-1.8201,-2.12931,-1.56259,-2.28372,-2.38548,-1.28645,-2.90814,-2.50761,-1.24959,-1.37867,-1.79769,-3.0248,-3.02771,-1.58012,-2.24952,-2.64435,-0.144874,-0.228966,-0.0858952,-0.198832,-0.16926,-0.0641408,-0.260551,0.00794397,-0.106311,-0.154077,-0.161062,-0.15045,-0.166756,-0.105098,-0.0816482,-0.113998,-0.108656,-0.1236,-0.08136,-0.171517,-0.0755501,-0.120086,-0.0194917,0.0565488 +-5917.61,0.258662,0.350484,2,-0.132905,0.00435414,-2.0283,-2.14171,-1.73237,-2.47008,-2.50973,-2.1911,-1.7775,-2.15425,-1.67743,-2.28276,-2.42037,-1.25673,-2.89414,-2.5402,-1.25335,-1.42652,-1.86025,-3.05594,-3.05032,-1.56947,-2.2922,-2.82921,-0.164136,-0.230723,-0.0171285,-0.17742,-0.0429576,-0.179363,-0.206268,-0.0318732,-0.107331,-0.154877,-0.214781,-0.192075,-0.10915,-0.0570452,-0.0702963,-0.104069,-0.20939,-0.0384811,0.00696904,-0.190951,-0.0107235,-0.141813,-0.0848074,0.0659859 +-5910.43,0.881205,0.350484,2,-0.188091,0.00534754,-3.21485,-2.07475,-2.20018,-2.32907,-2.56496,-2.26829,-1.81725,-2.21305,-2.00912,-2.22828,-2.45477,-1.55484,-3.02065,-2.80824,-1.11542,-1.70075,-1.98817,-2.94988,-3.33183,-1.62266,-2.14128,-3.02076,-0.0735911,-0.111075,-0.247606,-0.180389,-0.201465,-0.140867,-0.21503,-0.182394,-0.275065,-0.241898,0.0917872,-0.144321,-0.212361,-0.195068,-0.275242,-0.144296,-0.113656,-0.271944,-0.203127,-0.0261395,-0.257259,-0.226386,-0.249405,0.0731268 +-5917.3,0.295304,0.350484,2,-0.186239,0.00414546,-3.28658,-2.0511,-2.05858,-2.38151,-2.58972,-2.16105,-1.85074,-2.18937,-2.01483,-2.26111,-2.33826,-1.60235,-3.05146,-2.73696,-1.10357,-1.70141,-1.93715,-2.9471,-3.62117,-1.57227,-2.04696,-2.98777,-0.0596949,-0.205627,-0.212653,-0.258443,-0.248266,-0.0950748,-0.233045,-0.132059,-0.300485,-0.225459,0.0956695,-0.187043,-0.195787,-0.0821769,-0.276586,-0.0841441,0.0104857,-0.222196,-0.136693,-0.0334904,-0.132781,-0.27933,-0.219573,0.0643852 +-5918.88,0.906546,0.350484,2,-0.185513,0.00607412,-2.58688,-2.3785,-1.72031,-2.4759,-2.44941,-2.22255,-1.74445,-2.1504,-1.84834,-2.19745,-2.70966,-1.397,-3.24403,-2.6018,-0.965919,-1.54586,-1.86779,-3.35068,-3.12789,-1.46883,-2.14689,-2.82902,-0.282922,-0.173358,-0.164289,-0.132429,-0.0641553,-0.269306,-0.208407,-0.131714,-0.152392,-0.215939,-0.257171,-0.139315,-0.162316,-0.227306,-0.313242,-0.206404,-0.218774,-0.0891545,-0.199993,-0.315893,-0.320004,-0.12204,-0.157147,0.0779366 +-5915.34,0.489514,0.350484,2,-0.171704,0.0100121,-2.41507,-2.29073,-2.17092,-2.58077,-2.29399,-1.96138,-1.81454,-2.17522,-1.93237,-2.33359,-2.20838,-1.316,-3.03095,-2.87881,-1.43441,-1.46136,-1.76977,-2.78869,-3.72071,-1.57578,-2.19836,-2.884,-0.150082,-0.189608,-0.203463,-0.13664,-0.252116,-0.170256,-0.31552,-0.176502,-0.448189,-0.245263,-0.0365755,-0.278172,-0.207331,-0.0293645,-0.316727,-0.126927,-0.196266,-0.318592,-0.158487,-0.0589174,-0.149502,-0.352069,-0.184262,0.10006 +-5917.29,0.446088,0.350484,3,-0.292357,0.00706317,-2.97332,-2.10029,-2.03977,-2.23675,-2.31445,-2.51443,-1.68923,-2.05117,-1.89143,-2.27072,-2.2926,-1.62218,-3.08416,-2.70913,-1.23373,-1.60686,-2.14687,-3.11353,-2.98697,-1.39783,-2.01623,-2.99533,-0.190718,-0.316748,-0.215452,-0.329778,-0.166099,-0.324669,-0.354368,-0.366064,-0.119214,-0.264659,-0.514285,-0.212364,-0.327612,-0.122861,-0.133819,-0.334818,-0.289305,-0.307484,-0.286981,-0.437542,-0.476719,-0.185228,-0.247023,0.0840427 +-5916.52,0.945859,0.350484,2,-0.318147,0.00595743,-1.97838,-2.24911,-2.26694,-2.30996,-2.37324,-2.66323,-1.79032,-2.05028,-1.91444,-2.22779,-2.17177,-1.20557,-3.07809,-2.82109,-1.31192,-1.59586,-1.95565,-2.5661,-3.42873,-1.42379,-2.0558,-2.92128,-0.371006,-0.282055,-0.4138,-0.405556,-0.315979,-0.237401,-0.307679,-0.126823,-0.445751,-0.351152,-0.208012,-0.327635,-0.237867,-0.144029,-0.413432,-0.112553,-0.18922,-0.234124,-0.323791,-0.209103,-0.677028,-0.421027,-0.332417,0.0771844 +-5904.51,0.373905,0.350484,3,-0.304366,0.00273997,-2.72978,-2.05513,-1.96173,-2.4266,-2.33547,-1.81918,-1.66168,-2.06314,-1.86449,-2.15446,-2.3738,-1.59069,-2.90705,-2.64449,-1.44462,-1.40217,-1.86647,-3.1872,-3.38131,-1.4117,-2.24991,-2.82806,-0.320634,-0.246718,-0.346466,-0.322669,-0.367795,-0.27264,-0.456972,-0.318607,-0.265535,-0.334594,-0.303075,-0.275949,-0.275693,-0.375647,-0.325851,-0.488204,-0.295611,-0.140343,-0.356711,-0.344396,-0.302608,-0.356313,-0.388775,0.0523447 +-5914.94,0.992287,0.350484,2,-0.327587,0.00232441,-3.05605,-2.10162,-1.98429,-2.39367,-2.34124,-2.19161,-1.67036,-2.06142,-1.91801,-2.07581,-2.48708,-1.61654,-3.12225,-2.4931,-1.46232,-1.34955,-2.00875,-3.79551,-3.28147,-1.44755,-2.08605,-2.8483,-0.340929,-0.282577,-0.284234,-0.355765,-0.399258,-0.372691,-0.489522,-0.345907,-0.352065,-0.279196,-0.35497,-0.33227,-0.351189,-0.0658379,-0.340214,-0.322306,-0.300344,-0.192024,-0.256287,-0.309758,-0.371931,-0.288983,-0.252049,0.0482121 +-5913.08,1,0.350484,3,-0.239251,0.00582917,-2.55086,-2.37435,-2.12896,-2.41247,-2.18749,-2.57386,-1.78832,-2.20009,-1.88338,-2.2821,-2.27539,-1.36903,-3.02545,-2.72129,-1.1971,-1.59716,-1.84341,-3.3392,-3.91762,-1.63916,-2.06355,-3.15868,-0.300469,-0.281788,-0.275908,-0.275063,-0.304167,-0.261812,-0.187252,-0.129736,-0.155442,-0.0707161,-0.341206,-0.226016,-0.339075,0.121523,-0.269938,-0.149554,-0.19632,-0.287563,-0.233627,-0.198686,-0.322457,-0.278544,-0.249878,0.076349 +-5913.08,0.131863,0.350484,2,-0.239251,0.00582917,-2.55086,-2.37435,-2.12896,-2.41247,-2.18749,-2.57386,-1.78832,-2.20009,-1.88338,-2.2821,-2.27539,-1.36903,-3.02545,-2.72129,-1.1971,-1.59716,-1.84341,-3.3392,-3.91762,-1.63916,-2.06355,-3.15868,-0.300469,-0.281788,-0.275908,-0.275063,-0.304167,-0.261812,-0.187252,-0.129736,-0.155442,-0.0707161,-0.341206,-0.226016,-0.339075,0.121523,-0.269938,-0.149554,-0.19632,-0.287563,-0.233627,-0.198686,-0.322457,-0.278544,-0.249878,0.076349 +-5913.84,0.634188,0.350484,2,-0.255702,0.00850967,-1.83486,-2.52505,-1.91554,-2.42397,-2.37931,-2.51863,-1.82268,-2.01786,-1.96783,-2.40707,-2.18314,-1.34736,-3.03449,-2.76838,-1.31528,-1.57006,-1.72861,-3.17386,-3.63624,-1.65627,-2.08841,-2.98999,-0.246289,-0.210634,-0.403345,-0.253564,-0.263808,-0.311727,-0.205152,-0.341455,-0.251375,-0.115723,-0.386402,-0.215543,-0.248738,-0.0644221,-0.293852,-0.0946417,-0.372941,-0.228068,-0.00687915,-0.153877,-0.262949,-0.202325,-0.300798,0.0922479 +-5914.5,0.619565,0.350484,2,-0.255658,0.00571504,-1.79504,-2.39477,-1.70551,-2.38098,-2.49416,-2.42366,-1.75677,-2.15904,-1.87211,-2.38909,-2.19564,-1.61891,-3.2054,-2.69184,-1.36361,-1.52942,-1.62479,-2.80941,-3.40037,-1.53645,-1.99996,-2.90989,-0.320703,-0.264174,-0.267042,-0.235026,-0.318843,-0.227504,-0.331434,-0.395964,-0.260251,-0.114492,-0.259029,-0.187036,-0.550755,-0.0876461,-0.222901,-0.364422,-0.244141,-0.276079,-0.318938,-0.175567,-0.25022,-0.25808,-0.230429,0.0755979 +-5930.8,0.393629,0.350484,3,-0.249392,0.00609816,-3.42465,-2.56991,-2.37608,-2.31507,-2.48511,-2.24681,-1.89907,-2.20661,-2.21526,-2.21681,-2.35258,-1.3408,-2.66829,-2.65513,-1.15423,-1.66875,-2.34613,-2.61669,-4.1645,-1.34815,-2.13177,-3.18869,-0.119803,-0.239859,-0.701483,-0.307624,-0.117564,-0.139172,-0.183118,0.0197416,-0.248129,-0.324271,-0.246971,-0.260385,-0.029823,-0.282898,-0.282832,-0.0863481,-0.241383,-0.255223,-0.214459,-0.335298,-0.319426,-0.269459,-0.318693,0.0780907 +-5911.71,0.701099,0.350484,2,-0.228297,0.00909684,-2.85288,-2.31495,-2.2527,-2.34509,-2.42726,-2.43836,-1.83277,-2.03357,-1.93241,-2.28289,-2.29051,-1.44474,-3.10255,-2.52577,-1.51557,-1.49778,-2.05812,-2.90966,-3.88751,-1.44919,-2.17635,-2.99208,-0.390138,-0.369623,-0.605683,-0.252369,-0.193144,-0.420982,-0.331741,-0.197506,-0.27889,-0.333147,-0.14368,-0.291747,-0.212395,-0.19306,-0.237575,-0.156717,-0.229924,-0.282904,-0.234363,-0.232372,-0.304142,-0.228181,-0.208681,0.0953773 +-5917.25,0.424135,0.350484,2,-0.308528,0.00504865,-3.18113,-2.02356,-2.53273,-2.2418,-2.27286,-2.16562,-1.77229,-2.07908,-1.87288,-2.2637,-2.42236,-1.42132,-2.64245,-2.59471,-1.5143,-1.62719,-2.00211,-3.07663,-3.40279,-1.37146,-2.13078,-3.00536,-0.189185,-0.353414,-0.235988,-0.30735,-0.376174,-0.536627,-0.32638,-0.366204,-0.382936,-0.234109,-0.4264,-0.365235,-0.30881,-0.335021,-0.28968,-0.202825,-0.159316,-0.0292337,-0.391076,-0.302125,-0.32991,-0.371408,-0.288302,0.0710539 +-5919.72,0.95493,0.350484,2,-0.333606,0.00510802,-2.96885,-2.48608,-2.21041,-2.38871,-2.17878,-1.69335,-1.68499,-2.24017,-1.58828,-2.1995,-2.25259,-1.34837,-2.70576,-2.5144,-1.53625,-1.48325,-1.65786,-3.50169,-3.66366,-1.44822,-2.15885,-2.67571,-0.46559,-0.323065,-0.448502,-0.369195,-0.240434,-0.354696,-0.40751,-0.193995,-0.355679,-0.36775,-0.17991,-0.297647,-0.454665,-0.278626,-0.300983,-0.426979,-0.510973,-0.163127,-0.264549,-0.335852,-0.365091,-0.342657,-0.375879,0.0714704 +-5918.17,0.13482,0.350484,2,-0.317597,0.00395808,-1.96005,-2.35751,-2.51056,-2.37551,-2.31585,-1.99052,-1.65366,-2.15387,-1.65403,-2.2459,-2.18604,-1.45589,-2.5875,-2.68878,-1.57159,-1.3913,-1.71923,-3.87333,-3.86703,-1.33947,-2.1558,-2.75818,-0.250413,-0.361157,-0.262378,-0.276067,-0.327247,-0.333458,-0.248699,-0.280712,-0.580795,-0.361919,-0.273608,-0.332595,-0.284802,-0.282706,-0.387343,-0.330538,-0.101605,-0.301176,-0.343769,-0.214245,-0.325175,-0.40815,-0.328171,0.0629133 +-5918.17,0.0350577,0.350484,2,-0.317597,0.00395808,-1.96005,-2.35751,-2.51056,-2.37551,-2.31585,-1.99052,-1.65366,-2.15387,-1.65403,-2.2459,-2.18604,-1.45589,-2.5875,-2.68878,-1.57159,-1.3913,-1.71923,-3.87333,-3.86703,-1.33947,-2.1558,-2.75818,-0.250413,-0.361157,-0.262378,-0.276067,-0.327247,-0.333458,-0.248699,-0.280712,-0.580795,-0.361919,-0.273608,-0.332595,-0.284802,-0.282706,-0.387343,-0.330538,-0.101605,-0.301176,-0.343769,-0.214245,-0.325175,-0.40815,-0.328171,0.0629133 +-5916.94,2.6103e-10,0.350484,3,-0.284862,0.00215196,-2.34571,-2.3633,-2.52178,-2.40689,-2.34052,-1.9842,-1.67405,-2.16353,-1.68509,-2.21093,-2.16124,-1.44439,-2.50934,-2.61361,-1.61278,-1.27754,-1.73923,-3.6597,-3.91444,-1.42537,-2.18275,-2.85339,-0.291029,-0.3108,-0.35731,-0.288375,-0.322186,-0.237879,-0.334545,-0.272959,-0.615556,-0.323804,-0.248592,-0.307895,-0.260044,-0.27912,-0.338923,-0.303813,-0.130914,-0.374288,-0.353844,-0.247161,-0.305043,-0.422163,-0.198915,0.0463892 +-5916.94,0.00159432,0.350484,2,-0.284862,0.00215196,-2.34571,-2.3633,-2.52178,-2.40689,-2.34052,-1.9842,-1.67405,-2.16353,-1.68509,-2.21093,-2.16124,-1.44439,-2.50934,-2.61361,-1.61278,-1.27754,-1.73923,-3.6597,-3.91444,-1.42537,-2.18275,-2.85339,-0.291029,-0.3108,-0.35731,-0.288375,-0.322186,-0.237879,-0.334545,-0.272959,-0.615556,-0.323804,-0.248592,-0.307895,-0.260044,-0.27912,-0.338923,-0.303813,-0.130914,-0.374288,-0.353844,-0.247161,-0.305043,-0.422163,-0.198915,0.0463892 +-5915.66,1.07347e-05,0.350484,3,-0.30331,0.00216821,-2.09225,-2.19796,-2.49156,-2.41263,-2.3258,-1.86736,-1.70992,-2.11282,-1.66992,-2.24089,-2.13663,-1.52605,-2.43142,-2.59125,-1.59256,-1.26167,-1.84509,-3.61856,-3.86069,-1.36747,-2.28251,-2.85534,-0.329849,-0.303236,-0.342142,-0.317662,-0.325929,-0.259335,-0.33442,-0.279754,-0.555282,-0.344681,-0.369079,-0.359105,-0.213967,-0.261495,-0.328424,-0.306484,-0.170923,-0.413273,-0.316034,-0.290242,-0.291774,-0.414976,-0.364584,0.046564 +-5907.88,0.940235,0.350484,3,-0.239189,0.00478952,-2.89831,-2.08485,-2.09344,-2.40111,-2.41323,-2.44602,-1.68612,-2.17897,-2.11372,-2.26915,-2.46843,-1.46891,-3.42071,-2.68129,-1.11186,-1.63853,-2.0151,-3.35432,-2.92632,-1.54368,-2.34751,-3.07961,-0.183747,-0.232602,-0.219205,-0.257217,-0.255716,-0.23824,-0.368508,-0.282119,-0.133318,-0.287584,-0.230638,-0.242397,-0.007877,-0.249763,-0.263568,-0.183831,-0.0993098,-0.295725,-0.269334,-0.228104,-0.216971,-0.287611,-0.171469,0.0692064 +-5910.28,0.173337,0.350484,2,-0.208038,0.00322459,-3.34094,-2.32994,-2.35419,-2.43461,-2.22583,-2.46316,-1.68333,-1.98608,-1.85346,-2.1536,-2.36134,-1.26642,-3.10648,-2.74639,-1.34183,-1.46589,-2.11164,-2.5294,-3.39936,-1.62429,-2.05145,-3.15373,-0.190901,-0.194384,-0.24975,-0.242777,-0.150691,-0.253576,-0.213375,-0.413949,-0.307186,-0.214374,-0.171907,-0.209221,-0.388191,-0.129564,-0.18046,-0.229372,-0.254656,-0.167121,-0.207204,-0.190397,-0.288405,-0.184166,-0.309664,0.0567855 +-5909.11,0.0266782,0.350484,2,-0.238083,0.00767042,-2.45185,-2.14024,-2.00219,-2.39298,-2.31324,-2.15401,-1.65359,-2.2895,-1.82405,-2.29806,-2.40217,-1.4966,-2.98354,-2.76096,-1.32055,-1.49185,-1.89999,-3.21957,-3.05088,-1.31346,-2.24986,-2.81905,-0.304718,-0.166646,-0.274708,-0.236663,-0.304,-0.17998,-0.563074,0.0480851,-0.240069,-0.377861,-0.240216,-0.289891,-0.120066,-0.140406,-0.305317,-0.225398,-0.233344,-0.315745,-0.249105,-0.297133,-0.21287,-0.329601,-0.228762,0.087581 +-5905.9,0.639224,0.350484,2,-0.261715,0.00366356,-2.46248,-2.38822,-1.86324,-2.35951,-2.3161,-2.55539,-1.61469,-2.21908,-2.11162,-2.22374,-2.3859,-1.27287,-3.0791,-2.57653,-1.19801,-1.43313,-1.81863,-2.99155,-3.94255,-1.6543,-2.11967,-3.08621,-0.256485,-0.251724,-0.292275,-0.230084,-0.252082,-0.206704,-0.383373,-0.152451,-0.256135,-0.166342,-0.173061,-0.261997,-0.382596,-0.216697,-0.273821,-0.23186,-0.181367,-0.14504,-0.139085,-0.213883,-0.271833,-0.268664,-0.193453,0.0605273 +-5914.6,0.0505784,0.350484,2,-0.306431,0.00628285,-3.10122,-1.76249,-2.29211,-2.54229,-2.48651,-1.79919,-1.79571,-2.26478,-1.93127,-2.32017,-2.22911,-1.47555,-2.81872,-2.70292,-1.22822,-1.23111,-2.04129,-2.51022,-3.51783,-1.43293,-1.94812,-2.80118,-0.126853,-0.274426,-0.193225,-0.180188,-0.139772,-0.305999,-0.336447,-0.174806,-0.212228,-0.328858,-0.32379,-0.204015,-0.329402,-0.26161,-0.240055,-0.289653,-0.31509,-0.340465,-0.324606,-0.23975,-0.505654,-0.424358,-0.29308,0.0792644 +-5913.19,0.803394,0.350484,2,-0.299873,0.00295274,-2.31535,-2.06775,-2.24946,-2.52068,-2.47422,-2.158,-1.65748,-2.12179,-1.71917,-2.17817,-2.28393,-1.661,-3.10875,-2.82248,-1.20465,-1.47469,-2.03959,-2.7579,-3.14569,-1.4469,-1.98975,-3.01885,-0.336837,-0.391814,-0.419333,-0.240464,-0.330593,-0.270763,-0.347807,-0.231331,-0.399643,-0.374138,-0.255436,-0.266458,-0.220655,-0.0458986,-0.163248,-0.254883,-0.219474,-0.233797,-0.111043,-0.325147,-0.503376,-0.238374,-0.268929,0.0543391 +-5909.68,1,0.350484,3,-0.260129,0.00296817,-2.33457,-2.09781,-2.23168,-2.39902,-2.24414,-1.80745,-1.71053,-2.10684,-2.24463,-2.30815,-2.32685,-1.39769,-2.88499,-2.78876,-1.35816,-1.59248,-2.10886,-3.26008,-3.52817,-1.49805,-2.22512,-2.86144,-0.256452,-0.194563,-0.33172,-0.256118,-0.343464,-0.0918952,-0.24472,-0.223436,-0.297431,-0.285858,-0.192092,-0.293376,-0.323841,-0.261673,-0.0603307,-0.242076,-0.316333,-0.242943,-0.0558796,-0.257337,-0.165682,-0.305966,-0.298296,0.0544809 +-5909.68,0.00154263,0.350484,2,-0.260129,0.00296817,-2.33457,-2.09781,-2.23168,-2.39902,-2.24414,-1.80745,-1.71053,-2.10684,-2.24463,-2.30815,-2.32685,-1.39769,-2.88499,-2.78876,-1.35816,-1.59248,-2.10886,-3.26008,-3.52817,-1.49805,-2.22512,-2.86144,-0.256452,-0.194563,-0.33172,-0.256118,-0.343464,-0.0918952,-0.24472,-0.223436,-0.297431,-0.285858,-0.192092,-0.293376,-0.323841,-0.261673,-0.0603307,-0.242076,-0.316333,-0.242943,-0.0558796,-0.257337,-0.165682,-0.305966,-0.298296,0.0544809 +-5914.54,0.632762,0.350484,2,-0.237338,0.0157286,-2.06068,-2.57441,-1.86497,-2.4325,-2.25628,-2.602,-1.71699,-2.11073,-1.84346,-2.17401,-2.41998,-1.41065,-3.15114,-2.70979,-1.33952,-1.47189,-2.16777,-3.18773,-3.22344,-1.69784,-1.90587,-2.67896,-0.321464,-0.226724,-0.247269,-0.203322,-0.440567,-0.373153,-0.3934,-0.297736,-0.373708,-0.374049,-0.233281,-0.127607,-0.251136,-0.00759585,-0.224398,-0.206049,-0.105863,-0.141197,-0.179763,-0.114792,-0.425565,-0.351138,-0.302884,0.125414 +-5917.78,0.686405,0.350484,2,-0.313275,0.00672058,-2.66926,-2.33117,-1.82316,-2.33936,-2.40356,-2.44684,-1.58458,-1.96676,-2.15045,-2.24974,-2.57113,-1.57168,-3.0271,-2.82137,-1.23822,-1.32675,-2.07386,-2.84983,-3.2629,-1.55514,-2.14605,-2.9202,-0.252395,-0.255401,-0.388889,-0.305112,-0.443752,-0.377239,-0.504018,-0.329291,-0.305844,-0.329623,-0.311,-0.308645,-0.339255,0.0565846,-0.360637,-0.268045,0.000268625,-0.130742,-0.203437,-0.0944849,-0.219844,-0.2853,-0.24346,0.0819791 +-5920.01,0.680724,0.350484,2,-0.247001,0.0107706,-2.627,-1.88951,-2.50482,-2.29997,-2.13132,-1.51827,-1.63894,-2.20554,-1.95475,-2.22802,-2.42399,-1.5797,-2.67639,-2.9371,-1.55026,-1.48822,-1.99237,-2.68956,-3.56196,-1.64954,-2.10957,-2.75062,-0.280137,-0.276419,-0.28713,-0.410846,-0.136368,-0.272317,-0.471573,-0.267137,-0.3672,-0.246192,-0.107242,-0.0306873,-0.155247,0.0827342,-0.189339,-0.117414,-0.223097,-0.297205,-0.208666,-0.278858,-0.538745,-0.291237,-0.272657,0.103781 +-5916.93,0.90285,0.350484,3,-0.226914,0.0057319,-2.01168,-2.65564,-1.74132,-2.44222,-2.66004,-2.95978,-1.75103,-1.9994,-1.94712,-2.25581,-2.53909,-1.70837,-3.36792,-2.82644,-1.30785,-1.50423,-1.85527,-3.12742,-3.32808,-1.46138,-2.21843,-3.15707,-0.147823,-0.173865,-0.280129,-0.168007,-0.25081,-0.272092,-0.337526,-0.222321,-0.213463,-0.337142,-0.09556,0.0170482,-0.407539,-0.187276,-0.235265,-0.293384,-0.216236,-0.101065,-0.257315,-0.1231,-0.243685,-0.239142,-0.315039,0.0757093 +-5914.62,0.123022,0.350484,2,-0.156814,0.00280313,-2.78065,-1.99739,-2.76147,-2.50535,-2.2709,-1.61323,-1.84379,-2.25473,-2.26348,-2.1999,-2.34015,-1.36891,-2.9679,-2.55275,-1.40945,-1.50207,-1.94042,-2.87579,-3.38469,-1.65795,-2.20092,-2.78274,-0.10013,-0.140917,0.057836,-0.173724,-0.0553744,-0.221335,-0.168629,-0.175872,-0.168952,-0.208526,-0.17949,-0.241832,-0.00116156,-0.162676,-0.136459,-0.089421,-0.118523,-0.139903,-0.123927,-0.214684,-0.23373,-0.142444,-0.0307973,0.0529446 +-5906.43,0.756659,0.350484,2,-0.146142,0.0044483,-3.18675,-2.2149,-2.04121,-2.4669,-2.13713,-2.4922,-1.70707,-2.136,-1.98027,-2.25081,-2.44493,-1.4758,-2.96155,-2.76392,-1.56595,-1.46751,-2.05319,-2.57642,-3.21249,-1.45515,-2.21072,-3.13124,-0.128516,-0.158063,-0.119798,-0.127621,-0.281191,-0.146533,-0.250453,-0.0592761,-0.158615,-0.18967,-0.061074,-0.0772628,-0.344213,-0.14898,-0.178668,-0.22702,-0.217987,-0.161737,-0.156422,-0.1005,-0.161596,-0.191667,-0.242565,0.0666956 +-5910.69,0.43087,0.350484,3,-0.231465,0.00276636,-1.81064,-2.30206,-2.30808,-2.36587,-2.73425,-1.98783,-1.80165,-2.10124,-1.99802,-2.27742,-2.15922,-1.46996,-3.14699,-2.80826,-1.37035,-1.58396,-2.01269,-3.49358,-3.56078,-1.50277,-2.14725,-2.70128,-0.281901,-0.251555,-0.194138,-0.138293,-0.29473,-0.265246,-0.348723,-0.272716,-0.247732,-0.257036,-0.202284,-0.0709231,-0.402232,-0.189009,-0.231586,-0.236135,-0.289549,-0.229091,-0.293328,-0.251391,-0.325795,-0.219344,-0.337012,0.0525962 +-5908.43,0.669802,0.350484,2,-0.242791,0.00262181,-2.68004,-2.11913,-2.18322,-2.39067,-2.73512,-2.04902,-1.73557,-2.12783,-1.95251,-2.29296,-2.07359,-1.54053,-3.01465,-2.88364,-1.38649,-1.51525,-2.04484,-3.41382,-3.44235,-1.54316,-2.26319,-2.63676,-0.183543,-0.215745,-0.289117,-0.201392,-0.215285,-0.250753,-0.221288,-0.259099,-0.202195,-0.177238,-0.30343,-0.0734531,-0.207492,-0.191911,-0.259342,-0.276867,-0.216343,-0.125519,-0.333192,-0.228324,-0.361202,-0.291494,-0.170151,0.0512036 +-5908.43,0.000427927,0.350484,2,-0.242791,0.00262181,-2.68004,-2.11913,-2.18322,-2.39067,-2.73512,-2.04902,-1.73557,-2.12783,-1.95251,-2.29296,-2.07359,-1.54053,-3.01465,-2.88364,-1.38649,-1.51525,-2.04484,-3.41382,-3.44235,-1.54316,-2.26319,-2.63676,-0.183543,-0.215745,-0.289117,-0.201392,-0.215285,-0.250753,-0.221288,-0.259099,-0.202195,-0.177238,-0.30343,-0.0734531,-0.207492,-0.191911,-0.259342,-0.276867,-0.216343,-0.125519,-0.333192,-0.228324,-0.361202,-0.291494,-0.170151,0.0512036 +-5913.72,1,0.350484,2,-0.231593,0.00300788,-2.52428,-2.09349,-2.3732,-2.43243,-2.80958,-2.17609,-1.74785,-2.08271,-1.96072,-2.30235,-2.06402,-1.58481,-3.04326,-2.90938,-1.44053,-1.51398,-2.05118,-3.42634,-3.36229,-1.5242,-2.29282,-2.69582,-0.17984,-0.254019,-0.295702,-0.209538,-0.184918,-0.221441,-0.247691,-0.27146,-0.150199,-0.156448,-0.368499,-0.101255,-0.258894,-0.305094,-0.284526,-0.297094,-0.153327,-0.2247,-0.295559,-0.225859,-0.368591,-0.294533,-0.270506,0.0548441 +-5915.41,0.105022,0.350484,2,-0.263751,0.00875206,-2.68769,-2.37912,-1.53627,-2.4206,-2.22644,-1.87727,-1.5909,-1.96691,-1.95642,-2.22956,-2.45606,-1.38568,-3.00327,-2.60525,-1.36265,-1.39896,-1.9908,-2.74086,-3.73912,-1.40763,-1.8953,-2.86162,-0.262995,-0.299628,-0.241598,-0.272295,-0.244695,-0.286928,-0.498469,-0.262532,-0.390695,-0.377906,-0.166127,-0.171706,-0.291946,0.125068,-0.227622,-0.167294,-0.302264,-0.277101,-0.188832,-0.389572,-0.250671,-0.491529,-0.25843,0.0935524 +-5923.63,0.940898,0.350484,3,-0.282264,0.00823574,-1.85098,-2.2753,-2.68943,-2.31315,-2.34725,-1.93705,-1.84131,-2.09343,-1.91933,-2.29934,-2.54971,-1.36329,-2.62374,-3.09505,-1.42786,-1.23696,-1.96774,-2.9297,-3.79835,-1.29406,-2.19912,-2.80995,-0.316725,-0.278625,-0.306665,-0.282311,-0.313298,-0.367313,-0.231802,-0.340398,-0.204657,-0.17529,0.036798,-0.132046,-0.411266,-0.0444752,-0.244338,-0.403295,-0.216658,-0.25578,-0.354198,-0.330765,-0.490174,-0.242552,-0.298379,0.090751 +-5920.34,1,0.350484,2,-0.217804,0.0139064,-2.39911,-2.3926,-2.71819,-2.22793,-2.30099,-2.26411,-1.87738,-1.99877,-1.9158,-2.34266,-2.52944,-1.5045,-2.91832,-3.05968,-1.47094,-1.40799,-2.10779,-2.97518,-3.47154,-1.37569,-2.07378,-2.99304,-0.17016,-0.250071,-0.0741265,-0.352455,-0.153525,-0.266995,-0.197829,-0.313352,-0.241791,-0.186845,0.0227758,-0.0718791,-0.402939,0.311664,-0.0839647,-0.369567,-0.208362,-0.197313,-0.0838744,-0.376753,-0.30154,-0.330454,-0.277122,0.117925 +-5909.47,0.771821,0.350484,2,-0.274419,0.00532929,-2.00842,-2.00832,-1.78166,-2.46718,-2.56146,-2.06847,-1.63588,-2.19814,-2.30509,-2.2013,-2.30121,-1.54509,-3.17477,-2.69683,-1.37068,-1.60418,-1.74164,-3.27561,-3.39854,-1.54886,-2.18466,-3.04805,-0.350262,-0.309983,-0.425638,-0.250669,-0.234739,-0.25591,-0.38838,-0.163334,-0.22256,-0.32438,-0.347335,-0.215211,-0.0802039,-0.163978,-0.341639,-0.153835,-0.296556,-0.204961,-0.36782,-0.181322,-0.279904,-0.230349,-0.294979,0.073002 +-5913.62,0.656801,0.350484,2,-0.246822,0.0102435,-2.04583,-2.414,-2.05501,-2.39036,-2.18001,-2.14759,-1.60267,-2.23641,-2.18499,-2.1505,-2.31403,-1.35042,-3.07783,-2.65465,-1.21096,-1.57854,-2.12142,-3.20187,-3.5053,-1.35447,-2.22853,-3.11679,-0.116416,-0.318035,-0.0975268,-0.10661,-0.243692,-0.272138,-0.49404,-0.184429,-0.150746,-0.355013,-0.231884,-0.240732,-0.334971,-0.176754,-0.164088,-0.102096,-0.165339,-0.256958,-0.290712,-0.405307,-0.367041,-0.246741,-0.205281,0.10121 +-5925.23,0.6547,0.350484,2,-0.230893,0.00816029,-2.04986,-2.47156,-1.96127,-2.3764,-2.08798,-1.78715,-1.59178,-2.15093,-2.22708,-2.17288,-2.37599,-1.3033,-2.77272,-2.51524,-1.26224,-1.65101,-2.18788,-3.25984,-3.58386,-1.47328,-2.23218,-2.91327,-0.0614678,-0.266198,-0.0715318,-0.242969,-0.324235,-0.368717,-0.535336,-0.0989403,-0.138297,-0.309473,-0.0998305,-0.247137,-0.286093,-0.14062,-0.102246,-0.0589067,-0.387728,-0.377562,-0.280364,-0.244123,-0.448347,-0.181871,-0.251954,0.0903343 +-5929.03,0.950467,0.350484,4,-0.0896933,0.0253008,-3.03732,-2.11071,-2.32631,-2.55685,-2.87384,-2.81768,-1.68628,-2.24448,-1.97698,-2.28469,-2.24874,-1.71102,-3.07347,-2.89049,-1.52896,-1.34294,-2.06409,-2.76136,-4.03708,-1.6028,-2.23832,-2.94712,-0.211812,-0.115192,-0.276031,-0.036303,0.108773,0.069518,-0.364601,-0.169413,-0.146689,-0.267107,-0.307854,-0.0141655,-0.132763,0.297432,-0.262699,-0.292125,0.259081,0.147799,0.0893011,-0.0733636,-0.146954,-0.418879,0.0101878,0.159062 +-5922.49,0.897152,0.350484,3,-0.399327,0.0175255,-1.68146,-1.80831,-2.02818,-2.16612,-2.50367,-2.12037,-1.68676,-2.16071,-1.82634,-2.24485,-2.39922,-1.38513,-3.00944,-2.73596,-1.45119,-1.52219,-1.7634,-2.72663,-3.5292,-1.48509,-2.16638,-2.96183,-0.504297,-0.567879,-0.589432,-0.477816,-0.250954,-0.479743,-0.569521,-0.3015,-0.43758,-0.3164,-0.234247,-0.409866,-0.338738,-0.354986,-0.397224,-0.0940798,-0.235895,-0.330453,-0.414742,-0.327066,-0.220128,-0.526941,-0.481649,0.132384 +-5926.06,0.113817,0.350484,3,-0.219905,0.00587797,-3.41491,-2.52703,-2.40321,-2.51862,-2.24942,-2.66595,-1.75778,-2.16214,-2.04863,-2.16029,-2.26981,-1.45741,-2.7925,-2.8437,-1.22618,-1.37858,-1.8699,-2.83517,-3.13743,-1.29563,-1.96915,-2.86911,-0.135041,-0.138102,-0.193345,-0.00584762,-0.164556,-0.0896618,-0.412637,-0.28247,-0.346871,-0.353661,-0.341101,-0.165217,-0.167065,0.0676738,-0.329879,-0.412167,-0.113768,-0.0758373,-0.201934,-0.162321,-0.726067,-0.234461,-0.171193,0.0766679 +-5926.61,1,0.350484,3,-0.24261,0.0195164,-2.89165,-2.06272,-2.48078,-2.51214,-2.47759,-2.77995,-1.71322,-1.90934,-1.99929,-2.19723,-2.39682,-1.63085,-3.02571,-2.74891,-1.23991,-1.41338,-1.81483,-2.48623,-2.8192,-1.41346,-1.99011,-2.76705,-0.280556,-0.152668,-0.176329,0.0129075,-0.243246,-0.240344,-0.238845,-0.177558,-0.498327,-0.269718,-0.200971,-0.0673729,-0.413073,-0.254832,-0.239096,-0.249537,-0.323553,-0.323006,-0.302999,-0.302603,-0.7905,-0.425833,-0.31861,0.139701 +-5919.86,0.997645,0.350484,3,-0.295062,0.0090276,-2.24552,-2.59329,-1.89449,-2.4585,-2.15688,-1.43579,-1.68748,-2.23294,-1.84383,-2.22776,-2.21195,-1.46292,-2.74782,-2.76205,-1.2886,-1.64039,-1.97992,-3.1466,-3.78776,-1.63276,-2.25267,-3.03559,-0.387371,-0.407599,-0.408326,-0.28291,-0.277728,-0.31195,-0.554955,-0.29506,-0.181244,-0.38279,-0.370754,-0.206947,-0.253149,-0.0988285,-0.458882,-0.263358,-0.241115,-0.234836,-0.21779,-0.213485,-0.0923074,-0.398904,-0.392229,0.0950137 +-5922.98,1,0.350484,3,-0.273653,0.00582042,-2.27665,-1.73531,-2.35784,-2.28104,-2.59595,-2.89116,-1.76508,-1.94843,-1.92539,-2.21693,-2.22005,-1.59579,-3.42411,-2.63556,-1.3633,-1.35318,-1.95013,-2.73472,-2.63541,-1.32048,-2.11397,-2.64851,-0.303375,-0.317962,-0.259199,-0.339164,-0.318591,-0.31138,-0.263687,-0.285072,-0.553701,-0.203949,-0.330341,-0.120546,-0.322415,-0.0810296,-0.205889,-0.303082,-0.339871,-0.402415,-0.336768,-0.344822,-0.597444,-0.400501,-0.262031,0.0762917 +-5929.7,0.677836,0.350484,2,-0.323655,0.0143544,-1.92287,-2.60738,-2.21655,-2.4891,-2.78293,-2.81728,-1.76616,-2.05829,-1.79269,-2.28644,-2.1821,-1.48906,-3.24088,-2.75866,-1.16886,-1.12854,-1.78532,-3.30556,-3.86073,-1.35761,-2.17335,-2.89041,-0.322588,-0.472976,-0.209608,-0.136071,-0.173471,-0.254013,-0.492108,-0.280981,-0.577171,-0.308314,-0.190235,-0.212132,-0.177488,-0.324491,-0.225232,-0.569301,-0.296283,-0.155356,-0.335979,-0.21382,-0.364368,-0.297587,-0.43399,0.11981 +-5920.89,0.879338,0.350484,3,-0.312281,0.0205965,-2.9134,-2.21846,-1.8751,-2.49456,-2.19343,-1.92559,-1.71063,-2.06504,-1.83726,-2.23305,-2.40893,-1.4025,-2.93101,-2.67878,-1.32812,-1.49948,-2.30144,-2.59765,-2.97061,-1.65947,-2.03924,-2.81662,-0.194182,-0.105644,-0.401452,-0.206595,-0.218284,-0.38297,-0.255903,-0.305683,-0.316432,-0.261452,-0.414237,-0.245897,-0.320597,0.167804,-0.400536,-0.313396,-0.123975,-0.258011,-0.159838,-0.285218,-0.288417,-0.439256,-0.427935,0.143515 +-5914.72,4.16385e-05,0.350484,2,-0.264341,0.00386446,-3.05908,-2.56024,-1.9877,-2.4756,-2.15292,-2.0129,-1.67896,-2.17198,-1.80672,-2.23755,-2.40427,-1.28513,-2.90826,-2.78389,-1.28002,-1.54044,-2.36451,-2.96842,-3.37321,-1.61004,-2.02337,-2.93218,-0.352919,-0.221585,-0.312345,-0.297902,-0.308703,-0.218902,-0.242292,-0.241934,-0.17734,-0.269733,-0.351382,-0.287616,-0.294998,0.204151,-0.262416,-0.28002,-0.173802,-0.267032,-0.221535,-0.200656,-0.31018,-0.457161,-0.473024,0.0621648 +-5922.76,0.148134,0.350484,2,-0.278489,0.0196212,-2.22227,-2.50353,-2.57762,-2.27826,-2.20526,-1.9709,-1.57951,-2.20196,-2.07916,-2.27767,-2.25976,-1.7274,-3.01134,-2.68487,-1.4274,-1.46249,-1.99628,-2.22561,-3.29873,-1.81582,-2.25682,-2.94787,-0.0547146,-0.267665,-0.26073,-0.261837,-0.218329,-0.214059,-0.487254,-0.103001,-0.274934,-0.209807,-0.311347,-0.1908,-0.301046,-0.241936,-0.20052,-0.230033,-0.258932,-0.391846,-0.158876,-0.122853,-0.448944,-0.403561,-0.200847,0.140076 +-5917.84,0.90014,0.350484,2,-0.266905,0.00798407,-2.62202,-1.90733,-2.33048,-2.5121,-2.64312,-2.31709,-1.71366,-2.00831,-1.89911,-2.26586,-2.24158,-1.24109,-2.99217,-2.75764,-1.36402,-1.39288,-2.06757,-3.5142,-3.67934,-1.26652,-2.04625,-2.9985,-0.36568,-0.155933,-0.145953,-0.173858,-0.197136,-0.289212,-0.371686,-0.342703,-0.177402,-0.272457,-0.21319,-0.217468,-0.17617,0.178124,-0.246917,-0.266951,-0.202089,-0.140128,-0.283997,-0.28952,-0.11295,-0.121621,-0.275723,0.0893536 +-5921.39,0.532253,0.350484,2,-0.224221,0.0117028,-2.12005,-2.11217,-2.25136,-2.45782,-2.63907,-2.87991,-1.74859,-2.14025,-1.83895,-2.21339,-2.25415,-1.30341,-2.76958,-2.75878,-1.55581,-1.28617,-1.99597,-3.27697,-3.43293,-1.18749,-2.08796,-3.11336,-0.40569,-0.181202,-0.18317,-0.152651,-0.224896,-0.218631,-0.345681,-0.229768,-0.27367,-0.311466,-0.3533,-0.322946,-0.350705,0.0138371,-0.359658,-0.156287,-0.135625,-0.352611,-0.131138,-0.180837,-0.0515584,-0.268678,-0.333072,0.108179 +-5914.74,0.99416,0.350484,2,-0.292926,0.00260584,-2.08764,-1.9849,-2.0281,-2.42054,-2.22566,-1.97305,-1.66773,-1.92162,-1.933,-2.26465,-2.21675,-1.41582,-2.70367,-2.84553,-1.08553,-1.45687,-1.79615,-2.40439,-3.90261,-1.52487,-1.96474,-2.66904,-0.290376,-0.421628,-0.199268,-0.330187,-0.292001,-0.243548,-0.304888,-0.297109,-0.308332,-0.284629,-0.262825,-0.233764,-0.363877,-0.271684,-0.199921,-0.380463,-0.374605,-0.199126,-0.266558,-0.376645,-0.699144,-0.309267,-0.27739,0.0510474 +-5921.05,1,0.350484,2,-0.310092,0.00780799,-2.16139,-2.44446,-2.26376,-2.36108,-2.39413,-2.50712,-1.8337,-2.16257,-2.0713,-2.29499,-2.29146,-1.16666,-3.18398,-2.69646,-1.53168,-1.82157,-1.90868,-3.15051,-3.76886,-1.43766,-1.9449,-3.03492,-0.37506,-0.195159,-0.424596,-0.193387,-0.310954,-0.454765,-0.351148,-0.28286,-0.28843,-0.272714,-0.353217,-0.408839,-0.265722,0.0278714,-0.471639,-0.222582,-0.234513,-0.353375,-0.362131,-0.183814,-0.232933,-0.414704,-0.291589,0.0883628 +-5918.18,1,0.350484,3,-0.32288,0.00532796,-2.55219,-1.79007,-1.53088,-2.26276,-2.00083,-2.16425,-1.68881,-2.04813,-1.97761,-2.2445,-2.26134,-1.3964,-2.71956,-2.55427,-1.44902,-1.51234,-1.74329,-2.5274,-3.3595,-1.50429,-2.1826,-3.03305,-0.331106,-0.420139,-0.27774,-0.485539,-0.294882,-0.1848,-0.310385,-0.24676,-0.317154,-0.306394,-0.244222,-0.300415,-0.365694,-0.454787,-0.44023,-0.306956,-0.337962,-0.322189,-0.233896,-0.398851,-0.461106,-0.206157,-0.260556,0.0729929 +-5914.2,0.581376,0.350484,2,-0.313615,0.00527926,-2.48728,-1.91858,-1.46652,-2.22178,-2.11694,-2.07832,-1.68998,-2.00812,-1.97843,-2.23702,-2.29543,-1.35222,-2.97536,-2.64816,-1.53162,-1.38653,-1.83598,-2.53238,-2.97816,-1.36788,-2.1241,-2.96573,-0.328668,-0.337533,-0.320387,-0.359291,-0.396828,-0.178384,-0.366136,-0.156291,-0.24663,-0.329187,-0.315735,-0.375085,-0.277035,-0.126131,-0.4917,-0.379689,-0.328748,-0.367069,-0.351047,-0.206678,-0.323568,-0.424923,-0.204571,0.0726585 +-5923.82,0.376666,0.350484,3,-0.248845,0.0127728,-2.17432,-2.37325,-2.7746,-2.49549,-2.61682,-2.43992,-1.71004,-2.01855,-1.86946,-2.27611,-2.1899,-1.43907,-2.93401,-2.57149,-1.17839,-1.53449,-2.17145,-3.39858,-3.82003,-1.3654,-2.05141,-2.94246,-0.190114,-0.246532,-0.195622,-0.171068,-0.1767,-0.198937,-0.317603,-0.114666,-0.25916,-0.378783,-0.0904549,-0.0488113,-0.192324,-0.164492,-0.309361,-0.266207,-0.375988,-0.337956,-0.324309,-0.578595,-0.266952,-0.327648,-0.095887,0.113017 +-5929.54,0.830743,0.350484,2,-0.266043,0.00784387,-2.24455,-2.28656,-2.82781,-2.5231,-2.6373,-2.30956,-1.73791,-2.00776,-1.94471,-2.28608,-2.17173,-1.41713,-2.86356,-2.55964,-1.19469,-1.51942,-2.10698,-3.47335,-3.83768,-1.38312,-2.00097,-2.91963,-0.134425,-0.242341,-0.169582,-0.113924,-0.134852,-0.237214,-0.394952,-0.157013,-0.299959,-0.323362,-0.0891113,0.02109,-0.208844,-0.227267,-0.297653,-0.238434,-0.45074,-0.372627,-0.282916,-0.601601,-0.256981,-0.347783,-0.0806146,0.0885656 +-5919.96,1,0.350484,2,-0.243806,0.0104311,-2.36472,-2.16976,-1.65073,-2.3643,-2.5648,-2.01763,-1.63076,-2.13588,-1.97192,-2.24391,-2.34634,-1.60285,-2.64457,-2.83469,-1.20274,-1.65298,-2.09113,-2.59149,-3.50787,-1.44842,-2.3112,-2.85405,-0.301731,-0.210421,-0.324608,-0.280011,-0.168314,-0.247035,-0.481192,-0.315541,-0.447098,-0.231571,-0.37074,-0.229015,-0.366943,-0.0262567,-0.225271,-0.181572,0.0384504,-0.0934649,-0.0980935,-0.36973,-0.321451,-0.420108,-0.622942,0.102133 +-5929,0.857875,0.350484,2,-0.279412,0.0044128,-2.36731,-2.62214,-2.48095,-2.43856,-2.62921,-2.0353,-1.63344,-2.06376,-1.63349,-2.25375,-2.43679,-1.37611,-3.49484,-2.39576,-1.24834,-1.45632,-2.15642,-3.50915,-3.79041,-1.44392,-1.95771,-2.67122,-0.284308,-0.347808,-0.259527,-0.237652,-0.189091,-0.342833,-0.401467,-0.19206,-0.456972,-0.280042,-0.036828,-0.101739,-0.249412,-0.3317,-0.349329,-0.296469,-0.376396,-0.440146,-0.390443,-0.178511,-0.332714,-0.350077,-0.129855,0.0664289 +-5929.24,0.308899,0.350484,3,-0.202085,0.0138343,-3.15624,-1.69946,-1.68155,-2.33758,-2.2571,-2.43836,-1.76569,-2.08332,-2.19327,-2.18234,-2.26455,-1.54868,-3.18597,-3.0835,-1.5501,-1.49526,-1.80775,-2.91522,-2.85506,-1.58149,-2.28791,-3.16494,-0.088258,-0.307112,-0.288513,-0.212188,-0.234758,-0.238034,-0.457132,-0.278659,-0.117115,-0.339656,-0.356657,-0.324133,-0.146284,0.170021,-0.156071,-0.206981,-0.177356,0.460182,-0.191302,-0.320465,-0.162844,-0.252201,-0.344011,0.117619 +-5936.13,0.960172,0.350484,3,-0.236373,0.0117083,-1.76479,-2.74393,-2.60548,-2.49141,-2.6375,-2.27055,-1.71553,-2.3297,-1.80654,-2.30927,-2.49168,-1.67452,-2.82477,-2.54415,-1.13645,-1.4538,-2.21383,-3.25112,-4.15717,-1.45966,-1.96791,-2.85667,-0.16026,-0.0859094,-0.131379,-0.202408,-0.0539791,-0.288437,-0.289677,-0.225358,-0.300817,-0.223593,-0.0674439,0.288257,-0.260658,-0.279394,-0.21807,-0.220238,-0.115233,-0.851611,-0.1842,-0.0961471,-0.270316,-0.460612,-0.111501,0.108205 +-5932.13,0.649668,0.350484,2,-0.169622,0.0311628,-3.38679,-1.85161,-1.88336,-2.43872,-2.46516,-2.52497,-1.69862,-1.94301,-2.0613,-2.20174,-2.48015,-1.63485,-3.33454,-3.11605,-1.35788,-1.61727,-2.21542,-2.26687,-3.31393,-1.62441,-1.99877,-3.05209,-0.0900521,-0.272106,-0.157925,-0.0774235,-0.0448339,-0.0950723,-0.447346,-0.0826422,-0.0744519,-0.363485,-0.107215,-0.057696,-0.352782,0.366154,-0.341587,0.0904334,-0.0117748,-0.134799,-0.12037,-0.252578,-0.783878,-0.151793,-0.347293,0.17653 +-5923.88,0.92411,0.350484,2,-0.198997,0.0115843,-3.04077,-2.43374,-2.38549,-2.54976,-2.61456,-1.84848,-1.77536,-2.29141,-2.01829,-2.32246,-2.1216,-1.5846,-2.85875,-2.71767,-1.42038,-1.46459,-1.87648,-3.68059,-3.44289,-1.39543,-2.11274,-2.77473,0.201073,-0.399219,-0.0688923,-0.146407,-0.18601,-0.340324,-0.237425,-0.276916,-0.188312,-0.155753,-0.349254,0.0931857,-0.321172,-0.118724,-0.209496,-0.166176,-0.251515,-0.180735,-0.183364,-0.193062,-0.141076,-0.465473,-0.135219,0.107631 +-5919.5,0.876781,0.350484,2,-0.19454,0.0112859,-3.03495,-1.93226,-2.34091,-2.54138,-2.24773,-2.23159,-1.6731,-2.18063,-1.99895,-2.29556,-2.18213,-1.37424,-2.89973,-2.62441,-1.20724,-1.36616,-1.907,-3.50196,-3.10787,-1.50913,-2.13009,-2.93097,-0.0267956,-0.518775,-0.0365646,-0.223901,-0.199949,-0.119813,-0.411772,-0.167705,-0.175674,-0.203565,-0.253204,0.0682758,-0.319126,-0.15145,-0.407419,-0.219903,-0.117799,-0.265692,-0.136323,-0.158079,-0.12469,-0.155251,-0.169017,0.106235 +-5911.08,0.861477,0.350484,2,-0.220095,0.00346177,-2.76357,-2.32473,-1.93978,-2.37451,-2.42609,-2.25305,-1.58988,-2.08007,-1.99908,-2.22927,-2.32984,-1.5096,-2.82188,-2.68264,-1.34814,-1.5298,-2.13617,-2.80759,-3.83377,-1.50353,-2.37906,-2.99292,-0.300997,-0.214381,-0.419167,-0.212305,-0.0289839,-0.251303,-0.480878,-0.149832,-0.210794,-0.413759,-0.243278,-0.342339,-0.187136,-0.167052,-0.138824,-0.288999,-0.213507,-0.0353996,-0.192194,-0.232103,-0.26165,-0.242821,-0.200951,0.0588368 +-5909.14,0.736709,0.350484,3,-0.309715,0.00547858,-2.16758,-2.36158,-2.27683,-2.31087,-2.18536,-1.76304,-1.87232,-2.00627,-2.13511,-2.28907,-2.28306,-1.54487,-2.87357,-2.68674,-1.30067,-1.46169,-1.67576,-2.81944,-2.88347,-1.44937,-2.1695,-2.9363,-0.170855,-0.415411,-0.352918,-0.309044,-0.288477,-0.303422,-0.20212,-0.368833,-0.219514,-0.353056,-0.293547,-0.345901,-0.302633,-0.172789,-0.244691,-0.387074,-0.307485,-0.271729,-0.285735,-0.459527,-0.33233,-0.339011,-0.306141,0.0740175 +-5907.31,0.48163,0.350484,2,-0.325662,0.00300705,-2.34862,-2.40247,-1.88779,-2.40805,-2.26415,-2.06074,-1.86778,-2.06203,-2.21525,-2.17931,-2.33306,-1.19173,-2.917,-2.69844,-1.48984,-1.27604,-1.89823,-2.97792,-3.3012,-1.52305,-2.09347,-2.77736,-0.426773,-0.221142,-0.282022,-0.334247,-0.284828,-0.370545,-0.435714,-0.200427,-0.335538,-0.373026,-0.29896,-0.279629,-0.338557,-0.273676,-0.341351,-0.2819,-0.272604,-0.302159,-0.343605,-0.324807,-0.323609,-0.325669,-0.132704,0.0548366 +-5904.13,0.208802,0.350484,2,-0.326214,0.00335972,-2.36364,-2.33795,-1.84182,-2.38104,-2.19442,-2.26928,-1.82911,-2.0717,-2.13079,-2.18216,-2.31434,-1.18624,-2.88598,-2.74078,-1.47799,-1.34519,-1.91145,-2.91439,-3.25365,-1.52439,-2.06736,-2.81957,-0.385016,-0.313927,-0.274927,-0.329231,-0.338367,-0.379624,-0.368567,-0.321132,-0.309546,-0.392565,-0.339139,-0.252461,-0.381414,-0.321115,-0.420571,-0.326198,-0.245649,-0.319966,-0.345202,-0.376211,-0.192064,-0.323599,-0.241721,0.0579631 +-5904.89,1.33401e-14,0.350484,3,-0.288407,0.0014043,-2.23858,-2.03744,-2.40498,-2.35424,-2.27467,-2.08403,-1.63212,-2.08964,-1.80594,-2.20126,-2.22095,-1.50518,-2.89945,-2.51939,-1.32921,-1.22929,-2.12249,-2.23413,-2.89467,-1.50882,-2.15207,-3.12722,-0.324802,-0.278611,-0.245833,-0.274393,-0.295979,-0.3422,-0.358072,-0.218541,-0.323015,-0.269984,-0.282691,-0.303116,-0.336567,-0.39023,-0.274818,-0.26926,-0.290394,-0.265377,-0.312082,-0.296772,-0.507817,-0.2706,-0.191562,0.037474 +-5902.86,3.52728e-40,0.350484,2,-0.270248,0.00241881,-2.3233,-2.0757,-2.18161,-2.37493,-2.3371,-2.07266,-1.64419,-2.01793,-1.82094,-2.22652,-2.22455,-1.47106,-2.90799,-2.41343,-1.36631,-1.22386,-2.16763,-2.23425,-3.00159,-1.50173,-2.14889,-3.05593,-0.170087,-0.320678,-0.27046,-0.301735,-0.330369,-0.25182,-0.359298,-0.244512,-0.27858,-0.261345,-0.289386,-0.276457,-0.276736,-0.263119,-0.266768,-0.271421,-0.256669,-0.250439,-0.35734,-0.217495,-0.479509,-0.260992,-0.249375,0.0491814 +-5899.37,9.41897e-33,0.350484,4,-0.298742,0.00282477,-2.37725,-2.10052,-2.35802,-2.34884,-2.34462,-1.90088,-1.66573,-2.01511,-1.87599,-2.27007,-2.17908,-1.45879,-2.97453,-2.41791,-1.42047,-1.24982,-2.08166,-2.56466,-3.13558,-1.59728,-2.21629,-3.09308,-0.25022,-0.260034,-0.233825,-0.307605,-0.292625,-0.286702,-0.367882,-0.239059,-0.263583,-0.303848,-0.297729,-0.281551,-0.284429,-0.303362,-0.274628,-0.258342,-0.299056,-0.272563,-0.322061,-0.179476,-0.451357,-0.29349,-0.314887,0.0531486 +-5899.37,9.90092e-12,0.350484,3,-0.298742,0.00282477,-2.37725,-2.10052,-2.35802,-2.34884,-2.34462,-1.90088,-1.66573,-2.01511,-1.87599,-2.27007,-2.17908,-1.45879,-2.97453,-2.41791,-1.42047,-1.24982,-2.08166,-2.56466,-3.13558,-1.59728,-2.21629,-3.09308,-0.25022,-0.260034,-0.233825,-0.307605,-0.292625,-0.286702,-0.367882,-0.239059,-0.263583,-0.303848,-0.297729,-0.281551,-0.284429,-0.303362,-0.274628,-0.258342,-0.299056,-0.272563,-0.322061,-0.179476,-0.451357,-0.29349,-0.314887,0.0531486 +-5905.71,4.62793e-61,0.350484,3,-0.272944,0.000977208,-2.56478,-2.2352,-2.46352,-2.2861,-2.46246,-2.08367,-1.66487,-1.99615,-1.99397,-2.17498,-2.21984,-1.41337,-2.87101,-2.53438,-1.32989,-1.30564,-2.02519,-2.64881,-3.18171,-1.53624,-2.09636,-3.16947,-0.289782,-0.323364,-0.35908,-0.217884,-0.235017,-0.286814,-0.388288,-0.300234,-0.320154,-0.249541,-0.299169,-0.268761,-0.281356,-0.130431,-0.284324,-0.312751,-0.24753,-0.299348,-0.241994,-0.245062,-0.543447,-0.325644,-0.229704,0.0312603 +-5905.71,1.76472e-05,0.350484,3,-0.272944,0.000977208,-2.56478,-2.2352,-2.46352,-2.2861,-2.46246,-2.08367,-1.66487,-1.99615,-1.99397,-2.17498,-2.21984,-1.41337,-2.87101,-2.53438,-1.32989,-1.30564,-2.02519,-2.64881,-3.18171,-1.53624,-2.09636,-3.16947,-0.289782,-0.323364,-0.35908,-0.217884,-0.235017,-0.286814,-0.388288,-0.300234,-0.320154,-0.249541,-0.299169,-0.268761,-0.281356,-0.130431,-0.284324,-0.312751,-0.24753,-0.299348,-0.241994,-0.245062,-0.543447,-0.325644,-0.229704,0.0312603 +-5905.71,1.81501e-05,0.350484,3,-0.272944,0.000977208,-2.56478,-2.2352,-2.46352,-2.2861,-2.46246,-2.08367,-1.66487,-1.99615,-1.99397,-2.17498,-2.21984,-1.41337,-2.87101,-2.53438,-1.32989,-1.30564,-2.02519,-2.64881,-3.18171,-1.53624,-2.09636,-3.16947,-0.289782,-0.323364,-0.35908,-0.217884,-0.235017,-0.286814,-0.388288,-0.300234,-0.320154,-0.249541,-0.299169,-0.268761,-0.281356,-0.130431,-0.284324,-0.312751,-0.24753,-0.299348,-0.241994,-0.245062,-0.543447,-0.325644,-0.229704,0.0312603 +-5905.71,3.05173e-12,0.350484,3,-0.272944,0.000977208,-2.56478,-2.2352,-2.46352,-2.2861,-2.46246,-2.08367,-1.66487,-1.99615,-1.99397,-2.17498,-2.21984,-1.41337,-2.87101,-2.53438,-1.32989,-1.30564,-2.02519,-2.64881,-3.18171,-1.53624,-2.09636,-3.16947,-0.289782,-0.323364,-0.35908,-0.217884,-0.235017,-0.286814,-0.388288,-0.300234,-0.320154,-0.249541,-0.299169,-0.268761,-0.281356,-0.130431,-0.284324,-0.312751,-0.24753,-0.299348,-0.241994,-0.245062,-0.543447,-0.325644,-0.229704,0.0312603 +-5905.71,0.191567,0.350484,3,-0.272944,0.000977208,-2.56478,-2.2352,-2.46352,-2.2861,-2.46246,-2.08367,-1.66487,-1.99615,-1.99397,-2.17498,-2.21984,-1.41337,-2.87101,-2.53438,-1.32989,-1.30564,-2.02519,-2.64881,-3.18171,-1.53624,-2.09636,-3.16947,-0.289782,-0.323364,-0.35908,-0.217884,-0.235017,-0.286814,-0.388288,-0.300234,-0.320154,-0.249541,-0.299169,-0.268761,-0.281356,-0.130431,-0.284324,-0.312751,-0.24753,-0.299348,-0.241994,-0.245062,-0.543447,-0.325644,-0.229704,0.0312603 +-5905.71,1.41978e-16,0.350484,3,-0.272944,0.000977208,-2.56478,-2.2352,-2.46352,-2.2861,-2.46246,-2.08367,-1.66487,-1.99615,-1.99397,-2.17498,-2.21984,-1.41337,-2.87101,-2.53438,-1.32989,-1.30564,-2.02519,-2.64881,-3.18171,-1.53624,-2.09636,-3.16947,-0.289782,-0.323364,-0.35908,-0.217884,-0.235017,-0.286814,-0.388288,-0.300234,-0.320154,-0.249541,-0.299169,-0.268761,-0.281356,-0.130431,-0.284324,-0.312751,-0.24753,-0.299348,-0.241994,-0.245062,-0.543447,-0.325644,-0.229704,0.0312603 +-5905.71,2.67049e-10,0.350484,2,-0.272944,0.000977208,-2.56478,-2.2352,-2.46352,-2.2861,-2.46246,-2.08367,-1.66487,-1.99615,-1.99397,-2.17498,-2.21984,-1.41337,-2.87101,-2.53438,-1.32989,-1.30564,-2.02519,-2.64881,-3.18171,-1.53624,-2.09636,-3.16947,-0.289782,-0.323364,-0.35908,-0.217884,-0.235017,-0.286814,-0.388288,-0.300234,-0.320154,-0.249541,-0.299169,-0.268761,-0.281356,-0.130431,-0.284324,-0.312751,-0.24753,-0.299348,-0.241994,-0.245062,-0.543447,-0.325644,-0.229704,0.0312603 +-5905.71,2.41643e-15,0.350484,3,-0.272944,0.000977208,-2.56478,-2.2352,-2.46352,-2.2861,-2.46246,-2.08367,-1.66487,-1.99615,-1.99397,-2.17498,-2.21984,-1.41337,-2.87101,-2.53438,-1.32989,-1.30564,-2.02519,-2.64881,-3.18171,-1.53624,-2.09636,-3.16947,-0.289782,-0.323364,-0.35908,-0.217884,-0.235017,-0.286814,-0.388288,-0.300234,-0.320154,-0.249541,-0.299169,-0.268761,-0.281356,-0.130431,-0.284324,-0.312751,-0.24753,-0.299348,-0.241994,-0.245062,-0.543447,-0.325644,-0.229704,0.0312603 +-5905.71,3.08994e-10,0.350484,4,-0.272944,0.000977208,-2.56478,-2.2352,-2.46352,-2.2861,-2.46246,-2.08367,-1.66487,-1.99615,-1.99397,-2.17498,-2.21984,-1.41337,-2.87101,-2.53438,-1.32989,-1.30564,-2.02519,-2.64881,-3.18171,-1.53624,-2.09636,-3.16947,-0.289782,-0.323364,-0.35908,-0.217884,-0.235017,-0.286814,-0.388288,-0.300234,-0.320154,-0.249541,-0.299169,-0.268761,-0.281356,-0.130431,-0.284324,-0.312751,-0.24753,-0.299348,-0.241994,-0.245062,-0.543447,-0.325644,-0.229704,0.0312603 +-5905.71,5.00492e-05,0.350484,3,-0.272944,0.000977208,-2.56478,-2.2352,-2.46352,-2.2861,-2.46246,-2.08367,-1.66487,-1.99615,-1.99397,-2.17498,-2.21984,-1.41337,-2.87101,-2.53438,-1.32989,-1.30564,-2.02519,-2.64881,-3.18171,-1.53624,-2.09636,-3.16947,-0.289782,-0.323364,-0.35908,-0.217884,-0.235017,-0.286814,-0.388288,-0.300234,-0.320154,-0.249541,-0.299169,-0.268761,-0.281356,-0.130431,-0.284324,-0.312751,-0.24753,-0.299348,-0.241994,-0.245062,-0.543447,-0.325644,-0.229704,0.0312603 +-5905.71,0.000488761,0.350484,1,-0.272944,0.000977208,-2.56478,-2.2352,-2.46352,-2.2861,-2.46246,-2.08367,-1.66487,-1.99615,-1.99397,-2.17498,-2.21984,-1.41337,-2.87101,-2.53438,-1.32989,-1.30564,-2.02519,-2.64881,-3.18171,-1.53624,-2.09636,-3.16947,-0.289782,-0.323364,-0.35908,-0.217884,-0.235017,-0.286814,-0.388288,-0.300234,-0.320154,-0.249541,-0.299169,-0.268761,-0.281356,-0.130431,-0.284324,-0.312751,-0.24753,-0.299348,-0.241994,-0.245062,-0.543447,-0.325644,-0.229704,0.0312603 +-5905.71,2.58051e-19,0.350484,3,-0.272944,0.000977208,-2.56478,-2.2352,-2.46352,-2.2861,-2.46246,-2.08367,-1.66487,-1.99615,-1.99397,-2.17498,-2.21984,-1.41337,-2.87101,-2.53438,-1.32989,-1.30564,-2.02519,-2.64881,-3.18171,-1.53624,-2.09636,-3.16947,-0.289782,-0.323364,-0.35908,-0.217884,-0.235017,-0.286814,-0.388288,-0.300234,-0.320154,-0.249541,-0.299169,-0.268761,-0.281356,-0.130431,-0.284324,-0.312751,-0.24753,-0.299348,-0.241994,-0.245062,-0.543447,-0.325644,-0.229704,0.0312603 +-5902.3,0.132251,0.350484,2,-0.303579,0.00337686,-2.20334,-2.07849,-2.36104,-2.39912,-2.34166,-2.15837,-1.66579,-2.08938,-2.03425,-2.32435,-2.21936,-1.32439,-2.98131,-2.82367,-1.26374,-1.5449,-1.74657,-2.72465,-3.71118,-1.39597,-1.96065,-3.05814,-0.33536,-0.318561,-0.202985,-0.363598,-0.271649,-0.299199,-0.287995,-0.243186,-0.242094,-0.279676,-0.258973,-0.264545,-0.34064,-0.231512,-0.296836,-0.233374,-0.306991,-0.295604,-0.264411,-0.304515,-0.680306,-0.266509,-0.3649,0.0581108 +-5900.69,2.43605e-14,0.350484,2,-0.29526,0.0038962,-2.54769,-2.07708,-2.18955,-2.43395,-2.32978,-2.06819,-1.68807,-2.10292,-2.03259,-2.31637,-2.2079,-1.35204,-3.02916,-2.77393,-1.19927,-1.5202,-1.71176,-2.71703,-3.83233,-1.37617,-1.94348,-3.07208,-0.282653,-0.263588,-0.274903,-0.356148,-0.246667,-0.321832,-0.299591,-0.213314,-0.30143,-0.268,-0.258221,-0.249718,-0.308659,-0.21193,-0.296909,-0.252419,-0.313317,-0.24867,-0.262642,-0.310417,-0.702448,-0.285247,-0.291228,0.0624196 +-5910.48,0.0384423,0.350484,3,-0.342014,0.00322585,-3.08887,-2.21884,-2.12021,-2.35774,-2.52429,-2.38121,-1.67565,-2.27503,-1.91743,-2.22988,-2.32492,-1.58541,-2.98006,-2.59159,-1.09479,-1.42303,-1.81593,-3.30915,-3.67174,-1.25196,-2.05596,-2.94197,-0.795744,-0.34687,-0.346751,-0.200439,-0.272899,-0.318671,-0.433787,-0.352989,-0.250723,-0.302453,-0.362487,-0.308036,-0.274345,-0.298259,-0.340194,-0.347047,-0.273108,-0.313207,-0.327578,-0.325303,-0.331759,-0.334314,-0.323262,0.0567966 +-5912.31,0.841476,0.350484,3,-0.328529,0.00662517,-2.05888,-2.07723,-2.1791,-2.29119,-2.19088,-1.92351,-1.74884,-1.98609,-1.93839,-2.1959,-2.33695,-1.3187,-3.06176,-2.71664,-1.54003,-1.46732,-1.94928,-2.50054,-3.08894,-1.64116,-2.12043,-2.8582,0.0844029,-0.284772,-0.335308,-0.212835,-0.312047,-0.329615,-0.391831,-0.478345,-0.278695,-0.320859,-0.39033,-0.376974,-0.2541,-0.160395,-0.198371,-0.351238,-0.272643,-0.309279,-0.382971,-0.290977,-0.290466,-0.31726,-0.335979,0.0813951 +-5914.66,0.494002,0.350484,2,-0.259221,0.00608415,-2.07737,-2.05627,-2.25689,-2.30297,-2.33689,-1.94219,-1.7639,-1.9202,-2.08173,-2.24149,-2.34995,-1.26587,-2.73116,-2.73976,-1.4574,-1.52607,-1.82092,-2.84569,-3.08651,-1.41653,-2.05533,-2.98223,-0.430918,-0.42393,-0.531304,-0.375082,-0.176826,-0.233468,-0.36728,-0.180091,-0.171297,-0.278467,-0.173338,-0.490431,-0.346996,-0.103661,-0.187135,-0.290086,-0.301069,-0.276457,-0.141871,-0.279256,-0.328378,-0.251479,-0.170978,0.0780009 +-5916.96,0.842455,0.350484,3,-0.252236,0.015964,-2.20674,-2.23479,-2.25343,-2.31909,-2.24827,-2.15043,-1.7108,-2.03641,-2.01261,-2.18726,-2.48224,-1.37868,-2.92725,-2.53423,-1.66235,-1.58613,-1.88309,-3.02085,-3.37636,-1.4573,-2.10745,-2.85456,-0.306007,-0.331172,-0.588129,-0.331905,-0.140013,-0.250088,-0.287343,-0.346993,-0.106041,-0.330388,-0.199347,-0.416679,-0.286165,-0.108401,-0.0552616,-0.290354,-0.263791,-0.249623,-0.146747,-0.343438,-0.177199,-0.376473,-0.221565,0.126349 +-5929.65,0.625215,0.350484,3,-0.27883,0.0116702,-1.75626,-2.15949,-1.84925,-2.49886,-2.38285,-2.15975,-1.7131,-2.11153,-2.03323,-2.03482,-2.33772,-1.40712,-2.78247,-2.85634,-1.56073,-1.4637,-2.27633,-2.63818,-4.29736,-1.4165,-2.09856,-2.89944,-0.369731,-0.205605,-0.438948,-0.0790217,-0.336813,-0.723905,-0.5511,-0.23129,-0.0731417,-0.349372,-0.124905,-0.181997,-0.321374,-0.190227,-0.219715,-0.193057,-0.215528,-0.34039,-0.351799,-0.187064,-0.524211,-0.209826,-0.21027,0.108029 +-5927.49,0.785784,0.350484,2,-0.278123,0.0267614,-1.95229,-2.49173,-2.02968,-2.47151,-2.42611,-2.36152,-1.61956,-2.07414,-1.91981,-2.22685,-2.4026,-1.3593,-2.83582,-2.7738,-1.55283,-1.44838,-2.15161,-2.75754,-4.11758,-1.53885,-2.03639,-3.00626,-0.424872,-0.0318804,-0.348294,-0.148647,-0.275231,-0.691961,-0.442647,-0.283901,-0.0705038,-0.288766,-0.305693,-0.442898,-0.310288,-0.175351,-0.168696,-0.310618,-0.411723,-0.425877,-0.556023,-0.109167,-0.457773,-0.224108,-0.273094,0.163589 +-5925.27,0.898723,0.350484,2,-0.292178,0.0239505,-2.34515,-2.28521,-2.24625,-2.41684,-2.28564,-1.76796,-1.90558,-2.15756,-2.03396,-2.2117,-2.28775,-1.27876,-2.86008,-2.7523,-1.26908,-1.72177,-1.68431,-2.94881,-3.44661,-1.42911,-2.03216,-2.8242,-0.546386,-0.430832,-0.148456,-0.166573,-0.274943,-0.211016,-0.23161,-0.188122,-0.116767,-0.372296,-0.0324803,-0.245798,-0.335137,0.0871928,-0.385397,-0.339866,-0.148003,-0.0982578,0.0318644,-0.36266,-0.448543,-0.415423,-0.405306,0.154759 +-5921.2,0.97308,0.350484,3,-0.300571,0.02271,-2.20957,-2.16263,-2.30564,-2.4171,-2.32057,-1.93651,-1.897,-2.17032,-2.01492,-2.19236,-2.34301,-1.36216,-3.00129,-2.79445,-1.27966,-1.68596,-1.75863,-2.89081,-3.3584,-1.46924,-2.03747,-2.79865,-0.58351,-0.342527,-0.229581,-0.164184,-0.283399,-0.176168,-0.236616,-0.213836,-0.159447,-0.408045,-0.0301389,-0.232734,-0.314959,0.0157109,-0.393604,-0.336123,-0.132173,-0.133419,0.0949212,-0.339274,-0.375962,-0.461823,-0.358439,0.150698 +-5919.94,0.714738,0.350484,2,-0.283631,0.0133333,-2.49752,-2.16212,-2.11491,-2.37823,-2.34538,-2.39596,-1.55953,-2.09807,-1.95606,-2.26546,-2.38835,-1.61304,-2.80823,-2.858,-1.19977,-1.48885,-2.12302,-2.7966,-4.13483,-1.37083,-2.24675,-2.80666,0.127004,-0.188356,-0.271586,-0.331967,-0.203808,-0.288102,-0.534955,-0.116785,-0.345061,-0.225865,-0.354108,-0.180716,-0.288368,0.0404561,-0.239665,0.0442866,-0.290676,-0.313534,-0.405882,-0.214593,-0.205532,-0.414235,-0.10993,0.11547 +-5914.74,0.952177,0.350484,2,-0.25814,0.00508744,-2.66093,-1.95687,-1.92368,-2.26239,-2.33809,-1.90755,-1.87389,-2.18782,-1.98773,-2.30058,-2.3742,-1.47642,-2.98546,-2.82481,-1.40464,-1.59141,-1.98551,-2.81201,-3.81342,-1.64072,-2.09517,-3.04405,-0.454573,-0.345013,-0.28203,-0.372619,-0.251049,-0.151543,-0.171409,-0.153064,-0.187131,-0.308695,-0.15264,-0.192361,-0.310682,0.0624897,-0.48065,-0.126533,-0.216584,-0.238997,-0.141393,-0.203888,-0.330076,-0.213302,-0.329244,0.0713263 +-5918.26,0.715668,0.350484,2,-0.24825,0.00724033,-2.8749,-2.09125,-2.15485,-2.45388,-2.23914,-2.12167,-1.65661,-2.05712,-1.77743,-2.23508,-2.48483,-1.47008,-2.87291,-2.78612,-1.40395,-1.58659,-2.15479,-3.48671,-3.49398,-1.64901,-2.14867,-2.89727,-0.138003,-0.253538,-0.181978,-0.213264,-0.359949,-0.489897,-0.43656,-0.320887,-0.324529,-0.232582,-0.177428,-0.243885,-0.301638,-0.214814,-0.110874,-0.251078,-0.376836,-0.219633,-0.447039,-0.00703379,-0.303259,-0.471985,-0.130856,0.0850902 +-5921.42,0.855739,0.350484,2,-0.161649,0.0119955,-1.68678,-2.18392,-1.93513,-2.51241,-2.53775,-2.09742,-1.73538,-2.11078,-2.18397,-2.22089,-2.32948,-1.48521,-3.5223,-2.69952,-1.48931,-1.41753,-1.95937,-2.84429,-3.73228,-1.48748,-2.36956,-3.02184,-0.426128,-0.296187,-0.444545,-0.0864466,-0.0648452,-0.0693959,-0.29693,-0.130132,-0.112692,-0.370543,-0.0956169,-0.165405,-0.165464,0.0807442,-0.325608,-0.197805,0.0724309,-0.1729,-0.0365632,-0.292711,-0.200681,-0.109276,-0.350711,0.109524 +-5921.49,0.562709,0.350484,3,-0.284727,0.011478,-2.87552,-2.40479,-2.66846,-2.28871,-2.37581,-1.87696,-1.80004,-2.01649,-1.77744,-2.21905,-2.35843,-1.29071,-2.75999,-2.97892,-1.44709,-1.58026,-1.79359,-2.82983,-3.28293,-1.50513,-2.3561,-2.90172,-0.316034,-0.244247,-0.432551,-0.296772,-0.324897,-0.393163,-0.354807,-0.286115,-0.389854,-0.397697,-0.163096,-0.274385,-0.815821,0.0833879,-0.461363,-0.131688,-0.196212,-0.229847,-0.188815,-0.371315,-0.39303,-0.23651,-0.292629,0.107135 +-5922.32,0.526695,0.350484,2,-0.325998,0.0136638,-2.51285,-2.10263,-2.18826,-2.36592,-2.27993,-1.69065,-1.66805,-2.06432,-1.9316,-2.22331,-2.20938,-1.29498,-2.84947,-2.9557,-1.41035,-1.53511,-2.11965,-3.04497,-2.63844,-1.57239,-1.9849,-2.91031,-0.273451,-0.183706,-0.348583,-0.252614,-0.166054,-0.477903,-0.317187,-0.324259,-0.422169,-0.313189,-0.311252,-0.334106,-0.78723,0.360173,-0.225043,-0.0987148,-0.369802,-0.263614,-0.28735,-0.350609,-0.161134,-0.457418,-0.446333,0.116892 +-5930.5,0.697276,0.350484,3,-0.337487,0.0228718,-2.30857,-2.14043,-2.35634,-2.36468,-2.48188,-1.44719,-1.71799,-2.11835,-1.98797,-2.15449,-2.20564,-1.25736,-2.47295,-3.07625,-1.20683,-1.27378,-2.02201,-3.08286,-3.21201,-1.51804,-2.2781,-2.79103,-0.0839894,-0.373282,-0.48625,-0.2469,-0.0750916,-0.732802,-0.442231,-0.184511,-0.278676,-0.441488,-0.473417,-0.120459,-0.698286,0.289079,-0.356863,-0.1858,-0.301459,-0.373287,-0.373625,-0.342942,-0.675925,-0.408935,-0.554194,0.151234 +-5925.95,0.884594,0.350484,2,-0.365962,0.0335341,-2.5496,-2.00814,-2.31803,-2.38492,-2.53847,-2.42446,-1.68366,-2.15078,-1.71267,-2.19946,-2.10489,-1.82917,-2.84688,-2.6486,-1.35339,-1.50135,-1.96762,-2.70452,-3.01724,-1.4315,-1.9239,-2.88551,-0.369325,-0.414405,-0.249215,-0.412019,0.08138,-0.428882,-0.387835,-0.310228,-0.574258,-0.390793,-0.365595,-0.227021,-0.500932,-0.046565,-0.313036,-0.163213,-0.0727691,-0.116207,-0.387617,-0.298126,-0.261235,-0.477137,-0.203919,0.183123 +-5931.32,0.88376,0.350484,2,-0.289356,0.0140552,-2.8549,-2.0809,-2.21872,-2.28143,-2.4203,-1.74053,-1.65505,-2.05711,-1.90955,-2.12677,-2.53282,-1.46252,-2.74943,-2.6172,-1.45801,-1.53375,-2.11085,-2.77042,-3.32917,-1.15356,-1.95374,-2.98032,-0.21875,-0.413889,-0.0655689,-0.412678,-0.146989,-0.263569,-0.465851,-0.331042,-0.495426,-0.253063,-0.219537,-0.151688,-0.549926,-0.287805,-0.598113,-0.429671,0.0609298,-0.410353,-0.167783,-0.348716,-0.48741,-0.584928,-0.410976,0.118555 +-5923.04,1,0.350484,2,-0.335052,0.0246341,-2.64437,-2.12679,-2.61168,-2.23712,-2.30822,-1.96699,-1.67679,-2.25656,-2.01793,-2.26133,-2.23925,-1.4543,-2.99126,-2.5728,-1.39922,-1.23621,-2.20504,-2.98266,-3.29741,-1.1683,-2.05943,-2.78259,-0.189596,-0.15834,-0.217696,-0.372819,-0.222023,-0.331943,-0.344137,-0.207027,-0.330276,-0.293446,-0.143017,-0.250552,-0.551797,-0.103303,-0.365856,-0.214801,-0.102695,-0.388503,-0.286627,-0.500383,-0.381093,-0.682097,-0.370144,0.156952 +-5918.03,0.925299,0.350484,2,-0.320154,0.010361,-3.359,-2.27622,-1.94205,-2.27415,-2.45591,-2.18537,-1.74521,-1.97679,-1.9014,-2.27541,-2.24442,-1.54368,-2.60889,-2.70567,-1.3143,-1.32282,-1.93483,-2.75821,-3.54737,-1.46291,-2.37053,-2.69951,-0.430582,-0.355945,-0.293325,-0.332287,-0.266955,-0.58521,-0.373326,-0.25605,-0.264123,-0.203384,-0.39202,-0.287153,-0.266776,-0.2685,-0.521726,-0.348688,-0.10816,-0.31004,-0.233866,-0.284348,-0.269347,-0.64515,-0.333554,0.101789 +-5914.19,0.8248,0.350484,2,-0.317758,0.00637972,-2.60989,-2.25402,-1.89258,-2.35793,-2.36179,-2.328,-1.69303,-2.00926,-2.08671,-2.33433,-2.36104,-1.48493,-3.14498,-2.55282,-1.27105,-1.33954,-2.02416,-3.28928,-3.24489,-1.13913,-2.08833,-2.99388,-0.375211,-0.30745,-0.447349,-0.36071,-0.233488,-0.483997,-0.406459,-0.358361,-0.292405,-0.272738,-0.115989,-0.205135,-0.449565,-0.266058,-0.335613,-0.336631,-0.340259,-0.341976,-0.299692,-0.373545,-0.261922,-0.660737,-0.34296,0.0798731 +-5913.48,0.774695,0.350484,2,-0.299387,0.00289447,-2.59325,-2.2969,-1.80096,-2.39703,-2.37003,-2.24485,-1.6985,-2.17517,-2.02964,-2.30186,-2.31054,-1.35659,-2.96119,-2.4676,-1.17521,-1.36554,-1.90105,-3.24069,-3.26963,-1.14463,-2.11047,-2.97457,-0.295194,-0.26634,-0.330757,-0.295412,-0.277583,-0.216214,-0.409511,-0.243761,-0.347292,-0.227354,-0.109767,-0.280237,-0.496411,-0.351666,-0.237707,-0.193994,-0.284681,-0.211671,-0.237971,-0.388376,-0.316042,-0.556087,-0.266757,0.0538003 +-5915.96,0.27668,0.350484,2,-0.266715,0.0097548,-2.07399,-2.21951,-1.88923,-2.42592,-2.28514,-1.64363,-1.68111,-2.01103,-1.89138,-2.25478,-2.56157,-1.18786,-2.67434,-2.77414,-1.21639,-1.59816,-1.69718,-3.08754,-3.21501,-1.59665,-2.17274,-2.82067,-0.2206,-0.376462,-0.163993,-0.228107,-0.195661,-0.361668,-0.40346,-0.25414,-0.164151,-0.183053,-0.304566,-0.271996,-0.199834,-0.0118595,-0.285578,-0.266226,-0.286248,-0.273877,-0.304925,-0.186556,-0.247328,-0.508077,-0.348442,0.0987664 +-5918.43,0.568805,0.350484,2,-0.298092,0.00379622,-2.33042,-1.93674,-1.87118,-2.42715,-2.47867,-1.75836,-1.77878,-2.03071,-1.80361,-2.278,-2.30536,-1.25072,-2.74806,-2.81381,-1.53055,-1.65741,-1.96825,-3.37698,-3.27767,-1.4778,-2.48836,-2.83427,-0.304252,-0.409859,-0.327626,-0.301725,-0.25461,-0.298697,-0.311715,-0.330564,-0.420988,-0.129927,-0.174048,-0.212012,-0.46995,-0.0404884,-0.231284,-0.273585,-0.309474,-0.415511,-0.26357,-0.303227,-0.20525,-0.186404,-0.196202,0.0616135 +-5914.31,0.915513,0.350484,3,-0.308669,0.0145232,-2.23267,-2.37314,-1.74419,-2.47043,-2.14327,-2.30803,-1.79837,-2.01571,-1.97372,-2.1372,-2.30276,-1.43594,-2.98612,-2.98435,-1.14851,-1.6036,-1.83739,-2.78143,-3.07131,-1.43808,-2.34751,-2.84953,-0.335293,-0.176112,-0.372663,-0.196768,-0.307471,-0.276166,-0.373443,-0.29875,-0.295075,-0.321131,-0.2895,-0.0647775,-0.314896,0.0279881,-0.400093,-0.281442,-0.295065,-0.377399,-0.348119,-0.255842,-0.336709,-0.254947,-0.446768,0.120512 +-5911.51,0.557624,0.350484,2,-0.285955,0.00345093,-2.22049,-2.68689,-1.97647,-2.44092,-2.53951,-2.59918,-1.76176,-1.92928,-1.85191,-2.27489,-2.13327,-1.49461,-3.19417,-2.71824,-1.14123,-1.22296,-2.07887,-2.5777,-3.32046,-1.18068,-2.08616,-2.89544,-0.230684,-0.0575523,-0.334775,-0.280305,-0.219398,-0.263929,-0.341098,-0.230723,-0.36713,-0.267352,-0.268325,-0.31059,-0.160838,-0.0931511,-0.301718,-0.264265,-0.234506,-0.204137,-0.203197,-0.371801,-0.263942,-0.346965,-0.313761,0.0587446 +-5910.23,0.584083,0.350484,3,-0.288997,0.00466322,-2.48673,-2.75692,-2.07927,-2.44475,-2.52391,-2.61927,-1.72556,-1.93438,-1.85486,-2.30297,-2.16194,-1.56637,-2.98977,-2.78038,-1.16252,-1.15474,-2.07126,-2.68144,-3.18942,-1.27854,-2.10293,-2.93079,-0.195927,-0.0990618,-0.288107,-0.253125,-0.262427,-0.305162,-0.384817,-0.253504,-0.404338,-0.264377,-0.245314,-0.252487,-0.217328,-0.0225818,-0.332794,-0.260628,-0.260207,-0.281238,-0.217064,-0.306443,-0.330404,-0.371919,-0.200249,0.0682878 +-5910.23,0.0576784,0.350484,2,-0.288997,0.00466322,-2.48673,-2.75692,-2.07927,-2.44475,-2.52391,-2.61927,-1.72556,-1.93438,-1.85486,-2.30297,-2.16194,-1.56637,-2.98977,-2.78038,-1.16252,-1.15474,-2.07126,-2.68144,-3.18942,-1.27854,-2.10293,-2.93079,-0.195927,-0.0990618,-0.288107,-0.253125,-0.262427,-0.305162,-0.384817,-0.253504,-0.404338,-0.264377,-0.245314,-0.252487,-0.217328,-0.0225818,-0.332794,-0.260628,-0.260207,-0.281238,-0.217064,-0.306443,-0.330404,-0.371919,-0.200249,0.0682878 +-5907,0.612028,0.350484,2,-0.290652,0.00300599,-1.97463,-2.04559,-2.18637,-2.32912,-2.44302,-2.31212,-1.73975,-2.17581,-1.90602,-2.23659,-2.31009,-1.37765,-3.53305,-2.55092,-1.33011,-1.75799,-1.88114,-2.87387,-3.48719,-1.64205,-2.15992,-3.02277,-0.275921,-0.246113,-0.151843,-0.205848,-0.258694,-0.276726,-0.331522,-0.284842,-0.226945,-0.23879,-0.312043,-0.272621,-0.387088,-0.130738,-0.355948,-0.332915,-0.312051,-0.326416,-0.312917,-0.18227,-0.317805,-0.258153,-0.21319,0.0548269 +-5907,7.46125e-11,0.350484,2,-0.290652,0.00300599,-1.97463,-2.04559,-2.18637,-2.32912,-2.44302,-2.31212,-1.73975,-2.17581,-1.90602,-2.23659,-2.31009,-1.37765,-3.53305,-2.55092,-1.33011,-1.75799,-1.88114,-2.87387,-3.48719,-1.64205,-2.15992,-3.02277,-0.275921,-0.246113,-0.151843,-0.205848,-0.258694,-0.276726,-0.331522,-0.284842,-0.226945,-0.23879,-0.312043,-0.272621,-0.387088,-0.130738,-0.355948,-0.332915,-0.312051,-0.326416,-0.312917,-0.18227,-0.317805,-0.258153,-0.21319,0.0548269 +-5908.84,0.298034,0.350484,2,-0.202909,0.00376092,-2.34613,-2.16972,-2.59617,-2.32702,-2.40191,-2.58629,-1.65266,-2.07595,-1.70468,-2.37392,-2.28761,-1.41275,-3.15518,-2.64463,-1.1811,-1.52305,-2.02189,-3.54964,-3.63338,-1.44517,-2.18059,-2.86512,-0.198341,-0.231211,-0.225681,-0.348687,-0.225776,-0.208646,-0.366244,-0.104709,-0.303479,-0.166996,-0.227256,-0.199136,-0.0820482,-0.249925,-0.264872,-0.01891,-0.133371,-0.101342,-0.171066,-0.21638,-0.19738,-0.279734,-0.203901,0.0613263 +-5903.59,1.36066e-17,0.350484,3,-0.217898,0.00235799,-3.20659,-2.17869,-2.3682,-2.46924,-2.45066,-2.09547,-1.81374,-2.21611,-1.87016,-2.25149,-2.29734,-1.58923,-3.31777,-2.72973,-1.34123,-1.5914,-2.22625,-3.51514,-3.40657,-1.43973,-2.10032,-2.97539,-0.224007,-0.208634,-0.189414,-0.164283,-0.167218,-0.182818,-0.199825,-0.23393,-0.173914,-0.230366,-0.220867,-0.0755878,-0.239034,-0.0679602,-0.180845,-0.412212,-0.219233,-0.291195,-0.223706,-0.241704,-0.284535,-0.193512,-0.217502,0.0485592 +-5903.59,4.30041e-15,0.350484,3,-0.217898,0.00235799,-3.20659,-2.17869,-2.3682,-2.46924,-2.45066,-2.09547,-1.81374,-2.21611,-1.87016,-2.25149,-2.29734,-1.58923,-3.31777,-2.72973,-1.34123,-1.5914,-2.22625,-3.51514,-3.40657,-1.43973,-2.10032,-2.97539,-0.224007,-0.208634,-0.189414,-0.164283,-0.167218,-0.182818,-0.199825,-0.23393,-0.173914,-0.230366,-0.220867,-0.0755878,-0.239034,-0.0679602,-0.180845,-0.412212,-0.219233,-0.291195,-0.223706,-0.241704,-0.284535,-0.193512,-0.217502,0.0485592 +-5910.9,0.202232,0.350484,2,-0.171321,0.00493658,-1.87162,-1.91392,-1.92722,-2.40069,-2.42618,-2.17016,-1.73309,-2.03087,-1.95776,-2.32,-2.31743,-1.33322,-2.90703,-2.77108,-1.44137,-1.29515,-1.99549,-2.89499,-3.20628,-1.44535,-2.18803,-2.98447,-0.260185,-0.187532,-0.211614,-0.256561,-0.185207,-0.190811,-0.256948,-0.140365,-0.271796,-0.190718,-0.165412,-0.294602,-0.219528,0.171885,-0.22689,-0.0208668,-0.135371,0.0365043,-0.0545737,-0.138776,-0.276815,-0.242979,-0.247376,0.0702608 +-5910.17,0.661227,0.350484,3,-0.231419,0.00683425,-2.25964,-2.32217,-2.19965,-2.39998,-2.49245,-2.09487,-1.84237,-2.19758,-1.92877,-2.30573,-2.39001,-1.46513,-2.97811,-2.92361,-1.37972,-1.46356,-1.70756,-2.95456,-3.32199,-1.57131,-2.19974,-2.86485,-0.200813,-0.313894,-0.270314,-0.227441,-0.147145,-0.278147,-0.261489,-0.262509,-0.336171,-0.179377,-0.152022,-0.245648,-0.213127,-0.0923561,-0.217042,-0.370026,-0.357725,-0.482337,-0.0292137,-0.293023,-0.280648,-0.17649,-0.180404,0.0826695 +-5908.21,1,0.350484,2,-0.258472,0.00829718,-2.35836,-1.98194,-1.99533,-2.36265,-2.39035,-2.30366,-1.62755,-2.00649,-2.02184,-2.23789,-2.25605,-1.52693,-2.9318,-2.66559,-1.21348,-1.31589,-2.28347,-2.9793,-3.49386,-1.45447,-2.09934,-2.93646,-0.142778,-0.264267,-0.309051,-0.191173,-0.319339,-0.240966,-0.373262,-0.184983,-0.303378,-0.2783,-0.288943,-0.199733,-0.134409,-0.25978,-0.398538,-0.11051,-0.256637,-0.132775,-0.219463,-0.189933,-0.349443,-0.211669,-0.129415,0.0910889 +-5924.78,0.68141,0.350484,2,-0.285957,0.017019,-2.63476,-2.71331,-2.13368,-2.46904,-2.4158,-2.0378,-1.65174,-2.05541,-1.64649,-2.31343,-2.30221,-1.57882,-2.89411,-2.71146,-0.891455,-1.54758,-1.89495,-2.38611,-3.8183,-1.50468,-2.21361,-3.24833,-0.241903,-0.238864,-0.319577,-0.272195,-0.144386,-0.422847,-0.314405,-0.390851,-0.287435,-0.338135,-0.194644,-0.219514,-0.426678,-0.0979952,-0.457125,-0.10055,-0.204075,-0.413443,-0.257925,-0.329841,-0.200059,-0.223135,-0.401862,0.130457 +-5910.22,1,0.350484,2,-0.311997,0.00469207,-2.02861,-2.25398,-2.52195,-2.41719,-2.12411,-2.22632,-1.79855,-1.95108,-1.78922,-2.22879,-2.39586,-1.36423,-2.78762,-2.56353,-1.21524,-1.4212,-1.73078,-3.31007,-3.04142,-1.17243,-2.17563,-2.88988,-0.426588,-0.402247,-0.303915,-0.244132,-0.380259,-0.205285,-0.409922,-0.248299,-0.366598,-0.226247,-0.345578,-0.2793,-0.462514,-0.196376,-0.269618,-0.322061,-0.360522,-0.291498,-0.262315,-0.357187,-0.343774,-0.366942,-0.314897,0.0684987 +-5918.36,0.251535,0.350484,3,-0.226834,0.004996,-3.21565,-2.14934,-2.27231,-2.23603,-2.42814,-1.80539,-1.74615,-1.92723,-1.8838,-2.17541,-2.40901,-1.50278,-3.27455,-2.587,-1.37121,-1.57385,-2.13191,-2.68958,-3.41024,-1.56321,-1.9893,-2.93857,-0.0507439,-0.346851,-0.201461,-0.446617,-0.283455,-0.0601369,-0.487384,-0.26413,-0.237409,-0.21689,-0.213662,-0.104109,-0.155696,-0.114555,-0.111198,-0.151357,-0.22962,-0.271677,-0.223929,-0.146088,-0.194613,-0.211422,-0.319697,0.0706824 +-5913.46,0.989269,0.350484,2,-0.269141,0.0116851,-1.68234,-2.47786,-1.95364,-2.47696,-2.20548,-2.25811,-1.51735,-2.32539,-1.93418,-2.29965,-2.31219,-1.51409,-2.78993,-2.72817,-1.49775,-1.46481,-1.93397,-2.955,-3.39745,-1.53758,-2.27203,-2.93461,-0.277351,-0.124225,-0.288403,-0.109965,-0.205287,-0.394982,-0.477531,-0.150384,-0.262364,-0.356203,-0.229026,-0.323696,-0.392468,-0.0852188,-0.297366,-0.326534,-0.218584,-0.349953,-0.283216,-0.286021,-0.249248,-0.346026,-0.308327,0.108098 +-5915.82,0.672092,0.350484,2,-0.295799,0.0075068,-1.6862,-2.59043,-1.98319,-2.46774,-2.18665,-2.23176,-1.56044,-2.31553,-1.97281,-2.26571,-2.32752,-1.52535,-2.75178,-2.70824,-1.48413,-1.40191,-1.94308,-3.09716,-3.39275,-1.48248,-2.25542,-2.98914,-0.24088,-0.184853,-0.256369,-0.0797612,-0.144978,-0.387782,-0.456379,-0.107918,-0.229119,-0.293399,-0.257949,-0.32568,-0.400876,-0.113725,-0.386891,-0.301869,-0.287318,-0.345344,-0.403954,-0.188242,-0.296059,-0.409364,-0.403469,0.0866418 +-5919.86,0.78065,0.350484,3,-0.315034,0.0153452,-3.12042,-1.99389,-2.38782,-2.37559,-2.58212,-2.05367,-1.72979,-2.06773,-2.03093,-2.16303,-2.11568,-1.4832,-3.29562,-2.76868,-1.312,-1.31906,-1.89381,-2.75256,-3.01271,-1.60672,-1.92362,-2.62531,-0.331554,-0.438106,-0.420311,-0.398837,-0.355431,-0.328732,-0.435527,-0.140471,-0.355492,-0.392693,-0.428413,-0.0534549,-0.261043,-0.188401,-0.12962,-0.445906,-0.164832,-0.279511,-0.22229,-0.309903,-0.404422,-0.447725,-0.240263,0.123876 +-5914.86,0.530889,0.350484,3,-0.309745,0.00410033,-3.21137,-2.29701,-2.21633,-2.20869,-2.48957,-1.8402,-1.66842,-1.89123,-2.20375,-2.22218,-2.31017,-1.27045,-2.75732,-2.88385,-1.44008,-1.4174,-1.92287,-2.62599,-3.16721,-1.66455,-2.01299,-2.88016,-0.29018,-0.486898,-0.288232,-0.333164,-0.273414,-0.289091,-0.239795,-0.405776,-0.173175,-0.386342,-0.376737,-0.279474,-0.376456,-0.159575,-0.355172,-0.306955,-0.268665,-0.347182,-0.344668,-0.114134,-0.364216,-0.306712,-0.360267,0.0640338 +-5914.86,0.136789,0.350484,2,-0.309745,0.00410033,-3.21137,-2.29701,-2.21633,-2.20869,-2.48957,-1.8402,-1.66842,-1.89123,-2.20375,-2.22218,-2.31017,-1.27045,-2.75732,-2.88385,-1.44008,-1.4174,-1.92287,-2.62599,-3.16721,-1.66455,-2.01299,-2.88016,-0.29018,-0.486898,-0.288232,-0.333164,-0.273414,-0.289091,-0.239795,-0.405776,-0.173175,-0.386342,-0.376737,-0.279474,-0.376456,-0.159575,-0.355172,-0.306955,-0.268665,-0.347182,-0.344668,-0.114134,-0.364216,-0.306712,-0.360267,0.0640338 +-5913.97,0.99783,0.350484,2,-0.276634,0.00602165,-3.5519,-1.91627,-1.90369,-2.47274,-2.45041,-2.23403,-1.74261,-2.11025,-1.93621,-2.15805,-2.44482,-1.24535,-3.08901,-2.6742,-1.33214,-1.36567,-1.74906,-2.80344,-3.49343,-1.68977,-2.4414,-2.9956,-0.260568,-0.192671,-0.317648,-0.303937,-0.311515,-0.334993,-0.503076,-0.198956,-0.478956,-0.308068,-0.173332,-0.357028,-0.227192,-0.275936,-0.256915,-0.31004,-0.299133,-0.282569,-0.305761,-0.127503,-0.304519,-0.303129,-0.333279,0.0775993 +-5914.85,0.000320166,0.350484,2,-0.304088,0.00307027,-3.46558,-1.83978,-1.74989,-2.40659,-2.49308,-2.24457,-1.72919,-2.25733,-2.24337,-2.16986,-2.37556,-1.16863,-2.89292,-2.5381,-1.22825,-1.48466,-2.02384,-2.63865,-3.48628,-1.82453,-2.05581,-3.02453,-0.191758,-0.272358,-0.226261,-0.242855,-0.215321,-0.34549,-0.39645,-0.279077,-0.470312,-0.290422,-0.247152,-0.367802,-0.287443,-0.305566,-0.271314,-0.265267,-0.289181,-0.301569,-0.321031,-0.216206,-0.372762,-0.405066,-0.281025,0.05541 +-5911.65,0.449001,0.350484,2,-0.230872,0.00666185,-2.49332,-2.41545,-1.95058,-2.31651,-2.76243,-1.88465,-1.83185,-1.91894,-2.04557,-2.28238,-2.26003,-1.56944,-2.68002,-2.74552,-1.28156,-1.39176,-2.14811,-3.27107,-3.07038,-1.40347,-2.353,-2.87252,-0.23897,-0.129778,-0.36999,-0.288654,-0.0857274,-0.242627,-0.23445,-0.174114,-0.108773,-0.276997,-0.275662,-0.172498,-0.181044,-0.130135,-0.300739,-0.25949,-0.165739,-0.152524,-0.125306,-0.267132,-0.205017,-0.219032,-0.120885,0.0816202 +-5917.82,0.627564,0.350484,2,-0.209975,0.00543736,-2.50772,-2.54998,-2.06045,-2.34647,-2.71745,-2.07552,-1.87863,-2.0667,-2.00755,-2.26354,-2.32636,-1.47355,-2.74077,-2.82915,-1.40268,-1.53713,-2.22817,-3.26015,-3.14339,-1.3926,-2.48593,-2.87308,-0.36758,-0.20621,-0.374489,-0.288345,-0.303603,-0.34513,-0.206555,-0.206457,-0.241991,-0.172146,-0.365223,-0.0408608,-0.174679,-0.0865923,-0.193155,-0.208063,-0.163522,-0.122783,-0.190365,-0.277625,-0.341039,-0.253664,-0.134286,0.0737385 +-5915.87,0.860531,0.350484,2,-0.247757,0.0150065,-2.59115,-2.38665,-1.73828,-2.39254,-2.59168,-2.09032,-1.77554,-1.95796,-1.8865,-2.35281,-2.33743,-1.5843,-2.98725,-2.68613,-1.37391,-1.53037,-2.05743,-2.66678,-3.05846,-1.36557,-2.14654,-2.80178,-0.480449,-0.229743,-0.442488,-0.421144,-0.0942569,-0.103616,-0.259602,-0.294059,-0.332696,-0.205477,-0.285454,-0.215011,-0.223219,-0.108479,-0.137307,-0.266968,-0.0580386,-0.178377,-0.238776,-0.378079,-0.185871,-0.354103,-0.182984,0.122501 +-5925.53,0.831714,0.350484,3,-0.274611,0.0229133,-1.85455,-1.95927,-2.29494,-2.39807,-2.79955,-2.51546,-1.6501,-2.36678,-2.28172,-2.30005,-2.29347,-1.43499,-2.75803,-2.65012,-1.40266,-1.38487,-2.11156,-3.49795,-3.61559,-1.17042,-2.20416,-2.87496,-0.122938,-0.303006,-0.293308,-0.0678489,-0.0551262,-0.340778,-0.431035,-0.0221299,-0.108797,-0.181121,-0.180861,-0.144758,-0.374165,-0.144682,-0.340734,-0.209226,-0.295175,-0.213796,-0.142584,-0.498816,-0.321545,-0.279524,-0.34252,0.151371 +-5925.09,0.790927,0.350484,2,-0.245766,0.0156674,-1.96171,-1.88076,-2.23916,-2.42069,-2.82484,-2.46547,-1.66046,-2.26837,-2.26046,-2.30717,-2.2947,-1.42351,-2.72285,-2.61881,-1.46018,-1.31603,-2.18479,-3.58372,-3.77553,-1.13529,-2.26044,-2.96497,-0.189015,-0.287112,-0.284562,-0.124789,-0.0084019,-0.249888,-0.35881,0.0692415,-0.128158,-0.189451,-0.204574,-0.212804,-0.402576,-0.136007,-0.333561,-0.239395,-0.333905,-0.27525,-0.141493,-0.510826,-0.322518,-0.326372,-0.349827,0.12517 +-5917.7,0.783133,0.350484,2,-0.278892,0.00448915,-2.13327,-2.02258,-2.38621,-2.44943,-2.41458,-2.31137,-1.68103,-2.18393,-1.84698,-2.10921,-2.42447,-1.27109,-2.87983,-2.66457,-1.48386,-1.48921,-2.11574,-3.58205,-3.10505,-1.35341,-2.04176,-2.9837,-0.39234,-0.528185,-0.281602,-0.344289,-0.16533,-0.354148,-0.354603,-0.0716169,-0.37622,-0.395099,-0.262172,-0.44674,-0.197443,-0.212743,-0.257621,-0.170861,-0.109757,-0.154218,-0.199886,-0.35484,-0.364901,-0.328307,-0.231844,0.0670011 +-5921.37,0.967278,0.350484,2,-0.253053,0.0260277,-2.55255,-1.84327,-1.74327,-2.41241,-2.24247,-2.26207,-1.76849,-2.14919,-1.90049,-2.0789,-2.46025,-1.3367,-3.2306,-2.65635,-1.28387,-1.43603,-1.9363,-3.8019,-3.02351,-1.40302,-2.10674,-2.92377,-0.227391,-0.524994,-0.390608,-0.180579,-0.305961,-0.303273,-0.272413,-0.00369313,-0.448222,-0.4358,-0.130226,-0.240052,-0.115565,-0.11988,-0.296251,-0.300834,-0.235486,-0.27419,-0.184552,-0.250197,-0.210501,-0.327159,-0.182275,0.161331 +-5919.76,0.927536,0.350484,2,-0.336682,0.0109069,-2.4546,-2.42742,-2.35969,-2.45907,-2.5274,-1.87994,-1.72271,-2.23494,-1.78618,-2.29704,-2.22558,-1.76974,-2.87422,-2.89326,-1.49024,-1.65175,-1.85776,-2.67128,-3.89664,-1.58516,-2.25187,-2.62496,-0.26736,-0.17236,-0.242465,-0.253262,-0.204762,-0.283453,-0.374343,-0.232025,-0.322292,-0.315188,-0.33377,0.0295019,-0.426904,0.0616298,-0.318147,-0.184761,-0.278746,-0.0214591,-0.339095,-0.277732,-0.335966,-0.434138,-0.369449,0.104436 +-5921.94,0.585241,0.350484,3,-0.205472,0.00981703,-2.52427,-1.90035,-1.65342,-2.39974,-2.30272,-2.34165,-1.74093,-2.0752,-2.14647,-2.29417,-2.37095,-1.26662,-3.05468,-2.62534,-1.25366,-1.27531,-2.14297,-3.13753,-3.06887,-1.32675,-2.17083,-3.29413,-0.207582,-0.304907,-0.522707,-0.177207,0.0275811,-0.147725,-0.246381,-0.156752,-0.194628,-0.272821,-0.102554,-0.24355,-0.0584781,-0.180482,-0.209661,-0.241163,-0.142676,-0.214174,-0.0714621,-0.141643,-0.484481,-0.125183,0.0277778,0.0990809 +-5927.26,0.664421,0.350484,2,-0.202257,0.00522551,-2.63084,-1.99071,-1.84465,-2.34562,-2.40067,-2.39065,-1.71739,-2.29749,-2.1027,-2.2689,-2.0196,-1.32957,-3.02376,-2.79946,-1.43719,-1.2881,-2.32175,-2.67734,-3.20902,-1.49682,-2.01875,-3.40705,-0.42074,-0.167464,-0.4573,-0.262067,-0.224777,-0.1748,-0.244357,-0.238076,-0.345641,-0.146348,-0.242115,-0.25508,-0.244183,-0.0191879,-0.135618,-0.142872,-0.0179685,-0.108479,-0.300129,-0.208185,-0.127724,-0.067606,-0.242672,0.0722877 +-5929.37,0.591871,0.350484,2,-0.212575,0.0298012,-2.9109,-2.39693,-1.94944,-2.33637,-2.37766,-1.94476,-1.69086,-2.02577,-1.94858,-2.24358,-2.06821,-1.3358,-3.17685,-2.76226,-1.29019,-1.24654,-2.03734,-2.57365,-2.58962,-1.39794,-2.12179,-3.27531,-0.20326,-0.0687922,-0.350843,-0.112193,0.00106964,-0.179801,-0.346046,-0.0807762,-0.447467,-0.26032,-0.454998,-0.229629,-0.0721638,0.0154463,-0.21957,-0.186096,-0.212219,-0.0897119,-0.257237,-0.236316,-0.513005,-0.0893574,-0.410193,0.17263 +-5922.56,0.96721,0.350484,3,-0.271382,0.0197415,-2.03598,-2.12077,-2.34808,-2.40798,-2.68979,-2.18234,-1.65048,-2.27599,-1.95786,-2.19081,-2.28091,-1.5861,-2.95956,-2.69181,-1.57606,-1.63405,-1.94453,-2.98589,-3.14309,-1.78174,-2.01998,-2.72609,-0.150722,-0.464935,-0.616456,-0.379912,-0.158327,-0.228707,-0.480104,-0.200625,-0.523193,-0.294138,-0.281174,-0.0710832,-0.328629,-0.176004,-0.164966,-0.199629,-0.119188,-0.286946,-0.284783,-0.0437608,-0.503229,-0.37111,-0.605217,0.140505 +-5922.08,0.808239,0.350484,3,-0.238648,0.0134553,-2.75007,-2.14757,-2.01149,-2.32974,-2.13662,-2.36261,-1.71591,-2.0736,-1.82585,-2.2754,-2.10752,-1.3385,-3.19423,-2.81695,-1.21418,-1.26333,-2.16046,-2.90507,-3.63419,-1.26976,-2.18231,-3.02133,-0.310586,-0.15413,-0.0623965,-0.223474,-0.258148,-0.427791,-0.335077,-0.0972466,-0.147766,-0.220864,-0.417142,-0.392142,-0.233808,-0.231505,-0.217966,-0.320781,-0.32395,-0.291256,-0.196675,-0.382749,-0.137807,-0.229083,-0.031512,0.115997 +-5922.51,0.991844,0.350484,2,-0.277256,0.0146847,-3.53955,-2.1733,-2.55001,-2.35881,-2.42717,-1.99293,-1.70108,-2.06143,-2.09432,-2.20828,-2.13188,-1.36324,-3.07501,-2.64649,-1.29619,-1.49106,-1.61022,-3.14121,-4.10616,-1.56278,-2.28111,-2.80946,-0.00427408,-0.365426,-0.1621,-0.381944,-0.230267,-0.0291747,-0.362657,-0.333792,-0.404612,-0.349433,-0.41204,-0.229134,-0.250539,0.02571,-0.305252,-0.194389,-0.200164,-0.157262,-0.145288,-0.0976245,-0.351132,-0.314525,-0.114592,0.121181 +-5916.84,0.766834,0.350484,3,-0.240534,0.00417777,-4.44055,-2.12498,-1.71446,-2.38808,-2.44399,-2.36146,-1.76112,-1.98354,-1.89564,-2.27623,-2.4477,-1.68037,-2.87348,-2.72949,-1.21918,-1.49207,-2.26547,-2.92784,-3.17166,-1.42073,-2.02079,-2.8988,-0.393765,-0.231079,-0.284645,-0.157938,-0.218549,-0.465772,-0.265329,-0.195143,-0.116763,-0.194624,-0.221025,-0.121194,-0.276826,-0.137006,-0.245803,-0.293934,-0.149658,-0.168435,-0.324771,-0.339706,-0.230678,-0.316909,-0.255407,0.0646357 +-5916.52,0.868991,0.350484,2,-0.259875,0.00553061,-4.39037,-2.06648,-1.92275,-2.40758,-2.47018,-2.12328,-1.7168,-2.00918,-1.82308,-2.27665,-2.36492,-1.6546,-2.90274,-2.69668,-1.2495,-1.48996,-2.31961,-3.00122,-3.12698,-1.47469,-1.94145,-2.88706,-0.236126,-0.316255,-0.290658,-0.164294,-0.2142,-0.44765,-0.226762,-0.192647,-0.110386,-0.209116,-0.278669,-0.18025,-0.264669,-0.144931,-0.176713,-0.320765,-0.204701,-0.201789,-0.340665,-0.367396,-0.215707,-0.286675,-0.284531,0.0743681 +-5916.52,0.256097,0.350484,2,-0.259875,0.00553061,-4.39037,-2.06648,-1.92275,-2.40758,-2.47018,-2.12328,-1.7168,-2.00918,-1.82308,-2.27665,-2.36492,-1.6546,-2.90274,-2.69668,-1.2495,-1.48996,-2.31961,-3.00122,-3.12698,-1.47469,-1.94145,-2.88706,-0.236126,-0.316255,-0.290658,-0.164294,-0.2142,-0.44765,-0.226762,-0.192647,-0.110386,-0.209116,-0.278669,-0.18025,-0.264669,-0.144931,-0.176713,-0.320765,-0.204701,-0.201789,-0.340665,-0.367396,-0.215707,-0.286675,-0.284531,0.0743681 +-5920.12,0.279252,0.350484,2,-0.251217,0.0137899,-2.47902,-2.45197,-2.43189,-2.26903,-2.37012,-2.0639,-1.74189,-2.22368,-2.10352,-2.19051,-2.25557,-1.25642,-3.02794,-2.68783,-1.24047,-1.47141,-1.62334,-2.78618,-3.46201,-1.56819,-2.36592,-2.96103,-0.134232,-0.402147,-0.120001,-0.253565,-0.334503,0.0119886,-0.514867,-0.24979,-0.412424,-0.33539,-0.328793,-0.300864,-0.249322,-0.00909625,-0.309543,-0.207083,-0.388651,-0.206191,-0.223637,-0.13071,-0.196117,-0.139852,-0.28939,0.11743 +-5927.68,0.822358,0.350484,3,-0.300035,0.0261114,-2.19528,-2.04128,-1.7713,-2.40938,-2.44209,-2.53622,-1.59309,-2.02978,-1.90149,-2.28042,-2.18467,-1.47746,-3.25334,-2.67301,-1.41898,-1.51487,-2.46985,-3.0298,-3.29842,-1.2409,-1.94051,-2.87813,-0.291476,-0.228362,-0.428961,-0.207082,-0.161515,-0.590551,-0.259897,-0.0893669,-0.0679171,-0.191811,-0.347267,-0.313053,-0.062862,-0.083322,-0.195533,-0.316936,-0.131219,-0.174734,-0.428967,-0.459613,-0.58528,-0.442258,-0.363448,0.16159 +-5921.11,0.935951,0.350484,2,-0.262503,0.0122681,-2.67136,-2.30454,-2.11416,-2.46411,-2.30776,-2.53909,-1.79641,-2.07058,-1.81209,-2.30901,-2.29668,-1.48181,-2.99639,-2.73575,-1.60779,-1.66071,-2.08977,-3.22555,-3.2778,-1.50373,-2.11412,-2.57937,-0.275408,-0.494148,-0.286863,-0.189715,-0.305586,-0.174273,-0.47413,-0.40666,-0.566745,-0.279134,-0.278866,-0.169354,-0.276628,-0.185395,-0.266817,-0.125508,-0.00336839,-0.267147,-0.267209,-0.53883,-0.222612,-0.465112,-0.2097,0.110762 +-5927.47,0.803728,0.350484,2,-0.30617,0.0277843,-1.83257,-2.32988,-2.16116,-2.39619,-2.18805,-1.87737,-1.69165,-2.0531,-1.77749,-2.21035,-2.32242,-1.52701,-3.12736,-2.67629,-1.48657,-1.54154,-2.11866,-2.91548,-3.4251,-1.30843,-2.43091,-2.58231,-0.217527,-0.510229,-0.44772,-0.289304,-0.207727,-0.350166,-0.515411,-0.141287,-0.379975,-0.205409,-0.0756253,-0.130675,-0.374722,0.121112,-0.33533,-0.0495297,-0.159665,-0.129823,-0.168422,-0.711926,-0.315407,-0.600677,-0.359218,0.166686 +-5931.3,0.957587,0.350484,3,-0.236744,0.0183577,-3.12259,-2.11916,-2.35724,-2.31653,-2.27418,-2.55008,-1.64476,-2.15183,-1.63618,-2.30652,-2.32961,-1.34803,-3.16891,-2.8387,-1.3947,-1.72494,-2.04633,-3.04218,-3.13001,-1.07974,-2.03609,-2.84816,-0.280746,-0.647559,-0.0744292,-0.340678,-0.222435,-0.191362,-0.344791,-0.22851,-0.540651,-0.373665,-0.296945,-0.418562,-0.0463945,-0.0656192,-0.455007,-0.0490321,-0.228698,-0.278026,-0.055206,-0.538465,-0.0891265,-0.357715,-0.356781,0.135491 +-5926.09,1,0.350484,2,-0.325544,0.0270802,-3.42566,-1.89121,-2.1673,-2.2113,-2.2805,-2.47237,-1.62736,-2.19592,-1.79666,-2.23548,-2.31631,-1.18434,-3.07067,-2.7741,-1.32123,-1.70169,-1.91009,-2.89945,-2.94466,-1.20891,-2.13473,-2.99685,-0.216938,-0.38089,-0.232942,-0.428175,-0.178771,-0.163972,-0.478311,-0.229255,-0.507216,-0.323018,-0.152945,-0.431649,-0.160965,-0.0756833,-0.521022,-0.154247,-0.208349,-0.0509259,-0.321104,-0.387501,-0.147473,-0.347929,-0.539913,0.164561 +-5921.68,0.907999,0.350484,2,-0.283574,0.0250512,-2.52262,-1.90983,-2.6519,-2.3407,-2.22289,-2.89394,-1.63857,-2.16838,-1.88343,-2.29156,-2.43667,-1.36606,-2.93112,-2.68548,-1.21574,-1.4237,-1.78754,-3.10628,-3.68402,-1.42727,-2.19792,-2.7648,-0.407247,-0.657673,-0.235668,-0.349277,-0.284808,-0.191712,-0.486642,-0.0449061,-0.402967,-0.257151,-0.375448,-0.255917,-0.361456,-0.0858974,-0.504422,-0.117439,-0.301012,-0.0952222,-0.289461,-0.383715,-0.444954,-0.447531,-0.537969,0.158276 +-5921.83,0.529474,0.350484,3,-0.25198,0.0117852,-2.49427,-2.52877,-2.82928,-2.50055,-2.45383,-2.89454,-1.69481,-2.32209,-2.01072,-2.15396,-2.33364,-1.37634,-2.96516,-3.01843,-1.44828,-1.29947,-1.86851,-3.21399,-3.26468,-1.61625,-2.1452,-2.80322,-0.173483,-0.432358,-0.306569,-0.130998,-0.199662,-0.168283,-0.481664,-0.156204,-0.298321,-0.366061,-0.189724,-0.239725,-0.377748,0.226537,-0.211688,-0.110299,-0.243386,0.0935013,-0.0935421,-0.194726,-0.325938,-0.431761,-0.129108,0.10856 +-5922.03,0.430628,0.350484,2,-0.22951,0.019561,-2.40206,-2.4392,-2.71061,-2.52027,-2.55157,-2.96124,-1.67754,-2.34011,-1.90193,-2.17056,-2.36112,-1.33092,-3.01005,-2.96908,-1.42155,-1.26701,-1.90826,-3.12894,-3.19333,-1.66976,-2.09043,-2.84264,-0.193331,-0.339381,-0.295428,-0.174579,-0.218867,-0.171705,-0.501536,-0.214978,-0.2491,-0.418242,-0.186742,-0.201842,-0.355431,0.303744,-0.216786,-0.123793,-0.162808,0.042165,-0.105862,-0.183493,-0.29544,-0.49548,-0.16545,0.139861 +-5918.8,0.869006,0.350484,3,-0.209576,0.00676124,-2.80695,-1.95813,-1.75371,-2.2964,-2.3703,-1.88254,-1.83768,-1.98692,-2.02292,-2.327,-2.35878,-1.50971,-3.08511,-2.60255,-1.26279,-1.57882,-1.96365,-2.66504,-3.52887,-1.31114,-2.27167,-3.02069,-0.46913,-0.361786,-0.368237,-0.399826,-0.276745,-0.189611,-0.346905,-0.386008,-0.346965,-0.16461,-0.117472,-0.169043,-0.291571,-0.219886,-0.245137,-0.169825,-0.118613,-0.151054,-0.119116,-0.348288,-0.237254,-0.336387,-0.0817522,0.0822268 +-5923.12,0.892389,0.350484,2,-0.227805,0.00736105,-1.84208,-2.26688,-2.62693,-2.47611,-2.60617,-2.14009,-1.67082,-1.93942,-2.48702,-2.39632,-2.4197,-1.42003,-2.64694,-2.8606,-1.25192,-1.46278,-2.03942,-2.93426,-3.05103,-1.25704,-2.23699,-3.01411,0.00629372,-0.248057,-0.20258,-0.137859,-0.163865,-0.35309,-0.273878,-0.423411,-0.204595,-0.17427,-0.121582,-0.205423,-0.139174,-0.0782554,-0.306019,-0.282559,-0.184601,-0.129351,-0.325741,-0.222282,-0.288176,-0.261001,-0.302634,0.0857966 +-5913.57,0.954586,0.350484,2,-0.229128,0.00245745,-2.19437,-2.18899,-2.49126,-2.43969,-2.54794,-2.42772,-1.62132,-2.0935,-2.26866,-2.3786,-2.41111,-1.30416,-3.22162,-2.76425,-1.38661,-1.55355,-2.06387,-3.27383,-3.38533,-1.58522,-2.08846,-3.15489,-0.376815,-0.238889,-0.192685,-0.185715,-0.192636,-0.0916561,-0.339357,-0.239569,-0.138925,-0.200059,-0.241733,-0.387462,-0.372898,-0.0919949,-0.145994,-0.226621,-0.177319,-0.248326,-0.152971,-0.253228,-0.199425,-0.258833,-0.135753,0.0495727 +-5911.3,0.949187,0.350484,2,-0.163503,0.00710829,-2.37063,-2.29794,-1.89999,-2.39274,-2.34983,-1.97061,-1.87181,-2.18338,-1.86318,-2.27894,-2.32205,-1.6831,-3.13135,-2.59379,-1.5924,-1.33749,-1.89296,-2.76316,-3.47793,-1.41767,-2.13899,-2.97942,-0.1136,-0.312166,-0.18836,-0.258085,-0.201915,-0.375362,-0.21371,-0.112339,-0.274866,-0.187483,-0.149069,0.048655,-0.0454111,-0.10533,-0.238753,-0.242377,-0.250992,-0.203469,-0.285592,-0.175875,-0.325803,-0.225233,-0.17535,0.0843107 +-5913.14,0.971057,0.350484,3,-0.313886,0.0113176,-2.5267,-2.20347,-2.34442,-2.4247,-2.31084,-2.35126,-1.52185,-1.93949,-2.00259,-2.18548,-2.28724,-1.47651,-2.58844,-2.81962,-1.13368,-1.46387,-1.98888,-3.19638,-3.07964,-1.52386,-2.20819,-3.09456,-0.296319,-0.335865,-0.226675,-0.179933,-0.28246,-0.266187,-0.50062,-0.319642,-0.207383,-0.36421,-0.370437,-0.193839,-0.700474,-0.0769334,-0.311678,-0.340679,-0.285567,-0.373976,-0.282109,-0.341427,-0.295837,-0.369455,-0.176365,0.106384 +-5917.56,0.702204,0.350484,3,-0.263578,0.0196175,-2.72282,-2.07396,-1.7019,-2.43644,-2.39262,-2.30275,-1.60496,-2.11087,-1.96666,-2.24083,-2.25571,-1.52071,-2.95869,-2.66435,-1.10351,-1.55971,-1.88317,-3.07348,-2.86317,-1.4466,-2.30036,-2.95332,-0.26215,-0.241347,-0.386348,-0.306804,-0.189394,-0.567223,-0.456392,-0.322623,-0.203592,-0.394854,-0.150643,-0.35267,-0.140519,-0.206676,-0.43585,-0.177641,-0.283374,-0.136032,-0.269447,-0.192042,-0.271642,-0.146691,-0.264774,0.140063 +-5916.81,0.396345,0.350484,2,-0.295456,0.0221726,-2.64865,-2.09139,-1.73684,-2.42609,-2.48454,-2.06104,-1.63172,-2.05949,-1.99079,-2.25578,-2.24637,-1.48976,-3.02782,-2.65018,-1.09886,-1.52047,-1.99212,-3.05787,-3.02593,-1.4737,-2.271,-2.82484,-0.227225,-0.306763,-0.415964,-0.308556,-0.175936,-0.567007,-0.454326,-0.28052,-0.323932,-0.44304,-0.145364,-0.253927,-0.173271,-0.208749,-0.444228,-0.20764,-0.284551,-0.124366,-0.234427,-0.220446,-0.225713,-0.133215,-0.291216,0.148905 +-5916.92,0.822794,0.350484,2,-0.292051,0.00899663,-2.22031,-2.04857,-2.45079,-2.36038,-2.43802,-2.27211,-1.56909,-2.17839,-1.93554,-2.17239,-2.4093,-1.4843,-3.17498,-2.70579,-1.2019,-1.3598,-2.04926,-2.6682,-3.23236,-1.59686,-2.11723,-2.93787,-0.393785,-0.190748,-0.153273,-0.166221,-0.28508,-0.0617351,-0.594396,-0.20788,-0.221373,-0.183656,-0.336535,-0.125221,-0.282495,-0.145829,-0.173257,-0.281216,-0.243434,-0.251826,-0.354309,-0.236255,-0.366169,-0.486413,-0.253978,0.0948506 +-5920,0.878493,0.350484,3,-0.429429,0.0174599,-2.67288,-2.15654,-1.78251,-2.32908,-2.33595,-2.03472,-1.61604,-1.9914,-1.9413,-2.26599,-2.23744,-1.29969,-2.74391,-2.65706,-1.39552,-1.43908,-1.70543,-3.15528,-3.11355,-1.25441,-1.93372,-2.84655,-0.299714,-0.498812,-0.603132,-0.369698,-0.190032,-0.73548,-0.488454,-0.489446,-0.438619,-0.425443,-0.145277,-0.460073,-0.462906,-0.0804335,-0.455323,-0.371029,-0.249595,-0.392875,-0.405379,-0.464446,-0.392953,-0.37382,-0.391643,0.132136 +-5917.42,0.98998,0.350484,3,-0.324575,0.00629807,-1.99069,-2.17927,-2.29838,-2.34851,-2.32585,-2.3951,-1.61161,-2.11705,-1.85833,-2.21289,-2.21628,-1.46764,-3.07076,-2.63555,-1.27026,-1.44932,-2.01656,-2.58168,-3.79426,-1.5672,-2.11203,-2.89558,-0.229154,-0.465319,-0.202474,-0.286795,-0.437458,0.0395124,-0.418786,-0.325557,-0.34474,-0.322559,-0.623317,-0.294156,-0.375543,-0.244072,-0.336815,-0.421598,-0.245176,-0.151696,-0.305496,-0.373573,-0.303035,-0.497961,-0.294025,0.0793604 +-5918.3,0.946075,0.350484,3,-0.357713,0.00814901,-3.02467,-2.13556,-2.06967,-2.37129,-2.33414,-1.98405,-1.76838,-1.94914,-2.00361,-2.17384,-2.13081,-1.45994,-2.65172,-2.73806,-1.45203,-1.49064,-1.67886,-3.15915,-2.67641,-1.28444,-1.99846,-2.77299,-0.300866,-0.398383,-0.448235,-0.391241,-0.173635,-0.70123,-0.464989,-0.306154,-0.324521,-0.364585,-0.228156,-0.287815,-0.504364,-0.212843,-0.355657,-0.192171,-0.380375,-0.507787,-0.439332,-0.33834,-0.374477,-0.473736,-0.321765,0.0902719 +-5918.3,0.590949,0.350484,3,-0.357713,0.00814901,-3.02467,-2.13556,-2.06967,-2.37129,-2.33414,-1.98405,-1.76838,-1.94914,-2.00361,-2.17384,-2.13081,-1.45994,-2.65172,-2.73806,-1.45203,-1.49064,-1.67886,-3.15915,-2.67641,-1.28444,-1.99846,-2.77299,-0.300866,-0.398383,-0.448235,-0.391241,-0.173635,-0.70123,-0.464989,-0.306154,-0.324521,-0.364585,-0.228156,-0.287815,-0.504364,-0.212843,-0.355657,-0.192171,-0.380375,-0.507787,-0.439332,-0.33834,-0.374477,-0.473736,-0.321765,0.0902719 +-5918.09,0.940861,0.350484,2,-0.320309,0.00940775,-2.07551,-2.11425,-2.14769,-2.33208,-2.48865,-2.23097,-1.60824,-2.17336,-1.86497,-2.34623,-2.31382,-1.47465,-3.10241,-3.01264,-1.28011,-1.76968,-1.99682,-3.16661,-3.80249,-1.35018,-2.10817,-3.07553,-0.269157,-0.460913,-0.286353,-0.282048,-0.380794,-0.208162,-0.431321,-0.269156,-0.394473,-0.248679,-0.496384,-0.225935,-0.310337,0.238387,-0.297587,-0.311867,-0.235503,-0.0404821,-0.359082,-0.492809,-0.429708,-0.281926,-0.378362,0.0969936 +-5918.38,0.790021,0.350484,2,-0.317787,0.00913862,-1.95995,-1.9131,-2.30696,-2.37024,-2.44617,-2.50637,-1.63097,-2.14404,-1.89783,-2.25678,-2.29302,-1.51769,-3.05113,-2.97317,-1.152,-1.68347,-2.20448,-2.8598,-3.74189,-1.28433,-2.12267,-3.04297,-0.280598,-0.502612,-0.359925,-0.244398,-0.162031,-0.250486,-0.318583,-0.26187,-0.268694,-0.237686,-0.477997,-0.179181,-0.406295,-0.0107703,-0.313841,-0.202446,-0.102025,-0.200083,-0.361869,-0.449194,-0.151799,-0.366273,-0.273544,0.0955961 +-5926.08,0.788355,0.350484,2,-0.285963,0.0263723,-1.67214,-2.06024,-2.31514,-2.363,-2.44444,-2.63176,-1.90072,-2.18601,-2.04417,-2.20597,-2.36479,-1.63857,-2.72252,-2.75299,-1.26388,-1.495,-2.35177,-2.75726,-3.85211,-1.41012,-2.32803,-3.13569,-0.530955,-0.351272,-0.286219,-0.323788,-0.123882,-0.247664,-0.324697,-0.174432,-0.572215,-0.26458,-0.286713,-0.145257,-0.227272,0.124238,-0.444546,-0.111827,-0.0524963,-0.267389,-0.183372,-0.454231,-0.362536,-0.328282,-0.160234,0.162395 +-5922.39,0.258451,0.350484,2,-0.297904,0.0105944,-2.86932,-2.25463,-2.10053,-2.32353,-2.51627,-1.93938,-1.73417,-2.04045,-1.86594,-2.15252,-2.30251,-1.58584,-2.60493,-2.81933,-1.18971,-1.33963,-2.19478,-2.74988,-3.54446,-1.63007,-2.1249,-2.95537,-0.583956,-0.287985,-0.305311,-0.279077,-0.287793,-0.298398,-0.260537,-0.307074,-0.600141,-0.323649,-0.284331,-0.151379,-0.226871,-0.152134,-0.436792,-0.180801,0.123374,-0.211774,-0.236009,-0.447871,-0.135705,-0.3532,-0.406411,0.102929 +-5927.49,0.597239,0.350484,2,-0.281242,0.00975338,-3.50772,-2.22705,-2.26343,-2.33119,-2.47454,-2.07043,-1.83587,-2.01838,-1.79247,-2.19,-2.25512,-1.6953,-2.757,-2.76481,-1.23343,-1.27514,-1.96594,-2.5254,-3.32445,-1.62275,-2.19685,-3.03455,-0.446266,-0.129896,-0.408138,-0.287625,-0.293156,-0.316982,-0.353176,-0.229832,-0.592012,-0.285631,-0.282222,-0.0600613,-0.374462,0.000666193,-0.330203,-0.262734,0.121683,-0.0443727,-0.063616,-0.396492,-0.292034,-0.383164,-0.436294,0.0987592 +-5935.48,0.881205,0.350484,2,-0.265635,0.0364969,-1.65081,-1.91836,-2.04869,-2.51781,-2.43131,-2.03578,-1.74451,-2.01496,-2.14584,-2.21087,-2.57066,-1.38316,-3.06999,-2.86162,-1.26978,-1.60111,-2.18713,-3.83773,-3.32165,-1.26871,-1.98526,-2.58491,-0.703379,-0.498037,-0.172382,-0.126616,-0.00571872,-0.336479,-0.307248,-0.380379,-0.437628,-0.428052,-0.0505901,-0.0836231,-0.322195,0.111522,-0.484747,-0.166473,-0.319933,-0.331258,-0.0841286,-0.130867,-0.367634,-0.30013,-0.138848,0.191042 +-5936.05,0.955117,0.350484,3,-0.294517,0.0261379,-2.64335,-2.24842,-1.89216,-2.39757,-2.28716,-2.37285,-1.76607,-2.17129,-1.52077,-2.18535,-2.55984,-1.51864,-2.81064,-2.96881,-1.34107,-1.25378,-1.85574,-2.97834,-3.69289,-1.59375,-2.31752,-3.12222,-0.408708,-0.970345,-0.329622,-0.19938,-0.443171,-0.199763,-0.347522,-0.219971,-0.295065,-0.385937,-0.0642868,-0.363968,-0.214805,0.278341,-0.388566,-0.28059,-0.0238154,-0.0732776,-0.187856,-0.29511,-0.215235,-0.552061,-0.678127,0.161672 +-5932.89,0.971617,0.350484,2,-0.228161,0.0553697,-2.18968,-2.33298,-2.07698,-2.37876,-2.33011,-2.05277,-1.70248,-2.15434,-1.66551,-2.18802,-2.65622,-1.44937,-2.96486,-2.91776,-1.32931,-1.36763,-2.1415,-3.35623,-3.51396,-1.5145,-2.1712,-2.88576,-0.616903,-0.884289,-0.267277,-0.170865,-0.39712,-0.0245033,-0.201291,-0.212173,-0.520374,-0.268074,0.00870006,-0.377354,-0.0996315,0.223439,-0.180439,-0.176374,-0.149502,-0.160654,-0.0973966,-0.245629,-0.412286,-0.498698,-0.618988,0.235308 +-5930.63,0.989228,0.350484,3,-0.208162,0.0244731,-2.49148,-1.6991,-2.26714,-2.40546,-2.42384,-2.24287,-1.60011,-2.1525,-2.00711,-2.32882,-1.97657,-1.6639,-3.04203,-2.66219,-1.33945,-1.59194,-1.85543,-2.549,-3.33992,-1.65432,-2.10954,-3.07118,0.196442,-0.21252,-0.27453,-0.210941,0.0141135,-0.324392,-0.512378,-0.165121,-0.236632,-0.150361,-0.481364,-0.169385,-0.473193,-0.228692,-0.352386,-0.206011,-0.221244,-0.215696,-0.394255,-0.187075,-0.240901,0.0734066,0.199463,0.156439 +-5930.31,0.804905,0.350484,2,-0.214686,0.0242984,-2.60674,-1.73631,-2.41712,-2.38906,-2.42412,-2.19634,-1.6399,-2.12555,-1.99157,-2.31731,-2.01528,-1.71029,-3.09956,-2.69249,-1.22985,-1.54668,-1.99633,-2.422,-3.40784,-1.57172,-2.08588,-3.12049,0.255133,-0.173669,-0.203873,-0.151489,-0.00477723,-0.415509,-0.517629,-0.176055,-0.259208,-0.205563,-0.481373,-0.193418,-0.487787,-0.136011,-0.318953,-0.140232,-0.270263,-0.351217,-0.349376,-0.183641,-0.192292,0.0130649,0.153111,0.15588 +-5925.93,0.949736,0.350484,3,-0.228083,0.0414087,-2.29128,-2.87237,-1.83695,-2.40141,-2.3851,-2.33089,-1.67288,-2.11912,-1.78565,-2.22254,-2.29815,-1.38879,-2.66033,-2.8488,-1.48239,-1.51861,-2.00094,-3.59564,-3.33504,-1.24479,-2.15663,-2.7672,-0.554352,-0.269881,-0.22254,-0.191874,-0.12042,-0.151511,-0.255033,-0.217568,-0.423639,-0.386616,-0.433563,-0.119164,-0.336332,0.116467,-0.168058,-0.148142,-0.0985334,-0.0246481,-0.0412561,-0.412755,-0.299816,-0.569766,-0.113928,0.203491 +-5924.68,0.532993,0.350484,2,-0.268993,0.014987,-2.16745,-2.7046,-2.15598,-2.44206,-2.2574,-2.39899,-1.64995,-2.15279,-1.81653,-2.18986,-2.30511,-1.35754,-2.77877,-2.98042,-1.50348,-1.48731,-1.99641,-3.61471,-3.28943,-1.27087,-2.11154,-2.79715,-0.619211,-0.236427,-0.257131,-0.261904,-0.173029,-0.0705574,-0.341093,-0.308399,-0.408607,-0.381686,-0.436662,-0.177243,-0.379557,0.0690344,-0.22096,-0.214935,-0.0249365,0.0440973,-0.0650943,-0.365508,-0.291539,-0.541188,-0.0951753,0.122422 +-5916.54,0.82659,0.350484,3,-0.368313,0.00884713,-2.23736,-1.97994,-1.95212,-2.30024,-2.51829,-2.17043,-1.66792,-2.09021,-1.94427,-2.28222,-2.22917,-1.56275,-3.08145,-2.65372,-1.27005,-1.37636,-2.21623,-2.35956,-3.53582,-1.61176,-2.11399,-2.75376,-0.239234,-0.363108,-0.441744,-0.27775,-0.305456,-0.436628,-0.650359,-0.479851,-0.3618,-0.319982,-0.253427,-0.362984,-0.327284,-0.289129,-0.341865,-0.386586,-0.102787,-0.466989,-0.413746,-0.321563,-0.401557,-0.560165,-0.448703,0.0940592 +-5916.54,0.497799,0.350484,2,-0.368313,0.00884713,-2.23736,-1.97994,-1.95212,-2.30024,-2.51829,-2.17043,-1.66792,-2.09021,-1.94427,-2.28222,-2.22917,-1.56275,-3.08145,-2.65372,-1.27005,-1.37636,-2.21623,-2.35956,-3.53582,-1.61176,-2.11399,-2.75376,-0.239234,-0.363108,-0.441744,-0.27775,-0.305456,-0.436628,-0.650359,-0.479851,-0.3618,-0.319982,-0.253427,-0.362984,-0.327284,-0.289129,-0.341865,-0.386586,-0.102787,-0.466989,-0.413746,-0.321563,-0.401557,-0.560165,-0.448703,0.0940592 +-5910.42,0.269127,0.350484,2,-0.384102,0.00329419,-2.73009,-1.9546,-1.80172,-2.35944,-2.26681,-2.41258,-1.69808,-2.01264,-1.93675,-2.29924,-2.25256,-1.56451,-2.64868,-2.5818,-1.18057,-1.40948,-2.22033,-2.90801,-4.06889,-1.31992,-2.19631,-2.86247,-0.488764,-0.446754,-0.333851,-0.408003,-0.405886,-0.435111,-0.470194,-0.301434,-0.231055,-0.360233,-0.396043,-0.362539,-0.473275,-0.271398,-0.347488,-0.385986,-0.178279,-0.391918,-0.299543,-0.409496,-0.367554,-0.434409,-0.283281,0.0573951 +-5905.19,0.337613,0.350484,3,-0.332996,0.00500619,-3.03911,-2.00622,-2.25,-2.48063,-2.24036,-1.87615,-1.55391,-1.93485,-1.68783,-2.26492,-2.22432,-1.52368,-2.95113,-2.60957,-1.1772,-1.51129,-1.85574,-3.06449,-3.62979,-1.50721,-2.11472,-2.75689,-0.32729,-0.308596,-0.214488,-0.282642,-0.343501,-0.304077,-0.368834,-0.354472,-0.396261,-0.303474,-0.322186,-0.323999,-0.337186,-0.251802,-0.367397,-0.281758,-0.358046,-0.311142,-0.402426,-0.319299,-0.381115,-0.336857,-0.525589,0.0707544 +-5905.19,0.231504,0.350484,2,-0.332996,0.00500619,-3.03911,-2.00622,-2.25,-2.48063,-2.24036,-1.87615,-1.55391,-1.93485,-1.68783,-2.26492,-2.22432,-1.52368,-2.95113,-2.60957,-1.1772,-1.51129,-1.85574,-3.06449,-3.62979,-1.50721,-2.11472,-2.75689,-0.32729,-0.308596,-0.214488,-0.282642,-0.343501,-0.304077,-0.368834,-0.354472,-0.396261,-0.303474,-0.322186,-0.323999,-0.337186,-0.251802,-0.367397,-0.281758,-0.358046,-0.311142,-0.402426,-0.319299,-0.381115,-0.336857,-0.525589,0.0707544 +-5905.9,0.616964,0.350484,3,-0.311623,0.00242418,-2.8959,-1.87817,-2.138,-2.45719,-2.21648,-1.77355,-1.55912,-1.93527,-1.63702,-2.25104,-2.20982,-1.56064,-3.02505,-2.64349,-1.21835,-1.51864,-1.82566,-2.9914,-3.49956,-1.57028,-2.12388,-2.80693,-0.227677,-0.386815,-0.268612,-0.331841,-0.371612,-0.209437,-0.298702,-0.330034,-0.389259,-0.321169,-0.312549,-0.364036,-0.343313,-0.172116,-0.34237,-0.292461,-0.312604,-0.265768,-0.302529,-0.345335,-0.270861,-0.336403,-0.396926,0.0492359 +-5911.14,5.89854e-05,0.350484,2,-0.308888,0.00339336,-2.50693,-1.9915,-2.29986,-2.35263,-2.23627,-1.80763,-1.68328,-1.82223,-1.61441,-2.27503,-2.19368,-1.55332,-3.15904,-2.73038,-1.17138,-1.5872,-1.80972,-3.04521,-3.44194,-1.56393,-2.30774,-2.7694,-0.379857,-0.246456,-0.216237,-0.298678,-0.426366,-0.357795,-0.406805,-0.279523,-0.387496,-0.402044,-0.331914,-0.347954,-0.267427,-0.257778,-0.215502,-0.309441,-0.318393,-0.273373,-0.279335,-0.180242,-0.347791,-0.381304,-0.355577,0.0582525 +-5909.9,0.561753,0.350484,2,-0.31335,0.00437498,-3.68311,-2.29972,-2.1277,-2.52558,-2.29929,-1.89513,-1.71404,-1.99409,-1.86699,-2.27184,-2.26317,-1.16482,-3.07939,-2.69698,-1.27642,-1.49702,-1.81356,-3.13443,-3.74982,-1.63033,-2.21082,-3.08298,-0.201022,-0.258617,-0.430314,-0.285995,-0.230098,-0.150988,-0.281606,-0.363954,-0.37788,-0.316979,-0.333512,-0.295194,-0.355629,-0.257995,-0.375495,-0.305118,-0.369294,-0.319421,-0.301877,-0.271021,-0.249352,-0.288497,-0.279935,0.0661436 +-5914.1,1.61669e-24,0.350484,3,-0.265559,0.00577429,-1.99122,-1.98685,-1.70861,-2.29323,-2.49744,-1.95737,-1.68081,-1.9763,-1.82902,-2.20301,-2.26976,-1.43256,-2.63597,-2.82968,-1.5395,-1.62397,-1.76516,-3.54201,-3.27723,-1.63686,-2.3235,-3.12832,-0.29792,-0.291364,-0.503098,-0.218943,-0.255784,-0.403274,-0.389789,-0.256019,-0.276471,-0.380587,-0.20488,-0.275116,-0.211988,-0.0438793,-0.135217,-0.214849,-0.187344,-0.195777,-0.203334,-0.143895,-0.294637,-0.243221,-0.230214,0.0759887 +-5910.12,0.747304,0.350484,2,-0.26916,0.00494595,-2.41893,-1.86864,-1.71697,-2.34949,-2.26664,-2.16783,-1.67803,-2.04151,-1.82628,-2.22874,-2.36548,-1.32391,-2.74611,-2.82383,-1.42775,-1.75216,-1.74701,-3.61914,-3.24496,-1.57702,-2.15654,-3.1389,-0.293148,-0.231001,-0.339898,-0.235205,-0.248258,-0.31051,-0.401789,-0.36993,-0.269323,-0.328147,-0.288551,-0.229947,-0.266254,-0.0593731,-0.209738,-0.28006,-0.282638,-0.260889,-0.434478,-0.109382,-0.286506,-0.234179,-0.334811,0.0703274 +-5913.5,0.224093,0.350484,2,-0.25559,0.00673723,-2.3753,-2.1535,-2.04462,-2.46587,-2.52405,-2.09868,-1.61076,-2.05465,-1.8616,-2.1876,-2.19209,-1.55868,-3.14891,-2.82966,-1.41634,-1.35463,-1.81149,-3.5464,-2.82983,-1.61501,-1.98118,-2.97098,-0.430592,-0.271708,-0.12853,-0.307925,-0.168666,-0.252258,-0.321874,-0.141471,-0.322743,-0.289921,-0.319793,-0.33161,-0.151116,-0.12605,-0.198332,-0.228825,-0.143201,-0.199706,-0.364555,-0.252239,-0.256308,-0.361751,-0.173164,0.0820806 +-5925.86,0.19504,0.350484,2,-0.211767,0.00891205,-2.1104,-1.89887,-2.44976,-2.39786,-2.61068,-2.12257,-1.83485,-2.07651,-2.13777,-2.30203,-2.13382,-1.3572,-2.97763,-2.70404,-1.31794,-1.49813,-2.17714,-3.06903,-4.07398,-1.47395,-2.13927,-2.88712,-0.15191,-0.367652,-0.489308,-0.103455,-0.316416,-0.277144,-0.311526,-0.219682,-0.27318,-0.373333,-0.381974,-0.195044,-0.474899,-0.0422855,-0.306191,-0.356596,-0.380867,-0.125331,-0.0368074,-0.121431,-0.411892,-0.213935,-0.323666,0.0944037 +-5925.27,0.606872,0.350484,2,-0.2977,0.0150151,-2.22096,-2.08981,-2.09497,-2.32882,-2.31818,-2.18993,-1.89706,-2.03352,-2.21863,-2.21523,-2.16162,-1.41033,-2.64361,-2.75913,-1.30439,-1.42724,-2.03413,-3.14875,-4.02771,-1.49163,-2.06472,-2.82435,-0.218667,-0.349574,-0.580793,-0.0778376,-0.18146,-0.585143,-0.328311,-0.134685,-0.286057,-0.35555,-0.421722,-0.166052,-0.434568,-0.203236,-0.244586,-0.497949,-0.314962,-0.0417458,-0.171848,-0.254682,-0.398347,-0.246682,-0.258071,0.122536 +-5931.26,0.876398,0.350484,3,-0.336468,0.0195297,-2.26473,-1.75963,-1.92386,-2.67041,-2.32274,-1.90232,-1.65324,-2.30016,-1.85843,-2.20826,-2.22527,-1.58866,-2.84954,-2.51127,-1.3622,-1.51189,-1.67831,-2.87062,-3.08429,-1.55697,-2.09268,-2.74708,-0.427359,-0.498838,-0.42082,-0.269661,-0.316355,-0.106004,-0.195141,-0.152561,-0.19914,-0.425168,-0.388288,-0.189373,-0.482104,-0.202093,-0.393928,-0.334757,-0.427217,0.0376381,-0.392453,-0.296641,-0.28401,-0.451427,-0.316763,0.139749 +-5917.13,1,0.350484,2,-0.339409,0.0026821,-2.54725,-2.1282,-2.35848,-2.46102,-2.50313,-2.67203,-1.75542,-2.11259,-1.96368,-2.22202,-2.25389,-1.51047,-3.198,-2.69729,-1.20736,-1.18274,-1.75668,-2.98898,-3.22259,-1.363,-2.05141,-2.85998,-0.269992,-0.283985,-0.437255,-0.185899,-0.264658,-0.417145,-0.44779,-0.123829,-0.405074,-0.295512,-0.400375,-0.342887,-0.266893,-0.295495,-0.430183,-0.352869,-0.321328,-0.200926,-0.293969,-0.510231,-0.503039,-0.282071,-0.302139,0.051789 +-5914.11,0.92146,0.350484,3,-0.308289,0.00248466,-2.79836,-2.07313,-2.52889,-2.45137,-2.50487,-2.74782,-1.74614,-2.15455,-1.97762,-2.17523,-2.2418,-1.52372,-3.19096,-2.66606,-1.22815,-1.16936,-1.83935,-3.06327,-3.32489,-1.39974,-1.92378,-2.8868,-0.341049,-0.317813,-0.395104,-0.210763,-0.253149,-0.405919,-0.390374,-0.14029,-0.378935,-0.3002,-0.436002,-0.269272,-0.32993,-0.290652,-0.384801,-0.314624,-0.367645,-0.232872,-0.303317,-0.488403,-0.450746,-0.288376,-0.396452,0.0498464 +-5917.38,0.381778,0.350484,3,-0.260229,0.00755658,-2.66584,-1.93852,-2.09587,-2.47955,-2.59709,-2.35308,-1.69738,-2.01586,-1.64082,-2.11643,-2.41388,-1.50692,-2.9984,-2.6309,-1.42176,-1.35739,-1.43379,-3.16861,-3.13921,-1.4788,-2.08694,-3.06068,-0.243816,-0.299833,-0.316399,-0.279178,-0.228343,-0.22263,-0.182211,-0.164082,-0.238451,-0.331255,-0.234103,-0.265541,-0.301779,-0.231745,-0.233742,-0.36517,-0.291015,-0.384635,-0.306924,-0.408383,-0.279439,-0.279715,-0.164124,0.0869286 +-5917.64,0.408326,0.350484,2,-0.261736,0.00370405,-2.57125,-1.97087,-1.62132,-2.32188,-2.47701,-2.86505,-1.76321,-2.32827,-1.74097,-2.22036,-2.53153,-1.67733,-3.06934,-2.50273,-1.24572,-1.40853,-1.91191,-2.87972,-3.56283,-1.33103,-2.24983,-2.93126,-0.376549,-0.312915,-0.243325,-0.293353,-0.158625,-0.346929,-0.40159,-0.218116,-0.345932,-0.333956,-0.330164,-0.274986,-0.190526,-0.305269,-0.335808,-0.248763,-0.366372,-0.198019,-0.286663,-0.326934,-0.361428,-0.420614,-0.255943,0.0608609 +-5917.35,1,0.350484,2,-0.31132,0.00594046,-2.94679,-1.73874,-1.92007,-2.43103,-2.62653,-2.75124,-1.65964,-1.95662,-1.75451,-2.28003,-2.36724,-1.59402,-3.08719,-2.56268,-1.25441,-1.63399,-1.82186,-3.04548,-3.4244,-1.35803,-2.03585,-3.18029,-0.162668,-0.320114,-0.363864,-0.374873,-0.356963,-0.188062,-0.368577,-0.159272,-0.297288,-0.183026,-0.360807,-0.217266,-0.215744,-0.255509,-0.308843,-0.380512,-0.336965,-0.343358,-0.30813,-0.290033,-0.275464,-0.276256,-0.390507,0.0770744 +-5917.35,0.541311,0.350484,2,-0.31132,0.00594046,-2.94679,-1.73874,-1.92007,-2.43103,-2.62653,-2.75124,-1.65964,-1.95662,-1.75451,-2.28003,-2.36724,-1.59402,-3.08719,-2.56268,-1.25441,-1.63399,-1.82186,-3.04548,-3.4244,-1.35803,-2.03585,-3.18029,-0.162668,-0.320114,-0.363864,-0.374873,-0.356963,-0.188062,-0.368577,-0.159272,-0.297288,-0.183026,-0.360807,-0.217266,-0.215744,-0.255509,-0.308843,-0.380512,-0.336965,-0.343358,-0.30813,-0.290033,-0.275464,-0.276256,-0.390507,0.0770744 +-5925.43,0.580383,0.350484,2,-0.311599,0.00531375,-3.26218,-2.10289,-1.73236,-2.24235,-2.49252,-2.36143,-1.75833,-2.15719,-2.00397,-2.20733,-2.21058,-1.1801,-2.73031,-2.73115,-1.34799,-1.59732,-2.19696,-2.26839,-3.37115,-1.458,-2.36591,-2.9619,-0.389273,-0.474825,-0.251228,-0.295326,-0.200296,-0.591435,-0.323895,-0.461541,-0.275689,-0.364136,-0.238774,-0.299537,-0.445177,-0.239966,-0.317644,-0.186497,-0.0482323,-0.275543,-0.281484,-0.378306,-0.336081,-0.330758,-0.0986331,0.0728955 +-5930.42,0.720196,0.350484,3,-0.263495,0.0112541,-1.72007,-2.32714,-2.70285,-2.47409,-2.20147,-2.16145,-1.5298,-2.04589,-1.84274,-2.16252,-2.42042,-1.66807,-3.23006,-2.73235,-1.1901,-1.205,-1.78117,-3.76852,-3.32828,-1.60816,-1.96457,-2.89343,-0.292617,-0.120675,-0.252572,-0.169244,-0.179381,0.153481,-0.500631,-0.143742,-0.387719,-0.226224,-0.20357,-0.184205,-0.194832,-0.187356,-0.290338,-0.398048,-0.400361,-0.244889,-0.240552,-0.0993483,-0.452698,-0.437476,-0.508098,0.106085 +-5931.28,0.963571,0.350484,3,-0.316506,0.0121208,-2.90207,-2.15406,-1.50056,-2.29495,-2.69646,-2.57161,-1.66111,-2.27915,-1.83143,-2.1905,-2.19398,-1.32292,-2.92955,-2.87055,-1.43446,-1.68069,-1.99018,-2.23453,-3.46502,-1.37028,-2.157,-2.72728,-0.466843,-0.479241,-0.385539,-0.290081,-0.126877,-0.486664,-0.639308,-0.165397,-0.50456,-0.596023,-0.296703,-0.171837,-0.380089,0.122866,-0.310424,-0.204927,-0.20259,-0.282588,-0.315982,-0.443889,-0.36157,-0.472491,-0.143038,0.110094 +-5932.96,1,0.350484,3,-0.314537,0.0538942,-3.27252,-2.26784,-2.31294,-2.37801,-2.61674,-2.39438,-1.41521,-2.26258,-1.86039,-2.15124,-2.37465,-1.6937,-3.2419,-3.03314,-1.20066,-1.49677,-1.9536,-3.309,-3.09792,-1.34901,-2.18507,-2.62361,-0.0750466,-0.282281,-0.598606,-0.264655,-0.0102333,-0.167235,-0.594994,-0.149297,-0.415201,-0.418802,-0.4318,0.0495987,-0.187578,0.370661,-0.322754,-0.104333,-0.27707,-0.378581,-0.266807,-0.479945,-0.443847,-0.611549,-0.153664,0.232151 +-5935.48,0.991209,0.350484,2,-0.313268,0.027942,-2.9535,-2.4109,-2.29573,-2.30404,-2.71462,-2.42784,-1.53388,-2.22953,-1.78794,-2.25496,-2.39882,-1.71311,-3.33352,-2.89219,-1.26988,-1.36306,-1.97735,-3.66624,-3.34398,-1.41278,-2.16035,-2.72958,0.0562592,-0.388679,-0.685345,-0.356446,0.0399346,-0.0629411,-0.659672,-0.207483,-0.469039,-0.38872,-0.377124,0.0655291,-0.274144,0.358833,-0.492594,-0.206017,-0.297901,-0.46856,-0.0969963,-0.513621,-0.407233,-0.504322,-0.173012,0.167159 +-5928.23,0.846462,0.350484,3,-0.207693,0.0138566,-1.99627,-1.91307,-2.0596,-2.54912,-2.38977,-2.37841,-1.65418,-2.14037,-1.81604,-2.17664,-2.39021,-1.49077,-2.82788,-2.80435,-1.41683,-1.53347,-2.07224,-3.11727,-3.20881,-1.45408,-2.04462,-2.88027,-0.179343,-0.28289,-0.846991,-0.0594332,0.0573708,-0.243975,-0.474798,0.0267932,-0.326189,-0.271813,0.0785281,-0.319278,-0.188653,-0.204957,-0.12814,-0.331999,-0.0795789,0.227183,-0.222285,-0.296057,-0.400169,-0.50105,-0.227669,0.117714 +-5924.3,0.992685,0.350484,3,-0.174517,0.0160961,-2.55768,-2.41948,-1.86743,-2.33698,-2.57483,-2.1573,-1.72617,-2.0767,-2.21937,-2.2786,-2.11741,-1.57663,-3.05994,-3.02586,-1.41416,-1.56496,-2.08401,-2.82764,-3.67101,-1.67629,-2.24814,-2.75362,0.0849693,-0.0750627,0.302279,-0.336159,-0.197466,-0.238879,-0.399994,-0.140639,-0.1233,-0.256157,-0.225584,-0.0193657,-0.114117,0.0595626,-0.251528,-0.0181906,-0.162188,-0.273033,-0.0683751,-0.119609,-0.238974,-0.605683,-0.226646,0.12687 +-5918.17,0.921773,0.350484,2,-0.291078,0.00938606,-2.3046,-1.84047,-2.33734,-2.30731,-2.31128,-2.14212,-1.66598,-2.18628,-1.73855,-2.14913,-2.43365,-1.63702,-2.67721,-2.63656,-1.44092,-1.42942,-1.98418,-3.1031,-3.55398,-1.27892,-2.1449,-2.89722,-0.386133,-0.360843,-0.622148,-0.309114,-0.112193,-0.198829,-0.325875,-0.181444,-0.326243,-0.357487,-0.252484,-0.194566,-0.360401,-0.00350471,-0.0876955,-0.338046,-0.166226,-0.0875517,-0.255503,-0.288068,-0.258469,-0.20293,-0.165619,0.0968817 +-5915.07,0.936393,0.350484,2,-0.248494,0.0166538,-2.37535,-2.14727,-2.13273,-2.33748,-2.2457,-2.23752,-1.69461,-2.20812,-1.74522,-2.17576,-2.43961,-1.63034,-2.5833,-2.619,-1.42129,-1.51667,-1.9795,-2.93956,-3.45397,-1.35683,-2.06214,-2.80761,-0.205843,-0.366315,-0.741517,-0.419363,-0.295071,-0.29866,-0.395067,-0.134704,-0.246815,-0.341413,-0.176948,-0.207815,-0.263457,-0.0888941,-0.271178,-0.284082,-0.161044,-0.174143,-0.204005,-0.346113,-0.393332,-0.26119,-0.294898,0.12905 +-5917.68,0.722354,0.350484,3,-0.272031,0.00959384,-2.87894,-2.18214,-1.79273,-2.34411,-2.39366,-1.59761,-1.69261,-2.17701,-2.13015,-2.37112,-2.4456,-1.23903,-3.242,-2.87788,-1.32406,-1.2952,-1.9033,-2.92934,-3.21279,-1.34171,-2.24367,-3.10229,-0.303822,-0.211033,-0.394028,-0.204246,-0.188787,-0.27797,-0.314794,-0.00973141,-0.257105,-0.147956,-0.192103,-0.240577,-0.295844,-0.12908,-0.25794,-0.249154,-0.310368,-0.313098,-0.296129,-0.224792,-0.210209,-0.304929,-0.623356,0.0979482 +-5919.94,0.947048,0.350484,2,-0.276658,0.0194777,-2.39209,-2.11167,-1.97498,-2.28836,-2.60474,-1.99811,-1.76497,-2.21848,-2.13166,-2.20009,-2.36384,-1.47286,-2.91842,-2.71077,-1.35765,-1.37922,-1.80581,-3.70328,-3.51371,-1.68268,-2.3068,-2.89001,-0.322838,-0.410206,-0.246129,-0.37733,-0.072598,-0.410998,-0.307401,-0.0951265,-0.294099,-0.386256,-0.126971,-0.351284,-0.288918,0.108316,-0.281752,-0.411092,-0.226649,-0.152345,-0.0428155,-0.276058,-0.277329,-0.289649,-0.644291,0.139562 +-5910.59,0.717822,0.350484,2,-0.234659,0.00727651,-2.17449,-2.23963,-2.00966,-2.4667,-2.26573,-2.39899,-1.68881,-2.16078,-2.01985,-2.22532,-2.43005,-1.32767,-2.94292,-3.01607,-1.49257,-1.36754,-1.97387,-2.95541,-3.12002,-1.53051,-2.0043,-2.94529,-0.268218,-0.135906,-0.39147,-0.150895,-0.332764,-0.265783,-0.358023,-0.269832,-0.18101,-0.244862,-0.236434,-0.187669,-0.23289,0.0623127,-0.244317,-0.180102,-0.206012,-0.210782,-0.437985,-0.221886,-0.379393,-0.367242,-0.0289946,0.0853025 +-5915.13,0.64223,0.350484,2,-0.229545,0.0046405,-2.17091,-2.20262,-2.02723,-2.2845,-2.5937,-2.81382,-1.86089,-1.89821,-1.83347,-2.31573,-2.25289,-1.61318,-3.42239,-2.84059,-1.41751,-1.52831,-2.00461,-3.14761,-2.92179,-1.5853,-2.3456,-2.95491,-0.291497,-0.34972,-0.180836,-0.353341,-0.0938007,-0.20785,-0.257885,-0.247563,-0.350603,-0.269529,-0.201018,-0.219473,-0.233844,0.260897,-0.238133,-0.312805,-0.244637,-0.220413,-0.226354,-0.214584,-0.246657,-0.136342,-0.409961,0.0681212 +-5909.87,0.539008,0.350484,2,-0.243321,0.00313889,-2.26571,-2.13207,-1.80494,-2.41962,-2.65022,-2.20336,-1.75672,-2.13475,-1.70299,-2.2967,-2.16028,-1.4859,-3.36498,-2.87875,-1.20506,-1.44129,-2.12448,-3.18029,-3.11057,-1.60044,-2.42147,-3.08782,-0.235976,-0.227647,-0.331773,-0.314744,-0.234582,-0.31047,-0.303476,-0.11187,-0.238541,-0.19933,-0.33057,-0.265835,-0.277408,-0.0458532,-0.272734,-0.230745,-0.276741,-0.290781,-0.299367,-0.333204,-0.268387,-0.315052,-0.144759,0.0560258 +-5912.52,0.322134,0.350484,3,-0.287942,0.00884231,-2.19968,-2.38801,-2.23668,-2.39979,-2.31932,-1.87301,-1.73312,-2.20062,-2.13103,-2.26255,-2.37058,-1.22308,-2.70802,-2.66532,-1.46181,-1.46339,-1.79495,-3.14168,-3.1768,-1.57124,-1.83437,-3.07804,-0.367544,-0.360313,-0.251248,-0.196368,-0.244945,-0.242853,-0.348487,-0.216488,-0.369458,-0.397082,-0.313984,-0.3005,-0.308463,-0.133602,-0.308605,-0.360879,-0.231345,-0.1675,-0.292116,-0.15872,-0.343893,-0.225098,-0.485434,0.0940336 +-5924.51,0.796025,0.350484,3,-0.180298,0.0191718,-1.76776,-2.01473,-1.9368,-2.36695,-2.40787,-2.67394,-1.72693,-2.07708,-2.14723,-2.25972,-2.3702,-1.39238,-3.02457,-2.91473,-1.50891,-1.63643,-2.23998,-2.98726,-3.25553,-1.48884,-2.05389,-2.94339,-0.36746,-0.455085,-0.148658,-0.178545,0.0422161,0.00567692,-0.337508,-0.284332,-0.474222,-0.370625,-0.256964,-0.0562956,-0.16418,0.217927,-0.265728,-0.0659547,-0.00386727,-0.255375,0.0485234,-0.111155,-0.132365,-0.259664,-0.557996,0.138462 +-5931.22,0.910739,0.350484,2,-0.140493,0.0566613,-2.53287,-2.22944,-2.25864,-2.40918,-2.46706,-2.37386,-1.79742,-1.94689,-1.9848,-2.16464,-2.2026,-1.46062,-2.85097,-2.96529,-1.49403,-1.50279,-2.14322,-2.84751,-3.45209,-1.4444,-2.22396,-2.91853,-0.0284435,-0.232771,-0.214895,-0.244624,0.101757,0.011054,-0.361028,-0.206693,-0.438473,-0.317435,-0.388117,-0.298137,0.0728041,0.0918711,-0.154859,0.147483,-0.218869,-0.625755,0.299141,-0.0881954,-0.42308,-0.335629,-0.358865,0.238036 +-5926.77,0.935908,0.350484,3,-0.185651,0.0127357,-2.93272,-2.06738,-2.0472,-2.42224,-2.38877,-2.31709,-1.71485,-2.10805,-1.86938,-2.36631,-2.27644,-1.46796,-3.36072,-2.67718,-1.2517,-1.66057,-1.86948,-3.1047,-3.49047,-1.78777,-2.07274,-2.94381,-0.30756,-0.343267,-0.163484,-0.245495,-0.396047,-0.150785,-0.225726,-0.313737,-0.150893,-0.230907,-0.227797,-0.129413,-0.470714,-0.279341,-0.307051,-0.385476,-0.170432,0.256058,-0.36153,-0.234794,-0.264286,-0.250593,-0.0868168,0.112853 +-5934.05,0.853504,0.350484,3,-0.0607598,0.0264372,-1.72759,-2.40917,-2.00944,-2.41388,-2.65362,-1.84248,-1.63262,-2.25288,-2.06489,-2.17089,-2.32089,-1.51514,-3.01965,-3.02358,-1.5694,-1.48099,-1.99145,-2.9405,-3.64364,-1.37155,-2.02144,-2.9071,-0.0374354,-0.0614774,-0.432587,-0.192885,-0.0299372,-0.220583,-0.515978,-0.00646124,-0.636772,-0.295391,-0.0756866,-0.103505,-0.135266,0.316615,-0.434999,0.058428,0.0298562,-0.480467,0.0942046,-0.182285,-0.21613,-0.432665,-0.292415,0.162595 +-5939.9,0.88561,0.350484,3,-0.0675919,0.109586,-1.78343,-2.07578,-1.78432,-2.43903,-2.70691,-1.81812,-1.57052,-2.19066,-1.88926,-2.096,-2.33672,-1.5068,-2.9873,-3.03336,-1.55798,-1.48236,-2.08348,-2.41949,-3.6546,-1.37174,-2.01348,-2.92625,-0.0822588,-0.136663,-0.622085,-0.262495,-0.136071,-0.212108,-0.470548,-0.0224514,-0.564866,-0.275588,-0.157502,-0.0932457,0.0185371,0.182115,-0.437412,-0.0250434,0.121096,-0.264197,0.0690902,-0.223525,-0.262284,-0.462486,-0.439631,0.331038 +-5934.6,0.877032,0.350484,3,-0.363899,0.0246857,-3.30099,-2.58871,-2.41659,-2.32634,-2.18963,-2.64304,-1.79679,-2.15905,-1.87997,-2.31868,-2.34484,-1.55602,-3.07451,-2.8236,-1.10247,-1.58084,-1.69964,-3.72217,-3.38645,-1.47829,-2.14787,-2.87362,-0.402934,-0.503609,-0.103787,-0.35934,-0.0262303,-0.187553,-0.225931,-0.125258,-0.333667,-0.192647,-0.346929,-0.291463,-0.525652,-0.00034964,-0.27364,-0.339639,-0.451812,0.344217,-0.268695,-0.417242,-0.377281,-0.154539,-0.301376,0.157117 +-5928.68,0.930461,0.350484,3,-0.295869,0.0183853,-2.26925,-2.21892,-1.59671,-2.36789,-2.44019,-1.85218,-1.78082,-2.2675,-2.10689,-2.14178,-2.41409,-1.21846,-2.59663,-2.62728,-1.20405,-1.44075,-1.5833,-2.84672,-4.15996,-1.4858,-2.03872,-2.93989,-0.394328,-0.214831,-0.483815,-0.40428,-0.286214,-0.369079,-0.384142,-0.142451,-0.315849,-0.391546,-0.206086,-0.248291,-0.302166,-0.20637,-0.450183,-0.169504,-0.763125,0.221443,-0.255207,-0.266567,-0.315342,-0.476071,-0.22077,0.135592 +-5931.18,0.766686,0.350484,3,-0.274307,0.0266399,-2.67662,-2.07037,-2.61418,-2.46142,-2.38787,-2.15128,-1.71264,-1.88817,-1.7454,-2.2875,-2.41838,-1.51,-3.33908,-2.78849,-1.33217,-1.39854,-2.35147,-3.09972,-3.24476,-1.40711,-2.08534,-2.81645,-0.222988,-0.649294,-0.0882324,-0.24335,-0.209871,-0.403648,-0.617686,-0.401587,-0.330653,-0.15065,-0.190653,-0.187831,-0.457308,0.194925,-0.201602,-0.46731,0.32929,-0.582731,-0.0339635,-0.474121,-0.280192,-0.286497,-0.365941,0.163217 +-5931.15,0.949845,0.350484,3,-0.331468,0.0262366,-2.51635,-2.18646,-2.56664,-2.57075,-2.28287,-1.91156,-1.66782,-2.05335,-2.00686,-2.30822,-2.40303,-1.26531,-3.21088,-3.0148,-1.06449,-1.27082,-2.09863,-2.65366,-3.88446,-1.20717,-1.89291,-2.54403,-0.441911,-0.494035,-0.0724263,-0.194934,-0.294342,-0.603459,-0.444473,-0.33709,-0.202845,-0.260955,-0.220134,-0.334359,-0.273125,0.381747,-0.303154,-0.389653,-0.00630326,-0.427064,-0.134989,-0.342671,-0.521128,-0.310048,-0.41891,0.161977 +-5929.73,1,0.350484,3,-0.385034,0.0242071,-2.14319,-1.81419,-1.69684,-2.33787,-2.44981,-2.44205,-1.57531,-2.1748,-1.89541,-2.21919,-2.12658,-1.59057,-2.56587,-2.81254,-1.61951,-1.38996,-1.85163,-3.07218,-3.09481,-1.60368,-2.15766,-3.16909,-0.229386,-0.699614,-0.558884,-0.291386,-0.184929,-0.0152028,-0.582793,-0.17671,-0.501665,-0.22804,-0.380135,-0.196224,-0.635729,-0.0060978,-0.355181,-0.542048,-0.424819,-0.340089,-0.155704,-0.399266,-0.426009,-0.59331,-0.323976,0.155586 +-5915.44,0.894343,0.350484,2,-0.305184,0.00565823,-2.40995,-2.44899,-2.22418,-2.33144,-2.40887,-2.05616,-1.75758,-2.00105,-1.89082,-2.17134,-2.35835,-1.47158,-3.20273,-2.65277,-1.24185,-1.33686,-2.04855,-3.00178,-3.88116,-1.36596,-2.12968,-2.76713,-0.364362,-0.0951672,-0.312115,-0.379477,-0.305243,-0.487559,-0.28175,-0.33347,-0.328926,-0.496302,-0.320906,-0.145412,-0.520228,-0.165307,-0.28054,-0.205625,-0.167219,-0.234888,-0.354229,-0.263052,-0.334569,-0.172933,-0.306583,0.0752212 +-5918.75,0.956118,0.350484,3,-0.284687,0.00987042,-2.94495,-2.16763,-1.76499,-2.33532,-2.5005,-1.74772,-1.70241,-1.97548,-2.25106,-2.24602,-2.22025,-1.4391,-3.10747,-2.85319,-1.37035,-1.46011,-1.87614,-2.56846,-3.4018,-1.67995,-2.04409,-3.13173,-0.162264,-0.429901,-0.335176,-0.295784,-0.0579189,-0.287991,-0.408885,-0.303037,-0.177197,-0.175778,-0.208975,-0.324501,-0.0961669,0.017764,-0.376769,-0.383511,-0.313409,-0.326329,-0.0683132,-0.182065,-0.346488,-0.458487,-0.236584,0.09935 +-5922.01,0.972173,0.350484,3,-0.262834,0.00838307,-1.65176,-2.52251,-2.48497,-2.41475,-2.57775,-2.61102,-1.59513,-2.0364,-1.66076,-2.21892,-2.38532,-1.48271,-2.79262,-2.6571,-1.1122,-1.44489,-2.0791,-3.21986,-3.12665,-1.32042,-2.22305,-2.68124,-0.290384,-0.0660132,-0.204359,-0.23659,-0.00472498,-0.212452,-0.53495,-0.239986,-0.374758,-0.369628,-0.247524,-0.0940457,-0.479979,-0.296401,-0.242217,-0.140773,-0.174553,-0.110616,-0.419388,-0.290025,-0.339433,-0.193795,-0.300779,0.0915591 +-5924.16,0.603001,0.350484,2,-0.276925,0.0289055,-3.39522,-1.89191,-1.71105,-2.38501,-2.2262,-1.69822,-1.62545,-2.13457,-2.13183,-2.22089,-2.2245,-1.51518,-3.1927,-2.81419,-1.46502,-1.50405,-1.80306,-2.73123,-3.69178,-1.53442,-1.96901,-3.06057,-0.233229,-0.486844,-0.335652,-0.25839,-0.362966,-0.356626,-0.566311,-0.0758478,-0.260497,-0.307993,-0.228796,-0.249535,-0.0607593,0.228503,-0.431439,-0.349008,-0.351851,-0.31828,-0.0127661,-0.265376,-0.297702,-0.581894,-0.230614,0.170016 +-5929.5,0.834729,0.350484,2,-0.279211,0.0283181,-3.68071,-2.11623,-1.8964,-2.39026,-2.24776,-2.02567,-1.59431,-2.12295,-2.19316,-2.1741,-2.12511,-1.35904,-3.16732,-2.71011,-1.27374,-1.48538,-2.01701,-2.64357,-3.50494,-1.40725,-1.94989,-3.02972,-0.128872,-0.505292,-0.226293,-0.191382,-0.494713,-0.204397,-0.515279,-0.132088,-0.348912,-0.227491,-0.306294,-0.347224,0.0846319,0.174365,-0.320863,-0.369181,-0.31875,-0.249523,-0.147399,-0.318337,-0.495655,-0.667067,-0.372456,0.16828 +-5929.69,0.927391,0.350484,3,-0.453177,0.0143135,-1.33323,-2.01156,-2.45017,-2.2451,-2.37547,-2.34648,-1.72412,-1.97974,-1.55455,-2.3737,-2.32871,-1.36209,-3.03697,-2.7067,-1.37055,-1.211,-1.98116,-3.01497,-3.22566,-1.43092,-2.02616,-2.57255,-0.397697,-0.358307,-0.434047,-0.463696,-0.154946,-0.467263,-0.358142,-0.431731,-0.485466,-0.274977,-0.439775,-0.336566,-0.48547,-0.302925,-0.341704,-0.458524,-0.135658,-0.411328,-0.610658,-0.396188,-0.55342,-0.343629,-0.334148,0.119639 +-5921.83,0.951872,0.350484,2,-0.377722,0.0246084,-3.14877,-2.27362,-1.56158,-2.43009,-2.24454,-1.86448,-1.72374,-2.15106,-1.97422,-2.15655,-2.10506,-1.56064,-2.77583,-2.85716,-1.21471,-1.43845,-1.95491,-2.7303,-3.5412,-1.40744,-2.17376,-3.00546,-0.351109,-0.596682,-0.530733,-0.240679,-0.369268,-0.417421,-0.447521,-0.146161,-0.411985,-0.280725,-0.374431,-0.300879,-0.31222,0.242008,-0.391078,-0.315573,-0.435765,-0.21854,-0.0888887,-0.348031,-0.356059,-0.581595,-0.531729,0.156871 +-5921.94,0.366053,0.350484,3,-0.270067,0.00238173,-1.3877,-1.73906,-2.43292,-2.44714,-2.41571,-2.2747,-1.71989,-2.0181,-1.99023,-2.31086,-2.47658,-1.35929,-2.99114,-2.66575,-1.48472,-1.38151,-1.82607,-3.09666,-3.45598,-1.60801,-2.19375,-2.60552,-0.352331,-0.134485,-0.455299,-0.220891,-0.162257,-0.222419,-0.290612,-0.284202,-0.187461,-0.313789,-0.212362,-0.168078,-0.275341,-0.301457,-0.238217,-0.258494,-0.239841,-0.211551,-0.42731,-0.221648,-0.31961,-0.200561,-0.0668441,0.0488029 +-5917.97,1,0.350484,2,-0.279775,0.0112095,-2.46665,-2.38832,-2.1467,-2.40145,-2.62926,-2.05861,-1.84164,-2.15402,-1.90266,-2.17641,-2.38633,-1.47728,-3.28439,-2.59243,-1.41012,-1.29803,-1.89274,-3.33071,-3.40784,-1.33097,-2.00408,-2.88741,-0.173168,-0.440287,-0.226293,-0.292706,-0.0860419,-0.38017,-0.32048,-0.29156,-0.214954,-0.267376,-0.198549,-0.290454,-0.294589,-0.0566461,-0.251835,-0.362857,-0.322253,-0.276039,-0.15335,-0.150592,-0.369445,-0.646655,-0.531638,0.105875 +-5917.75,0.835099,0.350484,2,-0.262224,0.00878783,-2.33483,-2.43244,-1.68185,-2.42907,-2.44713,-2.12142,-1.79618,-2.02383,-2.04695,-2.30696,-2.3429,-1.53781,-2.89035,-2.77984,-1.43533,-1.54155,-2.12988,-2.64093,-2.54268,-1.24204,-2.02024,-2.76074,-0.310012,-0.308823,-0.38686,-0.224248,-0.165962,-0.214864,-0.311878,-0.187133,-0.251048,-0.252226,-0.197939,-0.297113,-0.136242,-0.211433,-0.343083,-0.24052,-0.220541,-0.321923,-0.150918,-0.189538,-0.552367,-0.697609,-0.30573,0.0937434 +-5919.37,0.705749,0.350484,2,-0.227108,0.00872766,-2.2852,-2.53905,-1.70781,-2.43457,-2.38343,-2.20821,-1.83227,-2.04747,-2.06122,-2.28101,-2.33188,-1.45001,-2.87568,-2.81247,-1.41237,-1.56002,-2.08743,-2.77218,-2.49443,-1.29874,-2.06606,-2.69705,-0.339926,-0.371818,-0.32692,-0.304653,-0.147941,-0.194157,-0.273088,-0.206701,-0.24852,-0.274272,-0.211528,-0.26171,-0.140068,-0.139556,-0.428453,-0.247879,-0.190357,-0.319595,-0.270319,-0.213891,-0.565408,-0.641404,-0.364904,0.0934219 +-5913.14,0.907955,0.350484,2,-0.223946,0.00348067,-1.95617,-2.11202,-2.04528,-2.45876,-2.3407,-2.25591,-1.71794,-2.25737,-2.05362,-2.29966,-2.22101,-1.3281,-2.79898,-2.52873,-1.15751,-1.43093,-1.66848,-2.82276,-3.01391,-1.46288,-1.94999,-3.17199,-0.216355,-0.194905,-0.254125,-0.129832,-0.251044,-0.328421,-0.315909,-0.218371,-0.264488,-0.267254,-0.328447,-0.19408,-0.439271,-0.253082,-0.175782,-0.243344,-0.316367,-0.223136,-0.309662,-0.345716,-0.590726,-0.165738,-0.204295,0.0589972 +-5912.44,0.745139,0.350484,2,-0.306607,0.0032797,-2.05529,-2.23253,-2.38495,-2.5448,-2.32733,-2.63342,-1.61496,-2.22682,-1.82822,-2.32273,-2.10631,-1.37236,-2.82443,-2.56071,-1.34398,-1.49596,-1.7692,-2.84444,-3.46198,-1.5848,-1.98054,-3.05129,-0.298821,-0.349299,-0.313286,-0.121917,-0.306636,-0.261281,-0.233439,-0.229302,-0.298852,-0.227972,-0.338773,-0.261789,-0.450928,-0.290198,-0.208599,-0.137135,-0.405602,-0.3449,-0.268468,-0.321964,-0.381345,-0.320175,-0.375123,0.0572686 +-5913.11,0.884016,0.350484,2,-0.286522,0.00192155,-1.95629,-2.09008,-2.22624,-2.58532,-2.31937,-2.73201,-1.6333,-2.204,-1.84279,-2.29781,-2.11843,-1.45088,-2.9021,-2.56802,-1.326,-1.53152,-1.82163,-2.80885,-3.5325,-1.56121,-1.9627,-3.10867,-0.322124,-0.372477,-0.238343,-0.160707,-0.283894,-0.353253,-0.292132,-0.250552,-0.299209,-0.211781,-0.361061,-0.231301,-0.40015,-0.347636,-0.198911,-0.134469,-0.386898,-0.245989,-0.315445,-0.277024,-0.272162,-0.359721,-0.246984,0.0438354 +-5908.57,0.500784,0.350484,2,-0.231807,0.00487375,-2.33704,-2.11316,-2.00453,-2.51442,-2.26747,-1.8451,-1.73609,-2.0951,-2.21958,-2.26104,-2.12422,-1.46755,-2.76407,-2.74359,-1.3206,-1.49873,-2.10085,-2.92352,-3.57489,-1.21418,-2.07053,-3.00331,-0.228555,-0.231265,-0.282278,-0.0812133,-0.199215,-0.230317,-0.421422,-0.189852,-0.22242,-0.318737,-0.292659,-0.250852,-0.176601,-0.0709969,-0.346954,-0.358463,-0.10761,-0.25224,-0.199315,-0.268189,-0.406405,-0.184738,-0.244962,0.0698122 +-5909.55,0.33764,0.350484,2,-0.235712,0.00922316,-2.23309,-2.14894,-1.81945,-2.49274,-2.15106,-1.92614,-1.64899,-2.12629,-2.23623,-2.23822,-2.21312,-1.45672,-2.77402,-2.80419,-1.40006,-1.49321,-2.03498,-2.74697,-3.59681,-1.29227,-2.20164,-3.09018,-0.20557,-0.280439,-0.213519,-0.102268,-0.239493,-0.292924,-0.319911,-0.213041,-0.19953,-0.162303,-0.321264,-0.209898,-0.172896,-0.0794666,-0.232134,-0.276313,-0.0960054,-0.300709,-0.147767,-0.279688,-0.360125,-0.195835,-0.16552,0.0960373 +-5925.04,0.339089,0.350484,2,-0.22246,0.00801737,-1.90849,-2.16922,-2.08506,-2.42783,-2.4194,-1.55911,-1.60031,-2.15097,-2.42093,-2.31117,-2.40302,-1.6476,-3.21806,-2.94019,-1.24937,-1.43513,-1.96032,-2.48944,-3.11042,-1.30413,-2.12802,-3.17371,-0.238448,-0.0745012,-0.315545,-0.218421,-0.361652,-0.349841,-0.264789,-0.0454082,-0.256434,-0.241664,-0.235015,-0.0303049,-0.41152,0.178055,-0.271118,-0.263193,-0.167078,-0.193806,-0.1217,-0.353269,-0.241716,-0.33279,-0.296334,0.0895397 +-5926.27,0.643014,0.350484,3,-0.225056,0.0129623,-2.86582,-2.48591,-2.1938,-2.36103,-2.40081,-3.01941,-1.83754,-2.19377,-1.58884,-2.18363,-2.27236,-1.23272,-2.76271,-3.00544,-1.42064,-1.41183,-1.90321,-3.40065,-3.56449,-1.65863,-2.17042,-2.72481,-0.253631,-0.30174,-0.259346,-0.274266,-0.0350593,-0.160085,-0.41081,-0.184981,-0.323095,-0.338555,-0.297135,-0.551348,-0.210119,0.348655,-0.318467,-0.252979,-0.240158,-0.253737,-0.379965,-0.160437,-0.432108,-0.432939,-0.323867,0.113852 +-5925.37,0.950811,0.350484,3,-0.390451,0.0105519,-1.83317,-1.86705,-2.11725,-2.32069,-2.42119,-1.47354,-1.62412,-1.92698,-2.15855,-2.32198,-2.27519,-1.78023,-3.05316,-2.7184,-1.26644,-1.43995,-1.99063,-2.50893,-3.2184,-1.33289,-2.16195,-3.04532,-0.333848,-0.334282,-0.471337,-0.124115,-0.290942,-0.503449,-0.484165,-0.247354,-0.293466,-0.257827,-0.255397,0.0701486,-0.357997,-0.142202,-0.346319,-0.302268,-0.280568,-0.275723,-0.252949,-0.538084,-0.394593,-0.294732,-0.270723,0.102722 +-5929.94,1,0.350484,3,-0.0837216,0.0299589,-2.07814,-2.2346,-2.16746,-2.24646,-2.47267,-2.10894,-1.75811,-2.20891,-1.83095,-2.21782,-2.3537,-1.33219,-3.40658,-2.64648,-1.36139,-1.5364,-2.05997,-2.795,-3.12827,-1.70018,-2.19482,-2.80996,0.0502133,0.00394346,-0.23007,-0.186934,-0.177437,-0.211341,-0.322938,0.0404683,-0.272421,-0.372612,-0.130015,-0.389326,-0.143595,0.245592,-0.094674,-0.0827966,-0.187773,0.190338,-0.0154871,0.167994,-0.359622,-0.300091,-0.168735,0.173086 +-5923.91,1,0.350484,3,-0.337118,0.0163164,-2.19953,-1.93435,-2.49901,-2.32656,-2.36729,-2.08303,-1.70661,-1.97127,-1.9542,-2.28672,-2.2879,-1.672,-3.04246,-2.88059,-1.39844,-1.44375,-1.98955,-2.52693,-3.28637,-1.28147,-1.99144,-2.861,0.00623785,-0.229638,-0.333928,-0.145524,-0.494483,-0.496376,-0.440401,-0.312226,-0.385881,-0.374686,-0.326332,-0.0536985,-0.503548,-0.171093,-0.275195,-0.49102,-0.159403,-0.280033,-0.178198,-0.510201,-0.425494,-0.456849,-0.422639,0.127736 +-5917.04,0.909513,0.350484,3,-0.201422,0.00852167,-2.5906,-2.2682,-2.12077,-2.2671,-2.75665,-2.68874,-1.74473,-2.18875,-2.07901,-2.30864,-2.39777,-1.43338,-3.08131,-2.76429,-1.22521,-1.67235,-1.78106,-3.04846,-3.30629,-1.70596,-2.16852,-2.90531,-0.414265,-0.173532,-0.260154,-0.189957,-0.183011,-0.309077,-0.393791,-0.0747183,-0.254283,-0.33322,-0.206415,-0.289239,-0.195307,-0.187093,-0.267312,-0.103636,-0.279461,-0.125558,-0.0672291,-0.00793699,-0.229274,-0.387295,-0.31685,0.0923129 +-5924.27,0.608634,0.350484,2,-0.121847,0.0200316,-2.17241,-2.33274,-2.09734,-2.40609,-2.27661,-1.68163,-1.83582,-2.46798,-1.93019,-2.25597,-2.14973,-1.5105,-2.83656,-2.6478,-1.08984,-1.59923,-2.16925,-2.96248,-3.47659,-1.44072,-2.33457,-2.94504,-0.0802253,-0.193568,-0.23077,-0.365957,-0.106929,-0.140022,-0.195694,0.262038,-0.215993,-0.244748,-0.257435,-0.104692,-0.259345,-0.0608319,-0.606881,0.0372486,-0.142541,-0.180854,-0.244732,-0.303213,-0.218245,-0.257269,-0.144454,0.141533 +-5923.9,0.866147,0.350484,3,-0.31259,0.0413248,-2.75758,-1.8221,-2.07966,-2.47751,-2.70984,-2.64736,-1.57833,-2.14893,-1.95289,-2.29658,-2.53799,-1.48953,-2.88994,-2.76683,-1.23761,-1.4878,-2.1232,-2.9005,-3.45911,-1.62526,-1.91639,-3.02611,-0.277713,-0.761461,-0.264673,0.0179864,-0.0419494,-0.432344,-0.536838,-0.102958,-0.362403,-0.261694,-0.130044,-0.211543,-0.44974,-0.0547539,-0.420356,-0.331822,-0.0340554,-0.207038,-0.153774,-0.0899827,-0.554085,-0.250903,-0.345677,0.203285 +-5939.33,0.905549,0.350484,2,-0.351808,0.0305287,-3.10152,-2.06798,-2.39225,-2.5381,-2.28351,-2.82161,-1.53854,-2.08256,-1.94288,-2.27072,-2.52312,-1.36434,-3.58937,-2.69504,-1.49311,-1.4417,-2.30487,-2.97109,-3.46386,-1.7903,-2.16145,-3.02952,-0.569839,-0.703368,-0.49239,-0.0998868,-0.0690405,-0.595371,-0.582024,-0.103369,-0.565604,-0.260841,-0.0202201,-0.568973,-0.234197,0.137116,-0.345367,-0.308935,-0.140576,-0.278142,-0.412717,-0.232616,-0.397446,-0.327061,-0.510022,0.174725 +-5925.85,1,0.350484,2,-0.370953,0.0173527,-1.92936,-1.97238,-2.3837,-2.553,-2.56519,-1.70315,-1.82508,-2.02588,-1.84812,-2.34829,-2.37502,-1.3411,-2.88124,-2.78148,-1.12269,-1.39123,-2.1054,-2.6629,-3.55656,-1.72706,-2.02091,-3.07706,-0.285032,-0.587266,-0.580001,-0.07544,-0.128276,-0.267545,-0.282064,-0.328232,-0.289748,-0.244595,-0.169242,-0.434011,-0.482296,-0.222046,-0.453211,-0.235013,-0.166578,-0.4083,-0.343264,-0.196955,-0.555281,-0.358443,-0.44163,0.13173 +-5920.16,0.919794,0.350484,3,-0.254978,0.0111796,-3.11785,-2.26955,-1.9266,-2.23695,-2.20886,-2.57918,-1.61903,-2.00245,-2.07465,-2.16539,-2.32535,-1.5149,-3.00803,-2.74982,-1.49631,-1.49026,-2.21159,-3.169,-3.16855,-1.42483,-2.14623,-2.46794,-0.212563,-0.12423,-0.0884293,-0.339678,-0.239208,-0.353594,-0.451375,-0.245917,-0.303616,-0.249359,-0.341626,-0.0795216,-0.216741,-0.104899,-0.166396,-0.314946,-0.249799,-0.173019,-0.284347,-0.160466,-0.232244,-0.755321,-0.378205,0.105734 +-5919.61,0.92469,0.350484,2,-0.211388,0.00672667,-3.48539,-2.19606,-2.55923,-2.41171,-2.60221,-2.33404,-1.6803,-2.07183,-2.03448,-2.20579,-2.3567,-1.55114,-3.64932,-2.58381,-1.41683,-1.46366,-1.84433,-3.28973,-3.43462,-1.31419,-2.04707,-2.65031,-0.171658,-0.302745,-0.204922,-0.252935,-0.222978,-0.0951199,-0.377071,-0.279618,-0.200555,-0.361361,-0.319121,-0.130471,-0.191985,-0.1806,-0.310285,-0.141151,-0.133755,-0.212319,-0.206591,-0.443591,-0.452339,-0.626067,-0.171049,0.0820163 +-5916.21,0.877717,0.350484,2,-0.231053,0.00333125,-3.91538,-1.82945,-1.48286,-2.36815,-2.51553,-2.83332,-1.76027,-2.13336,-1.7687,-2.16035,-2.29614,-1.45929,-2.48759,-2.74674,-1.44509,-1.47011,-1.97307,-3.13687,-3.41634,-1.42716,-2.15149,-3.04309,-0.28665,-0.250087,-0.297266,-0.245812,-0.169415,-0.360288,-0.252394,-0.160102,-0.334708,-0.275875,-0.160483,-0.276512,-0.296399,-0.209181,-0.159354,-0.216563,-0.334439,-0.234385,-0.202966,-0.0962578,-0.176614,-0.175088,-0.301732,0.057717 +-5913.56,0.0364162,0.350484,3,-0.236247,0.00396039,-1.57852,-2.56832,-2.89596,-2.44114,-2.27805,-1.90874,-1.71005,-1.97004,-2.22353,-2.33997,-2.27782,-1.43894,-3.62821,-2.67062,-1.24475,-1.4887,-2.04912,-2.82827,-3.35596,-1.51959,-2.1027,-2.79246,-0.251094,-0.270471,-0.296827,-0.245592,-0.171897,-0.507078,-0.333443,-0.159311,-0.192915,-0.209176,-0.268276,-0.221988,-0.243406,-0.0901214,-0.196509,-0.207441,-0.313374,-0.266269,-0.252402,-0.169817,-0.216754,-0.295242,-0.332841,0.0629316 +-5913.56,0.753456,0.350484,2,-0.236247,0.00396039,-1.57852,-2.56832,-2.89596,-2.44114,-2.27805,-1.90874,-1.71005,-1.97004,-2.22353,-2.33997,-2.27782,-1.43894,-3.62821,-2.67062,-1.24475,-1.4887,-2.04912,-2.82827,-3.35596,-1.51959,-2.1027,-2.79246,-0.251094,-0.270471,-0.296827,-0.245592,-0.171897,-0.507078,-0.333443,-0.159311,-0.192915,-0.209176,-0.268276,-0.221988,-0.243406,-0.0901214,-0.196509,-0.207441,-0.313374,-0.266269,-0.252402,-0.169817,-0.216754,-0.295242,-0.332841,0.0629316 +-5913.56,0.284936,0.350484,2,-0.236247,0.00396039,-1.57852,-2.56832,-2.89596,-2.44114,-2.27805,-1.90874,-1.71005,-1.97004,-2.22353,-2.33997,-2.27782,-1.43894,-3.62821,-2.67062,-1.24475,-1.4887,-2.04912,-2.82827,-3.35596,-1.51959,-2.1027,-2.79246,-0.251094,-0.270471,-0.296827,-0.245592,-0.171897,-0.507078,-0.333443,-0.159311,-0.192915,-0.209176,-0.268276,-0.221988,-0.243406,-0.0901214,-0.196509,-0.207441,-0.313374,-0.266269,-0.252402,-0.169817,-0.216754,-0.295242,-0.332841,0.0629316 +-5923.03,0.673179,0.350484,2,-0.195772,0.0102499,-2.62465,-2.38273,-1.85426,-2.31949,-2.76787,-2.73089,-1.79579,-2.34827,-1.73644,-2.26866,-2.37824,-1.48401,-2.54163,-2.8843,-1.30711,-1.6496,-2.37114,-3.15286,-3.45436,-1.5724,-2.04041,-3.05365,-0.210071,-0.19976,-0.212303,-0.23803,-0.229661,0.0622604,-0.215351,-0.256492,-0.361308,-0.209717,-0.178663,-0.217152,-0.29298,-0.150682,-0.315417,0.0767809,-0.042038,-0.158375,-0.101426,-0.283485,-0.322822,-0.1939,-0.249839,0.101242 +-5915.27,1,0.350484,2,-0.204454,0.00472382,-2.85137,-2.33281,-1.79079,-2.28461,-2.87793,-2.30324,-1.80585,-2.25845,-1.9484,-2.31371,-2.27464,-1.38578,-3.10861,-2.73669,-1.47581,-1.71584,-2.06035,-3.11561,-3.25495,-1.49931,-2.04515,-3.0673,-0.240997,-0.239615,-0.27545,-0.138141,-0.2273,-0.0632675,-0.207183,-0.158194,-0.407146,-0.279642,-0.238712,-0.290352,-0.27155,-0.0444906,-0.194478,-0.0740894,-0.177594,-0.247553,-0.161154,-0.19471,-0.221649,-0.187915,-0.0318208,0.0687301 +-5907.42,1.5407e-37,0.350484,3,-0.139466,0.00116371,-3.12352,-2.28852,-2.15283,-2.46171,-2.33633,-2.16853,-1.80132,-2.11418,-2.03152,-2.17162,-2.2255,-1.36391,-3.16384,-2.80832,-1.42577,-1.48536,-2.15953,-2.85503,-4.25283,-1.48146,-2.28812,-3.07464,-0.120189,-0.148153,-0.121965,-0.271177,-0.0994889,-0.306575,-0.231985,-0.165545,-0.134016,-0.16582,-0.147738,-0.107522,-0.110173,-0.143884,-0.142084,-0.227373,-0.143453,-0.114847,-0.157831,-0.182272,-0.201215,-0.191619,-0.287361,0.0341132 +-5907.42,0.00106101,0.350484,2,-0.139466,0.00116371,-3.12352,-2.28852,-2.15283,-2.46171,-2.33633,-2.16853,-1.80132,-2.11418,-2.03152,-2.17162,-2.2255,-1.36391,-3.16384,-2.80832,-1.42577,-1.48536,-2.15953,-2.85503,-4.25283,-1.48146,-2.28812,-3.07464,-0.120189,-0.148153,-0.121965,-0.271177,-0.0994889,-0.306575,-0.231985,-0.165545,-0.134016,-0.16582,-0.147738,-0.107522,-0.110173,-0.143884,-0.142084,-0.227373,-0.143453,-0.114847,-0.157831,-0.182272,-0.201215,-0.191619,-0.287361,0.0341132 +-5902.97,4.0021e-19,0.350484,4,-0.179697,0.0018501,-3.12225,-2.25208,-2.17996,-2.42488,-2.33842,-2.27869,-1.79247,-2.09985,-2.03691,-2.16122,-2.19759,-1.36905,-3.18526,-2.82821,-1.41492,-1.56212,-2.16445,-2.90239,-4.3481,-1.47762,-2.21391,-3.09314,-0.156875,-0.174753,-0.135461,-0.21303,-0.144269,-0.283032,-0.202075,-0.140476,-0.197713,-0.187682,-0.14846,-0.179462,-0.122373,-0.114463,-0.144546,-0.191312,-0.167763,-0.0974023,-0.0746498,-0.266086,-0.146962,-0.14741,-0.268807,0.0430128 +-5912.04,6.32524e-31,0.350484,3,-0.178013,0.00632748,-2.19295,-2.37719,-2.16698,-2.37028,-2.42382,-2.52344,-1.8247,-2.11647,-2.00774,-2.16824,-2.16685,-1.36568,-3.13791,-2.70925,-1.54704,-1.38831,-2.26015,-2.75509,-4.34667,-1.54103,-2.30994,-3.08737,-0.126426,-0.0971975,-0.373548,-0.195147,-0.223643,-0.395374,-0.175446,-0.165442,-0.171522,-0.282018,-0.205701,-0.186991,-0.196513,-0.0626765,-0.154502,-0.155069,-0.138559,-0.0688578,-0.0798909,-0.253112,-0.302481,-0.146729,-0.191722,0.0795454 +-5913.32,0.249279,0.350484,3,-0.178048,0.00243763,-2.19755,-2.00105,-1.63955,-2.39561,-2.43697,-2.53721,-1.76904,-2.24714,-1.84492,-2.17155,-2.10041,-1.39299,-3.08882,-2.78344,-1.56685,-1.61434,-1.95853,-2.59974,-4.1031,-1.64656,-2.10968,-2.8445,-0.258567,-0.189406,-0.162714,-0.196559,-0.416915,-0.0762077,-0.239763,-0.156433,-0.189757,-0.229545,-0.165464,-0.161329,-0.184665,-0.193774,-0.161356,-0.164503,-0.202191,-0.251734,-0.293812,-0.132683,-0.119135,-0.303179,-0.172695,0.0493723 +-5909.86,3.57768e-05,0.350484,2,-0.210464,0.00334139,-2.31129,-2.07851,-1.90991,-2.38415,-2.39178,-2.46101,-1.73974,-2.19838,-1.80988,-2.17767,-2.14735,-1.30799,-3.01296,-2.55495,-1.53133,-1.6859,-2.0594,-2.62358,-4.08787,-1.74334,-2.10505,-2.89531,-0.187881,-0.178903,-0.20491,-0.0641331,-0.181046,-0.253679,-0.204749,-0.242878,-0.193593,-0.267614,-0.270452,-0.179793,-0.200996,-0.140517,-0.194398,-0.164202,-0.150487,0.0497832,-0.139792,-0.149486,-0.274658,-0.22724,-0.235523,0.0578048 +-5909.86,0.0541766,0.350484,3,-0.210464,0.00334139,-2.31129,-2.07851,-1.90991,-2.38415,-2.39178,-2.46101,-1.73974,-2.19838,-1.80988,-2.17767,-2.14735,-1.30799,-3.01296,-2.55495,-1.53133,-1.6859,-2.0594,-2.62358,-4.08787,-1.74334,-2.10505,-2.89531,-0.187881,-0.178903,-0.20491,-0.0641331,-0.181046,-0.253679,-0.204749,-0.242878,-0.193593,-0.267614,-0.270452,-0.179793,-0.200996,-0.140517,-0.194398,-0.164202,-0.150487,0.0497832,-0.139792,-0.149486,-0.274658,-0.22724,-0.235523,0.0578048 +-5909.86,0.0460739,0.350484,2,-0.210464,0.00334139,-2.31129,-2.07851,-1.90991,-2.38415,-2.39178,-2.46101,-1.73974,-2.19838,-1.80988,-2.17767,-2.14735,-1.30799,-3.01296,-2.55495,-1.53133,-1.6859,-2.0594,-2.62358,-4.08787,-1.74334,-2.10505,-2.89531,-0.187881,-0.178903,-0.20491,-0.0641331,-0.181046,-0.253679,-0.204749,-0.242878,-0.193593,-0.267614,-0.270452,-0.179793,-0.200996,-0.140517,-0.194398,-0.164202,-0.150487,0.0497832,-0.139792,-0.149486,-0.274658,-0.22724,-0.235523,0.0578048 +-5898.33,1.09434e-20,0.350484,2,-0.168373,0.00269034,-2.80593,-1.9626,-2.05682,-2.39461,-2.26082,-2.34928,-1.68803,-2.1151,-1.95832,-2.23251,-2.12816,-1.48855,-2.9427,-2.62179,-1.39077,-1.59782,-2.02907,-2.85009,-3.83866,-1.75352,-2.09894,-3.0041,-0.171971,-0.207331,-0.177148,-0.207041,-0.158092,-0.18853,-0.21594,-0.151462,-0.170138,-0.256071,-0.280627,-0.202068,-0.24127,-0.138525,-0.212527,-0.134872,-0.148477,-0.0747333,-0.212538,-0.155778,-0.223549,-0.147878,-0.0845093,0.0518685 +-5907.42,0.0419022,0.350484,3,-0.210499,0.00230934,-2.49065,-1.78202,-1.99755,-2.43783,-2.22183,-2.17116,-1.72335,-2.20637,-2.02497,-2.22003,-1.99144,-1.51883,-3.08279,-2.77669,-1.45301,-1.62576,-2.04155,-3.01114,-4.08148,-1.58107,-2.18212,-3.10838,-0.2487,-0.229073,-0.200139,-0.197089,-0.235162,-0.222626,-0.247793,-0.266626,-0.235768,-0.172672,-0.198532,-0.0985886,-0.342091,-0.120484,-0.210336,-0.280103,-0.222302,-0.28891,-0.167651,-0.21266,-0.198927,-0.250375,-0.291792,0.0480556 +-5907.85,1.495e-06,0.350484,2,-0.198908,0.00188173,-2.43143,-1.8784,-2.17539,-2.4274,-2.15472,-2.24162,-1.71459,-2.16952,-1.97096,-2.23382,-2.01804,-1.49321,-3.03698,-2.71502,-1.46415,-1.59309,-2.13303,-2.94846,-3.98958,-1.57993,-2.17743,-3.00233,-0.181904,-0.204735,-0.161464,-0.209601,-0.255866,-0.21499,-0.252102,-0.238322,-0.24362,-0.236997,-0.287532,-0.0871836,-0.31438,-0.100412,-0.208958,-0.305703,-0.16363,-0.240212,-0.127036,-0.286486,-0.277838,-0.162181,-0.282155,0.0433789 +-5901.42,0.386177,0.350484,3,-0.270034,0.0015851,-2.29929,-2.4793,-2.58862,-2.39956,-2.41584,-2.00362,-1.79956,-2.02837,-1.97285,-2.21878,-2.54512,-1.43151,-2.83047,-2.67773,-1.03222,-1.17713,-1.91488,-2.9888,-3.73512,-1.4064,-2.13582,-2.77711,-0.164219,-0.199659,-0.190807,-0.272928,-0.272197,-0.217908,-0.264284,-0.296526,-0.252222,-0.321261,-0.282585,-0.222038,-0.295567,-0.252129,-0.315885,-0.294299,-0.251486,-0.255825,-0.185485,-0.278947,-0.304343,-0.2498,-0.34793,0.0398133 +-5901.42,1.70947e-10,0.350484,2,-0.270034,0.0015851,-2.29929,-2.4793,-2.58862,-2.39956,-2.41584,-2.00362,-1.79956,-2.02837,-1.97285,-2.21878,-2.54512,-1.43151,-2.83047,-2.67773,-1.03222,-1.17713,-1.91488,-2.9888,-3.73512,-1.4064,-2.13582,-2.77711,-0.164219,-0.199659,-0.190807,-0.272928,-0.272197,-0.217908,-0.264284,-0.296526,-0.252222,-0.321261,-0.282585,-0.222038,-0.295567,-0.252129,-0.315885,-0.294299,-0.251486,-0.255825,-0.185485,-0.278947,-0.304343,-0.2498,-0.34793,0.0398133 +-5896.6,1.12672e-56,0.350484,2,-0.279718,0.00252684,-2.31101,-2.39665,-2.64294,-2.39247,-2.51876,-2.12322,-1.75811,-2.03085,-1.92588,-2.23649,-2.54388,-1.4008,-2.74465,-2.63206,-1.00879,-1.27565,-1.87103,-3.02257,-3.64632,-1.38763,-2.15635,-2.86685,-0.241226,-0.274977,-0.284376,-0.294349,-0.265839,-0.294266,-0.303913,-0.283062,-0.223588,-0.292101,-0.281779,-0.194936,-0.217428,-0.234347,-0.277024,-0.263264,-0.270415,-0.229832,-0.247057,-0.256903,-0.286216,-0.265447,-0.301916,0.0502677 +-5896.6,8.96447e-14,0.350484,3,-0.279718,0.00252684,-2.31101,-2.39665,-2.64294,-2.39247,-2.51876,-2.12322,-1.75811,-2.03085,-1.92588,-2.23649,-2.54388,-1.4008,-2.74465,-2.63206,-1.00879,-1.27565,-1.87103,-3.02257,-3.64632,-1.38763,-2.15635,-2.86685,-0.241226,-0.274977,-0.284376,-0.294349,-0.265839,-0.294266,-0.303913,-0.283062,-0.223588,-0.292101,-0.281779,-0.194936,-0.217428,-0.234347,-0.277024,-0.263264,-0.270415,-0.229832,-0.247057,-0.256903,-0.286216,-0.265447,-0.301916,0.0502677 +-5900.14,7.93089e-53,0.350484,3,-0.246852,0.00164119,-2.31083,-2.56117,-2.57739,-2.40116,-2.45349,-2.11918,-1.80946,-2.02522,-1.89308,-2.24184,-2.4828,-1.38573,-2.71831,-2.61584,-1.03308,-1.23983,-2.01642,-2.96522,-3.64789,-1.33597,-2.13188,-2.78326,-0.254006,-0.28906,-0.192639,-0.217048,-0.274363,-0.232576,-0.267404,-0.286746,-0.281039,-0.279959,-0.280371,-0.278565,-0.279916,-0.268184,-0.239907,-0.252669,-0.315355,-0.152689,-0.259858,-0.258112,-0.235631,-0.325751,-0.335752,0.0405116 +-5900.14,0.0019423,0.350484,2,-0.246852,0.00164119,-2.31083,-2.56117,-2.57739,-2.40116,-2.45349,-2.11918,-1.80946,-2.02522,-1.89308,-2.24184,-2.4828,-1.38573,-2.71831,-2.61584,-1.03308,-1.23983,-2.01642,-2.96522,-3.64789,-1.33597,-2.13188,-2.78326,-0.254006,-0.28906,-0.192639,-0.217048,-0.274363,-0.232576,-0.267404,-0.286746,-0.281039,-0.279959,-0.280371,-0.278565,-0.279916,-0.268184,-0.239907,-0.252669,-0.315355,-0.152689,-0.259858,-0.258112,-0.235631,-0.325751,-0.335752,0.0405116 +-5900.14,1.28651e-05,0.350484,3,-0.246852,0.00164119,-2.31083,-2.56117,-2.57739,-2.40116,-2.45349,-2.11918,-1.80946,-2.02522,-1.89308,-2.24184,-2.4828,-1.38573,-2.71831,-2.61584,-1.03308,-1.23983,-2.01642,-2.96522,-3.64789,-1.33597,-2.13188,-2.78326,-0.254006,-0.28906,-0.192639,-0.217048,-0.274363,-0.232576,-0.267404,-0.286746,-0.281039,-0.279959,-0.280371,-0.278565,-0.279916,-0.268184,-0.239907,-0.252669,-0.315355,-0.152689,-0.259858,-0.258112,-0.235631,-0.325751,-0.335752,0.0405116 +-5900.14,5.71238e-29,0.350484,3,-0.246852,0.00164119,-2.31083,-2.56117,-2.57739,-2.40116,-2.45349,-2.11918,-1.80946,-2.02522,-1.89308,-2.24184,-2.4828,-1.38573,-2.71831,-2.61584,-1.03308,-1.23983,-2.01642,-2.96522,-3.64789,-1.33597,-2.13188,-2.78326,-0.254006,-0.28906,-0.192639,-0.217048,-0.274363,-0.232576,-0.267404,-0.286746,-0.281039,-0.279959,-0.280371,-0.278565,-0.279916,-0.268184,-0.239907,-0.252669,-0.315355,-0.152689,-0.259858,-0.258112,-0.235631,-0.325751,-0.335752,0.0405116 +-5900.14,5.24788e-33,0.350484,3,-0.246852,0.00164119,-2.31083,-2.56117,-2.57739,-2.40116,-2.45349,-2.11918,-1.80946,-2.02522,-1.89308,-2.24184,-2.4828,-1.38573,-2.71831,-2.61584,-1.03308,-1.23983,-2.01642,-2.96522,-3.64789,-1.33597,-2.13188,-2.78326,-0.254006,-0.28906,-0.192639,-0.217048,-0.274363,-0.232576,-0.267404,-0.286746,-0.281039,-0.279959,-0.280371,-0.278565,-0.279916,-0.268184,-0.239907,-0.252669,-0.315355,-0.152689,-0.259858,-0.258112,-0.235631,-0.325751,-0.335752,0.0405116 +-5900.14,0.000589782,0.350484,4,-0.246852,0.00164119,-2.31083,-2.56117,-2.57739,-2.40116,-2.45349,-2.11918,-1.80946,-2.02522,-1.89308,-2.24184,-2.4828,-1.38573,-2.71831,-2.61584,-1.03308,-1.23983,-2.01642,-2.96522,-3.64789,-1.33597,-2.13188,-2.78326,-0.254006,-0.28906,-0.192639,-0.217048,-0.274363,-0.232576,-0.267404,-0.286746,-0.281039,-0.279959,-0.280371,-0.278565,-0.279916,-0.268184,-0.239907,-0.252669,-0.315355,-0.152689,-0.259858,-0.258112,-0.235631,-0.325751,-0.335752,0.0405116 +-5899.42,1.50589e-13,0.350484,3,-0.250672,0.00161407,-2.48263,-2.47327,-2.50589,-2.42995,-2.43703,-2.16667,-1.797,-2.03546,-1.87522,-2.16831,-2.49775,-1.30446,-2.70548,-2.64641,-1.04738,-1.29008,-2.13366,-2.87375,-3.86449,-1.34264,-2.13682,-2.78844,-0.0758746,-0.262822,-0.224,-0.271152,-0.238049,-0.259279,-0.281255,-0.271994,-0.202213,-0.270665,-0.213837,-0.224681,-0.252717,-0.280882,-0.329032,-0.260539,-0.236137,-0.250975,-0.191394,-0.22015,-0.27657,-0.318371,-0.259252,0.0401755 +-5899.42,7.10163e-55,0.350484,2,-0.250672,0.00161407,-2.48263,-2.47327,-2.50589,-2.42995,-2.43703,-2.16667,-1.797,-2.03546,-1.87522,-2.16831,-2.49775,-1.30446,-2.70548,-2.64641,-1.04738,-1.29008,-2.13366,-2.87375,-3.86449,-1.34264,-2.13682,-2.78844,-0.0758746,-0.262822,-0.224,-0.271152,-0.238049,-0.259279,-0.281255,-0.271994,-0.202213,-0.270665,-0.213837,-0.224681,-0.252717,-0.280882,-0.329032,-0.260539,-0.236137,-0.250975,-0.191394,-0.22015,-0.27657,-0.318371,-0.259252,0.0401755 +-5899.42,3.96281e-05,0.350484,2,-0.250672,0.00161407,-2.48263,-2.47327,-2.50589,-2.42995,-2.43703,-2.16667,-1.797,-2.03546,-1.87522,-2.16831,-2.49775,-1.30446,-2.70548,-2.64641,-1.04738,-1.29008,-2.13366,-2.87375,-3.86449,-1.34264,-2.13682,-2.78844,-0.0758746,-0.262822,-0.224,-0.271152,-0.238049,-0.259279,-0.281255,-0.271994,-0.202213,-0.270665,-0.213837,-0.224681,-0.252717,-0.280882,-0.329032,-0.260539,-0.236137,-0.250975,-0.191394,-0.22015,-0.27657,-0.318371,-0.259252,0.0401755 +-5899.42,2.18856e-23,0.350484,3,-0.250672,0.00161407,-2.48263,-2.47327,-2.50589,-2.42995,-2.43703,-2.16667,-1.797,-2.03546,-1.87522,-2.16831,-2.49775,-1.30446,-2.70548,-2.64641,-1.04738,-1.29008,-2.13366,-2.87375,-3.86449,-1.34264,-2.13682,-2.78844,-0.0758746,-0.262822,-0.224,-0.271152,-0.238049,-0.259279,-0.281255,-0.271994,-0.202213,-0.270665,-0.213837,-0.224681,-0.252717,-0.280882,-0.329032,-0.260539,-0.236137,-0.250975,-0.191394,-0.22015,-0.27657,-0.318371,-0.259252,0.0401755 +-5899.42,4.62021e-08,0.350484,2,-0.250672,0.00161407,-2.48263,-2.47327,-2.50589,-2.42995,-2.43703,-2.16667,-1.797,-2.03546,-1.87522,-2.16831,-2.49775,-1.30446,-2.70548,-2.64641,-1.04738,-1.29008,-2.13366,-2.87375,-3.86449,-1.34264,-2.13682,-2.78844,-0.0758746,-0.262822,-0.224,-0.271152,-0.238049,-0.259279,-0.281255,-0.271994,-0.202213,-0.270665,-0.213837,-0.224681,-0.252717,-0.280882,-0.329032,-0.260539,-0.236137,-0.250975,-0.191394,-0.22015,-0.27657,-0.318371,-0.259252,0.0401755 +-5913.63,0.0225249,0.350484,2,-0.249914,0.0036533,-2.56995,-2.29358,-2.70129,-2.47418,-2.39714,-2.12131,-1.80642,-1.98949,-1.82257,-2.17532,-2.54033,-1.40816,-2.81178,-2.63237,-1.21622,-1.46337,-2.23686,-2.63448,-3.78123,-1.26585,-2.05026,-2.78242,-0.293619,-0.265942,-0.122495,-0.222026,-0.257534,-0.370119,-0.23582,-0.201746,-0.39882,-0.270847,-0.237601,-0.298183,-0.284634,-0.207644,-0.382036,-0.253926,-0.269932,-0.277919,-0.338765,-0.200596,-0.428685,-0.334391,-0.0897306,0.0604425 +-5912.65,0.0567231,0.350484,2,-0.289214,0.00988902,-2.39086,-2.23076,-2.49209,-2.46567,-2.53274,-2.32052,-1.82308,-2.00525,-1.93715,-2.18995,-2.41886,-1.53113,-3.20418,-2.67231,-1.22473,-1.43304,-1.89407,-2.74227,-3.74318,-1.39785,-2.02564,-2.74531,-0.17072,-0.412725,-0.147887,-0.137795,-0.156214,-0.242376,-0.301831,-0.230797,-0.293525,-0.311324,-0.142887,-0.215759,-0.280412,-0.286979,-0.365425,-0.292252,-0.30041,-0.268344,-0.246581,-0.157496,-0.562247,-0.227371,-0.143427,0.0994436 +-5919.81,0.865191,0.350484,2,-0.288182,0.0208744,-2.02641,-2.02055,-1.8823,-2.22587,-2.37894,-2.01196,-1.75972,-2.11529,-1.87394,-2.29148,-2.32736,-1.47043,-2.84396,-2.85029,-1.33551,-1.50483,-1.93434,-3.25019,-3.67785,-1.58558,-1.78251,-3.12619,-0.187845,-0.171795,-0.357325,-0.421982,-0.23949,-0.220277,-0.290281,-0.238956,-0.278666,-0.235901,-0.295976,-0.114247,-0.154879,0.14032,-0.145199,-0.212447,-0.212549,-0.303278,-0.120709,-0.32505,-0.898488,-0.397291,-0.243084,0.14448 +-5920.53,0.868578,0.350484,2,-0.276964,0.0411846,-2.33045,-2.05596,-2.28252,-2.40793,-2.29791,-2.05842,-1.73794,-2.06695,-1.91693,-2.283,-2.251,-1.46577,-2.78129,-2.87971,-1.25461,-1.33372,-2.07029,-2.87447,-3.83341,-1.47206,-2.05611,-2.94116,-0.200665,-0.5437,-0.566357,-0.187981,-0.120325,-0.257921,-0.310844,-0.193264,-0.209536,-0.2614,-0.158848,-0.345821,-0.370004,0.091068,-0.317695,-0.247158,-0.146629,-0.0855103,-0.270558,-0.0347892,-0.488801,-0.0482464,-0.144455,0.20294 +-5920.1,0.9302,0.350484,2,-0.247207,0.00556528,-2.5155,-2.3898,-1.84168,-2.34861,-2.35594,-2.62986,-1.72917,-2.06968,-1.96762,-2.24539,-2.33665,-1.43268,-3.19357,-2.85824,-1.00538,-1.64975,-2.28089,-3.28306,-4.06383,-1.36925,-1.95048,-2.92061,-0.110828,-0.366425,-0.302064,-0.236695,-0.229703,-0.264577,-0.247851,-0.234463,-0.309009,-0.234644,-0.320356,-0.0633567,-0.134346,0.100184,-0.19322,-0.17554,-0.256966,-0.371481,-0.0621657,-0.273707,-0.397455,-0.573635,-0.240463,0.0746008 +-5919.58,0.957162,0.350484,3,-0.280518,0.0151266,-2.05299,-1.69069,-2.16624,-2.50115,-2.44868,-1.77371,-1.63919,-2.14129,-1.9551,-2.23737,-2.23684,-1.49732,-2.84257,-2.57634,-1.47765,-1.24319,-2.02247,-2.61425,-2.90788,-1.58236,-2.23607,-2.96752,-0.261557,-0.507424,-0.355466,-0.288786,-0.167939,-0.326049,-0.368714,-0.171069,-0.268572,-0.386784,-0.323012,-0.249302,-0.401951,-0.170653,-0.594738,-0.307036,-0.442327,-0.0788462,-0.308714,-0.283149,-0.257771,-0.369111,-0.295814,0.12299 +-5920.37,0.800691,0.350484,2,-0.313049,0.0087349,-2.42332,-1.81897,-1.96654,-2.46912,-2.52974,-1.76697,-1.61114,-2.05097,-1.81536,-2.15504,-2.26817,-1.34486,-2.93586,-2.66516,-1.37392,-1.11073,-1.97459,-2.60943,-3.35675,-1.54547,-2.1114,-2.9956,-0.269052,-0.542173,-0.412456,-0.328836,-0.192911,-0.473473,-0.395907,-0.18312,-0.329315,-0.325639,-0.393149,-0.353706,-0.353657,-0.219059,-0.615513,-0.237712,-0.358618,-0.137339,-0.433955,-0.322099,-0.540384,-0.292803,-0.301714,0.0934607 +-5918.16,0.837948,0.350484,2,-0.312567,0.0127012,-2.24345,-1.96834,-2.08548,-2.25746,-2.26414,-2.30163,-1.79185,-2.12069,-1.89822,-2.30908,-2.2495,-1.45015,-2.94209,-2.77191,-1.37165,-1.65849,-1.95759,-3.01781,-3.57002,-1.3695,-1.96153,-2.73004,-0.382137,-0.36688,-0.261089,-0.282018,-0.41834,-0.254984,-0.385998,-0.218772,-0.402203,-0.265494,-0.241951,0.000247719,-0.28571,-0.0636453,-0.409554,-0.459292,-0.179973,-0.533983,-0.177735,-0.148924,-0.31401,-0.320828,-0.235824,0.1127 +-5910.7,0.991432,0.350484,3,-0.250628,0.0050471,-2.56995,-2.34911,-1.97305,-2.38078,-2.55118,-1.99671,-1.57831,-2.08396,-1.95716,-2.17362,-2.36043,-1.59136,-2.97748,-2.59751,-1.37746,-1.29147,-2.02954,-2.97574,-3.32635,-1.50053,-2.17918,-3.00164,-0.31105,-0.298098,-0.214462,-0.145435,-0.0718033,-0.361788,-0.349626,-0.335966,-0.237195,-0.311102,-0.343272,-0.276484,-0.241401,-0.203288,-0.220926,-0.205353,-0.393114,-0.0884604,-0.27493,-0.316362,-0.216632,-0.182448,-0.150702,0.071043 +-5921.96,0.0450723,0.350484,3,-0.29513,0.0187681,-2.19375,-2.06909,-2.11572,-2.46535,-2.33838,-2.44046,-1.93467,-2.19989,-2.14015,-2.23325,-2.23031,-1.41737,-3.02181,-2.82124,-1.26487,-1.50771,-1.92419,-3.15388,-3.42495,-1.38633,-1.95269,-3.13488,-0.229525,-0.300059,-0.439141,-0.330674,-0.340698,-0.0766677,-0.297442,-0.0119625,-0.312677,-0.366386,-0.174283,-0.136317,-0.332611,-0.0925958,-0.344495,-0.43724,-0.0701485,0.024348,-0.24357,-0.261909,-0.502148,-0.352437,-0.382496,0.136997 +-5909.56,0.528618,0.350484,1,-0.291209,0.0106334,-2.37548,-1.98332,-1.9206,-2.38847,-2.43984,-2.35478,-1.80908,-2.23773,-1.99354,-2.2073,-2.30709,-1.45486,-3.12917,-2.95887,-1.2205,-1.4065,-2.09508,-3.17507,-3.28691,-1.40012,-2.0231,-2.93793,-0.313308,-0.282244,-0.437332,-0.289835,-0.287042,-0.24437,-0.307046,-0.0592585,-0.277419,-0.361309,-0.211977,-0.17568,-0.370104,-0.12352,-0.41664,-0.369882,-0.19493,-0.0299344,-0.328833,-0.353433,-0.452657,-0.269767,-0.271159,0.103118 +-5919.04,0.60125,0.350484,2,-0.300655,0.0113051,-2.0521,-2.32142,-2.46655,-2.35364,-2.30979,-1.93109,-1.53014,-1.8759,-1.86541,-2.26078,-2.18998,-1.49767,-2.84493,-2.41781,-1.71876,-1.46405,-1.95593,-2.92888,-3.54908,-1.62111,-2.06774,-2.72836,-0.173984,-0.234694,-0.185447,-0.289776,-0.258246,-0.328242,-0.450883,-0.444965,-0.349292,-0.243556,-0.390759,-0.24837,-0.264579,-0.267958,-0.128462,-0.299385,-0.348249,-0.495401,-0.278714,-0.230002,-0.250272,-0.473289,-0.199424,0.106325 +-5921.22,0.653926,0.350484,3,-0.381763,0.0147253,-2.59792,-2.229,-2.21828,-2.32488,-2.50608,-2.36656,-1.70188,-2.16912,-1.88793,-2.16042,-2.25752,-1.45837,-3.05903,-2.93056,-1.27035,-1.42417,-1.7002,-2.89864,-2.98861,-1.47292,-2.02924,-3.15741,-0.509234,-0.419454,-0.44012,-0.365309,-0.254825,-0.313596,-0.60468,-0.165177,-0.506557,-0.44634,-0.28117,-0.307765,-0.415871,-0.132516,-0.159261,-0.278088,-0.300918,-0.140172,-0.334634,-0.321258,-0.671528,-0.1656,-0.479871,0.121348 +-5915.92,0.525288,0.350484,3,-0.2957,0.00968622,-2.21226,-1.97874,-1.95004,-2.44516,-2.1604,-1.84148,-1.67504,-2.12573,-2.02241,-2.26663,-2.21978,-1.3906,-2.74862,-2.61797,-1.37403,-1.38135,-1.85709,-2.80631,-3.6289,-1.44099,-2.31602,-2.53986,-0.328483,-0.303529,-0.322326,-0.38029,-0.351425,-0.325537,-0.319136,-0.217372,-0.418578,-0.279246,-0.385616,-0.158934,-0.287274,-0.231013,-0.581117,-0.322162,-0.277861,-0.359523,-0.308655,-0.394436,-0.402898,-0.61252,-0.39471,0.0984186 +-5904.32,0.474383,0.350484,3,-0.300182,0.00271977,-2.46267,-2.53567,-1.93675,-2.31097,-2.3275,-2.25918,-1.73197,-2.15406,-2.11706,-2.13078,-2.14371,-1.48582,-3.12209,-2.69208,-1.20346,-1.49697,-1.87959,-2.99404,-2.67554,-1.56729,-2.17419,-2.90089,-0.174174,-0.348649,-0.3798,-0.286791,-0.328186,-0.367328,-0.41128,-0.331015,-0.175361,-0.34269,-0.313124,-0.303373,-0.402721,-0.26721,-0.336796,-0.374352,-0.268934,-0.317728,-0.371223,-0.288283,-0.299679,-0.273896,-0.31651,0.0521514 +-5910.36,1,0.350484,3,-0.271389,0.0045441,-2.0823,-1.67613,-2.57004,-2.42684,-2.4892,-2.5357,-1.65866,-1.87463,-2.11867,-2.26286,-2.26335,-1.39796,-3.06892,-2.68587,-1.36891,-1.58673,-2.24608,-2.74257,-3.81875,-1.32284,-2.07215,-2.79336,-0.370921,-0.395723,-0.21915,-0.23869,-0.152263,-0.320535,-0.288628,-0.209905,-0.290996,-0.33453,-0.368625,-0.163622,-0.220931,-0.249063,-0.22824,-0.110156,-0.184914,-0.245027,-0.264976,-0.31227,-0.300897,-0.372774,-0.301586,0.06741 +-5905.2,0.702932,0.350484,1,-0.271267,0.00361929,-1.93686,-1.6694,-2.53052,-2.33513,-2.48394,-2.52421,-1.72491,-2.10496,-2.07004,-2.23969,-2.22838,-1.35567,-2.92975,-2.57868,-1.36109,-1.56601,-2.10711,-2.88994,-3.5974,-1.40596,-2.13038,-2.85694,-0.208782,-0.306767,-0.353368,-0.265207,-0.19877,-0.280133,-0.323394,-0.260283,-0.268287,-0.238373,-0.258655,-0.12354,-0.326382,-0.256717,-0.234842,-0.181204,-0.232163,-0.304032,-0.128088,-0.30852,-0.469016,-0.365433,-0.189414,0.0601606 +-5909.18,0.104071,0.350484,2,-0.217414,0.0077096,-1.6898,-1.87009,-2.32024,-2.36183,-2.44789,-2.40744,-1.66769,-2.15958,-1.98553,-2.24346,-2.24005,-1.4638,-2.79209,-2.71432,-1.32382,-1.60091,-2.04533,-3.29441,-3.16664,-1.54293,-2.00495,-2.79598,-0.0415372,-0.32061,-0.381462,-0.255604,-0.214966,-0.378517,-0.271595,-0.165958,-0.205716,-0.271684,-0.272162,-0.26365,-0.255889,-0.183914,-0.198505,-0.182645,-0.240402,-0.103787,-0.237306,-0.271156,-0.525968,-0.299869,-0.201113,0.0878043 +-5903.47,0.989927,0.350484,2,-0.254102,0.00172857,-2.69687,-2.50319,-2.05897,-2.42229,-2.29921,-1.54407,-1.81237,-2.06722,-2.24249,-2.21228,-2.3911,-1.52533,-2.8991,-2.50712,-1.59264,-1.41981,-1.84096,-3.34944,-3.8333,-1.56863,-2.04026,-3.01859,-0.376602,-0.235191,-0.256374,-0.254865,-0.248641,-0.146175,-0.329286,-0.276949,-0.250481,-0.262368,-0.197829,-0.206121,-0.272647,-0.230754,-0.209706,-0.297762,-0.248939,-0.349952,-0.240561,-0.217114,-0.340751,-0.251057,-0.297031,0.0415761 +-5903.47,3.8072e-09,0.350484,2,-0.254102,0.00172857,-2.69687,-2.50319,-2.05897,-2.42229,-2.29921,-1.54407,-1.81237,-2.06722,-2.24249,-2.21228,-2.3911,-1.52533,-2.8991,-2.50712,-1.59264,-1.41981,-1.84096,-3.34944,-3.8333,-1.56863,-2.04026,-3.01859,-0.376602,-0.235191,-0.256374,-0.254865,-0.248641,-0.146175,-0.329286,-0.276949,-0.250481,-0.262368,-0.197829,-0.206121,-0.272647,-0.230754,-0.209706,-0.297762,-0.248939,-0.349952,-0.240561,-0.217114,-0.340751,-0.251057,-0.297031,0.0415761 +-5903.47,0.0152905,0.350484,2,-0.254102,0.00172857,-2.69687,-2.50319,-2.05897,-2.42229,-2.29921,-1.54407,-1.81237,-2.06722,-2.24249,-2.21228,-2.3911,-1.52533,-2.8991,-2.50712,-1.59264,-1.41981,-1.84096,-3.34944,-3.8333,-1.56863,-2.04026,-3.01859,-0.376602,-0.235191,-0.256374,-0.254865,-0.248641,-0.146175,-0.329286,-0.276949,-0.250481,-0.262368,-0.197829,-0.206121,-0.272647,-0.230754,-0.209706,-0.297762,-0.248939,-0.349952,-0.240561,-0.217114,-0.340751,-0.251057,-0.297031,0.0415761 +-5901.47,8.90435e-49,0.350484,3,-0.227011,0.00154427,-2.37062,-2.52074,-2.58223,-2.33116,-2.4074,-2.2079,-1.79427,-2.00927,-2.08633,-2.32209,-2.26117,-1.40363,-3.14543,-2.6197,-1.54021,-1.50058,-1.62583,-2.94349,-3.64832,-1.48885,-2.10532,-2.74316,-0.114254,-0.201002,-0.22309,-0.227403,-0.219368,-0.391809,-0.197306,-0.19514,-0.212162,-0.225261,-0.254367,-0.207236,-0.231262,-0.218948,-0.247107,-0.171719,-0.216467,-0.0991373,-0.200084,-0.312933,-0.181185,-0.255398,-0.195723,0.0392972 +-5903.98,8.96112e-24,0.350484,2,-0.207536,0.00128445,-2.18493,-2.62013,-2.56288,-2.32584,-2.42568,-2.13313,-1.78428,-2.04289,-2.01326,-2.33463,-2.32473,-1.409,-3.04405,-2.65014,-1.60466,-1.49791,-1.61299,-2.98496,-3.60831,-1.47871,-2.05776,-2.75211,-0.21758,-0.144772,-0.218144,-0.225713,-0.240649,-0.28426,-0.24981,-0.204625,-0.238973,-0.220346,-0.221232,-0.19632,-0.293838,-0.320332,-0.208575,-0.2304,-0.253522,-0.0870599,-0.174989,-0.292362,-0.289684,-0.203998,-0.242729,0.0358392 +-5903.98,7.17468e-41,0.350484,2,-0.207536,0.00128445,-2.18493,-2.62013,-2.56288,-2.32584,-2.42568,-2.13313,-1.78428,-2.04289,-2.01326,-2.33463,-2.32473,-1.409,-3.04405,-2.65014,-1.60466,-1.49791,-1.61299,-2.98496,-3.60831,-1.47871,-2.05776,-2.75211,-0.21758,-0.144772,-0.218144,-0.225713,-0.240649,-0.28426,-0.24981,-0.204625,-0.238973,-0.220346,-0.221232,-0.19632,-0.293838,-0.320332,-0.208575,-0.2304,-0.253522,-0.0870599,-0.174989,-0.292362,-0.289684,-0.203998,-0.242729,0.0358392 +-5903.98,2.71872e-08,0.350484,3,-0.207536,0.00128445,-2.18493,-2.62013,-2.56288,-2.32584,-2.42568,-2.13313,-1.78428,-2.04289,-2.01326,-2.33463,-2.32473,-1.409,-3.04405,-2.65014,-1.60466,-1.49791,-1.61299,-2.98496,-3.60831,-1.47871,-2.05776,-2.75211,-0.21758,-0.144772,-0.218144,-0.225713,-0.240649,-0.28426,-0.24981,-0.204625,-0.238973,-0.220346,-0.221232,-0.19632,-0.293838,-0.320332,-0.208575,-0.2304,-0.253522,-0.0870599,-0.174989,-0.292362,-0.289684,-0.203998,-0.242729,0.0358392 +-5903.98,0.000651851,0.350484,2,-0.207536,0.00128445,-2.18493,-2.62013,-2.56288,-2.32584,-2.42568,-2.13313,-1.78428,-2.04289,-2.01326,-2.33463,-2.32473,-1.409,-3.04405,-2.65014,-1.60466,-1.49791,-1.61299,-2.98496,-3.60831,-1.47871,-2.05776,-2.75211,-0.21758,-0.144772,-0.218144,-0.225713,-0.240649,-0.28426,-0.24981,-0.204625,-0.238973,-0.220346,-0.221232,-0.19632,-0.293838,-0.320332,-0.208575,-0.2304,-0.253522,-0.0870599,-0.174989,-0.292362,-0.289684,-0.203998,-0.242729,0.0358392 +-5903.98,8.31863e-45,0.350484,3,-0.207536,0.00128445,-2.18493,-2.62013,-2.56288,-2.32584,-2.42568,-2.13313,-1.78428,-2.04289,-2.01326,-2.33463,-2.32473,-1.409,-3.04405,-2.65014,-1.60466,-1.49791,-1.61299,-2.98496,-3.60831,-1.47871,-2.05776,-2.75211,-0.21758,-0.144772,-0.218144,-0.225713,-0.240649,-0.28426,-0.24981,-0.204625,-0.238973,-0.220346,-0.221232,-0.19632,-0.293838,-0.320332,-0.208575,-0.2304,-0.253522,-0.0870599,-0.174989,-0.292362,-0.289684,-0.203998,-0.242729,0.0358392 +-5903.98,4.07214e-17,0.350484,2,-0.207536,0.00128445,-2.18493,-2.62013,-2.56288,-2.32584,-2.42568,-2.13313,-1.78428,-2.04289,-2.01326,-2.33463,-2.32473,-1.409,-3.04405,-2.65014,-1.60466,-1.49791,-1.61299,-2.98496,-3.60831,-1.47871,-2.05776,-2.75211,-0.21758,-0.144772,-0.218144,-0.225713,-0.240649,-0.28426,-0.24981,-0.204625,-0.238973,-0.220346,-0.221232,-0.19632,-0.293838,-0.320332,-0.208575,-0.2304,-0.253522,-0.0870599,-0.174989,-0.292362,-0.289684,-0.203998,-0.242729,0.0358392 +-5898.06,1,0.350484,1,-0.22779,0.00194196,-2.46461,-2.34516,-1.96934,-2.35592,-2.39087,-2.48441,-1.7477,-2.13238,-1.9234,-2.34359,-2.35638,-1.47322,-3.00505,-2.64519,-1.61502,-1.62248,-1.79494,-3.18313,-3.62492,-1.54731,-2.06897,-2.88935,-0.220651,-0.348175,-0.220459,-0.281545,-0.221512,-0.222246,-0.260465,-0.211288,-0.34156,-0.268471,-0.274024,-0.210264,-0.164461,-0.1112,-0.257368,-0.23776,-0.223883,-0.215179,-0.106652,-0.268108,-0.19143,-0.182768,-0.232089,0.0440676 +-5898.06,0.00623251,0.350484,2,-0.22779,0.00194196,-2.46461,-2.34516,-1.96934,-2.35592,-2.39087,-2.48441,-1.7477,-2.13238,-1.9234,-2.34359,-2.35638,-1.47322,-3.00505,-2.64519,-1.61502,-1.62248,-1.79494,-3.18313,-3.62492,-1.54731,-2.06897,-2.88935,-0.220651,-0.348175,-0.220459,-0.281545,-0.221512,-0.222246,-0.260465,-0.211288,-0.34156,-0.268471,-0.274024,-0.210264,-0.164461,-0.1112,-0.257368,-0.23776,-0.223883,-0.215179,-0.106652,-0.268108,-0.19143,-0.182768,-0.232089,0.0440676 +-5903.75,3.46962e-05,0.350484,2,-0.250592,0.00218534,-2.70852,-2.29857,-1.90049,-2.32079,-2.37527,-2.35226,-1.81639,-2.10436,-1.92545,-2.34839,-2.47834,-1.48551,-2.98559,-2.66103,-1.6636,-1.61882,-1.82144,-3.12276,-3.8098,-1.63397,-2.09444,-2.88328,-0.168277,-0.205048,-0.185262,-0.295656,-0.168376,-0.264386,-0.231153,-0.234014,-0.295308,-0.26107,-0.261161,-0.235666,-0.232274,-0.0801503,-0.272902,-0.258342,-0.146313,-0.221218,-0.162373,-0.163629,-0.253442,-0.165158,-0.270166,0.0467476 +-5903.75,0.979867,0.350484,2,-0.250592,0.00218534,-2.70852,-2.29857,-1.90049,-2.32079,-2.37527,-2.35226,-1.81639,-2.10436,-1.92545,-2.34839,-2.47834,-1.48551,-2.98559,-2.66103,-1.6636,-1.61882,-1.82144,-3.12276,-3.8098,-1.63397,-2.09444,-2.88328,-0.168277,-0.205048,-0.185262,-0.295656,-0.168376,-0.264386,-0.231153,-0.234014,-0.295308,-0.26107,-0.261161,-0.235666,-0.232274,-0.0801503,-0.272902,-0.258342,-0.146313,-0.221218,-0.162373,-0.163629,-0.253442,-0.165158,-0.270166,0.0467476 +-5908.92,0.0509212,0.350484,3,-0.238208,0.0032603,-2.84616,-2.25958,-2.09113,-2.19082,-2.43985,-2.50118,-1.7339,-2.0585,-2.0426,-2.31034,-2.39659,-1.58819,-2.9143,-2.69383,-1.58805,-1.68233,-1.72868,-2.6452,-3.42147,-1.6965,-1.97119,-2.81154,-0.314245,-0.263134,-0.240873,-0.228981,-0.219431,-0.209708,-0.294813,-0.178373,-0.283054,-0.307568,-0.243034,-0.22446,-0.166552,-0.0874298,-0.123807,-0.151917,-0.25146,-0.211076,-0.119302,-0.248596,-0.188318,-0.310736,-0.193085,0.057099 +-5905.74,0.327966,0.350484,2,-0.272763,0.00512226,-2.49614,-2.16806,-2.00715,-2.24011,-2.34263,-2.35395,-1.77726,-2.11266,-2.04389,-2.27418,-2.26573,-1.33115,-3.00132,-2.69983,-1.34032,-1.49954,-1.77064,-2.73277,-3.00834,-1.68088,-2.12737,-2.91075,-0.377589,-0.203403,-0.354115,-0.313614,-0.238927,-0.261214,-0.166203,-0.192617,-0.159703,-0.22882,-0.260658,-0.217553,-0.321491,-0.23244,-0.366373,-0.227748,-0.228708,-0.255247,-0.359719,-0.352567,-0.324801,-0.231592,-0.292467,0.07157 +-5909.46,0.149471,0.350484,3,-0.241489,0.0033211,-2.08795,-2.14069,-2.02355,-2.24855,-2.23204,-2.7243,-1.75144,-2.16375,-2.1101,-2.27008,-2.21047,-1.48322,-2.90495,-2.68306,-1.28852,-1.47726,-2.00973,-2.81445,-3.013,-1.54646,-2.15349,-2.86544,-0.450806,-0.263694,-0.154115,-0.294188,-0.218581,-0.211681,-0.184995,-0.244299,-0.0831628,-0.18545,-0.156166,-0.253504,-0.267068,-0.252434,-0.329479,-0.414539,-0.250556,-0.302159,-0.190489,-0.249492,-0.249066,-0.259913,-0.29556,0.0576289 +-5909.46,0.136202,0.350484,3,-0.241489,0.0033211,-2.08795,-2.14069,-2.02355,-2.24855,-2.23204,-2.7243,-1.75144,-2.16375,-2.1101,-2.27008,-2.21047,-1.48322,-2.90495,-2.68306,-1.28852,-1.47726,-2.00973,-2.81445,-3.013,-1.54646,-2.15349,-2.86544,-0.450806,-0.263694,-0.154115,-0.294188,-0.218581,-0.211681,-0.184995,-0.244299,-0.0831628,-0.18545,-0.156166,-0.253504,-0.267068,-0.252434,-0.329479,-0.414539,-0.250556,-0.302159,-0.190489,-0.249492,-0.249066,-0.259913,-0.29556,0.0576289 +-5909.46,0.000530791,0.350484,2,-0.241489,0.0033211,-2.08795,-2.14069,-2.02355,-2.24855,-2.23204,-2.7243,-1.75144,-2.16375,-2.1101,-2.27008,-2.21047,-1.48322,-2.90495,-2.68306,-1.28852,-1.47726,-2.00973,-2.81445,-3.013,-1.54646,-2.15349,-2.86544,-0.450806,-0.263694,-0.154115,-0.294188,-0.218581,-0.211681,-0.184995,-0.244299,-0.0831628,-0.18545,-0.156166,-0.253504,-0.267068,-0.252434,-0.329479,-0.414539,-0.250556,-0.302159,-0.190489,-0.249492,-0.249066,-0.259913,-0.29556,0.0576289 +-5914.88,0.803137,0.350484,2,-0.212933,0.00658275,-2.47469,-2.17368,-1.86785,-2.4791,-2.57315,-2.66146,-1.66929,-2.18761,-2.03083,-2.245,-2.3954,-1.5676,-3.35224,-2.65517,-1.44112,-1.39135,-1.96687,-2.99493,-3.36169,-1.54253,-1.96515,-3.05681,-0.030382,-0.204315,-0.184466,-0.222978,-0.253847,-0.309981,-0.49204,-0.153095,-0.508454,-0.344826,-0.332673,-0.159086,-0.196073,-0.222967,-0.149991,-0.0615693,-0.182711,-0.109064,-0.273042,-0.218672,-0.307497,-0.302769,-0.277147,0.0811342 +-5916.2,0.353604,0.350484,3,-0.196483,0.00986649,-2.19516,-2.31713,-2.42799,-2.29559,-2.21231,-2.12759,-1.6591,-1.99989,-2.03414,-2.35283,-2.33477,-1.29276,-2.88768,-2.93038,-1.18652,-1.70192,-2.04997,-2.83034,-3.54721,-1.50848,-2.35101,-2.99041,-0.249441,-0.239586,-0.152981,-0.223024,-0.119365,-0.219649,-0.33619,-0.183735,-0.0689614,-0.184938,-0.0455902,-0.0908598,-0.317115,-0.100083,-0.246703,-0.25419,-0.103839,-0.0403469,-0.27968,-0.190416,-0.17448,-0.350878,-0.0885605,0.0993302 +-5913.97,0.25189,0.350484,2,-0.23751,0.00349299,-3.18918,-2.51655,-1.63245,-2.41663,-2.66592,-1.87397,-1.80728,-1.96575,-1.91788,-2.20196,-2.4321,-1.50184,-2.96981,-2.79257,-1.08251,-1.40706,-2.10151,-3.03824,-3.48788,-1.40622,-2.33851,-3.06487,-0.130539,-0.239038,-0.298231,-0.267569,-0.314093,-0.260568,-0.428565,-0.283266,-0.210193,-0.254193,-0.24754,-0.264419,-0.173898,0.193419,-0.298607,-0.24523,-0.206095,-0.323814,-0.166148,-0.275681,-0.226026,-0.190511,-0.119884,0.0591015 +-5916.85,0.730373,0.350484,2,-0.224151,0.0032303,-3.33583,-2.42757,-1.79576,-2.26053,-2.61365,-1.64466,-1.69021,-1.94792,-2.01671,-2.22373,-2.4506,-1.42287,-3.04444,-2.90425,-1.1599,-1.36457,-2.29485,-3.30922,-3.89928,-1.35198,-2.54668,-3.0408,-0.307387,-0.234058,-0.298548,-0.210852,-0.203329,-0.217596,-0.25712,-0.190258,-0.221201,-0.195586,-0.267395,-0.175505,-0.0957365,0.110681,-0.173603,-0.30099,-0.23475,-0.236254,-0.229081,-0.250914,-0.181075,-0.287048,-0.222334,0.0568357 +-5916.5,1.67686e-27,0.350484,3,-0.230662,0.00362873,-2.24579,-2.38174,-2.36422,-2.34793,-2.58379,-2.31592,-1.8645,-1.92352,-2.09684,-2.30555,-2.21045,-1.63609,-2.76403,-2.80691,-1.06517,-1.41089,-1.94538,-3.32216,-4.51292,-1.28513,-2.30232,-2.96155,-0.151666,-0.220856,-0.157813,-0.356232,-0.175823,-0.243202,-0.247049,-0.387687,-0.190085,-0.328334,-0.197445,-0.228109,-0.324972,0.0987988,-0.324831,-0.290338,-0.152344,-0.153161,-0.179497,-0.233775,-0.234966,-0.186646,-0.196844,0.0602389 +-5912.24,0.269413,0.350484,2,-0.239613,0.00470276,-1.9479,-2.42446,-2.56642,-2.40063,-2.16002,-3.12022,-1.64352,-2.10462,-1.90689,-2.22241,-2.35296,-1.40309,-2.78952,-2.82024,-1.57053,-1.41772,-1.77625,-2.34106,-3.76223,-1.59143,-2.071,-2.86394,-0.332794,-0.231367,-0.289053,-0.138278,-0.216364,-0.158446,-0.346506,-0.110048,-0.265526,-0.217307,-0.309516,-0.150464,-0.213664,-0.130912,-0.200568,-0.170188,-0.342881,-0.301923,-0.232981,-0.224068,-0.322067,-0.339927,-0.236833,0.0685767 +-5914.77,0.387144,0.350484,2,-0.223571,0.00498081,-2.88701,-2.02244,-2.37595,-2.42408,-2.23726,-2.6949,-1.75005,-2.12506,-1.76148,-2.246,-2.23341,-1.35142,-2.78079,-2.73793,-1.2525,-1.3421,-1.87628,-2.84743,-3.69409,-1.35809,-2.18142,-2.64814,0.015536,-0.190125,-0.111648,-0.30023,-0.277993,-0.209843,-0.413927,-0.291434,-0.150646,-0.296796,-0.21857,-0.261107,-0.250183,-0.210656,-0.232048,-0.270727,-0.132382,-0.0996881,-0.171786,-0.190427,-0.110251,-0.41813,-0.14642,0.0705748 +-5913.56,0.40941,0.350484,2,-0.224466,0.0089634,-2.38253,-2.55862,-2.01072,-2.45431,-2.31688,-2.21833,-1.79765,-2.14671,-2.06422,-2.26062,-2.29387,-1.52527,-2.93929,-2.69576,-1.26538,-1.41815,-1.89972,-3.69371,-3.79794,-1.62123,-1.92267,-2.86439,-0.475104,-0.175487,-0.263286,-0.105747,-0.205122,-0.3045,-0.165021,-0.0894286,-0.312274,-0.192861,-0.276539,-0.171528,-0.253573,0.0336221,-0.283153,-0.192124,-0.333059,-0.217392,-0.20652,-0.258644,-0.450081,-0.303878,-0.258957,0.0946753 +-5909.43,0.946501,0.350484,2,-0.286915,0.00406952,-2.11403,-2.1335,-2.35323,-2.30971,-2.35699,-2.41101,-1.71308,-2.07093,-1.85521,-2.28597,-2.31293,-1.3013,-2.80757,-2.60846,-1.20611,-1.49399,-1.90703,-2.28776,-4.01819,-1.46184,-2.21514,-2.9869,-0.212139,-0.300748,-0.239878,-0.340843,-0.211978,-0.0755924,-0.39519,-0.412105,-0.323629,-0.266175,-0.281911,-0.317447,-0.293185,-0.116781,-0.341186,-0.268189,-0.361972,-0.284425,-0.375078,-0.245266,-0.143675,-0.286292,-0.289023,0.0637928 +-5905.34,0.306679,0.350484,2,-0.271064,0.00409898,-2.83691,-2.36935,-1.8587,-2.42047,-2.19505,-3.0691,-1.74209,-2.01094,-1.99144,-2.34507,-2.27681,-1.44428,-2.62636,-2.59154,-1.25933,-1.63297,-1.94904,-2.76763,-3.21144,-1.61658,-2.26524,-2.88584,-0.359579,-0.249178,-0.316684,-0.263537,-0.323491,-0.235439,-0.271001,-0.239433,-0.278132,-0.232973,-0.203165,-0.247881,-0.357283,-0.273659,-0.317085,-0.267673,-0.192363,-0.303075,-0.200231,-0.249612,-0.375762,-0.327953,-0.111031,0.0640233 +-5904.24,0.125193,0.350484,3,-0.267968,0.0029459,-2.78464,-2.31778,-1.84707,-2.37618,-2.23582,-3.18197,-1.70415,-2.0575,-1.95056,-2.33875,-2.20624,-1.48186,-2.51129,-2.61201,-1.36215,-1.60423,-1.92414,-2.6736,-3.05086,-1.63076,-2.30106,-2.82827,-0.318862,-0.25582,-0.337629,-0.237948,-0.309223,-0.151651,-0.30217,-0.27463,-0.201346,-0.257354,-0.282078,-0.222813,-0.33854,-0.244613,-0.285098,-0.230268,-0.246149,-0.211416,-0.253262,-0.24868,-0.378526,-0.306801,-0.174894,0.0542761 +-5904.24,2.07411e-05,0.350484,2,-0.267968,0.0029459,-2.78464,-2.31778,-1.84707,-2.37618,-2.23582,-3.18197,-1.70415,-2.0575,-1.95056,-2.33875,-2.20624,-1.48186,-2.51129,-2.61201,-1.36215,-1.60423,-1.92414,-2.6736,-3.05086,-1.63076,-2.30106,-2.82827,-0.318862,-0.25582,-0.337629,-0.237948,-0.309223,-0.151651,-0.30217,-0.27463,-0.201346,-0.257354,-0.282078,-0.222813,-0.33854,-0.244613,-0.285098,-0.230268,-0.246149,-0.211416,-0.253262,-0.24868,-0.378526,-0.306801,-0.174894,0.0542761 +-5903.5,0.00760768,0.350484,2,-0.247112,0.00296105,-2.63356,-2.31146,-1.98899,-2.42488,-2.27616,-3.20978,-1.72302,-2.07561,-1.96428,-2.29045,-2.24939,-1.49315,-2.47771,-2.56668,-1.27312,-1.59765,-1.89259,-2.8959,-3.11162,-1.59716,-2.27705,-2.77978,-0.229098,-0.263792,-0.282022,-0.259277,-0.277645,-0.160901,-0.235329,-0.263591,-0.13497,-0.216293,-0.306732,-0.249337,-0.411174,-0.22203,-0.243452,-0.290628,-0.291899,-0.270697,-0.282643,-0.248987,-0.283334,-0.345203,-0.283771,0.0544155 +-5906.09,0.217748,0.350484,2,-0.25645,0.00293826,-2.73643,-2.21454,-2.00214,-2.37129,-2.25821,-3.41504,-1.72966,-2.07794,-1.99962,-2.26752,-2.24465,-1.50034,-2.49057,-2.63472,-1.35378,-1.45735,-1.8856,-2.97003,-3.02206,-1.62169,-2.3175,-2.8367,-0.325377,-0.200056,-0.220444,-0.289846,-0.229013,-0.165101,-0.271737,-0.305942,-0.138879,-0.231219,-0.199951,-0.20737,-0.412236,-0.163469,-0.259086,-0.284041,-0.235065,-0.261397,-0.327756,-0.229212,-0.24277,-0.336995,-0.29434,0.0542057 +-5906.09,0.0135519,0.350484,2,-0.25645,0.00293826,-2.73643,-2.21454,-2.00214,-2.37129,-2.25821,-3.41504,-1.72966,-2.07794,-1.99962,-2.26752,-2.24465,-1.50034,-2.49057,-2.63472,-1.35378,-1.45735,-1.8856,-2.97003,-3.02206,-1.62169,-2.3175,-2.8367,-0.325377,-0.200056,-0.220444,-0.289846,-0.229013,-0.165101,-0.271737,-0.305942,-0.138879,-0.231219,-0.199951,-0.20737,-0.412236,-0.163469,-0.259086,-0.284041,-0.235065,-0.261397,-0.327756,-0.229212,-0.24277,-0.336995,-0.29434,0.0542057 +-5917.99,0.0167562,0.350484,2,-0.29275,0.00464389,-2.65196,-1.99581,-1.96353,-2.44507,-2.08566,-3.3659,-1.79401,-2.09457,-1.9509,-2.32633,-2.19201,-1.51423,-2.44624,-2.73925,-1.32359,-1.3789,-1.72727,-2.65533,-2.93664,-1.56139,-2.17142,-2.98131,-0.158135,-0.376256,-0.294127,-0.314421,-0.262383,-0.0949987,-0.218624,-0.347106,-0.201379,-0.296965,-0.305072,-0.314758,-0.354542,-0.208526,-0.310825,-0.328755,-0.246094,-0.360772,-0.491091,-0.278496,-0.237574,-0.295208,-0.215462,0.0681461 +-5917.82,0.864079,0.350484,2,-0.263865,0.00490304,-2.6599,-2.02208,-2.45274,-2.43107,-2.14112,-3.14296,-1.78682,-2.05565,-1.94043,-2.35196,-2.27467,-1.52368,-2.39885,-2.61365,-1.40626,-1.50499,-1.61181,-2.68146,-3.19955,-1.82479,-2.15416,-2.87148,-0.0678329,-0.243106,-0.277374,-0.203349,-0.27633,-0.294032,-0.298676,-0.325374,-0.259392,-0.279898,-0.435083,-0.289006,-0.336637,-0.231003,-0.158337,-0.304537,-0.244306,-0.210105,-0.322633,-0.321445,-0.269693,-0.28234,-0.297755,0.0700217 +-5917.82,4.03563e-11,0.350484,2,-0.263865,0.00490304,-2.6599,-2.02208,-2.45274,-2.43107,-2.14112,-3.14296,-1.78682,-2.05565,-1.94043,-2.35196,-2.27467,-1.52368,-2.39885,-2.61365,-1.40626,-1.50499,-1.61181,-2.68146,-3.19955,-1.82479,-2.15416,-2.87148,-0.0678329,-0.243106,-0.277374,-0.203349,-0.27633,-0.294032,-0.298676,-0.325374,-0.259392,-0.279898,-0.435083,-0.289006,-0.336637,-0.231003,-0.158337,-0.304537,-0.244306,-0.210105,-0.322633,-0.321445,-0.269693,-0.28234,-0.297755,0.0700217 +-5913.68,0.680544,0.350484,2,-0.323888,0.0018368,-2.39856,-2.13303,-2.47929,-2.40828,-2.36587,-2.50648,-1.79015,-2.10715,-1.88871,-2.51336,-2.28105,-1.31693,-2.43743,-2.62207,-1.49254,-1.37328,-1.83744,-2.62106,-3.33667,-1.62682,-2.09121,-2.84717,-0.193123,-0.314203,-0.334064,-0.180102,-0.304344,-0.289249,-0.324338,-0.227005,-0.354839,-0.161394,-0.227955,-0.308781,-0.381167,-0.297962,-0.449117,-0.303373,-0.350539,-0.363134,-0.318351,-0.324655,-0.364744,-0.333232,-0.357858,0.0428579 +-5913.68,0.0157814,0.350484,2,-0.323888,0.0018368,-2.39856,-2.13303,-2.47929,-2.40828,-2.36587,-2.50648,-1.79015,-2.10715,-1.88871,-2.51336,-2.28105,-1.31693,-2.43743,-2.62207,-1.49254,-1.37328,-1.83744,-2.62106,-3.33667,-1.62682,-2.09121,-2.84717,-0.193123,-0.314203,-0.334064,-0.180102,-0.304344,-0.289249,-0.324338,-0.227005,-0.354839,-0.161394,-0.227955,-0.308781,-0.381167,-0.297962,-0.449117,-0.303373,-0.350539,-0.363134,-0.318351,-0.324655,-0.364744,-0.333232,-0.357858,0.0428579 +-5907.27,0.196034,0.350484,2,-0.273241,0.00355809,-1.95589,-1.99255,-1.89863,-2.34987,-2.12906,-1.87618,-1.61936,-2.01456,-1.94865,-2.19161,-2.16975,-1.60146,-3.35898,-2.71565,-1.46956,-1.47837,-1.89937,-3.01582,-3.75324,-1.45656,-2.03682,-3.03435,-0.40551,-0.29051,-0.385934,-0.401568,-0.285312,-0.249239,-0.365453,-0.328117,-0.255323,-0.275223,-0.412311,-0.224038,-0.231171,-0.105855,-0.158359,-0.284148,-0.257577,-0.191352,-0.296566,-0.230817,-0.313119,-0.330754,-0.2752,0.0596497 +-5919.62,0.653228,0.350484,3,-0.161308,0.00741557,-3.0982,-2.24417,-2.22759,-2.55691,-2.74596,-2.48534,-1.74979,-2.26109,-1.98754,-2.23359,-2.4148,-1.38938,-3.09731,-3.05025,-1.24382,-1.50624,-1.9659,-3.41134,-3.07673,-1.4672,-2.26707,-3.01193,-0.296721,-0.146666,-0.169383,-0.18749,-0.0664426,-0.0942721,-0.155366,-0.170399,-0.0850625,-0.196246,-0.0783506,-0.323902,-0.311314,0.0650427,-0.19175,-0.21838,-0.171748,-0.123568,-0.25061,-0.120913,-0.0669387,-0.42641,-0.0843981,0.0861137 +-5914.21,0.985128,0.350484,3,-0.313061,0.00187233,-1.55604,-2.22682,-1.86207,-2.50299,-2.19558,-2.02733,-1.59354,-2.07795,-2.07182,-2.22734,-2.24245,-1.60799,-2.84505,-2.65234,-1.48759,-1.35593,-1.87397,-2.84761,-4.27552,-1.51095,-1.96927,-3.24174,-0.40576,-0.302799,-0.30849,-0.30997,-0.320245,-0.349644,-0.360741,-0.385369,-0.236918,-0.274849,-0.277133,-0.310404,-0.480864,-0.352262,-0.298149,-0.320198,-0.263468,-0.229476,-0.244402,-0.242654,-0.400711,-0.432597,-0.345861,0.0432704 +-5905.63,3.24419e-10,0.350484,2,-0.297489,0.00368463,-1.8411,-2.36898,-1.87256,-2.49762,-2.22906,-2.12204,-1.56291,-2.08128,-2.09717,-2.22839,-2.28422,-1.57224,-2.62691,-2.68566,-1.54516,-1.43658,-1.96307,-3.03499,-4.16111,-1.60036,-1.99968,-3.22135,-0.318485,-0.335324,-0.378646,-0.254269,-0.364844,-0.302625,-0.376259,-0.265879,-0.266634,-0.293813,-0.347529,-0.29915,-0.396066,-0.264259,-0.331298,-0.312674,-0.275002,-0.254621,-0.344952,-0.240578,-0.333343,-0.318454,-0.256566,0.0607012 +-5905.63,0.273438,0.350484,2,-0.297489,0.00368463,-1.8411,-2.36898,-1.87256,-2.49762,-2.22906,-2.12204,-1.56291,-2.08128,-2.09717,-2.22839,-2.28422,-1.57224,-2.62691,-2.68566,-1.54516,-1.43658,-1.96307,-3.03499,-4.16111,-1.60036,-1.99968,-3.22135,-0.318485,-0.335324,-0.378646,-0.254269,-0.364844,-0.302625,-0.376259,-0.265879,-0.266634,-0.293813,-0.347529,-0.29915,-0.396066,-0.264259,-0.331298,-0.312674,-0.275002,-0.254621,-0.344952,-0.240578,-0.333343,-0.318454,-0.256566,0.0607012 +-5905.63,0.0125084,0.350484,2,-0.297489,0.00368463,-1.8411,-2.36898,-1.87256,-2.49762,-2.22906,-2.12204,-1.56291,-2.08128,-2.09717,-2.22839,-2.28422,-1.57224,-2.62691,-2.68566,-1.54516,-1.43658,-1.96307,-3.03499,-4.16111,-1.60036,-1.99968,-3.22135,-0.318485,-0.335324,-0.378646,-0.254269,-0.364844,-0.302625,-0.376259,-0.265879,-0.266634,-0.293813,-0.347529,-0.29915,-0.396066,-0.264259,-0.331298,-0.312674,-0.275002,-0.254621,-0.344952,-0.240578,-0.333343,-0.318454,-0.256566,0.0607012 +-5911.84,2.15338e-44,0.350484,2,-0.301457,0.00598619,-1.93302,-2.37104,-1.87378,-2.52315,-2.29736,-2.15523,-1.62468,-2.02188,-2.12942,-2.23911,-2.2206,-1.57725,-2.6272,-2.75224,-1.53972,-1.43983,-1.93117,-2.95395,-4.25741,-1.59282,-1.98136,-3.23996,-0.266759,-0.374125,-0.312619,-0.279253,-0.421136,-0.358267,-0.432765,-0.225991,-0.266466,-0.308607,-0.318926,-0.280987,-0.373311,-0.215023,-0.397228,-0.263103,-0.361638,-0.292678,-0.317997,-0.201555,-0.368909,-0.346435,-0.28157,0.0773705 +-5911.84,0.0356665,0.350484,2,-0.301457,0.00598619,-1.93302,-2.37104,-1.87378,-2.52315,-2.29736,-2.15523,-1.62468,-2.02188,-2.12942,-2.23911,-2.2206,-1.57725,-2.6272,-2.75224,-1.53972,-1.43983,-1.93117,-2.95395,-4.25741,-1.59282,-1.98136,-3.23996,-0.266759,-0.374125,-0.312619,-0.279253,-0.421136,-0.358267,-0.432765,-0.225991,-0.266466,-0.308607,-0.318926,-0.280987,-0.373311,-0.215023,-0.397228,-0.263103,-0.361638,-0.292678,-0.317997,-0.201555,-0.368909,-0.346435,-0.28157,0.0773705 +-5913.56,0.283823,0.350484,2,-0.281734,0.00363644,-1.72896,-2.0868,-1.60432,-2.28429,-2.3998,-2.51222,-1.5436,-2.07918,-1.94347,-2.24623,-2.21338,-1.3909,-2.72842,-2.668,-1.4156,-1.27286,-1.84911,-2.62209,-2.93577,-1.55027,-2.24838,-3.10529,-0.32475,-0.246139,-0.320388,-0.234567,-0.194821,-0.256768,-0.41277,-0.331568,-0.318982,-0.350131,-0.350818,-0.299754,-0.520769,-0.0272015,-0.241622,-0.321585,-0.221456,-0.314493,-0.226275,-0.327408,-0.290864,-0.092032,-0.303929,0.0603029 +-5918.53,0.791596,0.350484,2,-0.348728,0.00807537,-2.66532,-1.91844,-2.29878,-2.26161,-2.30736,-2.4585,-1.82365,-2.2018,-1.74091,-2.26049,-2.29788,-1.40788,-3.15551,-2.75967,-1.53208,-1.50297,-1.93696,-3.03185,-4.16158,-1.48585,-2.07104,-2.93157,-0.280002,-0.420235,-0.395871,-0.600423,-0.396867,-0.271212,-0.355402,-0.197267,-0.36476,-0.247699,-0.224806,-0.263946,-0.071516,-0.222446,-0.328494,-0.31597,-0.347438,-0.341094,-0.388556,-0.263929,-0.288294,-0.497787,-0.298583,0.0898631 +-5913.7,0.954729,0.350484,2,-0.336393,0.0100823,-2.31817,-2.22004,-2.13949,-2.28408,-2.21095,-2.45005,-1.69544,-2.20913,-1.80061,-2.16609,-2.27151,-1.4896,-2.75083,-2.65935,-1.23309,-1.37601,-1.69892,-3.56412,-3.53149,-1.31338,-2.03231,-2.77369,-0.280587,-0.346114,-0.356666,-0.387945,-0.22715,-0.392357,-0.329413,-0.0169345,-0.34762,-0.317223,-0.402087,-0.417805,-0.507594,-0.081587,-0.279359,-0.250057,-0.41446,-0.285325,-0.215414,-0.311346,-0.492401,-0.353197,-0.38451,0.100411 +-5913.06,0.625027,0.350484,3,-0.215729,0.00346771,-1.54327,-2.1107,-2.38522,-2.46936,-2.58071,-2.0329,-1.64188,-1.91676,-1.78471,-2.22282,-2.19157,-1.6577,-2.63026,-2.56537,-1.44829,-1.48156,-2.00527,-3.508,-3.35158,-1.47686,-2.14857,-2.779,-0.307117,-0.176028,-0.146325,-0.215216,-0.057576,-0.213336,-0.331351,-0.126509,-0.236494,-0.268997,-0.286222,-0.314182,-0.321026,-0.235907,-0.0960832,-0.227173,-0.262427,-0.162861,-0.196547,-0.215717,-0.288637,-0.231676,-0.208879,0.0588872 +-5914.08,0.3112,0.350484,3,-0.243267,0.00329948,-2.30159,-1.91662,-2.28466,-2.48892,-2.20682,-1.82158,-1.59751,-2.12913,-1.90809,-2.09926,-2.13028,-1.74366,-2.77721,-2.64885,-1.35644,-1.57003,-2.05515,-3.43565,-2.83599,-1.55041,-2.14262,-2.80085,-0.184097,-0.312029,-0.189798,-0.185229,-0.265653,-0.382566,-0.37251,-0.201002,-0.298561,-0.346763,-0.354503,-0.329427,-0.249823,-0.298828,-0.162111,-0.275795,-0.183232,-0.196552,-0.276958,-0.292131,-0.300816,-0.33289,-0.242018,0.0574411 +-5903.26,1,0.350484,2,-0.298302,0.00418038,-2.45413,-2.07069,-2.16585,-2.40933,-2.32826,-2.46744,-1.74431,-2.15232,-2.22415,-2.22839,-2.31127,-1.51685,-3.24278,-2.89743,-1.31082,-1.53659,-1.90368,-3.07474,-3.29946,-1.39462,-2.2063,-2.9928,-0.320989,-0.29594,-0.37295,-0.338299,-0.248217,-0.217812,-0.266137,-0.265689,-0.226141,-0.363267,-0.187578,-0.121565,-0.27778,-0.10621,-0.343676,-0.227644,-0.301276,-0.275068,-0.268375,-0.252998,-0.21787,-0.254433,-0.257471,0.0646559 +-5908.19,0.237221,0.350484,2,-0.227844,0.00585801,-2.77905,-2.02823,-1.88008,-2.44575,-2.55889,-2.5469,-1.80773,-2.25083,-1.83762,-2.19723,-2.2803,-1.55019,-3.00912,-2.52373,-1.38938,-1.43968,-2.09106,-3.09796,-3.87808,-1.53404,-2.04596,-2.96184,-0.203917,-0.440537,-0.152306,-0.0941509,-0.144396,-0.174344,-0.258039,-0.0570824,-0.263769,-0.257203,-0.308916,-0.280815,-0.174357,-0.266879,-0.186448,-0.202193,-0.184136,-0.108645,-0.224141,-0.248212,-0.328582,-0.308925,-0.284443,0.0765376 +-5909.35,0.407713,0.350484,2,-0.167936,0.00752296,-1.93633,-2.16728,-2.14224,-2.48888,-2.54034,-2.20565,-1.80471,-2.29126,-1.67998,-2.28423,-2.24334,-1.26931,-3.20846,-2.72564,-1.32034,-1.45075,-1.74704,-2.76487,-3.8941,-1.69757,-2.20855,-3.02885,-0.186512,-0.198748,-0.11247,-0.125146,-0.127002,-0.190613,-0.239876,-0.125227,-0.378619,-0.266907,-0.21819,-0.226089,-0.249534,-0.104801,-0.153072,-0.214244,-0.133459,-0.237692,0.00761261,-0.162851,-0.188689,-0.298645,-0.168904,0.086735 +-5915.64,0.432415,0.350484,3,-0.278227,0.0083452,-2.27906,-2.28508,-2.1488,-2.39269,-2.49758,-2.06166,-1.62439,-2.23263,-1.55812,-2.20399,-2.28906,-1.28666,-3.40727,-2.65012,-1.36473,-1.33873,-1.66738,-2.79445,-3.66931,-1.48294,-2.10121,-2.99939,-0.264487,-0.431055,-0.22183,-0.378463,-0.302271,-0.237036,-0.498258,-0.202756,-0.358042,-0.324331,-0.294138,-0.348963,-0.263488,-0.28352,-0.284522,-0.19099,-0.49795,-0.367051,-0.284276,-0.405108,-0.339716,-0.213815,-0.362973,0.0913521 +-5913.59,0.363503,0.350484,3,-0.33327,0.00936924,-2.17508,-1.82667,-2.19047,-2.31609,-2.31955,-2.82006,-1.66525,-1.87691,-2.07696,-2.23747,-2.38545,-1.32362,-2.87883,-2.80086,-1.1453,-1.55365,-1.91634,-2.9387,-3.69711,-1.51472,-2.17612,-2.71788,-0.379293,-0.809573,-0.398095,-0.250145,-0.29422,-0.292404,-0.365452,-0.394923,-0.370355,-0.346651,-0.270149,-0.307079,-0.411541,-0.166976,-0.391872,-0.44694,-0.292265,-0.324464,-0.267873,-0.208556,-0.289903,-0.540881,-0.390645,0.0967948 +-5920.28,0.767719,0.350484,2,-0.365915,0.00665845,-1.66132,-1.99896,-2.43249,-2.33974,-2.16659,-2.1641,-1.66016,-2.12521,-1.82686,-2.09452,-2.41966,-1.53451,-3.04521,-2.71295,-1.04203,-1.37147,-2.25561,-2.77458,-3.33515,-1.62829,-1.98446,-2.60146,-0.390287,-0.79005,-0.302768,-0.437427,-0.385159,-0.343978,-0.393324,-0.267337,-0.31656,-0.373883,-0.248076,-0.338074,-0.600735,-0.331267,-0.338938,-0.305782,-0.293292,-0.315205,-0.397901,-0.165477,-0.411462,-0.399716,-0.35912,0.0815993 +-5924.54,0.63311,0.350484,3,-0.368922,0.00643388,-3.12407,-1.78931,-1.84294,-2.48114,-2.44069,-2.49933,-1.68391,-1.93451,-1.92376,-2.2597,-2.11252,-1.60673,-2.83834,-2.82641,-1.53575,-1.28212,-1.66769,-3.13918,-3.30144,-1.18145,-2.12157,-3.06951,-0.329556,-0.826761,-0.423378,-0.327022,-0.169395,-0.412285,-0.407798,-0.378228,-0.300668,-0.281316,-0.403799,-0.357482,-0.199654,-0.164403,-0.370227,-0.130143,-0.510623,-0.31292,-0.45079,-0.398022,-0.446198,-0.396424,-0.402245,0.0802115 +-5921.34,0.867131,0.350484,3,-0.357743,0.00904584,-3.21486,-1.9656,-1.7334,-2.43421,-2.38903,-2.16424,-1.64788,-2.03532,-1.87732,-2.27865,-2.09181,-1.54002,-2.78162,-2.86748,-1.31347,-1.42995,-1.71564,-3.32022,-3.42626,-1.3192,-2.30139,-3.1011,-0.309642,-0.866778,-0.514634,-0.350473,-0.273747,-0.242778,-0.50502,-0.346589,-0.272441,-0.236281,-0.370993,-0.277656,-0.351309,0.101691,-0.418164,-0.162576,-0.416329,-0.423292,-0.4109,-0.36354,-0.306504,-0.491569,-0.432547,0.0951096 +-5924.2,0.759175,0.350484,3,-0.334116,0.0178733,-1.88347,-2.10675,-2.41407,-2.39501,-2.51883,-2.07523,-1.75738,-2.18602,-1.84881,-2.23316,-2.40416,-1.29927,-2.84535,-2.86152,-1.23266,-1.74139,-1.92445,-2.68631,-3.23713,-1.67486,-1.84514,-2.69814,-0.362208,-0.39428,-0.244736,-0.359947,-0.0389457,-0.524699,-0.466112,-0.14499,-0.668761,-0.37056,-0.377519,-0.334072,-0.810284,-0.0437611,-0.332425,-0.0673384,-0.196533,-0.293591,-0.237633,-0.177528,-0.554087,-0.364416,-0.330873,0.133691 +-5930.41,0.896802,0.350484,2,-0.400894,0.0407552,-2.20118,-1.81653,-1.96731,-2.39964,-2.55446,-1.76305,-1.70262,-2.16269,-1.81058,-2.26117,-2.34007,-1.33145,-2.63411,-2.87184,-1.24093,-1.50582,-1.91019,-2.92983,-3.77373,-1.67019,-2.11812,-2.83867,-0.4804,-0.777703,-0.567099,-0.183712,-0.131023,-0.415324,-0.303821,-0.17309,-0.375323,-0.262911,-0.112359,-0.430665,-0.930748,0.327804,-0.260037,-0.441698,-0.719799,-0.275591,-0.476781,-0.247729,-0.458394,-0.637884,-0.405047,0.201879 +-5932.34,0.776347,0.350484,3,-0.214303,0.0383532,-2.6686,-2.19213,-2.29748,-2.26428,-2.11745,-2.39181,-1.65058,-2.11732,-1.9956,-2.26339,-2.3459,-1.56268,-2.65579,-2.88728,-1.37128,-1.43459,-2.09809,-2.91299,-3.4483,-1.25527,-2.10934,-2.92213,-0.165099,-0.461938,-0.603375,-0.401846,-0.430416,-0.416645,-0.615757,-0.23628,-0.360373,-0.264684,-0.314644,-0.0588725,-1.02432,-0.185143,-0.326976,-0.151966,0.250213,-0.274,0.199787,-0.365107,-0.35211,-0.189731,-0.350253,0.19584 +-5926.73,0.929709,0.350484,3,-0.197621,0.0243386,-2.08784,-2.47448,-1.83733,-2.52858,-2.72642,-2.03152,-1.7699,-2.18463,-1.97873,-2.26954,-2.30704,-1.59139,-2.61503,-2.94947,-1.25197,-1.57754,-1.74206,-3.14687,-3.36082,-1.76239,-2.01801,-2.76846,-0.245452,-0.233679,-0.0411044,-0.0683001,0.00975746,-0.218511,-0.285317,-0.169182,-0.236527,-0.413334,-0.22651,-0.14375,-0.683143,-0.129084,-0.0960248,-0.221279,-0.282867,-0.226223,-0.323468,0.0756917,-0.260845,-0.579831,-0.0943634,0.156008 +-5919.25,0.993306,0.350484,2,-0.25624,0.00821578,-2.68246,-2.39154,-2.65276,-2.32268,-2.5228,-2.22317,-1.67681,-2.19474,-1.92991,-2.13351,-2.30711,-1.50956,-2.77686,-2.56536,-1.37702,-1.37391,-1.73472,-2.92825,-2.76639,-1.66626,-2.10621,-2.64307,-0.137253,-0.213415,-0.285483,-0.199461,-0.171265,-0.257909,-0.382924,-0.0120851,-0.315357,-0.261965,-0.303911,-0.228589,-0.539505,-0.0917987,-0.388433,-0.358226,-0.424331,-0.264609,-0.208729,-0.170906,-0.281235,-0.494636,-0.346642,0.090641 +-5918.13,0.715682,0.350484,2,-0.217955,0.00462657,-2.47696,-1.80501,-1.93123,-2.37682,-2.49339,-2.05689,-1.76045,-2.13034,-1.89725,-2.36467,-2.19453,-1.52918,-3.08574,-2.82462,-1.45397,-1.70647,-2.04745,-2.71403,-3.71422,-1.49212,-2.19171,-3.105,-0.343678,-0.494035,-0.146511,-0.410333,-0.202418,-0.302037,-0.309296,-0.285319,-0.237736,-0.306516,-0.274459,-0.0927676,-0.125119,-0.143198,-0.141173,-0.125702,-0.124161,-0.249083,-0.38097,-0.118387,-0.390864,-0.198668,-0.188838,0.0680189 +-5918.84,0.903875,0.350484,2,-0.251668,0.00655593,-2.69537,-2.09826,-2.30031,-2.31419,-2.10002,-2.11039,-1.80373,-2.03018,-1.97003,-2.24149,-2.35189,-1.48026,-2.47909,-2.47436,-1.26372,-1.38236,-2.14085,-2.81575,-3.03844,-1.60287,-2.27347,-2.96014,-0.161754,-0.232819,-0.390992,-0.157321,-0.27791,-0.248193,-0.243917,-0.178381,-0.291253,-0.221391,-0.371811,-0.283187,-0.522041,-0.190463,-0.400981,-0.291173,-0.261211,-0.235754,-0.0730738,-0.3494,-0.127081,-0.306723,-0.29521,0.0809687 +-5915.79,0.607623,0.350484,2,-0.296594,0.00819593,-2.74758,-2.23744,-2.60034,-2.41475,-2.22301,-2.12555,-1.72875,-2.05143,-1.94471,-2.23591,-2.39024,-1.33589,-2.65667,-2.74756,-1.35889,-1.37681,-1.781,-2.54203,-3.45768,-1.69993,-2.30359,-3.05042,-0.33686,-0.367017,-0.338213,-0.303067,-0.12936,-0.512161,-0.350168,-0.224554,-0.340068,-0.246918,-0.106962,-0.312703,-0.413902,-0.19496,-0.389384,-0.138187,-0.223045,-0.31108,-0.51224,-0.22493,-0.277991,-0.223294,-0.330695,0.0905314 +-5916.74,0.654304,0.350484,2,-0.291746,0.00866677,-2.65888,-1.99309,-2.14322,-2.48028,-2.25123,-1.77967,-1.76443,-2.12122,-1.93023,-2.31333,-2.14469,-1.59838,-2.78184,-2.63235,-1.11855,-1.56497,-1.85853,-2.55717,-3.64734,-1.63579,-2.13784,-2.99134,-0.291098,-0.32186,0.174808,-0.251808,-0.323069,-0.16516,-0.263307,-0.235885,-0.390159,-0.296008,-0.35329,-0.289258,-0.356611,-0.139842,-0.284485,-0.221436,-0.302391,-0.386838,-0.0756182,-0.312933,-0.372387,-0.488537,-0.273652,0.0930955 +-5922.73,0.620522,0.350484,2,-0.241994,0.0103627,-1.74025,-2.35988,-2.57894,-2.33484,-2.28681,-3.08898,-1.7068,-2.06904,-1.75009,-2.19143,-2.32667,-1.32192,-3.12363,-2.7693,-1.46664,-1.49032,-2.21905,-3.35074,-2.96763,-1.41145,-2.0424,-2.84709,-0.165045,-0.281305,0.0809605,-0.268491,-0.182186,-0.543284,-0.494914,-0.2747,-0.331846,-0.261271,-0.263135,-0.185491,-0.213538,-0.0635962,-0.284195,-0.191772,-0.176581,-0.0655508,-0.44578,-0.188473,-0.298276,-0.089586,-0.241376,0.101797 +-5926.34,0.888042,0.350484,2,-0.252924,0.0121863,-1.65067,-2.48111,-2.62105,-2.30025,-2.30324,-2.90442,-1.73765,-2.05565,-1.7503,-2.20629,-2.38653,-1.32054,-3.20388,-2.739,-1.49781,-1.53076,-2.10875,-3.58506,-2.9726,-1.4263,-2.04605,-2.82762,-0.0923245,-0.266353,0.0855565,-0.218081,-0.18694,-0.546653,-0.513716,-0.264961,-0.351687,-0.316036,-0.181949,-0.127845,-0.259449,-0.12134,-0.248225,-0.117458,-0.237821,-0.124145,-0.428261,-0.246123,-0.340385,-0.115597,-0.222085,0.110392 +-5918.49,0.889461,0.350484,2,-0.240345,0.0184479,-2.70235,-1.96148,-2.27211,-2.29813,-2.63104,-1.73679,-1.71397,-2.28647,-1.93782,-2.195,-2.33617,-1.5173,-3.02112,-2.67452,-1.41079,-1.40889,-1.96261,-3.26127,-2.9723,-1.26544,-2.30345,-2.98691,-0.204359,-0.236412,-0.277476,-0.404159,-0.308288,-0.275164,-0.312606,-0.147969,-0.622623,-0.330471,-0.264523,-0.291796,-0.485472,-0.124205,-0.255296,-0.2381,-0.171037,-0.0688563,-0.316976,-0.394714,-0.222425,-0.367136,-0.238485,0.135823 +-5913.6,0.721186,0.350484,3,-0.205626,0.00533152,-1.93198,-2.44483,-1.87279,-2.48386,-2.32171,-2.65967,-1.8044,-1.95805,-1.99909,-2.27019,-2.32441,-1.43899,-2.94416,-2.6929,-1.56666,-1.55363,-2.18708,-2.80505,-3.61713,-1.55959,-2.11655,-2.95492,-0.157136,-0.192051,-0.126206,-0.195572,-0.111868,-0.300239,-0.112751,-0.161435,0.00845048,-0.215423,-0.117816,-0.191576,-0.202172,-0.108367,-0.209752,-0.167116,-0.233299,-0.270017,0.0481786,-0.144217,-0.385283,-0.145285,-0.246494,0.0730173 +-5921.81,0.610389,0.350484,2,-0.138261,0.00885868,-2.83081,-1.47394,-1.65772,-2.47054,-2.42952,-2.34473,-1.69841,-1.9322,-1.8355,-2.39352,-2.35421,-1.47675,-3.06325,-2.8223,-1.57875,-1.46009,-2.01652,-2.95248,-3.85509,-1.4986,-2.17016,-3.12921,-0.138626,-0.518695,-0.180876,-0.102001,-0.157308,0.0210193,-0.363557,-0.342303,-0.310343,-0.159315,-0.0975701,-0.102699,-0.115825,0.0144952,-0.050274,-0.0808988,-0.0152436,-0.157665,0.104873,-0.185443,-0.0843314,-0.197689,-0.0315362,0.0941206 +-5922.38,0.376117,0.350484,2,-0.144089,0.009317,-2.67006,-1.50251,-1.66954,-2.50777,-2.43307,-2.31767,-1.63995,-1.96617,-1.92633,-2.39644,-2.36569,-1.46867,-3.03507,-2.76552,-1.5067,-1.39413,-1.92335,-3.04307,-3.91899,-1.53948,-2.18663,-3.17475,-0.0901798,-0.546109,-0.141047,-0.14528,-0.123685,-0.0174762,-0.3576,-0.35523,-0.30443,-0.150618,-0.0720629,-0.107107,-0.0890546,-0.0575545,-0.0956686,-0.0656487,0.016137,-0.0936659,0.0428952,-0.151456,-0.143143,-0.242353,0.016382,0.0965246 +-5915.38,1,0.350484,3,-0.171784,0.00404344,-2.71306,-2.80958,-2.55962,-2.43232,-2.40845,-2.13371,-1.77952,-2.21757,-2.01109,-2.24531,-2.47315,-1.5755,-2.91798,-2.67747,-1.468,-1.72809,-2.14773,-3.25765,-2.87538,-1.48415,-2.27772,-2.6998,-0.306161,-0.0454155,-0.182482,-0.245969,-0.218831,-0.118535,-0.318451,-0.041418,-0.163197,-0.195572,-0.234897,-0.16059,-0.197025,0.0680638,-0.220898,-0.144524,-0.0896424,-0.244353,-0.149698,-0.14544,-0.378751,-0.249921,-0.183433,0.063588 +-5915.38,0.230821,0.350484,3,-0.171784,0.00404344,-2.71306,-2.80958,-2.55962,-2.43232,-2.40845,-2.13371,-1.77952,-2.21757,-2.01109,-2.24531,-2.47315,-1.5755,-2.91798,-2.67747,-1.468,-1.72809,-2.14773,-3.25765,-2.87538,-1.48415,-2.27772,-2.6998,-0.306161,-0.0454155,-0.182482,-0.245969,-0.218831,-0.118535,-0.318451,-0.041418,-0.163197,-0.195572,-0.234897,-0.16059,-0.197025,0.0680638,-0.220898,-0.144524,-0.0896424,-0.244353,-0.149698,-0.14544,-0.378751,-0.249921,-0.183433,0.063588 +-5901.2,0.685729,0.350484,2,-0.277707,0.00265069,-2.34258,-1.96915,-2.05926,-2.43064,-2.34111,-2.04865,-1.6141,-2.15723,-1.85681,-2.29358,-2.28108,-1.60083,-2.88539,-2.6079,-1.36281,-1.35751,-1.85016,-3.16626,-2.84633,-1.38665,-1.91765,-3.03137,-0.192433,-0.365174,-0.300185,-0.160016,-0.232172,-0.272886,-0.447044,-0.297586,-0.318913,-0.28427,-0.196823,-0.218349,-0.257162,-0.231999,-0.252013,-0.27411,-0.280055,-0.201754,-0.310635,-0.319254,-0.218757,-0.278491,-0.32618,0.0514848 +-5911.46,0.0365349,0.350484,2,-0.319268,0.00282572,-1.95894,-1.89292,-1.91326,-2.39566,-2.3263,-1.87564,-1.70077,-2.15215,-1.90621,-2.30684,-2.39921,-1.64484,-3.11369,-2.80956,-1.39692,-1.35142,-1.94089,-3.34867,-3.19098,-1.35688,-2.00064,-3.03084,-0.418179,-0.24882,-0.354872,-0.387846,-0.366453,-0.369225,-0.541463,-0.181208,-0.329934,-0.326507,-0.236353,-0.209534,-0.296622,-0.292265,-0.307326,-0.287527,-0.329994,-0.06216,-0.318124,-0.348687,-0.393802,-0.322998,-0.212282,0.0531575 +-5911.46,0.000909333,0.350484,3,-0.319268,0.00282572,-1.95894,-1.89292,-1.91326,-2.39566,-2.3263,-1.87564,-1.70077,-2.15215,-1.90621,-2.30684,-2.39921,-1.64484,-3.11369,-2.80956,-1.39692,-1.35142,-1.94089,-3.34867,-3.19098,-1.35688,-2.00064,-3.03084,-0.418179,-0.24882,-0.354872,-0.387846,-0.366453,-0.369225,-0.541463,-0.181208,-0.329934,-0.326507,-0.236353,-0.209534,-0.296622,-0.292265,-0.307326,-0.287527,-0.329994,-0.06216,-0.318124,-0.348687,-0.393802,-0.322998,-0.212282,0.0531575 +-5910.37,0.494664,0.350484,2,-0.328655,0.00730748,-1.98218,-2.08775,-1.79528,-2.30416,-2.26944,-2.65054,-1.63186,-2.07288,-1.70938,-2.31132,-2.40037,-1.5606,-2.955,-2.78162,-1.33247,-1.24377,-2.09638,-2.96815,-3.22983,-1.49315,-2.02338,-3.01432,-0.41039,-0.374979,-0.377312,-0.319029,-0.309432,-0.426929,-0.457076,-0.0325797,-0.413043,-0.296602,-0.300464,-0.183539,-0.406451,-0.205871,-0.312997,-0.289379,-0.302311,-0.244587,-0.227042,-0.358108,-0.364734,-0.32599,-0.429309,0.0854838 +-5919.13,0.567163,0.350484,3,-0.289884,0.00610635,-2.42578,-2.25628,-2.34171,-2.41231,-2.45522,-1.73217,-1.67166,-2.27575,-2.15025,-2.21701,-2.0618,-1.37441,-2.96861,-2.61436,-1.2559,-1.58132,-1.51647,-2.75285,-3.77966,-1.57918,-2.23892,-2.69049,-0.210899,-0.23984,-0.316129,-0.207761,-0.293669,-0.30309,-0.457451,-0.388095,-0.245621,-0.347291,-0.350414,-0.313407,-0.230994,0.0612792,-0.360001,-0.371123,-0.340023,-0.422892,-0.287295,-0.172874,-0.305487,-0.468635,-0.187439,0.0781431 +-5919.88,0.93404,0.350484,3,-0.263351,0.0102233,-1.9997,-2.19827,-1.92254,-2.37917,-2.26012,-2.41125,-1.7236,-1.92017,-1.96902,-2.28876,-2.38895,-1.54796,-2.73317,-2.81492,-1.51232,-1.48713,-2.17848,-3.31505,-3.16319,-1.55445,-1.98853,-2.8781,-0.337227,-0.0493856,-0.260584,-0.308107,-0.205341,-0.275906,-0.291591,-0.0852277,-0.287368,-0.221454,-0.289771,-0.154804,-0.427435,-0.165055,-0.186467,-0.0117765,-0.229833,0.301116,-0.138732,-0.26843,-0.34424,-0.4437,-0.373086,0.10111 +-5917.35,0.476741,0.350484,3,-0.231563,0.00761298,-3.28459,-2.15668,-2.54233,-2.3992,-2.45512,-2.80629,-1.63653,-2.17767,-1.97767,-2.17878,-2.26775,-1.40951,-3.30038,-2.84842,-1.18478,-1.59018,-2.01676,-2.94383,-3.61365,-1.39513,-2.2156,-2.90412,-0.30604,-0.426936,-0.193534,-0.180487,0.0806569,-0.424338,-0.434043,-0.0530488,-0.208038,-0.31705,-0.2373,-0.194871,-0.0827045,-0.0891842,-0.271407,-0.308015,-0.273584,-0.342981,-0.0715985,-0.227671,-0.233852,-0.198572,-0.125399,0.0872524 +-5910.53,0.770175,0.350484,3,-0.256432,0.00291435,-1.82882,-2.25221,-2.04347,-2.38138,-2.39712,-1.75569,-1.78033,-1.92001,-2.05544,-2.2668,-2.27135,-1.46391,-2.47895,-2.75132,-1.54009,-1.60659,-2.07871,-3.19849,-3.09176,-1.55624,-2.09862,-2.82551,-0.458563,-0.34468,-0.280519,-0.222221,-0.21059,-0.507893,-0.318179,-0.24413,-0.320563,-0.273302,-0.303028,-0.227802,-0.234787,-0.216678,-0.214529,-0.28794,-0.314879,-0.276163,-0.169397,-0.238622,-0.317825,-0.237437,-0.0865882,0.0539847 +-5910.53,0.131899,0.350484,2,-0.256432,0.00291435,-1.82882,-2.25221,-2.04347,-2.38138,-2.39712,-1.75569,-1.78033,-1.92001,-2.05544,-2.2668,-2.27135,-1.46391,-2.47895,-2.75132,-1.54009,-1.60659,-2.07871,-3.19849,-3.09176,-1.55624,-2.09862,-2.82551,-0.458563,-0.34468,-0.280519,-0.222221,-0.21059,-0.507893,-0.318179,-0.24413,-0.320563,-0.273302,-0.303028,-0.227802,-0.234787,-0.216678,-0.214529,-0.28794,-0.314879,-0.276163,-0.169397,-0.238622,-0.317825,-0.237437,-0.0865882,0.0539847 +-5916.37,0.80215,0.350484,2,-0.315803,0.00412579,-2.875,-2.16864,-2.07972,-2.389,-2.42246,-2.52345,-1.67752,-2.1648,-1.88095,-2.26394,-2.4012,-1.27769,-3.4672,-2.65541,-1.25803,-1.27551,-1.80825,-2.918,-3.52318,-1.57871,-2.1898,-2.84268,-0.0189743,-0.391924,-0.300976,-0.349524,-0.234495,-0.0636952,-0.28003,-0.350751,-0.321569,-0.341511,-0.11293,-0.406953,-0.236105,-0.203209,-0.24973,-0.330907,-0.346907,-0.210878,-0.36718,-0.298022,-0.331395,-0.391397,-0.500206,0.0642323 +-5921.47,0.912455,0.350484,3,-0.305424,0.0109663,-3.02764,-2.10137,-1.94775,-2.35295,-2.32142,-2.3684,-1.81015,-1.90303,-1.74187,-2.32206,-2.26862,-1.4875,-3.15651,-2.58538,-1.51732,-1.33596,-2.03891,-2.40242,-3.18238,-1.41058,-2.15446,-2.95463,-0.712882,-0.222747,-0.519947,-0.238175,-0.198655,-0.376196,-0.400434,-0.289982,-0.503996,-0.169526,-0.17639,-0.226004,-0.502386,-0.223657,-0.34926,-0.282808,-0.205286,-0.453895,-0.19574,-0.331164,-0.319083,-0.276944,-0.261375,0.10472 +-5919.53,0.882579,0.350484,2,-0.353924,0.0131629,-2.1212,-1.96534,-2.27058,-2.429,-2.4491,-1.80097,-1.66019,-2.30682,-1.7945,-2.30055,-2.38187,-1.38762,-3.07049,-2.79578,-1.20139,-1.45978,-1.87495,-3.12346,-2.98802,-1.67217,-2.00648,-2.77928,-0.371511,-0.350204,-0.440376,-0.18213,-0.437646,-0.225133,-0.369751,-0.334461,-0.603055,-0.181415,-0.373208,-0.355662,-0.213275,-0.21187,-0.334623,-0.225872,-0.396685,-0.296587,-0.377236,-0.242268,-0.399167,-0.501265,-0.47145,0.11473 +-5927.99,0.716309,0.350484,3,-0.257251,0.0404747,-2.55404,-2.05056,-2.22531,-2.46674,-2.31299,-2.99684,-1.5751,-1.90697,-1.92473,-2.2614,-2.2924,-1.59937,-2.90307,-2.5764,-1.39989,-1.32405,-2.30686,-2.57811,-3.46137,-1.60691,-2.17105,-2.97948,-0.206146,-0.419741,-0.0798066,-0.227362,-0.064908,-0.100094,-0.619105,-0.140289,-0.102005,-0.321029,-0.145862,-0.057631,-0.513789,-0.154965,-0.610559,-0.446122,0.00600668,-0.272101,-0.253278,-0.14398,-0.316124,-0.198169,-0.194386,0.201183 +-5925.9,0.972123,0.350484,2,-0.262979,0.0188366,-2.31049,-1.87067,-1.89926,-2.4435,-2.24557,-2.75725,-1.50542,-2.20643,-2.04675,-2.23994,-2.44048,-1.5942,-3.11903,-2.77984,-1.20429,-1.24886,-2.05996,-2.90047,-3.26421,-1.54506,-1.98871,-3.00133,-0.311747,-0.435832,-0.0557024,-0.212135,-0.039384,-0.00914778,-0.58678,-0.221946,-0.205754,-0.378377,-0.299448,-0.153211,-0.471866,0.00098121,-0.461766,-0.407237,-0.0848775,-0.350515,-0.0435722,0.0155876,-0.419059,-0.19829,-0.424745,0.137247 +-5928.63,0.959105,0.350484,3,-0.156068,0.0114255,-2.40057,-2.27229,-2.22054,-2.28536,-2.50141,-1.62944,-1.66358,-2.00266,-1.98761,-2.1716,-2.3062,-1.56546,-3.37879,-2.68523,-1.45982,-1.35137,-2.3533,-2.69812,-3.07278,-1.57527,-2.16985,-2.78834,0.0300982,-0.151809,-0.225152,-0.29241,-0.247971,-0.337317,-0.676023,-0.145509,-0.102933,-0.256157,-0.0707015,0.139161,-0.0682186,-0.104273,-0.142617,-0.284096,0.0665272,-0.0675022,-0.511355,-0.154525,-0.184189,-0.599715,-0.061271,0.10689 +-5926.49,0.594346,0.350484,2,-0.20879,0.00949066,-2.1889,-2.19319,-2.05696,-2.50708,-2.59725,-3.18552,-1.55176,-2.31447,-2.02892,-2.41863,-2.41745,-1.53835,-2.99845,-2.68905,-1.50373,-1.61569,-2.03854,-3.49564,-3.93081,-1.45919,-2.23229,-2.81408,-0.401662,-0.29627,-0.199828,-0.168628,0.301538,-0.0965525,-0.387263,-0.152832,-0.268589,-0.158404,-0.218267,-0.277767,-0.0906373,0.0577614,-0.0673385,-0.13115,-0.0374422,-0.177361,0.0807827,-0.216025,-0.282103,-0.244387,-0.234729,0.09742 +-5931.52,0.503069,0.350484,3,-0.247269,0.0523055,-2.10808,-1.91573,-2.31187,-2.24662,-2.67724,-2.10303,-1.66481,-2.15058,-1.96132,-2.15869,-2.3477,-1.77853,-3.00715,-2.83867,-1.17014,-1.46879,-1.88903,-3.41705,-3.04003,-1.54187,-2.18296,-3.06454,-0.425274,-0.306639,0.135145,-0.397657,-0.0867369,-0.410406,-0.253849,-0.23093,-0.252264,-0.404718,-0.304432,0.37456,-0.568644,0.258061,-0.275698,-0.0919154,-0.224836,0.31688,-0.157675,-0.0795245,-0.454348,-0.234019,-0.0275054,0.228704 +-5919.83,0.908513,0.350484,2,-0.152446,0.0272154,-2.5782,-2.34326,-1.80225,-2.40193,-2.41626,-2.04463,-1.73254,-2.22565,-2.09259,-2.21007,-2.20221,-1.62212,-2.70025,-2.87162,-1.30512,-1.61315,-1.97452,-3.15598,-3.54061,-1.61907,-1.97654,-2.85626,0.147908,-0.356212,-0.347583,-0.291819,0.00593237,-0.104992,-0.519638,0.0450012,-0.0568009,-0.340972,-0.198244,-0.031863,-0.121136,0.0128693,-0.197263,-0.195384,-0.233752,-0.202241,-0.251619,-0.0356,-0.363879,-0.333537,-0.199715,0.164971 +-5915.08,0.964572,0.350484,3,-0.251424,0.00515432,-2.23926,-2.30725,-2.22546,-2.46226,-2.38315,-2.13324,-1.79263,-1.95692,-2.14218,-2.28605,-2.28302,-1.45912,-3.06136,-2.96371,-1.36309,-1.57567,-2.17603,-3.35134,-3.57213,-1.37775,-2.17769,-2.93134,-0.49171,-0.328518,-0.167325,-0.233297,-0.122493,-0.0628936,-0.422186,-0.275279,-0.172496,-0.230455,-0.126009,-0.327315,-0.201203,-0.0262953,-0.227739,-0.250694,-0.212924,-0.185174,-0.291237,-0.331975,-0.148168,-0.26906,-0.371295,0.0717936 +-5927.95,0.971291,0.350484,2,-0.270625,0.0202377,-1.8411,-1.71896,-1.87448,-2.35656,-2.51455,-2.45065,-1.57273,-2.28035,-1.93423,-2.16865,-2.20117,-1.22053,-3.42215,-2.6898,-1.35175,-1.21626,-2.08756,-2.29212,-3.54815,-1.29197,-2.05508,-2.97511,-0.25979,-0.138572,-0.390361,-0.208784,-0.252628,-0.428525,-0.543115,-0.107517,-0.209854,-0.352855,-0.343762,-0.125879,-0.236265,-0.182086,-0.157588,-0.153553,-0.135499,-0.267599,-0.129745,-0.411701,-0.487983,-0.317069,-0.0943054,0.142259 +-5929.85,0.836788,0.350484,2,-0.288247,0.0209918,-2.94921,-2.33642,-2.22259,-2.46264,-2.58722,-2.27536,-1.71129,-2.0855,-1.99897,-2.374,-2.39795,-1.57383,-2.9951,-2.60304,-1.42629,-1.83485,-1.94536,-3.01809,-3.73951,-1.41361,-1.9839,-2.77955,-0.0701297,-0.45814,-0.588174,-0.168098,-0.22793,-0.038825,-0.44833,-0.15059,-0.446822,-0.128671,-0.263407,-0.30902,-0.258234,-0.213638,-0.46991,-0.462911,-0.193723,-0.416088,-0.43925,-0.434589,-0.292644,-0.439366,-0.257048,0.144885 +-5924.9,0.929982,0.350484,2,-0.300139,0.00890869,-2.5313,-1.94188,-1.50705,-2.32416,-2.59705,-1.7251,-1.60123,-2.27392,-2.08401,-2.25941,-2.32388,-1.46165,-2.75135,-2.6521,-1.27502,-1.74055,-1.88003,-2.44522,-3.27458,-1.28552,-2.14825,-2.7711,-0.306356,-0.298046,-0.344421,-0.20915,-0.261312,-0.363642,-0.616948,-0.175647,-0.13612,-0.329709,-0.125691,-0.153024,-0.377219,-0.184875,-0.296787,-0.344439,-0.0628627,-0.412482,-0.0989426,-0.426574,-0.515569,-0.373637,-0.160113,0.0943859 +-5918.45,0.999732,0.350484,2,-0.291225,0.00786622,-2.62713,-2.1321,-2.15244,-2.41902,-2.4881,-1.80517,-1.64059,-2.16894,-1.99177,-2.29744,-2.25207,-1.52684,-3.04065,-2.54906,-1.21758,-1.63786,-1.8588,-2.94072,-2.88839,-1.26704,-1.90768,-2.55541,-0.435673,-0.321778,-0.279938,-0.306428,-0.245248,-0.450898,-0.60846,-0.189956,-0.170818,-0.277155,-0.375163,-0.339851,-0.272328,-0.287153,-0.324178,-0.329298,-0.285164,-0.24169,-0.156964,-0.278801,-0.252091,-0.277585,-0.447843,0.0886917 +-5913.07,0.00223479,0.350484,2,-0.299146,0.0082762,-2.70589,-2.05597,-1.982,-2.3366,-2.48198,-1.72213,-1.62884,-2.10025,-2.00034,-2.31161,-2.3502,-1.42481,-3.04521,-2.46607,-1.15708,-1.63669,-1.91472,-2.69954,-2.90716,-1.42442,-2.03277,-2.65589,-0.337854,-0.252954,-0.279267,-0.319023,-0.354511,-0.350754,-0.504592,-0.199393,-0.214707,-0.288616,-0.412402,-0.318244,-0.250684,-0.171323,-0.240882,-0.227584,-0.242955,-0.278545,-0.191506,-0.327521,-0.26049,-0.241669,-0.334877,0.0909736 +-5916.24,0.00718162,0.350484,2,-0.298791,0.00154738,-2.74863,-2.09489,-1.8593,-2.2663,-2.59936,-2.49361,-1.5023,-2.11429,-2.06834,-2.21781,-2.20121,-1.48193,-3.52753,-2.73867,-1.10279,-1.53583,-1.71737,-2.57794,-3.06113,-1.38026,-1.80396,-2.69483,-0.239473,-0.424378,-0.276092,-0.287111,-0.194363,-0.249952,-0.57207,-0.238303,-0.306842,-0.318862,-0.236943,-0.211157,-0.319302,-0.348651,-0.285236,-0.310453,-0.349378,-0.305308,-0.363926,-0.256426,-0.37507,-0.336359,-0.29099,0.0393367 +-5916.24,0.000196023,0.350484,2,-0.298791,0.00154738,-2.74863,-2.09489,-1.8593,-2.2663,-2.59936,-2.49361,-1.5023,-2.11429,-2.06834,-2.21781,-2.20121,-1.48193,-3.52753,-2.73867,-1.10279,-1.53583,-1.71737,-2.57794,-3.06113,-1.38026,-1.80396,-2.69483,-0.239473,-0.424378,-0.276092,-0.287111,-0.194363,-0.249952,-0.57207,-0.238303,-0.306842,-0.318862,-0.236943,-0.211157,-0.319302,-0.348651,-0.285236,-0.310453,-0.349378,-0.305308,-0.363926,-0.256426,-0.37507,-0.336359,-0.29099,0.0393367 +-5916.24,0.000775168,0.350484,3,-0.298791,0.00154738,-2.74863,-2.09489,-1.8593,-2.2663,-2.59936,-2.49361,-1.5023,-2.11429,-2.06834,-2.21781,-2.20121,-1.48193,-3.52753,-2.73867,-1.10279,-1.53583,-1.71737,-2.57794,-3.06113,-1.38026,-1.80396,-2.69483,-0.239473,-0.424378,-0.276092,-0.287111,-0.194363,-0.249952,-0.57207,-0.238303,-0.306842,-0.318862,-0.236943,-0.211157,-0.319302,-0.348651,-0.285236,-0.310453,-0.349378,-0.305308,-0.363926,-0.256426,-0.37507,-0.336359,-0.29099,0.0393367 +-5908.73,6.1183e-08,0.350484,2,-0.277692,0.00232264,-2.72437,-2.02132,-1.81353,-2.28316,-2.54556,-2.24441,-1.55568,-2.0537,-2.07857,-2.2564,-2.19901,-1.58421,-3.52776,-2.73244,-1.19317,-1.50927,-1.80383,-2.47452,-3.22771,-1.40172,-1.94569,-2.70104,-0.247761,-0.362737,-0.307257,-0.25584,-0.16719,-0.277808,-0.527376,-0.268197,-0.305657,-0.337509,-0.249817,-0.208736,-0.340686,-0.280229,-0.348515,-0.290845,-0.270314,-0.370525,-0.357179,-0.301448,-0.358867,-0.332053,-0.249451,0.0481937 +-5906.9,0.101172,0.350484,2,-0.299236,0.00258954,-2.89185,-2.06414,-1.68307,-2.30149,-2.52465,-2.19175,-1.58159,-2.17935,-2.06806,-2.23185,-2.22647,-1.63157,-3.41821,-2.63186,-1.17236,-1.50197,-1.81903,-2.38381,-3.27769,-1.42888,-2.05722,-2.71869,-0.2453,-0.333212,-0.239887,-0.283353,-0.195236,-0.214012,-0.567183,-0.296314,-0.28533,-0.352568,-0.246108,-0.309875,-0.298239,-0.295971,-0.359018,-0.285456,-0.314851,-0.308983,-0.308997,-0.258362,-0.315566,-0.442685,-0.351135,0.0508876 +-5906.9,0.12215,0.350484,3,-0.299236,0.00258954,-2.89185,-2.06414,-1.68307,-2.30149,-2.52465,-2.19175,-1.58159,-2.17935,-2.06806,-2.23185,-2.22647,-1.63157,-3.41821,-2.63186,-1.17236,-1.50197,-1.81903,-2.38381,-3.27769,-1.42888,-2.05722,-2.71869,-0.2453,-0.333212,-0.239887,-0.283353,-0.195236,-0.214012,-0.567183,-0.296314,-0.28533,-0.352568,-0.246108,-0.309875,-0.298239,-0.295971,-0.359018,-0.285456,-0.314851,-0.308983,-0.308997,-0.258362,-0.315566,-0.442685,-0.351135,0.0508876 +-5906.9,0.00284625,0.350484,3,-0.299236,0.00258954,-2.89185,-2.06414,-1.68307,-2.30149,-2.52465,-2.19175,-1.58159,-2.17935,-2.06806,-2.23185,-2.22647,-1.63157,-3.41821,-2.63186,-1.17236,-1.50197,-1.81903,-2.38381,-3.27769,-1.42888,-2.05722,-2.71869,-0.2453,-0.333212,-0.239887,-0.283353,-0.195236,-0.214012,-0.567183,-0.296314,-0.28533,-0.352568,-0.246108,-0.309875,-0.298239,-0.295971,-0.359018,-0.285456,-0.314851,-0.308983,-0.308997,-0.258362,-0.315566,-0.442685,-0.351135,0.0508876 +-5906.9,0.550422,0.350484,2,-0.299236,0.00258954,-2.89185,-2.06414,-1.68307,-2.30149,-2.52465,-2.19175,-1.58159,-2.17935,-2.06806,-2.23185,-2.22647,-1.63157,-3.41821,-2.63186,-1.17236,-1.50197,-1.81903,-2.38381,-3.27769,-1.42888,-2.05722,-2.71869,-0.2453,-0.333212,-0.239887,-0.283353,-0.195236,-0.214012,-0.567183,-0.296314,-0.28533,-0.352568,-0.246108,-0.309875,-0.298239,-0.295971,-0.359018,-0.285456,-0.314851,-0.308983,-0.308997,-0.258362,-0.315566,-0.442685,-0.351135,0.0508876 +-5903.11,2.2083e-08,0.350484,2,-0.275548,0.0022825,-2.81408,-2.1159,-1.72847,-2.31112,-2.45895,-2.16794,-1.58545,-2.16027,-2.03077,-2.23431,-2.23348,-1.60113,-3.48357,-2.65919,-1.19629,-1.48023,-1.89629,-2.46291,-3.40436,-1.46389,-1.98965,-2.68716,-0.271927,-0.28205,-0.292221,-0.274498,-0.213023,-0.301938,-0.535598,-0.289249,-0.268568,-0.320637,-0.302851,-0.303368,-0.30126,-0.318615,-0.395886,-0.23553,-0.235043,-0.305269,-0.216816,-0.238237,-0.336297,-0.334814,-0.312464,0.0477755 +-5904.45,0.00134513,0.350484,2,-0.29248,0.00230529,-2.65037,-2.15887,-1.77476,-2.29423,-2.37463,-2.23501,-1.59576,-2.15084,-2.03462,-2.25558,-2.26875,-1.5594,-3.44989,-2.631,-1.13835,-1.56284,-1.9596,-2.49329,-3.49306,-1.53832,-1.96958,-2.66218,-0.315055,-0.381925,-0.301848,-0.28916,-0.273308,-0.270508,-0.501594,-0.304166,-0.268353,-0.29412,-0.301225,-0.263996,-0.329362,-0.160385,-0.382094,-0.200975,-0.238745,-0.270504,-0.161323,-0.292782,-0.270123,-0.265726,-0.277236,0.0480135 +-5904.45,1.01861e-14,0.350484,2,-0.29248,0.00230529,-2.65037,-2.15887,-1.77476,-2.29423,-2.37463,-2.23501,-1.59576,-2.15084,-2.03462,-2.25558,-2.26875,-1.5594,-3.44989,-2.631,-1.13835,-1.56284,-1.9596,-2.49329,-3.49306,-1.53832,-1.96958,-2.66218,-0.315055,-0.381925,-0.301848,-0.28916,-0.273308,-0.270508,-0.501594,-0.304166,-0.268353,-0.29412,-0.301225,-0.263996,-0.329362,-0.160385,-0.382094,-0.200975,-0.238745,-0.270504,-0.161323,-0.292782,-0.270123,-0.265726,-0.277236,0.0480135 +-5904.45,0.435885,0.350484,2,-0.29248,0.00230529,-2.65037,-2.15887,-1.77476,-2.29423,-2.37463,-2.23501,-1.59576,-2.15084,-2.03462,-2.25558,-2.26875,-1.5594,-3.44989,-2.631,-1.13835,-1.56284,-1.9596,-2.49329,-3.49306,-1.53832,-1.96958,-2.66218,-0.315055,-0.381925,-0.301848,-0.28916,-0.273308,-0.270508,-0.501594,-0.304166,-0.268353,-0.29412,-0.301225,-0.263996,-0.329362,-0.160385,-0.382094,-0.200975,-0.238745,-0.270504,-0.161323,-0.292782,-0.270123,-0.265726,-0.277236,0.0480135 +-5904.45,0.104287,0.350484,2,-0.29248,0.00230529,-2.65037,-2.15887,-1.77476,-2.29423,-2.37463,-2.23501,-1.59576,-2.15084,-2.03462,-2.25558,-2.26875,-1.5594,-3.44989,-2.631,-1.13835,-1.56284,-1.9596,-2.49329,-3.49306,-1.53832,-1.96958,-2.66218,-0.315055,-0.381925,-0.301848,-0.28916,-0.273308,-0.270508,-0.501594,-0.304166,-0.268353,-0.29412,-0.301225,-0.263996,-0.329362,-0.160385,-0.382094,-0.200975,-0.238745,-0.270504,-0.161323,-0.292782,-0.270123,-0.265726,-0.277236,0.0480135 +-5904.45,0.00151195,0.350484,2,-0.29248,0.00230529,-2.65037,-2.15887,-1.77476,-2.29423,-2.37463,-2.23501,-1.59576,-2.15084,-2.03462,-2.25558,-2.26875,-1.5594,-3.44989,-2.631,-1.13835,-1.56284,-1.9596,-2.49329,-3.49306,-1.53832,-1.96958,-2.66218,-0.315055,-0.381925,-0.301848,-0.28916,-0.273308,-0.270508,-0.501594,-0.304166,-0.268353,-0.29412,-0.301225,-0.263996,-0.329362,-0.160385,-0.382094,-0.200975,-0.238745,-0.270504,-0.161323,-0.292782,-0.270123,-0.265726,-0.277236,0.0480135 +-5913.86,0.60696,0.350484,3,-0.315273,0.00571924,-1.88371,-1.90927,-2.43403,-2.42611,-2.35746,-2.09205,-1.64711,-2.08131,-2.01903,-2.19351,-2.34565,-1.28716,-2.60737,-2.65887,-1.63693,-1.27382,-1.88324,-3.33839,-4.34491,-1.59439,-2.2167,-3.18254,-0.455361,-0.388765,-0.244439,-0.280287,-0.297884,-0.362405,-0.397326,-0.293695,-0.243906,-0.444768,-0.332393,-0.199815,-0.356047,-0.146868,-0.199639,-0.424243,-0.334657,-0.284414,-0.261866,-0.250498,-0.305174,-0.331414,-0.31378,0.0756257 +-5913.36,0.453015,0.350484,3,-0.240773,0.00765566,-1.62202,-1.85488,-2.18892,-2.32043,-2.58664,-2.67632,-1.58792,-2.03312,-2.04549,-2.12073,-2.37564,-1.57376,-2.71116,-2.75681,-1.40305,-1.62707,-1.94974,-3.04005,-4.12831,-1.4052,-2.14665,-3.11836,-0.165039,-0.303103,-0.292946,-0.320356,-0.0676076,-0.234625,-0.3388,-0.280414,-0.323675,-0.443043,-0.321529,-0.256032,-0.303777,-0.088035,-0.286966,-0.208661,-0.152904,-0.278725,-0.255353,-0.283004,-0.327143,-0.265072,-0.304922,0.0874966 +-5917.85,0.881833,0.350484,2,-0.262664,0.00992353,-2.98563,-2.40376,-2.36671,-2.46249,-2.23003,-2.23771,-1.80177,-2.10285,-1.93587,-2.42102,-2.25374,-1.3711,-3.23746,-2.87739,-1.34181,-1.25193,-1.90338,-2.94413,-2.98846,-1.68532,-2.0892,-3.08108,-0.222931,-0.13383,-0.305178,-0.135562,-0.393648,-0.39442,-0.34109,-0.319918,-0.246972,-0.0508616,-0.210893,-0.221592,-0.166366,0.0311395,-0.161328,-0.342528,-0.297832,-0.278482,-0.230088,-0.183471,-0.203197,-0.200334,-0.30193,0.0996169 +-5917.58,0.793636,0.350484,2,-0.226559,0.00425187,-1.92906,-2.59398,-2.49924,-2.48889,-2.26692,-2.03398,-1.78134,-2.08704,-1.8865,-2.22842,-2.21263,-1.56206,-2.78276,-2.765,-1.27038,-1.14063,-1.99206,-3.20691,-2.83814,-1.70695,-1.88738,-2.85821,-0.210352,-0.317376,-0.313266,-0.198616,-0.109903,-0.177958,-0.170167,-0.162881,-0.196887,-0.205911,-0.266614,-0.151032,-0.277466,0.0679962,-0.262861,-0.2134,-0.139409,-0.117448,-0.210608,-0.245311,-0.389532,-0.420992,-0.319707,0.0652064 +-5923.21,0.862971,0.350484,3,-0.233446,0.00618618,-1.74855,-2.42124,-2.31206,-2.42379,-2.20319,-2.05145,-1.68335,-2.05902,-2.06193,-2.32012,-2.19954,-1.42528,-3.35951,-2.73889,-1.3412,-1.69669,-2.13635,-3.02908,-3.62347,-1.65677,-1.86279,-2.76385,-0.276064,-0.21465,-0.241276,-0.171329,-0.222982,-0.328851,-0.366204,-0.425655,-0.0821902,-0.25461,-0.296818,-0.14369,-0.241481,-0.155048,-0.130785,0.30123,-0.207534,-0.359745,-0.0204158,-0.339001,-0.284986,-0.348397,-0.245411,0.0786523 +-5920.7,0.729567,0.350484,2,-0.235393,0.00614101,-2.9021,-2.14376,-2.01365,-2.46888,-2.48819,-2.51707,-1.57468,-2.1423,-2.0388,-2.15063,-2.17753,-1.52048,-3.21501,-2.61216,-1.09478,-1.76281,-2.24505,-2.78906,-3.22083,-1.4823,-2.18042,-3.04913,-0.268456,-0.451094,-0.378594,-0.275359,-0.22821,-0.198068,-0.340375,-0.103882,-0.421067,-0.310832,-0.278584,-0.330517,-0.255352,-0.20499,-0.536901,0.137137,-0.244925,-0.17175,-0.25141,-0.147128,-0.351286,-0.219607,-0.202612,0.0783646 +-5934.12,0.765613,0.350484,2,-0.267848,0.0171987,-1.69467,-2.05745,-2.22135,-2.36181,-2.59553,-1.73609,-1.64595,-2.05373,-1.45973,-2.24572,-2.38626,-1.41596,-2.80964,-2.81154,-1.01501,-1.68129,-1.73305,-2.74744,-2.81307,-1.59037,-2.06949,-2.41434,-0.208245,-0.157094,-0.106405,-0.201096,-0.0954612,-0.365371,-0.47732,-0.192307,-0.303038,-0.375983,-0.276108,-0.147808,-0.224473,-0.0782858,-0.282443,0.0263601,-0.166088,-0.168669,-0.405248,-0.110569,-0.317868,-0.497942,-0.0228767,0.131144 +-5922.14,1,0.350484,2,-0.214297,0.0135014,-2.93642,-2.52618,-2.47694,-2.3522,-2.4199,-2.23785,-1.83496,-2.30657,-2.08234,-2.12265,-2.24405,-1.59693,-3.10392,-2.70691,-1.42459,-1.53227,-1.99432,-2.96476,-3.75145,-1.56799,-2.24675,-3.00044,-0.157498,-0.293966,-0.226081,-0.31103,-0.185669,-0.0626329,-0.130169,-0.109004,-0.460625,-0.331193,-0.128086,-0.130992,-0.206,-0.0570039,-0.16291,-0.174205,-0.316789,-0.199342,0.05674,-0.240172,-0.159991,-0.683361,-0.335733,0.116196 +-5917.47,0.990833,0.350484,3,-0.290578,0.0040786,-1.57894,-1.75493,-1.72391,-2.40349,-2.21057,-2.03595,-1.71339,-2.00915,-1.95741,-2.3427,-2.45663,-1.32672,-2.88127,-2.88903,-1.48803,-1.20792,-1.91335,-2.7158,-3.70159,-1.39121,-2.06881,-2.53577,-0.315188,-0.230336,-0.323242,-0.230301,-0.261769,-0.303477,-0.497691,-0.263873,-0.0310752,-0.243859,-0.262413,-0.306717,-0.245717,0.00808431,-0.270942,-0.320304,-0.218739,-0.218902,-0.353336,-0.244894,-0.288841,-0.423964,-0.281841,0.0638639 +-5906.16,0.860191,0.350484,2,-0.247394,0.00311051,-2.86793,-2.90468,-2.19188,-2.44313,-2.53751,-2.19296,-1.70094,-2.23909,-1.94147,-2.19491,-2.2484,-1.24985,-3.21777,-2.62846,-1.25001,-1.57817,-1.91421,-2.89301,-3.51541,-1.47313,-2.15657,-3.11326,-0.128826,-0.265987,-0.236757,-0.249005,-0.204565,-0.172321,-0.207508,-0.202153,-0.442566,-0.296939,-0.211968,-0.255582,-0.310309,-0.141102,-0.242248,-0.20128,-0.25066,-0.276813,-0.162174,-0.284503,-0.275263,-0.175003,-0.230859,0.0557719 +-5909.72,0.412182,0.350484,2,-0.290735,0.0111183,-2.98504,-2.2134,-1.97101,-2.44001,-2.2327,-2.42019,-1.70087,-2.0685,-2.05435,-2.34392,-2.13248,-1.40681,-3.07269,-2.74322,-1.30865,-1.67499,-1.97918,-2.65686,-3.12345,-1.31766,-2.11404,-2.64237,-0.306591,-0.194963,-0.338222,-0.239532,-0.250481,-0.28838,-0.412958,-0.191074,-0.327947,-0.238376,-0.319469,-0.250081,-0.337079,-0.123918,-0.222228,-0.0814275,-0.224618,-0.217314,-0.321892,-0.16844,-0.285038,-0.395344,-0.320051,0.105443 +-5911.73,0.928446,0.350484,3,-0.230315,0.00340093,-1.92218,-2.14781,-2.32917,-2.38365,-2.55213,-2.01075,-1.77993,-2.1339,-1.95218,-2.19893,-2.45177,-1.52056,-2.91875,-2.62873,-1.36256,-1.24362,-1.98237,-3.23865,-3.8487,-1.66843,-2.21046,-3.23421,-0.181868,-0.19186,-0.300186,-0.265077,-0.197066,-0.29147,-0.256343,-0.191659,-0.0907666,-0.243812,-0.0875322,-0.101124,-0.306288,-0.12672,-0.225119,-0.193054,-0.231688,-0.298857,0.0678175,-0.295604,-0.281752,-0.295349,-0.197327,0.0583175 +-5915.54,0.96116,0.350484,2,-0.156959,0.00523419,-2.62137,-2.01265,-1.97202,-2.49789,-2.27269,-1.85765,-1.70768,-2.13906,-1.88476,-2.24007,-2.36574,-1.42761,-2.80721,-2.77958,-1.43922,-1.59686,-1.71055,-3.41044,-4.68134,-1.39267,-2.1047,-2.99346,-0.159447,-0.153864,-0.0640848,-0.0995195,-0.138506,-0.149849,-0.398677,-0.149169,-0.281021,-0.194784,-0.286177,-0.224563,-0.102454,-0.0675502,-0.15474,-0.17265,-0.163679,-0.051803,-0.00276812,-0.0320103,-0.114302,-0.0631206,-0.138212,0.0723477 +-5917.62,0.767534,0.350484,2,-0.186559,0.00531222,-2.0527,-2.27183,-2.22414,-2.39962,-2.53913,-2.74407,-1.73497,-2.28682,-1.95903,-2.29653,-2.36821,-1.61268,-3.0398,-2.6125,-1.4273,-1.48288,-2.32948,-2.62167,-3.25661,-1.74902,-2.35498,-3.05485,-0.250898,-0.212919,-0.384846,-0.247021,-0.158175,-0.295295,-0.226297,-0.0930612,-0.171534,-0.270518,-0.0437973,-0.0344603,-0.259011,-0.18067,-0.239428,-0.150195,-0.131403,-0.187387,-0.335136,-0.307388,-0.442109,-0.295658,-0.126752,0.072885 +-5919.48,0.994642,0.350484,3,-0.167137,0.00620846,-2.70814,-2.12227,-1.93519,-2.42226,-2.28886,-1.84189,-1.68977,-1.94627,-2.07551,-2.31465,-2.38573,-1.54377,-3.03152,-2.86599,-1.51,-1.46889,-1.9246,-3.28393,-3.7408,-1.23601,-1.75941,-2.88607,0.00208697,-0.253402,-0.0497248,-0.140914,-0.134197,-0.168823,-0.558727,-0.302305,-0.201453,-0.202302,-0.167533,-0.0842362,-0.192026,0.147398,-0.133628,-0.179801,-0.00208466,-0.0536428,-0.163629,-0.160254,-0.220518,-0.124449,-0.219302,0.0787938 +-5917.44,0.925602,0.350484,2,-0.22666,0.00669575,-1.89421,-2.43098,-2.35527,-2.41514,-2.40378,-2.67905,-1.70893,-2.40688,-2.16783,-2.27862,-2.36645,-1.30819,-3.30555,-2.82261,-1.26324,-1.52071,-2.08636,-3.13843,-3.57948,-1.72267,-2.52776,-2.89854,-0.358774,-0.0580123,-0.28276,-0.218468,-0.20707,-0.179863,-0.177256,0.0331886,-0.120653,-0.198253,-0.154553,-0.304451,-0.138935,-0.100726,-0.188787,-0.150742,-0.234822,-0.186773,-0.111028,-0.202369,-0.1964,-0.314818,-0.246788,0.0818276 +-5911.45,0.833262,0.350484,2,-0.131645,0.00440065,-2.46409,-2.04738,-2.04628,-2.51446,-2.43539,-3.15459,-1.74506,-2.36916,-1.96123,-2.29934,-2.35516,-1.50074,-2.94972,-2.81434,-1.57377,-1.48019,-1.85239,-3.05301,-3.19322,-1.43624,-2.11582,-3.06807,-0.00767135,-0.45824,-0.0287095,-0.101897,-0.148852,-0.183298,-0.278068,-0.148014,-0.194275,-0.16971,-0.154684,-0.0141144,-0.195195,-0.0592568,-0.125164,-0.158673,-0.0850269,-0.0632014,-0.186838,-0.118554,-0.105888,-0.0348335,-0.124846,0.0663374 +-5911.45,0.00570595,0.350484,2,-0.131645,0.00440065,-2.46409,-2.04738,-2.04628,-2.51446,-2.43539,-3.15459,-1.74506,-2.36916,-1.96123,-2.29934,-2.35516,-1.50074,-2.94972,-2.81434,-1.57377,-1.48019,-1.85239,-3.05301,-3.19322,-1.43624,-2.11582,-3.06807,-0.00767135,-0.45824,-0.0287095,-0.101897,-0.148852,-0.183298,-0.278068,-0.148014,-0.194275,-0.16971,-0.154684,-0.0141144,-0.195195,-0.0592568,-0.125164,-0.158673,-0.0850269,-0.0632014,-0.186838,-0.118554,-0.105888,-0.0348335,-0.124846,0.0663374 +-5912.2,0.1644,0.350484,3,-0.152893,0.00543155,-2.66118,-2.06435,-1.97864,-2.48811,-2.42334,-3.20828,-1.7369,-2.30122,-1.95536,-2.24553,-2.36549,-1.60834,-2.84785,-2.7306,-1.61871,-1.35188,-1.90244,-3.12331,-3.17193,-1.50776,-2.18737,-3.00371,-0.0755797,-0.443222,-0.0233578,-0.170428,-0.138811,-0.192612,-0.308384,-0.182079,-0.183856,-0.14257,-0.135392,-0.0792151,-0.206767,0.0842019,-0.159006,-0.0616149,-0.171552,-0.0964392,-0.222284,-0.155545,-0.148664,-0.0963428,-0.192552,0.0736991 +-5918.76,0.492751,0.350484,3,-0.292434,0.0120676,-1.92122,-2.84961,-2.15793,-2.35248,-2.35808,-2.01587,-1.69177,-2.10638,-2.03006,-2.17289,-2.308,-1.43994,-3.3401,-2.62088,-1.15459,-1.48351,-2.22876,-2.52019,-3.64329,-1.46097,-1.88018,-2.79869,-0.506754,-0.324645,-0.342499,-0.338087,-0.250264,-0.425873,-0.415136,-0.304926,-0.329222,-0.403886,-0.239961,-0.177619,-0.200877,-0.10133,-0.348316,-0.120293,-0.124524,-0.211931,-0.173703,-0.145483,-0.741191,-0.272479,-0.314734,0.109852 +-5918.58,0.91759,0.350484,2,-0.262788,0.00790181,-2.18369,-2.47171,-1.94567,-2.31203,-2.45716,-2.97269,-1.7467,-2.04944,-2.24542,-2.21441,-2.30048,-1.477,-2.88583,-2.82685,-1.46035,-1.49479,-1.90448,-3.28322,-4.05768,-1.33175,-1.87263,-2.91308,-0.103272,-0.226416,-0.165229,-0.390907,-0.126081,-0.130584,-0.298223,-0.194305,-0.296171,-0.314541,-0.327491,-0.293003,-0.317927,-0.102007,-0.276125,-0.379698,-0.323665,-0.368968,-0.265934,-0.408175,-0.723203,-0.367508,-0.253661,0.0888921 +-5914.18,0.667086,0.350484,2,-0.315411,0.00814205,-2.09018,-2.30249,-2.20108,-2.40987,-2.3736,-2.4714,-1.72319,-2.113,-1.94208,-2.2596,-2.18863,-1.50996,-2.87732,-2.71117,-1.27374,-1.33657,-2.05746,-3.06595,-4.09932,-1.47469,-2.21848,-2.99065,-0.439724,-0.34394,-0.276339,-0.310843,-0.418139,-0.423794,-0.406731,-0.306944,-0.213198,-0.304629,-0.155736,-0.261164,-0.462168,-0.260649,-0.279373,-0.23588,-0.19679,-0.113352,-0.192062,-0.177704,-0.531662,-0.243564,-0.308312,0.0902333 +-5904.39,0.746953,0.350484,2,-0.252419,0.00595247,-2.21693,-2.38299,-2.17374,-2.50925,-2.4087,-2.57181,-1.66773,-2.09824,-1.92106,-2.24791,-2.24021,-1.4863,-2.84743,-2.76772,-1.33591,-1.34738,-2.01059,-3.03178,-4.23611,-1.41601,-2.14558,-2.9205,-0.38563,-0.177152,-0.315967,-0.181092,-0.277384,-0.324648,-0.323432,-0.269574,-0.198792,-0.343302,-0.213326,-0.32109,-0.261001,-0.177224,-0.200181,-0.217428,-0.235148,-0.239379,-0.244784,-0.165229,-0.380106,-0.332339,-0.230893,0.0771522 +-5906.39,0.26577,0.350484,2,-0.266552,0.00552754,-1.96081,-2.21544,-1.97329,-2.50113,-2.29312,-1.93303,-1.7175,-2.15597,-1.91707,-2.17965,-2.29266,-1.49396,-3.006,-2.74051,-1.33063,-1.1911,-1.69083,-2.43985,-4.0556,-1.42829,-2.32409,-2.97117,-0.290876,-0.297923,-0.225575,-0.246784,-0.198833,-0.511257,-0.241111,-0.278162,-0.329461,-0.323616,-0.29679,-0.262499,-0.310037,-0.226004,-0.284785,-0.275936,-0.316466,-0.224723,-0.197217,-0.252866,-0.321941,-0.284073,-0.276148,0.0743475 +-5908.67,1.9015e-06,0.350484,3,-0.248667,0.00389979,-1.97779,-2.17215,-1.91928,-2.54929,-2.33243,-1.92936,-1.71,-2.15118,-1.90497,-2.19878,-2.34195,-1.44901,-3.07486,-2.78544,-1.28488,-1.19517,-1.82706,-2.33584,-4.08949,-1.4742,-2.29336,-3.05811,-0.205844,-0.30699,-0.260516,-0.188198,-0.172656,-0.457593,-0.235149,-0.302363,-0.308644,-0.287813,-0.24625,-0.289589,-0.301184,-0.194513,-0.266257,-0.251503,-0.34272,-0.294333,-0.220127,-0.254793,-0.379263,-0.24039,-0.204101,0.0624483 +-5895.76,2.75269e-27,0.350484,2,-0.274698,0.000967631,-2.51469,-2.09152,-1.95548,-2.45945,-2.3664,-2.11012,-1.69939,-2.1345,-1.89863,-2.21296,-2.18384,-1.29699,-3.0671,-2.87026,-1.39833,-1.30864,-1.76917,-2.72517,-3.88869,-1.28592,-2.28991,-2.9507,-0.333473,-0.246413,-0.266471,-0.261869,-0.279321,-0.446979,-0.346442,-0.326486,-0.263516,-0.246613,-0.276934,-0.276872,-0.24556,-0.234356,-0.27023,-0.30059,-0.202136,-0.248757,-0.298452,-0.253663,-0.251985,-0.275515,-0.261086,0.0311068 +-5895.76,5.43072e-33,0.350484,2,-0.274698,0.000967631,-2.51469,-2.09152,-1.95548,-2.45945,-2.3664,-2.11012,-1.69939,-2.1345,-1.89863,-2.21296,-2.18384,-1.29699,-3.0671,-2.87026,-1.39833,-1.30864,-1.76917,-2.72517,-3.88869,-1.28592,-2.28991,-2.9507,-0.333473,-0.246413,-0.266471,-0.261869,-0.279321,-0.446979,-0.346442,-0.326486,-0.263516,-0.246613,-0.276934,-0.276872,-0.24556,-0.234356,-0.27023,-0.30059,-0.202136,-0.248757,-0.298452,-0.253663,-0.251985,-0.275515,-0.261086,0.0311068 +-5895.76,1.9931e-58,0.350484,3,-0.274698,0.000967631,-2.51469,-2.09152,-1.95548,-2.45945,-2.3664,-2.11012,-1.69939,-2.1345,-1.89863,-2.21296,-2.18384,-1.29699,-3.0671,-2.87026,-1.39833,-1.30864,-1.76917,-2.72517,-3.88869,-1.28592,-2.28991,-2.9507,-0.333473,-0.246413,-0.266471,-0.261869,-0.279321,-0.446979,-0.346442,-0.326486,-0.263516,-0.246613,-0.276934,-0.276872,-0.24556,-0.234356,-0.27023,-0.30059,-0.202136,-0.248757,-0.298452,-0.253663,-0.251985,-0.275515,-0.261086,0.0311068 +-5895.76,3.96554e-67,0.350484,3,-0.274698,0.000967631,-2.51469,-2.09152,-1.95548,-2.45945,-2.3664,-2.11012,-1.69939,-2.1345,-1.89863,-2.21296,-2.18384,-1.29699,-3.0671,-2.87026,-1.39833,-1.30864,-1.76917,-2.72517,-3.88869,-1.28592,-2.28991,-2.9507,-0.333473,-0.246413,-0.266471,-0.261869,-0.279321,-0.446979,-0.346442,-0.326486,-0.263516,-0.246613,-0.276934,-0.276872,-0.24556,-0.234356,-0.27023,-0.30059,-0.202136,-0.248757,-0.298452,-0.253663,-0.251985,-0.275515,-0.261086,0.0311068 +-5895.76,6.47103e-32,0.350484,2,-0.274698,0.000967631,-2.51469,-2.09152,-1.95548,-2.45945,-2.3664,-2.11012,-1.69939,-2.1345,-1.89863,-2.21296,-2.18384,-1.29699,-3.0671,-2.87026,-1.39833,-1.30864,-1.76917,-2.72517,-3.88869,-1.28592,-2.28991,-2.9507,-0.333473,-0.246413,-0.266471,-0.261869,-0.279321,-0.446979,-0.346442,-0.326486,-0.263516,-0.246613,-0.276934,-0.276872,-0.24556,-0.234356,-0.27023,-0.30059,-0.202136,-0.248757,-0.298452,-0.253663,-0.251985,-0.275515,-0.261086,0.0311068 +-5908.6,1.10187e-27,0.350484,2,-0.27719,0.00422149,-2.22959,-1.95307,-1.93924,-2.38974,-2.48336,-1.91458,-1.68586,-2.25632,-1.84785,-2.25125,-2.37877,-1.32617,-3.40026,-2.46833,-1.21519,-1.38333,-2.15978,-3.25012,-3.45895,-1.29475,-2.0535,-2.79999,-0.187867,-0.365527,-0.315114,-0.207393,-0.238454,-0.0420832,-0.334739,-0.122843,-0.322593,-0.366436,-0.254836,-0.2797,-0.305998,-0.255243,-0.300023,-0.253195,-0.318644,-0.210189,-0.199493,-0.333956,-0.314626,-0.338287,-0.217854,0.064973 +-5911.02,0.411002,0.350484,2,-0.270234,0.00566756,-2.29476,-2.07238,-1.98827,-2.37692,-2.5486,-2.21714,-1.60058,-2.09084,-1.91303,-2.26749,-2.37207,-1.32306,-3.28101,-2.47871,-1.01392,-1.50524,-2.10419,-2.69505,-2.74525,-1.19336,-2.09361,-2.89644,-0.266481,-0.395781,-0.317395,-0.266887,-0.354484,-0.285899,-0.366251,-0.10139,-0.265879,-0.336253,-0.261075,-0.343681,-0.177714,-0.281722,-0.282736,-0.207471,-0.277726,-0.2496,-0.177824,-0.249898,-0.298212,-0.305394,-0.308552,0.0752832 +-5910.26,0.751971,0.350484,2,-0.286043,0.00343409,-2.58159,-2.06641,-1.93574,-2.37814,-2.44771,-2.12389,-1.60182,-2.12522,-1.87486,-2.21377,-2.36684,-1.26381,-3.28,-2.54751,-0.998249,-1.42997,-2.11284,-2.78376,-2.92178,-1.16447,-2.13281,-2.92315,-0.34878,-0.419835,-0.273182,-0.347975,-0.336877,-0.264584,-0.445806,-0.0746367,-0.32459,-0.267314,-0.299031,-0.231197,-0.283545,-0.239018,-0.24803,-0.196252,-0.2628,-0.232159,-0.238461,-0.201927,-0.260985,-0.334926,-0.27736,0.0586011 +-5910.97,5.93527e-38,0.350484,2,-0.28416,0.00764548,-2.38015,-2.0778,-1.74046,-2.32752,-2.26078,-2.4639,-1.62674,-2.09696,-1.81027,-2.18754,-2.27802,-1.33541,-2.93827,-2.5109,-1.0422,-1.43293,-2.10768,-2.55751,-3.13232,-1.244,-1.98886,-3.0906,-0.237287,-0.32104,-0.303548,-0.360831,-0.236647,-0.38342,-0.439424,-0.0960242,-0.335308,-0.294214,-0.226882,-0.249231,-0.295353,-0.187014,-0.293348,-0.154597,-0.198749,-0.287993,-0.319546,-0.218409,-0.382647,-0.396853,-0.328732,0.0874385 +-5907.72,0.76711,0.350484,3,-0.212786,0.00394606,-2.62969,-2.49143,-2.23901,-2.56617,-2.56054,-2.28176,-1.84565,-2.05319,-1.94355,-2.15487,-2.37154,-1.48004,-2.88501,-2.67688,-1.51834,-1.50783,-1.88219,-2.9054,-3.76675,-1.45444,-2.20706,-2.91933,-0.149893,-0.177451,-0.215153,-0.220207,-0.187978,-0.426529,-0.240636,-0.189961,-0.241925,-0.260917,-0.123047,-0.235536,-0.19209,-0.125265,-0.142247,-0.0856902,-0.243169,-0.261662,-0.144534,-0.170128,-0.178792,-0.518396,-0.207241,0.0628177 +-5920.22,0.126856,0.350484,2,-0.215222,0.0112851,-2.16768,-2.32339,-1.74539,-2.24648,-2.33567,-2.88282,-1.75649,-2.12054,-1.72866,-2.26222,-2.42277,-1.42829,-3.12828,-2.93827,-1.36377,-1.3204,-2.09529,-3.10473,-2.69615,-1.50855,-2.32604,-2.84887,-0.256792,-0.204529,-0.430099,-0.190695,-0.185122,-0.20155,-0.27657,-0.288444,-0.270042,-0.309615,-0.285017,-0.146667,-0.0876963,0.101294,-0.253878,-0.365654,-0.127382,-0.0861857,-0.337507,-0.122416,-0.283545,-0.103944,-0.264618,0.106232 +-5907.47,1,0.350484,2,-0.273907,0.00428568,-2.27642,-2.00757,-2.06788,-2.4889,-2.44174,-2.38144,-1.76738,-2.20472,-1.95236,-2.29992,-2.41684,-1.42963,-3.09283,-2.82322,-1.31936,-1.36305,-2.05062,-2.92692,-3.27347,-1.58575,-2.02539,-2.89067,-0.261494,-0.335886,-0.260843,-0.300179,-0.207881,-0.23213,-0.261798,-0.127895,-0.230547,-0.27213,-0.303637,-0.154833,-0.226455,-0.234002,-0.301373,-0.32109,-0.0255226,-0.100499,-0.219265,-0.333972,-0.224624,-0.480487,-0.270578,0.0654651 +-5913.34,0.619856,0.350484,1,-0.227824,0.00531447,-2.28267,-2.15715,-1.66567,-2.387,-2.35753,-2.22537,-1.69876,-2.0416,-1.96804,-2.28118,-2.15954,-1.42371,-3.13373,-2.69629,-1.56827,-1.68892,-1.91514,-2.86227,-3.59841,-1.28532,-2.2724,-2.84357,-0.213882,-0.332244,-0.210807,-0.174692,-0.320442,-0.494842,-0.286962,-0.358276,-0.270369,-0.147672,-0.253719,-0.115731,-0.276232,-0.107176,-0.180722,-0.235586,-0.269917,-0.168508,-0.205356,-0.192496,-0.414587,-0.134426,-0.189896,0.0729004 +-5915.25,0.363247,0.350484,3,-0.20591,0.00326564,-2.2923,-2.49701,-2.66413,-2.40042,-2.54536,-2.15584,-1.7673,-2.18388,-1.88892,-2.13727,-2.34833,-1.47368,-2.83313,-2.80728,-1.17938,-1.30751,-1.92489,-2.90386,-3.18841,-1.75191,-2.0656,-2.90032,-0.212608,-0.269271,-0.195153,-0.171133,-0.231716,-0.377545,-0.282313,-0.226897,-0.239619,-0.234744,-0.180106,-0.108481,-0.258512,-0.152984,-0.238076,-0.40279,-0.136027,-0.237571,-0.21538,-0.129601,-0.559176,-0.0415562,-0.159187,0.0571458 +-5915.09,0.205269,0.350484,2,-0.29524,0.00506167,-2.43779,-1.9449,-1.54768,-2.49016,-2.227,-2.36738,-1.75905,-1.98086,-2.04897,-2.32097,-2.3959,-1.45488,-3.18114,-2.60082,-1.30254,-1.42281,-1.93119,-2.91141,-3.82256,-1.47522,-1.94478,-3.14443,-0.119682,-0.294687,-0.277255,-0.269817,-0.258909,0.00119987,-0.388629,-0.229107,-0.285379,-0.339124,-0.23167,-0.294198,-0.266852,-0.192134,-0.31324,-0.258226,-0.298445,-0.212352,-0.0865783,-0.264804,-0.389807,-0.509159,-0.276828,0.0711454 +-5919.27,0.561158,0.350484,2,-0.277395,0.00733421,-2.46902,-1.95525,-1.43656,-2.46937,-2.34678,-2.60266,-1.76748,-2.05846,-1.95521,-2.25979,-2.32841,-1.29118,-3.30132,-2.57884,-1.44794,-1.52475,-1.9015,-3.02554,-3.68296,-1.40657,-1.79385,-3.07623,-0.0989453,-0.292126,-0.26201,-0.243342,-0.385017,-0.212325,-0.399948,-0.402974,-0.279855,-0.268699,-0.256417,-0.352185,-0.309835,-0.248888,-0.400383,-0.190081,-0.45443,-0.176458,-0.242379,-0.368378,-0.502708,-0.41478,-0.261193,0.08564 +-5920.66,0.569614,0.350484,2,-0.239403,0.0253562,-2.62554,-2.27791,-2.33127,-2.34071,-2.4431,-2.04105,-1.5639,-2.21115,-1.95986,-2.18803,-2.42564,-1.38421,-3.02284,-2.90168,-1.26738,-1.38041,-1.90365,-2.70767,-2.99373,-1.47867,-2.18334,-2.87216,-0.459806,-0.225264,-0.375394,-0.284872,-0.142983,-0.290385,-0.296145,-0.0454653,-0.322386,-0.347049,-0.100785,-0.249652,-0.16245,-0.104722,-0.129134,-0.392588,-0.0969031,-0.367466,-0.372907,-0.151635,-0.291821,-0.0995419,-0.122624,0.159236 +-5920.99,0.98677,0.350484,2,-0.174935,0.0106109,-1.81385,-2.1313,-2.3315,-2.503,-2.38358,-2.33988,-1.84146,-2.21385,-2.00449,-2.3617,-2.53436,-1.72358,-3.41708,-2.52621,-1.23899,-1.32677,-2.11694,-3.0257,-3.93653,-1.46875,-2.06275,-3.02779,-0.0679174,-0.108703,-0.125545,-0.0992636,-0.262482,-0.177061,-0.368945,-0.238031,-0.190505,-0.154061,-0.146791,-0.13812,-0.114916,-0.200745,-0.329042,-0.0850432,-0.0866821,-0.144746,-0.115534,-0.294922,-0.199403,-0.37708,-0.361626,0.103009 +-5919.81,1,0.350484,3,-0.168811,0.0214916,-3.29089,-2.25963,-1.99614,-2.30864,-2.45381,-2.05099,-1.71049,-2.13046,-1.95626,-2.1707,-2.15354,-1.26154,-2.60618,-2.84696,-1.53051,-1.66371,-1.91125,-2.91097,-3.37083,-1.55783,-2.29997,-2.8882,0.0094562,-0.0758419,-0.140803,-0.227114,-0.238035,-0.237878,-0.514895,-0.222336,-0.241192,-0.343023,-0.328515,-0.432502,-0.504997,0.0449662,-0.144037,-0.0793209,-0.117198,-0.127309,0.031478,-0.213686,-0.240994,-0.260355,-0.187265,0.1466 +-5916.93,0.973444,0.350484,2,-0.223863,0.00799527,-3.19424,-2.32439,-1.98326,-2.53593,-2.12882,-2.2443,-1.69776,-1.88247,-2.02576,-2.33026,-2.36192,-1.52593,-3.02129,-2.82832,-1.41391,-1.84348,-2.09962,-3.09039,-3.22975,-1.45091,-2.07693,-3.04942,-0.122484,-0.14626,-0.271899,-0.156769,-0.24022,-0.217541,-0.204201,-0.387107,-0.403801,-0.178586,-0.217316,0.0194552,-0.257335,0.0632366,-0.181647,-0.0632939,-0.160956,-0.119755,-0.297266,-0.282172,-0.328718,-0.171876,-0.21997,0.0894163 +-5917.97,0.696254,0.350484,3,-0.198136,0.00781632,-3.15982,-2.36626,-1.89303,-2.53949,-2.06151,-1.96332,-1.71954,-1.85929,-1.99575,-2.33245,-2.35692,-1.60163,-3.04022,-2.76725,-1.49035,-1.83098,-2.11705,-3.2295,-3.35355,-1.46291,-2.11062,-3.04522,-0.254235,-0.159833,-0.212693,-0.0911185,-0.158931,-0.18108,-0.169211,-0.334556,-0.297708,-0.195137,-0.259635,0.0450411,-0.337902,0.00511146,-0.106629,-0.102017,-0.137345,-0.227053,-0.268094,-0.260314,-0.273146,-0.214332,-0.239924,0.08841 +-5916.69,0.785734,0.350484,2,-0.205348,0.00699926,-2.74648,-2.36836,-1.66889,-2.51247,-2.07663,-2.03683,-1.71101,-1.91685,-1.94526,-2.31068,-2.28561,-1.67767,-2.96251,-2.70615,-1.51001,-1.73044,-2.39904,-3.23018,-3.65977,-1.44693,-2.07695,-3.00631,-0.13567,-0.188104,-0.0619779,-0.0491598,-0.284243,-0.210335,-0.323802,-0.221215,-0.223573,-0.19811,-0.179553,-0.0472569,-0.307679,-0.0111214,-0.173256,-0.162509,-0.127899,-0.244612,-0.371001,-0.260048,-0.211246,-0.269524,-0.135564,0.0836616 +-5918.22,0.849441,0.350484,2,-0.208942,0.00436112,-1.97605,-1.94011,-2.51791,-2.33143,-2.78062,-2.27472,-1.7551,-2.35674,-1.96932,-2.24199,-2.33034,-1.51222,-3.10121,-2.83786,-1.62827,-1.24963,-1.94111,-2.6522,-2.95269,-1.47639,-2.33553,-2.94531,-0.142225,-0.140717,-0.479083,-0.339516,-0.0960741,-0.241789,-0.340914,-0.204799,-0.21881,-0.33218,-0.181756,-0.207673,-0.285513,-0.126323,-0.205072,-0.325703,-0.0405407,-0.238541,-0.197307,-0.124183,-0.172488,-0.205758,-0.112172,0.0660388 +-5911.28,0.00179799,0.350484,2,-0.270475,0.00477931,-3.38309,-2.50935,-2.11459,-2.36865,-2.13663,-1.8429,-1.77212,-1.89271,-1.78002,-2.3032,-2.30418,-1.33886,-2.73048,-2.72097,-1.51715,-1.5452,-2.03103,-3.32598,-3.37832,-1.56228,-1.98328,-3.06249,-0.244969,-0.335804,-0.0636583,-0.257578,-0.319873,-0.324078,-0.255734,-0.292153,-0.333205,-0.166804,-0.341769,-0.265339,-0.35664,-0.235607,-0.219978,-0.190594,-0.346227,-0.280332,-0.282234,-0.358597,-0.33885,-0.294427,-0.306404,0.0691325 +-5907.72,0.0143084,0.350484,2,-0.226668,0.00700989,-2.32447,-2.03559,-1.80845,-2.46944,-2.32673,-2.03596,-1.71951,-2.37257,-2.07299,-2.30078,-2.32821,-1.47753,-2.96307,-2.62317,-1.06369,-1.48275,-1.94461,-2.8499,-3.55512,-1.53655,-2.24755,-3.02615,-0.205995,-0.235958,-0.38426,-0.215813,-0.273769,-0.309473,-0.371307,-0.156147,-0.217994,-0.328602,-0.162289,-0.237609,-0.217364,-0.212554,-0.343819,-0.358586,-0.141465,-0.188163,-0.179459,-0.269731,-0.223894,-0.098616,-0.199188,0.0837251 +-5916.51,0.659501,0.350484,3,-0.278189,0.00553763,-2.17047,-2.62541,-1.88817,-2.24514,-2.44235,-1.76697,-1.81536,-2.03294,-1.68944,-2.28352,-2.41386,-1.15407,-2.9111,-2.81244,-1.32279,-1.69945,-2.34437,-2.70378,-4.02845,-1.49269,-2.15487,-3.03305,-0.328726,-0.286964,-0.232387,-0.338247,-0.17068,-0.259192,-0.219116,-0.139899,-0.340886,-0.186434,-0.293041,-0.317735,-0.319664,-0.110049,-0.346349,-0.225185,-0.222354,-0.364023,-0.304883,-0.228952,-0.286421,-0.443268,-0.296001,0.0744153 +-5912.49,0.00895558,0.350484,2,-0.297928,0.00348038,-3.19704,-2.45335,-2.03571,-2.406,-2.4606,-2.35536,-1.74404,-2.04112,-2.09268,-2.26557,-2.40204,-1.35917,-3.3741,-2.55612,-1.50233,-1.53595,-1.83558,-2.8771,-4.21484,-1.23696,-2.29997,-3.02041,-0.237414,-0.44946,-0.353395,-0.352891,-0.256848,-0.328505,-0.385698,-0.401139,-0.286695,-0.253429,-0.196919,-0.397443,-0.257667,-0.270179,-0.448657,-0.244241,-0.293607,-0.212262,-0.231492,-0.345242,-0.324067,-0.291934,-0.288284,0.0589947 +-5915.75,0.718257,0.350484,2,-0.308022,0.00506769,-2.03458,-2.08061,-1.76729,-2.31505,-2.46479,-2.40798,-1.64366,-2.2074,-1.93342,-2.14011,-2.23918,-1.53763,-2.68672,-2.6343,-1.4049,-1.49072,-2.09589,-2.72847,-3.76244,-1.53583,-1.9792,-2.9103,-0.114822,-0.238141,-0.295141,-0.262888,-0.388755,-0.312217,-0.650696,-0.214163,-0.320292,-0.392173,-0.482658,-0.170576,-0.325466,-0.281085,-0.133012,-0.350404,-0.262924,-0.42049,-0.377429,-0.298409,-0.347434,-0.376417,-0.349834,0.0711877 +-5914.24,0.622784,0.350484,3,-0.236833,0.00547716,-2.62815,-2.26755,-2.39058,-2.31828,-2.25614,-1.90721,-1.61498,-2.07191,-2.07812,-2.26511,-2.29858,-1.33646,-3.15583,-2.59345,-1.42548,-1.57556,-2.13224,-2.83728,-3.76103,-1.30913,-2.39799,-2.76616,-0.514635,-0.388899,-0.297258,-0.383777,-0.157703,-0.32162,-0.517931,-0.248599,-0.233053,-0.285618,-0.134175,-0.316387,-0.278688,-0.0986785,-0.333444,-0.173546,-0.208778,-0.169467,-0.133441,-0.282733,-0.291928,-0.286029,-0.221002,0.0740078 +-5903.81,0.789265,0.350484,2,-0.214209,0.00288221,-2.36393,-2.08893,-2.03036,-2.40556,-2.56625,-2.06513,-1.64499,-2.11706,-2.1035,-2.24741,-2.32289,-1.54786,-3.13781,-2.71543,-1.3577,-1.55817,-1.96937,-2.78904,-4.03157,-1.52099,-1.80692,-2.98621,-0.15071,-0.181807,-0.244442,-0.191326,-0.0786885,-0.241451,-0.398407,-0.152203,-0.210028,-0.246714,-0.232908,-0.143738,-0.225307,-0.163615,-0.184584,-0.173013,-0.223478,-0.305337,-0.332304,-0.250913,-0.332947,-0.315053,-0.293009,0.0536862 +-5906.42,0.351969,0.350484,2,-0.223574,0.00453919,-2.59073,-2.17293,-2.18772,-2.36123,-2.51431,-2.16582,-1.64289,-2.14326,-2.07192,-2.23862,-2.39958,-1.54211,-3.1903,-2.64624,-1.31207,-1.63568,-1.93567,-2.69454,-4.11864,-1.53759,-1.74333,-2.97369,-0.0975426,-0.290996,-0.324346,-0.206048,-0.122641,-0.206107,-0.43715,-0.135784,-0.18607,-0.31225,-0.225004,-0.223974,-0.202138,-0.176606,-0.249984,-0.161883,-0.189594,-0.273267,-0.269496,-0.255901,-0.367726,-0.253985,-0.152095,0.0673735 +-5906.42,0.0358174,0.350484,2,-0.223574,0.00453919,-2.59073,-2.17293,-2.18772,-2.36123,-2.51431,-2.16582,-1.64289,-2.14326,-2.07192,-2.23862,-2.39958,-1.54211,-3.1903,-2.64624,-1.31207,-1.63568,-1.93567,-2.69454,-4.11864,-1.53759,-1.74333,-2.97369,-0.0975426,-0.290996,-0.324346,-0.206048,-0.122641,-0.206107,-0.43715,-0.135784,-0.18607,-0.31225,-0.225004,-0.223974,-0.202138,-0.176606,-0.249984,-0.161883,-0.189594,-0.273267,-0.269496,-0.255901,-0.367726,-0.253985,-0.152095,0.0673735 +-5907.39,0.320103,0.350484,1,-0.223075,0.00656128,-2.20695,-2.07084,-2.23161,-2.394,-2.37561,-2.22983,-1.57927,-2.17815,-2.05738,-2.2916,-2.24171,-1.38519,-2.9702,-2.80227,-1.37492,-1.54555,-1.79752,-2.81328,-3.83458,-1.49628,-2.00352,-3.0855,-0.340963,-0.318009,-0.36006,-0.25393,-0.0651536,-0.135801,-0.457575,-0.0677943,-0.195674,-0.258285,-0.281032,-0.127962,-0.316611,-0.0320093,-0.24903,-0.160167,-0.276319,-0.154463,-0.23462,-0.159315,-0.30731,-0.139439,-0.226916,0.0810017 +-5910.31,0.811089,0.350484,2,-0.192285,0.0052191,-2.31462,-2.05787,-1.92736,-2.39051,-2.40745,-2.3009,-1.51934,-2.19741,-2.11624,-2.27833,-2.30735,-1.38355,-3.08601,-2.84274,-1.33778,-1.52958,-1.71626,-2.86396,-3.63354,-1.44624,-1.95841,-3.06741,-0.329313,-0.276739,-0.283451,-0.298574,-0.136861,-0.183745,-0.481112,-0.075597,-0.236699,-0.217372,-0.297,-0.127894,-0.301329,-0.177494,-0.273854,-0.150039,-0.287733,-0.223494,-0.196889,-0.193007,-0.268822,-0.0985362,-0.10742,0.0722433 +-5914.42,0.503947,0.350484,2,-0.291973,0.00650939,-2.49386,-1.91326,-1.95245,-2.31456,-2.21744,-2.41664,-1.591,-2.21233,-1.90236,-2.22474,-2.22863,-1.34362,-2.89186,-2.76482,-1.4474,-1.369,-1.72885,-2.83289,-3.82896,-1.48024,-2.12156,-2.99662,-0.0860771,-0.223048,-0.224744,-0.254475,-0.350904,-0.276782,-0.662571,-0.299437,-0.353957,-0.333541,-0.288262,-0.282448,-0.0817876,0.0120986,-0.275144,-0.163052,-0.282031,-0.162105,-0.224145,-0.280067,-0.21598,-0.353883,-0.373136,0.0806808 +-5913.58,0.583866,0.350484,2,-0.248649,0.00582779,-2.44017,-2.18297,-1.91535,-2.36779,-2.16176,-2.37411,-1.60952,-2.19713,-1.95461,-2.22943,-2.30631,-1.38025,-3.04269,-2.7629,-1.4484,-1.40379,-1.732,-2.86377,-3.79654,-1.45304,-2.20484,-2.98825,0.0390028,-0.250598,-0.209077,-0.259308,-0.395135,-0.320353,-0.64344,-0.309138,-0.31689,-0.318473,-0.325455,-0.241886,-0.204105,-0.034912,-0.209266,-0.166762,-0.343859,-0.107429,-0.236468,-0.31449,-0.251422,-0.419724,-0.335743,0.07634 +-5915.71,0.647113,0.350484,2,-0.277825,0.010182,-2.65979,-2.15118,-2.00583,-2.41881,-2.16272,-2.26792,-1.61235,-2.13867,-1.89601,-2.25039,-2.31063,-1.33938,-3.19393,-2.78677,-1.4522,-1.45417,-1.724,-2.68146,-3.74349,-1.32592,-2.1972,-2.97544,-0.0110196,-0.134832,-0.151051,-0.253014,-0.447137,-0.362026,-0.639156,-0.238461,-0.34736,-0.318531,-0.360011,-0.225375,-0.221834,-0.151946,-0.237404,-0.154026,-0.359763,-0.176532,-0.227521,-0.38603,-0.286957,-0.432113,-0.397382,0.100906 +-5920.84,0.700644,0.350484,3,-0.304425,0.0100781,-2.49535,-1.96982,-2.26662,-2.45557,-2.28385,-2.25319,-1.61124,-2.00742,-2.04842,-2.15734,-2.28556,-1.3815,-3.40942,-2.63376,-1.37638,-1.44474,-1.86928,-2.34234,-3.72997,-1.27781,-2.20495,-2.98615,0.0635016,-0.294639,-0.211324,-0.359253,-0.30871,-0.2907,-0.597115,-0.337994,-0.342469,-0.34287,-0.33872,-0.328208,-0.156111,-0.13063,-0.113498,-0.316984,-0.10243,-0.280583,-0.316876,-0.480543,-0.472895,-0.406954,-0.399702,0.10039 +-5919.55,0.996023,0.350484,2,-0.305222,0.0134313,-2.22475,-1.89623,-2.14522,-2.25593,-2.34286,-2.53067,-1.58035,-1.97434,-2.24145,-2.20836,-2.43178,-1.36652,-2.96251,-2.6547,-1.33334,-1.56777,-2.14902,-3.21559,-3.62662,-1.20626,-1.94249,-3.08666,-0.239619,-0.381131,-0.146457,-0.228759,-0.390754,-0.292896,-0.651823,-0.312233,-0.25306,-0.342813,-0.34739,-0.332737,-0.255675,-0.225337,-0.291184,-0.233614,-0.201015,-0.154667,-0.329143,-0.450299,-0.425601,-0.276372,-0.117083,0.115894 +-5915.2,0.899916,0.350484,2,-0.285402,0.0042387,-2.07109,-2.20142,-1.75779,-2.46911,-2.19402,-2.54194,-1.66355,-2.25105,-1.64004,-2.23615,-2.28698,-1.24174,-3.01748,-2.59451,-1.53305,-1.54503,-1.80199,-2.48433,-3.12553,-1.45031,-2.31653,-2.87658,-0.364251,-0.302155,-0.27326,-0.335836,-0.254034,-0.300975,-0.325813,-0.241102,-0.309071,-0.367912,-0.214444,-0.286077,-0.308607,-0.277716,-0.278434,-0.0459068,-0.334197,-0.394856,-0.195192,-0.362882,-0.265445,-0.367071,-0.619386,0.0651053 +-5916.02,0.444793,0.350484,2,-0.286057,0.00545329,-2.90527,-2.63436,-2.12906,-2.249,-2.41398,-2.40166,-1.75564,-2.23012,-1.64459,-2.18384,-2.29167,-1.29875,-3.20834,-2.50897,-1.49701,-1.52569,-1.86279,-2.74381,-3.16262,-1.56004,-1.92617,-3.16519,-0.254683,-0.292753,-0.33533,-0.318185,-0.288092,-0.254236,-0.335375,-0.244833,-0.461896,-0.262169,-0.207387,-0.35254,-0.279202,-0.276811,-0.27698,-0.471174,-0.231483,-0.149504,-0.364766,-0.184023,-0.375444,-0.207419,-0.152507,0.0738464 +-5910.88,0.493415,0.350484,2,-0.284399,0.00451628,-2.52651,-2.26731,-2.19766,-2.24371,-2.433,-2.25343,-1.70898,-2.28212,-1.63522,-2.19472,-2.20342,-1.36946,-3.37043,-2.74539,-1.43625,-1.39681,-1.79349,-3.00865,-3.29772,-1.58303,-1.9365,-3.12988,-0.287667,-0.268744,-0.450983,-0.349587,-0.310279,-0.244615,-0.264507,-0.102491,-0.321976,-0.364101,-0.281449,-0.257282,-0.253831,-0.363289,-0.291624,-0.353643,-0.238361,-0.308367,-0.287918,-0.205759,-0.321989,-0.28829,-0.158247,0.0672033 +-5915.47,0.00877383,0.350484,2,-0.313817,0.00576593,-2.63472,-2.40041,-2.35001,-2.19138,-2.50569,-2.26501,-1.69766,-2.2736,-1.61345,-2.17996,-2.22802,-1.34447,-3.39265,-2.77357,-1.41012,-1.39739,-1.80177,-2.97206,-3.24686,-1.60183,-1.94543,-3.1004,-0.313847,-0.402449,-0.402309,-0.353328,-0.351556,-0.193711,-0.282585,-0.109612,-0.315692,-0.362568,-0.27914,-0.271407,-0.309745,-0.281344,-0.28821,-0.355506,-0.228383,-0.342066,-0.286641,-0.223181,-0.391614,-0.337409,-0.115483,0.0759337 +-5924.05,0.335868,0.350484,2,-0.282116,0.00717997,-2.52952,-2.1035,-2.35511,-2.29769,-2.34913,-2.25267,-1.67743,-2.40035,-1.78101,-2.19412,-2.31001,-1.28023,-3.30187,-2.56526,-1.41027,-1.33883,-1.8601,-3.02486,-3.20159,-1.65322,-1.77272,-3.14794,-0.356657,-0.500256,-0.464943,-0.443062,-0.333344,-0.251593,-0.254652,-0.139178,-0.294,-0.388864,-0.162765,-0.249375,-0.302772,-0.21856,-0.184204,-0.425408,-0.201644,-0.348846,-0.36924,-0.264224,-0.408359,-0.213036,-0.0984699,0.0847347 +-5922.36,0.868382,0.350484,2,-0.333624,0.0142605,-1.78224,-2.41072,-1.91475,-2.40215,-2.45392,-1.66941,-1.65692,-2.07076,-1.83272,-2.16901,-2.36525,-1.1686,-3.04727,-2.65127,-1.44487,-1.48452,-2.11146,-2.9157,-3.01017,-1.7731,-2.08024,-3.0175,-0.143574,-0.378223,-0.149986,-0.355462,-0.442276,-0.368808,-0.468012,-0.193292,-0.36625,-0.438328,-0.276245,-0.432278,-0.265455,-0.259302,-0.423718,-0.0568192,-0.325447,-0.147312,-0.202376,-0.273998,-0.352844,-0.39289,-0.463691,0.119417 +-5914.59,0.875511,0.350484,2,-0.310117,0.00679442,-3.00659,-1.85872,-2.42612,-2.344,-2.18201,-2.99155,-1.65712,-2.08552,-1.95351,-2.2374,-2.15415,-1.6601,-2.76129,-2.7155,-1.2887,-1.4941,-1.89987,-2.90026,-3.73291,-1.21503,-2.06868,-2.9208,-0.260322,-0.250713,-0.333809,-0.281389,-0.175197,-0.349524,-0.33116,-0.370909,-0.29221,-0.23486,-0.329795,-0.184428,-0.325365,-0.135146,-0.228308,-0.439201,-0.294204,-0.43474,-0.266487,-0.364849,-0.27666,-0.401445,-0.158505,0.0824283 +-5911.13,0.544108,0.350484,3,-0.310615,0.00669232,-1.77784,-2.35976,-1.80966,-2.34469,-2.49094,-1.98493,-1.60697,-2.11164,-1.93068,-2.27318,-2.33674,-1.34115,-3.1537,-2.64839,-1.32912,-1.39491,-1.98504,-2.98363,-4.29491,-1.69651,-2.13314,-2.99379,-0.362652,-0.329467,-0.256845,-0.261751,-0.394337,-0.364232,-0.448152,-0.237183,-0.31874,-0.427314,-0.207847,-0.285772,-0.279573,-0.121455,-0.37132,-0.247019,-0.327244,-0.168538,-0.34357,-0.181774,-0.311471,-0.354097,-0.457377,0.0818066 +-5911.13,0.121379,0.350484,2,-0.310615,0.00669232,-1.77784,-2.35976,-1.80966,-2.34469,-2.49094,-1.98493,-1.60697,-2.11164,-1.93068,-2.27318,-2.33674,-1.34115,-3.1537,-2.64839,-1.32912,-1.39491,-1.98504,-2.98363,-4.29491,-1.69651,-2.13314,-2.99379,-0.362652,-0.329467,-0.256845,-0.261751,-0.394337,-0.364232,-0.448152,-0.237183,-0.31874,-0.427314,-0.207847,-0.285772,-0.279573,-0.121455,-0.37132,-0.247019,-0.327244,-0.168538,-0.34357,-0.181774,-0.311471,-0.354097,-0.457377,0.0818066 +-5911.13,0.434573,0.350484,3,-0.310615,0.00669232,-1.77784,-2.35976,-1.80966,-2.34469,-2.49094,-1.98493,-1.60697,-2.11164,-1.93068,-2.27318,-2.33674,-1.34115,-3.1537,-2.64839,-1.32912,-1.39491,-1.98504,-2.98363,-4.29491,-1.69651,-2.13314,-2.99379,-0.362652,-0.329467,-0.256845,-0.261751,-0.394337,-0.364232,-0.448152,-0.237183,-0.31874,-0.427314,-0.207847,-0.285772,-0.279573,-0.121455,-0.37132,-0.247019,-0.327244,-0.168538,-0.34357,-0.181774,-0.311471,-0.354097,-0.457377,0.0818066 +-5918.96,0.88297,0.350484,2,-0.273223,0.00363661,-2.30903,-2.41006,-2.22959,-2.39974,-2.37635,-1.97429,-1.55751,-2.00494,-1.66331,-2.21056,-2.26916,-1.28228,-3.33105,-2.86938,-1.42067,-1.39229,-1.85697,-3.01763,-4.43929,-1.7671,-1.83367,-3.04721,-0.277936,-0.343113,-0.117842,-0.261356,-0.251405,-0.205104,-0.430794,-0.394587,-0.355677,-0.235108,-0.282115,-0.2595,-0.355956,-0.265135,-0.226022,-0.318406,-0.293515,-0.279468,-0.122599,-0.281732,-0.38099,-0.361574,-0.184731,0.0603043 +-5912.79,0.7004,0.350484,3,-0.237904,0.00265841,-2.33185,-1.86048,-2.13595,-2.37867,-2.36149,-2.54429,-1.86846,-2.17194,-2.21284,-2.22497,-2.42588,-1.60334,-2.87486,-2.55713,-1.30873,-1.46442,-2.19942,-2.99811,-3.24488,-1.23727,-2.43187,-2.7928,-0.233912,-0.329018,-0.43682,-0.238836,-0.248561,-0.161162,-0.267769,-0.25309,-0.306691,-0.307567,-0.310951,-0.202068,-0.142795,-0.301383,-0.275393,-0.306151,-0.277884,-0.269496,-0.155109,-0.31716,-0.264776,-0.355332,-0.20167,0.0515598 +-5915.37,0.0399939,0.350484,3,-0.268764,0.00392009,-2.03786,-2.33856,-2.50451,-2.39869,-2.48549,-2.99766,-1.76893,-2.21252,-2.01388,-2.26157,-2.51185,-1.4219,-2.64061,-2.61866,-1.37081,-1.55075,-2.01736,-3.11509,-3.21736,-1.28056,-2.15291,-2.95574,-0.327124,-0.210583,-0.117027,-0.339625,-0.25427,-0.376677,-0.34197,-0.278125,-0.270006,-0.31948,-0.122006,-0.210235,-0.452324,-0.166316,-0.129548,-0.18289,-0.252584,-0.269427,-0.36661,-0.207702,-0.285247,-0.472663,-0.35231,0.0626106 +-5912.14,0.958126,0.350484,3,-0.289592,0.0068935,-2.72251,-1.95087,-1.81284,-2.4472,-2.29579,-1.80211,-1.68746,-2.01239,-1.87248,-2.18922,-2.31656,-1.46373,-3.48464,-2.76923,-1.20164,-1.29649,-1.96444,-2.76828,-3.60995,-1.6676,-2.19385,-2.95613,-0.337647,-0.14155,-0.53291,-0.248648,-0.299788,-0.342617,-0.369299,-0.160732,-0.255641,-0.349581,-0.285479,-0.294682,-0.334618,0.142225,-0.34159,-0.268034,-0.154994,-0.166118,-0.237895,-0.288871,-0.301371,-0.395075,-0.273838,0.0830271 +-5911.73,0.605635,0.350484,2,-0.292152,0.00674822,-2.31908,-2.00352,-1.47848,-2.36657,-2.29211,-1.95669,-1.66983,-2.05843,-1.92204,-2.23034,-2.29251,-1.46862,-3.30139,-2.76587,-1.25233,-1.42594,-2.11966,-2.86193,-3.53614,-1.62854,-2.06942,-2.94541,-0.369165,-0.194437,-0.395671,-0.208158,-0.380411,-0.290115,-0.437715,-0.0688807,-0.240338,-0.330818,-0.256966,-0.326233,-0.531687,-0.0769637,-0.308175,-0.361296,-0.254334,-0.257994,-0.225489,-0.223231,-0.337274,-0.284044,-0.406028,0.0821475 +-5912.05,0.0210322,0.350484,3,-0.208311,0.00858546,-2.42941,-2.27357,-2.78601,-2.41521,-2.49729,-2.4211,-1.78944,-1.95016,-2.00902,-2.22326,-2.25988,-1.38155,-2.74911,-2.75634,-1.4487,-1.58992,-1.85488,-3.07223,-3.20072,-1.34878,-2.27165,-2.93791,-0.321832,-0.0909693,-0.236419,-0.303694,-0.297417,-0.184942,-0.293896,-0.0980833,-0.337143,-0.27348,-0.167969,-0.0983092,-0.186837,-0.0540125,-0.198306,-0.22771,-0.238262,-0.144064,-0.130281,-0.296218,-0.176026,-0.203125,-0.339344,0.0926577 +-5912.31,0.0734047,0.350484,3,-0.158788,0.00335385,-2.12886,-2.54336,-2.15675,-2.2701,-2.47355,-2.81018,-1.79751,-2.17614,-2.12848,-2.30738,-2.23402,-1.621,-3.21621,-2.69898,-1.49132,-1.60065,-1.87815,-2.99057,-3.54323,-1.38083,-2.14276,-2.96889,-0.0785931,-0.262594,-0.279743,-0.246925,-0.0678513,-0.187204,-0.0973438,-0.124968,-0.249955,-0.23073,-0.102588,-0.159976,-0.128366,-0.168968,-0.154161,-0.210967,-0.121142,-0.0550138,-0.182014,-0.305671,-0.244493,-0.134478,-0.0321449,0.0579125 +-5918.12,0.910935,0.350484,3,-0.18405,0.00698604,-2.45827,-2.47636,-2.62572,-2.43297,-2.49516,-2.21932,-1.70662,-2.1797,-1.94177,-2.24784,-2.30084,-1.51196,-3.34066,-2.72599,-1.34782,-1.49307,-1.83148,-2.5412,-3.84393,-1.34998,-1.9843,-2.89257,-0.312769,-0.117052,-0.0333334,-0.285893,-0.244278,-0.153854,-0.405234,-0.125049,-0.157157,-0.269691,-0.219916,-0.109848,-0.20701,-0.0129872,-0.464631,-0.0941278,-0.217457,-0.374513,-0.166294,-0.125724,-0.234058,-0.260254,0.163979,0.0835825 +-5917.08,0.735669,0.350484,2,-0.250544,0.00988773,-2.02591,-2.1161,-1.97086,-2.41962,-2.35773,-3.19924,-1.6795,-2.07632,-1.79751,-2.21271,-2.29449,-1.41113,-3.49511,-2.71584,-1.30415,-1.49345,-1.65196,-2.8855,-3.33242,-1.41607,-2.0763,-2.95889,0.0291686,-0.271647,-0.261545,-0.176804,-0.121647,-0.201943,-0.324582,-0.260204,-0.35439,-0.278558,-0.186897,-0.312856,-0.0988548,-0.166807,-0.160581,-0.087578,-0.309994,-0.0331637,-0.206699,-0.179091,-0.539105,-0.356559,-0.2783,0.0994371 +-5918.85,1,0.350484,2,-0.253253,0.0152555,-2.90878,-2.10615,-2.51434,-2.33252,-2.33212,-1.54923,-1.81597,-2.24716,-2.02484,-2.2454,-2.59326,-1.51668,-2.9653,-2.86078,-1.48219,-1.40459,-2.14254,-3.03137,-3.35836,-1.29694,-1.9717,-2.78912,0.00086563,-0.208378,-0.175891,-0.323978,-0.26435,-0.230336,-0.265907,-0.0666123,-0.173529,-0.320871,-0.0651822,-0.0774203,-0.290638,0.219885,-0.282695,-0.346169,-0.145177,-0.387468,-0.1986,-0.343666,-0.398515,-0.214431,-0.181349,0.123513 +-5921.27,0.781834,0.350484,2,-0.173908,0.012368,-2.83407,-2.2893,-2.47797,-2.48363,-2.37931,-2.46559,-1.7855,-2.17882,-1.84114,-2.31459,-2.30167,-1.58314,-2.89018,-2.90419,-1.42301,-1.15908,-1.81673,-3.37607,-3.44285,-1.36358,-2.13432,-2.85839,-0.319248,-0.153691,-0.19345,-0.0935224,-0.114746,-0.753699,-0.354189,-0.032403,-0.271134,-0.209321,-0.155282,-0.134904,-0.0943165,0.215799,-0.112429,-0.308172,-0.275783,-0.161308,-0.193759,-0.356579,-0.135867,-0.3666,-0.243756,0.111211 +-5919.45,0.767942,0.350484,2,-0.252357,0.0125582,-2.62211,-2.49705,-2.08929,-2.36251,-2.33243,-2.25292,-1.71082,-2.06776,-2.03038,-2.24113,-2.46746,-1.55983,-3.28615,-2.61695,-1.5586,-1.49075,-1.81028,-2.70726,-3.19457,-1.41411,-2.19928,-2.84148,-0.0223537,-0.2509,-0.20131,-0.271502,-0.251881,-0.439969,-0.263749,-0.296726,-0.16558,-0.180398,-0.145552,-0.0788887,-0.383656,-0.325834,-0.260378,-0.416177,-0.333411,-0.19499,-0.215071,-0.0174496,-0.367582,-0.191082,-0.118955,0.112063 +-5920.55,0.936092,0.350484,3,-0.313381,0.0242149,-1.93616,-1.8081,-2.11924,-2.38667,-2.58297,-2.17252,-1.6346,-2.07226,-1.91921,-2.2077,-2.30318,-1.31911,-2.66218,-3.15779,-1.09677,-1.39943,-2.0674,-3.24104,-3.70078,-1.65439,-2.07535,-2.95124,-0.394237,-0.31965,-0.361303,-0.227076,-0.199735,-0.312343,-0.499985,-0.205018,-0.373477,-0.413287,-0.232519,-0.430145,-0.322878,0.643059,-0.355569,-0.257662,-0.214228,-0.364063,-0.225219,-0.446284,-0.375436,-0.347426,-0.453208,0.155612 +-5922.16,0.34359,0.350484,2,-0.356338,0.00644138,-2.97264,-1.79303,-2.41468,-2.51961,-2.59877,-1.87117,-1.64367,-1.99219,-1.90419,-2.23686,-2.23844,-1.47307,-3.15574,-3.14502,-1.45053,-1.43595,-1.95556,-3.01131,-4.11674,-1.46823,-2.24626,-2.84027,-0.263064,-0.366328,-0.280251,-0.249579,-0.188798,-0.405178,-0.552765,-0.200085,-0.340309,-0.378232,-0.308412,-0.394218,-0.387113,0.249506,-0.348962,-0.334434,-0.303166,-0.191838,-0.309894,-0.097649,-0.320107,-0.398684,-0.579063,0.0802582 +-5921.2,0.273939,0.350484,2,-0.311496,0.0237113,-2.82711,-2.17626,-2.06569,-2.3718,-2.46009,-2.14478,-1.61912,-1.96077,-1.80686,-2.14769,-2.21767,-1.47492,-2.90077,-3.06064,-1.22316,-1.41913,-1.93997,-2.55,-3.54727,-1.47796,-1.95853,-2.5617,-0.34034,-0.430316,-0.448798,-0.257885,-0.167125,-0.448228,-0.611324,-0.361036,-0.497142,-0.476902,-0.277155,-0.266768,-0.400007,0.49762,-0.304118,-0.378616,-0.33733,-0.159943,-0.29389,-0.152978,-0.301578,-0.338071,-0.408559,0.153985 +-5924.69,0.923838,0.350484,3,-0.342536,0.0128031,-2.18643,-2.08558,-2.40163,-2.42022,-2.48787,-2.03142,-1.68714,-1.88198,-1.8253,-2.1153,-2.27231,-1.57019,-3.0298,-2.87658,-1.19133,-1.47999,-1.57631,-2.90656,-3.64704,-1.34286,-2.10041,-2.81169,-0.25366,-0.305008,-0.208071,-0.196678,0.197378,-0.409124,-0.39246,-0.412508,-0.240952,-0.404334,-0.0508786,-0.201165,-0.479119,0.264064,-0.379167,-0.347737,-0.422416,-0.292308,-0.321445,-0.420189,-0.538904,-0.599538,-0.0955788,0.113151 +-5925.41,0.953605,0.350484,3,-0.270328,0.0286066,-2.4235,-2.21881,-2.2151,-2.37718,-2.343,-2.46925,-1.64634,-2.28329,-2.01766,-2.29436,-2.24366,-1.21139,-2.94141,-2.75463,-1.49286,-1.41882,-2.24389,-3.03411,-3.23891,-1.79943,-2.07468,-2.93069,-0.217205,-0.32604,-0.483117,-0.382545,-0.54462,-0.348359,-0.528221,-0.0836094,-0.324158,-0.271933,-0.268213,-0.205709,-0.322828,-0.0435497,-0.318442,-0.153523,-0.0715556,-0.350493,-0.32757,0.150379,-0.246217,-0.229782,-0.79501,0.169135 +-5927.6,0.987286,0.350484,3,-0.22569,0.032944,-2.71371,-2.01965,-2.24081,-2.54819,-2.82517,-2.65207,-1.81357,-2.05188,-2.14427,-2.24628,-2.38859,-1.43518,-3.2346,-2.8054,-1.28905,-1.45122,-1.93108,-3.05968,-3.63221,-1.18998,-2.11667,-2.91199,-0.0498608,-0.22835,-0.260051,-0.238738,-0.0667358,-0.195521,-0.340262,-0.265139,-0.273686,-0.304569,-0.0618583,0.0795384,-0.225105,0.0906656,-0.300428,-0.15963,-0.169572,-0.240509,0.114823,-0.421884,-0.158438,-0.388425,0.32033,0.181505 +-5928.55,0.929608,0.350484,2,-0.208094,0.0189208,-2.48988,-2.18472,-2.11008,-2.57441,-2.76012,-2.89093,-1.84551,-2.10868,-2.15444,-2.25181,-2.37382,-1.38377,-3.3017,-2.79143,-1.26352,-1.40829,-1.89167,-2.8341,-3.75309,-1.26962,-2.0635,-2.89266,-0.0208235,-0.210299,-0.20377,-0.264041,-0.0292338,-0.196346,-0.441378,-0.209398,-0.26174,-0.260239,-0.0867686,0.0243266,-0.238469,-0.0154713,-0.303327,-0.179469,-0.183726,-0.150851,0.0772495,-0.420178,-0.166001,-0.336967,0.429691,0.137553 +-5940.86,0.65671,0.350484,3,-0.261937,0.0364705,-2.50433,-2.27364,-1.90913,-2.51258,-3.03753,-2.7899,-1.79745,-2.16597,-2.10121,-2.24891,-2.53841,-1.31005,-2.87848,-2.70994,-1.30467,-1.35947,-2.23707,-3.1301,-3.23424,-1.27075,-2.35477,-2.92701,-0.0996677,0.0443388,-0.0373845,-0.164102,0.205683,-0.024843,-0.383645,-0.0678001,-0.428952,-0.296379,-0.337453,-0.143047,-0.261191,0.0529615,-0.226559,-0.447022,-0.229994,-0.292637,0.0529138,-0.391016,-0.301901,-0.343296,0.622206,0.190973 +-5930.31,0.979133,0.350484,3,-0.175393,0.013953,-3.17858,-2.34318,-2.44123,-2.43143,-2.38487,-2.39483,-1.61053,-2.16127,-1.66591,-2.23576,-2.25331,-1.45226,-3.03684,-2.7183,-1.47653,-1.2149,-2.15804,-3.21094,-4.14946,-1.3736,-2.04666,-2.90593,-0.111008,-0.338202,-0.396841,-0.111046,0.0489516,-0.273711,-0.317104,-0.345018,-0.515315,-0.269379,-0.0478158,-0.214413,-0.315679,-0.177393,-0.217965,-0.186062,0.129402,-0.37923,-0.07964,-0.267262,-0.270602,-0.324999,0.0765295,0.118123 +-5922.65,0.945596,0.350484,3,-0.301567,0.00532537,-1.70522,-2.12492,-1.80958,-2.31214,-2.23538,-2.39679,-1.61668,-2.27235,-1.92029,-2.19899,-2.08916,-1.47125,-3.16665,-2.90788,-1.17681,-1.37103,-1.63542,-3.61053,-3.67429,-1.47476,-1.96207,-2.96237,-0.173163,-0.301471,-0.362296,-0.321098,-0.270075,-0.244133,-0.327005,-0.231579,-0.190456,-0.348695,-0.237231,-0.24879,-0.228667,0.0233962,-0.341271,-0.143469,-0.247219,-0.307893,-0.547051,-0.150104,-0.344883,-0.35511,-0.470322,0.0729751 +-5922.3,1,0.350484,2,-0.295278,0.0050585,-1.71567,-2.31598,-1.75715,-2.34792,-2.22336,-2.53237,-1.57431,-2.24523,-2.02946,-2.22201,-2.12183,-1.45682,-3.11966,-2.88969,-1.14203,-1.37648,-1.69547,-3.43354,-3.7247,-1.49184,-1.9675,-2.94802,-0.0764436,-0.252236,-0.425274,-0.325434,-0.275856,-0.336725,-0.382932,-0.28123,-0.0901402,-0.350095,-0.346652,-0.358961,-0.188844,0.0904588,-0.343952,-0.206612,-0.314054,-0.307894,-0.468293,-0.23418,-0.335194,-0.328935,-0.51325,0.0711231 +-5924.93,0.941139,0.350484,2,-0.313801,0.045414,-2.91815,-2.25837,-2.19751,-2.47041,-2.30008,-1.91553,-1.73424,-2.05777,-2.02704,-2.13054,-2.1367,-1.25702,-3.0914,-2.74215,-1.34064,-1.44109,-1.61771,-3.05491,-3.21143,-1.62781,-2.19634,-3.10231,-0.353834,-0.529592,-0.536577,-0.17273,-0.325689,-0.324333,-0.449237,-0.154235,-0.103497,-0.32131,-0.478962,-0.228566,-0.403528,0.107993,-0.24856,-0.214181,-0.433298,-0.300267,-0.48742,-0.249062,-0.419925,-0.326885,-0.442115,0.213106 +-5924.99,0.976404,0.350484,2,-0.325616,0.0318948,-1.47596,-1.8048,-2.04607,-2.419,-2.45189,-2.28746,-1.73217,-2.14095,-1.89032,-2.20402,-2.28123,-1.53085,-2.86478,-2.9291,-1.53921,-1.37769,-2.2473,-2.62406,-3.37744,-1.4135,-1.84998,-2.96696,-0.254772,-0.27466,-0.103357,-0.258213,-0.202039,-0.401535,-0.309702,-0.354194,-0.560396,-0.462916,-0.217414,-0.356047,-0.357167,0.00936112,-0.319725,-0.40355,-0.128968,-0.366849,-0.0923323,-0.240159,-0.4442,-0.26005,-0.148356,0.178591 +-5927.37,0.825066,0.350484,2,-0.250701,0.0179279,-2.56913,-1.96546,-2.74747,-2.40342,-2.483,-1.97628,-1.67632,-2.17996,-1.59184,-2.17305,-2.33492,-1.31905,-2.98688,-2.78938,-1.27533,-1.35492,-2.15245,-2.5061,-3.1845,-1.25587,-2.28296,-3.01364,-0.632092,-0.232625,-0.227192,-0.20812,0.0886022,-0.529928,-0.499556,-0.107892,-0.559502,-0.34214,-0.265932,-0.37395,-0.295844,0.170598,-0.218256,-0.328978,-0.186731,-0.41213,0.0928504,-0.322328,-0.281342,-0.345979,-0.0807659,0.133895 +-5933.17,0.924197,0.350484,2,-0.187556,0.0263824,-2.61472,-2.43613,-1.86605,-2.35171,-2.49159,-2.34194,-1.65584,-2.30192,-2.0476,-2.29382,-2.44928,-1.438,-3.48888,-3.06041,-1.16281,-1.55704,-1.99042,-3.37782,-3.63993,-1.72643,-1.91606,-2.88846,0.0863398,-0.266812,0.00220869,-0.368056,-0.210692,-0.0145751,-0.419215,0.047847,-0.728937,-0.330475,-0.0327604,-0.257723,-0.133721,0.359326,-0.602296,-0.197029,-0.0415018,-0.0296564,-0.3673,-0.224764,-0.445084,-0.246064,-0.0245317,0.162427 +-5931.89,0.788575,0.350484,3,-0.27353,0.0293981,-2.42477,-1.79811,-2.3557,-2.48723,-2.73756,-2.32901,-1.68496,-2.28769,-1.82394,-2.21527,-2.37513,-1.27859,-2.8909,-2.94356,-0.886442,-1.58111,-1.89913,-3.58782,-3.33989,-1.62643,-2.04707,-2.81977,-0.130861,-0.368532,-0.227881,-0.143167,0.149435,-0.0828549,-0.527333,-0.192981,-0.682303,-0.377978,-0.180294,-0.145884,-0.198728,0.384001,-0.477987,0.0183568,-0.322866,-0.175567,-0.384552,-0.102605,-0.31112,-0.286232,-0.604611,0.171459 +-5924.15,0.984898,0.350484,3,-0.28848,0.0304237,-2.45731,-2.56769,-1.823,-2.23583,-2.32209,-2.20184,-1.7542,-2.2191,-1.81182,-2.22856,-2.36268,-1.48165,-3.01347,-2.66863,-1.72242,-1.40452,-2.00197,-2.78739,-3.75466,-1.32085,-2.10863,-2.78845,-0.371846,-0.245512,-0.333175,-0.294829,-0.219771,-0.478849,-0.342204,-0.0670464,-0.269419,-0.25437,-0.257925,-0.250135,-0.440978,0.079457,-0.106404,-0.468688,-0.0183219,-0.372589,-0.195752,-0.327602,-0.367392,-0.719515,0.0561491,0.174424 +-5918.97,0.955078,0.350484,3,-0.195609,0.00715119,-2.43453,-1.92411,-2.27686,-2.42603,-2.35599,-2.93425,-1.65788,-2.07712,-2.01227,-2.27164,-2.39748,-1.57285,-3.19767,-2.70172,-1.16479,-1.68172,-2.02351,-2.93788,-3.06044,-1.58245,-2.05715,-2.92978,-0.280376,-0.299071,-0.153643,-0.0921581,-0.0759054,-0.344305,-0.346785,-0.304385,-0.293388,-0.246779,-0.141798,-0.252972,-0.239432,0.084313,-0.288157,-0.0723116,-0.286337,0.0277395,-0.219113,-0.158671,-0.269905,-0.185868,-0.626546,0.0845647 +-5924.23,0.826412,0.350484,3,-0.183871,0.012396,-2.3294,-2.39026,-2.11128,-2.47159,-2.49433,-2.63964,-1.73215,-1.86171,-2.01447,-2.17507,-2.43721,-1.37142,-2.64926,-2.90562,-1.52619,-1.58761,-2.24151,-3.1235,-3.82565,-1.54756,-2.31134,-2.67419,-0.0491002,-0.146778,-0.287714,-0.238063,-0.355185,0.117956,-0.418485,-0.441238,-0.163495,-0.412192,-0.0819045,-0.113633,-0.240248,-0.0648059,-0.1064,-0.0638086,0.102292,-0.187037,-0.0948596,-0.116302,-0.238556,-0.518015,-0.191108,0.111337 +-5919.49,0.903133,0.350484,3,-0.26043,0.00523677,-2.88377,-1.96364,-2.1354,-2.31049,-2.30204,-2.3193,-1.65054,-2.25911,-2.28705,-2.1218,-2.36191,-1.57111,-3.09766,-2.61234,-1.31664,-1.37868,-2.00943,-3.78069,-2.73013,-1.35237,-2.11621,-2.87221,-0.310422,-0.306336,-0.184804,-0.238514,-0.0733241,-0.44589,-0.364311,-0.0538242,-0.200928,-0.471354,-0.215604,-0.233817,-0.277285,-0.129809,-0.299126,-0.307768,-0.291535,0.0617203,-0.289638,-0.383124,-0.292738,-0.253179,-0.236955,0.0723655 +-5924.15,0.732167,0.350484,2,-0.219959,0.0148317,-2.07323,-2.32687,-2.12753,-2.57755,-2.60886,-2.06469,-1.7124,-1.94185,-1.54808,-2.19152,-2.36072,-1.40403,-3.02612,-3.05681,-1.21268,-1.50294,-2.03086,-2.5567,-3.69822,-1.66521,-2.09285,-2.8293,-0.193288,-0.317655,-0.208564,-0.0981263,-0.164685,-0.107282,-0.444696,-0.351183,-0.466603,-0.377112,-0.173325,-0.121225,-0.199547,0.316801,-0.40788,-0.25562,-0.0587897,-0.248142,-0.360215,-0.115722,-0.404802,-0.602744,-0.442364,0.121786 +-5921.83,0.886606,0.350484,2,-0.301887,0.0149701,-2.01984,-2.22934,-1.67096,-2.35145,-2.2982,-1.90364,-1.71962,-2.08602,-2.1789,-2.21554,-2.22594,-1.47585,-3.01245,-2.97155,-1.40164,-1.41739,-2.1971,-2.91605,-3.68548,-1.55937,-2.11315,-2.95727,-0.292846,-0.350487,-0.297344,-0.244812,-0.26882,-0.400733,-0.253115,-0.207591,-0.331419,-0.267098,-0.340042,-0.170119,-0.265856,0.338887,-0.149203,-0.389886,-0.0701872,-0.647534,-0.124405,-0.0438897,-0.465834,-0.182176,0.0203942,0.122352 +-5921.83,0.484633,0.350484,2,-0.301887,0.0149701,-2.01984,-2.22934,-1.67096,-2.35145,-2.2982,-1.90364,-1.71962,-2.08602,-2.1789,-2.21554,-2.22594,-1.47585,-3.01245,-2.97155,-1.40164,-1.41739,-2.1971,-2.91605,-3.68548,-1.55937,-2.11315,-2.95727,-0.292846,-0.350487,-0.297344,-0.244812,-0.26882,-0.400733,-0.253115,-0.207591,-0.331419,-0.267098,-0.340042,-0.170119,-0.265856,0.338887,-0.149203,-0.389886,-0.0701872,-0.647534,-0.124405,-0.0438897,-0.465834,-0.182176,0.0203942,0.122352 +-5925.6,0.792853,0.350484,3,-0.229979,0.017642,-3.07522,-2.03516,-2.27223,-2.41132,-2.30383,-2.14296,-1.74533,-2.19652,-2.06426,-2.243,-1.94781,-1.38629,-3.23642,-2.8465,-1.49328,-1.24901,-1.91194,-3.42369,-3.79435,-1.67446,-2.06726,-2.91982,-0.201085,-0.244581,-0.227567,-0.323519,-0.244515,-0.175122,-0.399515,-0.263051,-0.293758,-0.287998,-0.481991,-0.16562,-0.285865,0.169048,0.0325611,-0.323917,-0.385053,0.159299,-0.00480771,-0.334444,-0.22687,-0.442093,-0.0828844,0.132823 +-5933.28,0.981769,0.350484,2,-0.242128,0.0277223,-1.91637,-2.3112,-2.29126,-2.35637,-2.24801,-3.02314,-1.82959,-2.23568,-1.83673,-2.24705,-2.18936,-1.43069,-2.7378,-2.82458,-1.46364,-1.24019,-1.71865,-3.72417,-3.81955,-1.47908,-2.04445,-2.75458,-0.146558,-0.42148,-0.102958,-0.129677,-0.243784,-0.0212636,-0.236527,-0.104027,-0.155651,-0.341634,-0.560884,-0.250584,-0.291722,0.0587158,0.105255,-0.393978,-0.313623,0.150267,-0.073147,-0.0967712,-0.364103,-0.588553,-0.50477,0.1665 +-5919.95,0.931737,0.350484,3,-0.294908,0.00689139,-2.29235,-2.24298,-2.24247,-2.43479,-2.0775,-2.70394,-1.66089,-2.24951,-2.02826,-2.16784,-1.98519,-1.31314,-2.83157,-2.82624,-1.67876,-1.20169,-1.94158,-2.86223,-3.2508,-1.53851,-2.1792,-3.00392,-0.423319,-0.249889,-0.192827,-0.413062,-0.375125,-0.308751,-0.384234,-0.232853,-0.327612,-0.43592,-0.484588,-0.327629,-0.386368,-0.163945,-0.210666,-0.325955,-0.240935,-0.318402,-0.274955,-0.332068,-0.420953,-0.253793,-0.0988757,0.0830144 +-5920.58,0.838315,0.350484,2,-0.339245,0.00928527,-1.96012,-2.07036,-2.30729,-2.18315,-2.22645,-2.39662,-1.67425,-2.21034,-1.8579,-2.17682,-2.28332,-1.29941,-3.00718,-2.68501,-1.3084,-1.41192,-1.86669,-2.80978,-3.50587,-1.43008,-2.27939,-2.77731,-0.26477,-0.477459,-0.445473,-0.32351,-0.703721,-0.390839,-0.544161,-0.287739,-0.217276,-0.314696,-0.339677,-0.296478,-0.329125,0.16895,-0.3396,-0.406988,-0.354932,-0.359365,-0.40303,-0.360767,-0.307696,-0.564969,-0.289756,0.0963601 +-5917.7,1,0.350484,2,-0.369939,0.003066,-2.28321,-2.18181,-2.04205,-2.44481,-2.03089,-2.0203,-1.63842,-1.92674,-2.17782,-2.30684,-2.21511,-1.40394,-2.75161,-2.78534,-1.26485,-1.6681,-1.9196,-2.82036,-3.51388,-1.36616,-2.02201,-2.8522,-0.393106,-0.351062,-0.305515,-0.426497,-0.192937,-0.34578,-0.360483,-0.362824,-0.475765,-0.366465,-0.383468,-0.424603,-0.340754,-0.456918,-0.411637,-0.235403,-0.236469,-0.312632,-0.339199,-0.401451,-0.325269,-0.274202,-0.312536,0.0553714 +-5905.33,0.372289,0.350484,2,-0.352658,0.00518299,-2.38242,-2.35215,-1.87362,-2.41119,-2.17988,-2.11123,-1.60908,-1.91119,-2.11141,-2.31905,-2.20864,-1.48746,-2.82468,-2.758,-1.24847,-1.6576,-1.90354,-2.85531,-3.43571,-1.39247,-1.95454,-2.94172,-0.263832,-0.326252,-0.398932,-0.359408,-0.279402,-0.377059,-0.401002,-0.317025,-0.408008,-0.401004,-0.357582,-0.34588,-0.377085,-0.318887,-0.419743,-0.23238,-0.252575,-0.346416,-0.429955,-0.345148,-0.398312,-0.36689,-0.306933,0.071993 +-5906.59,0.012338,0.350484,3,-0.36979,0.00427137,-2.32832,-2.2832,-1.81431,-2.3973,-2.41091,-2.25142,-1.73729,-2.23456,-1.83835,-2.13951,-2.23677,-1.34752,-2.86436,-2.84279,-1.1844,-1.63751,-1.94886,-2.77852,-3.03417,-1.48595,-2.19436,-2.77395,-0.412384,-0.367262,-0.432446,-0.321847,-0.351955,-0.313716,-0.463789,-0.272058,-0.423227,-0.395421,-0.498825,-0.334762,-0.3167,-0.212231,-0.313756,-0.319892,-0.420183,-0.344272,-0.293407,-0.385736,-0.509704,-0.361925,-0.403411,0.0653557 +-5906.59,0.151819,0.350484,1,-0.36979,0.00427137,-2.32832,-2.2832,-1.81431,-2.3973,-2.41091,-2.25142,-1.73729,-2.23456,-1.83835,-2.13951,-2.23677,-1.34752,-2.86436,-2.84279,-1.1844,-1.63751,-1.94886,-2.77852,-3.03417,-1.48595,-2.19436,-2.77395,-0.412384,-0.367262,-0.432446,-0.321847,-0.351955,-0.313716,-0.463789,-0.272058,-0.423227,-0.395421,-0.498825,-0.334762,-0.3167,-0.212231,-0.313756,-0.319892,-0.420183,-0.344272,-0.293407,-0.385736,-0.509704,-0.361925,-0.403411,0.0653557 +-5914.59,0.723856,0.350484,2,-0.367838,0.00489244,-2.4853,-2.28122,-2.29317,-2.49816,-2.186,-1.90176,-1.68743,-1.85109,-1.90996,-2.1308,-2.19222,-1.43612,-2.82593,-2.7662,-1.107,-1.56828,-2.06483,-2.80635,-2.96751,-1.31277,-1.91501,-2.5687,-0.323713,-0.370796,-0.32152,-0.258995,-0.357596,-0.454894,-0.367921,-0.489921,-0.392572,-0.395021,-0.264338,-0.365465,-0.423925,-0.285628,-0.462285,-0.212469,-0.228018,-0.375086,-0.43488,-0.446678,-0.256345,-0.46156,-0.373077,0.069946 +-5914.55,0.72176,0.350484,3,-0.341912,0.00379741,-2.0473,-2.10015,-1.88285,-2.2233,-2.45752,-2.31204,-1.65207,-2.24993,-1.73025,-2.35272,-2.2531,-1.26606,-2.86681,-2.62232,-1.65357,-1.25191,-1.87442,-2.9542,-3.62423,-1.52742,-2.25589,-3.20496,-0.326912,-0.369878,-0.307482,-0.326301,-0.326904,-0.431612,-0.34586,-0.177507,-0.359288,-0.264718,-0.445744,-0.314976,-0.361914,-0.405276,-0.197891,-0.471152,-0.284673,-0.37401,-0.423158,-0.2879,-0.342187,-0.339379,-0.39475,0.0616232 +-5918.66,0.572979,0.350484,2,-0.330576,0.00294926,-2.03375,-1.89699,-1.89189,-2.2777,-2.44497,-2.41238,-1.63577,-2.28312,-1.71985,-2.31508,-2.26028,-1.34617,-2.97276,-2.60844,-1.68863,-1.35621,-1.84088,-3.0417,-3.59596,-1.48532,-2.13921,-3.27676,-0.293807,-0.411284,-0.382269,-0.334037,-0.303286,-0.468437,-0.307184,-0.178664,-0.417924,-0.279616,-0.450683,-0.350569,-0.255337,-0.372231,-0.286794,-0.486176,-0.349836,-0.334922,-0.501101,-0.240953,-0.349237,-0.288948,-0.296514,0.0543071 +-5926.05,1,0.350484,2,-0.355814,0.0066193,-1.8666,-1.71816,-2.09317,-2.33056,-2.42709,-3.04035,-1.88951,-2.27626,-1.99829,-2.23917,-2.10367,-1.42508,-3.08603,-2.76989,-1.5407,-1.25984,-2.01408,-3.12803,-3.47877,-1.59642,-2.15973,-3.16796,-0.449812,-0.343894,-0.432554,-0.414964,-0.371702,-0.1753,-0.380773,-0.0537494,-0.320319,-0.392317,-0.320285,-0.318857,-0.471096,-0.147179,-0.462902,-0.230372,-0.332106,-0.348846,-0.0806727,-0.431463,-0.394293,-0.399313,-0.429033,0.0813591 +-5921.19,0.62059,0.350484,2,-0.266859,0.0132601,-2.46638,-1.93456,-2.20061,-2.24084,-2.4282,-2.5685,-1.81375,-2.16949,-1.89789,-2.25674,-2.2477,-1.37489,-3.00788,-2.72036,-1.60474,-1.61614,-2.05694,-2.51269,-3.33934,-1.41087,-2.24825,-2.81365,-0.293272,-0.330178,-0.215082,-0.285403,-0.236046,0.0427413,-0.0436575,-0.220546,-0.467399,-0.351704,-0.272719,-0.263907,-0.285162,-0.0613406,-0.415478,-0.327309,-0.137614,-0.198463,-0.374383,-0.384566,-0.23044,-0.26916,-0.304426,0.115153 +-5939.93,0.430816,0.350484,3,-0.139694,0.0636248,-2.08375,-2.0364,-1.942,-2.4255,-2.33592,-2.04179,-1.69451,-1.98141,-2.0429,-2.23498,-2.17802,-1.42349,-3.30555,-2.61918,-1.17665,-1.2834,-1.95524,-3.16918,-2.94613,-1.54509,-1.98404,-3.22956,-0.14358,-0.514493,-0.400018,-0.358168,-0.180084,-0.283189,-0.656257,-0.265472,-0.00895367,-0.220283,-0.397798,-0.244856,-0.251736,-0.353515,0.0363305,-0.188149,-0.299919,-0.430404,-0.209108,-0.0954017,-0.517011,-0.332351,-0.15691,0.252239 +-5932.2,1,0.350484,3,-0.0596346,0.053237,-2.87091,-2.19272,-2.54451,-2.52509,-2.43117,-2.35771,-1.8508,-2.18937,-1.92378,-2.18458,-2.54226,-1.62932,-2.7022,-3.06052,-1.34246,-1.43936,-2.19818,-3.51183,-3.92121,-1.37341,-2.25936,-2.8019,-0.212305,-0.0512713,-0.123745,-0.206313,0.179029,-0.24434,-0.399407,0.00804065,-0.49633,-0.291814,-0.0189445,-0.0210197,-0.314149,0.500322,-0.318117,-0.0688799,-0.0103507,0.0271386,0.0236404,-0.279335,-0.197343,-0.539125,-0.38948,0.230731 +-5932.67,0.863166,0.350484,2,-0.0849929,0.0200181,-2.19592,-2.19191,-2.1859,-2.29973,-2.62031,-2.12736,-1.68064,-2.4492,-1.82579,-2.28147,-2.32032,-1.46313,-2.89382,-3.13059,-1.48684,-1.62705,-2.20136,-2.48128,-3.22575,-1.4359,-2.14574,-2.71429,-0.0151353,-0.144837,0.119021,-0.359559,-0.246657,-0.18989,-0.256309,0.159791,-0.194971,-0.293788,-0.161084,-0.0115968,-0.367978,0.430176,0.021672,0.0126375,-0.0794464,0.166347,-0.394856,-0.152521,-0.29947,-0.483452,0.0957875,0.141485 +-5937.67,0.966627,0.350484,3,-0.150331,0.024233,-2.38965,-2.25616,-2.31493,-2.38446,-1.93477,-2.43788,-1.83303,-2.21413,-2.22013,-2.24066,-2.28597,-1.88571,-2.9653,-2.78285,-1.08411,-1.81928,-1.96108,-3.60878,-3.61048,-1.36015,-2.11955,-3.08311,-0.178999,-0.314814,-0.488112,-0.289142,-0.351261,-0.287341,-0.366858,0.0462175,-0.108006,-0.212693,-0.279353,0.262163,-0.494849,0.047692,-0.343064,0.154117,0.0417568,-0.151729,-0.0547022,-0.328555,-0.31663,-0.189104,0.290255,0.15567 +-5935.34,0.54221,0.350484,3,-0.269335,0.0530168,-1.83476,-2.42099,-2.11945,-2.41138,-2.48883,-2.28487,-1.65926,-2.28657,-1.96,-2.20703,-2.40999,-1.46832,-2.91187,-2.77586,-1.44642,-1.86173,-1.97961,-2.46475,-3.27443,-1.784,-1.79596,-3.04694,-0.215388,0.053962,-0.237775,-0.168359,-0.22839,-0.453282,-0.171552,-0.178568,-0.251071,-0.409753,-0.0964413,-0.0539777,-0.296024,-0.0597935,-0.222316,0.132155,-0.30664,-0.202166,-0.308631,0.021776,-0.613924,-0.275578,0.439289,0.230254 +-5932.62,0.937387,0.350484,3,-0.104827,0.0690368,-3.05449,-2.34465,-2.08179,-2.4502,-2.30957,-2.11545,-1.84401,-2.0954,-2.02986,-2.3084,-2.23206,-1.46673,-3.09443,-2.8694,-1.57561,-1.56938,-1.73972,-3.16606,-4.45638,-1.35661,-2.11211,-2.87514,-0.10995,-0.364036,-0.113427,-0.213721,-0.0706475,-0.28905,-0.464212,-0.027091,-0.169623,-0.12331,-0.322205,-0.246085,-0.122203,0.150344,-0.0679014,0.0180877,-0.213304,-0.240342,0.24665,-0.220636,-0.512093,-0.217441,0.498282,0.262749 + +# Elapsed Time: 0.189802 seconds (Warm-up) +# 0.180837 seconds (Sampling) +# 0.370639 seconds (Total) diff --git a/gui/test/app/util/stan_stats/data/stan2.csv b/gui/test/app/util/stan_stats/data/stan2.csv new file mode 100644 index 00000000..031ec4cc --- /dev/null +++ b/gui/test/app/util/stan_stats/data/stan2.csv @@ -0,0 +1,1045 @@ +# stan_version_major = 1 +# stan_version_minor = 3 +# stan_version_patch = 0 +# model = blocker_model +# method = sample (Default) +# sample +# num_samples = 1000 (Default) +# num_warmup = 1000 (Default) +# save_warmup = 0 (Default) +# thin = 1 (Default) +# adapt +# engaged = 1 (Default) +# gamma = 0.050000000000000003 (Default) +# delta = 0.65000000000000002 (Default) +# kappa = 0.75 (Default) +# t0 = 10 (Default) +# algorithm = hmc (Default) +# hmc +# engine = nuts (Default) +# nuts +# max_depth = 10 (Default) +# metric = diag_e (Default) +# stepsize = 1 (Default) +# stepsize_jitter = 0 (Default) +# id = 2 +# data = src/models/bugs_examples/vol1/blocker/blocker.data.R +# init = src/models/bugs_examples/vol1/blocker/blocker.init.R +# random +# seed = 1434732768 +# output +# sample = samples.csv (Default) +# append_sample = 0 (Default) +# diagnostic = (Default) +# append_diagnostic = 0 (Default) +# refresh = 100 (Default) +# save_warmup = 0 (Default) +lp__,accept_stat__,stepsize__,treedepth__,d,sigmasq_delta,mu.1,mu.2,mu.3,mu.4,mu.5,mu.6,mu.7,mu.8,mu.9,mu.10,mu.11,mu.12,mu.13,mu.14,mu.15,mu.16,mu.17,mu.18,mu.19,mu.20,mu.21,mu.22,delta.1,delta.2,delta.3,delta.4,delta.5,delta.6,delta.7,delta.8,delta.9,delta.10,delta.11,delta.12,delta.13,delta.14,delta.15,delta.16,delta.17,delta.18,delta.19,delta.20,delta.21,delta.22,delta_new,sigma_delta +# Adaptation terminated +# Step size = 0.394006 +# Diagonal elements of inverse mass matrix: +# 0.00322863, 0.807456, 0.197456, 0.057008, 0.0568689, 0.00658556, 0.0245002, 0.140821, 0.00633985, 0.0154381, 0.0227073, 0.00514662, 0.0106679, 0.0159943, 0.0524667, 0.0180388, 0.0261897, 0.0206052, 0.0286902, 0.0842937, 0.12626, 0.0161488, 0.019305, 0.019815, 0.0227948, 0.0226141, 0.0219908, 0.00837366, 0.0195498, 0.0276844, 0.0110352, 0.017097, 0.0176254, 0.00791707, 0.0105336, 0.0152164, 0.0236931, 0.026425, 0.0168275, 0.0155721, 0.0222602, 0.0295932, 0.0266263, 0.0133522, 0.0213881, 0.0193669, 0.0282044 +-5920.06,0.944906,0.394006,2,-0.276974,0.00698287,-2.23739,-2.21334,-2.05925,-2.47399,-2.41292,-2.35844,-1.62829,-1.8695,-2.01179,-2.11007,-2.12297,-1.34989,-2.7458,-2.74806,-1.20604,-1.29538,-2.07298,-2.84211,-3.43846,-1.38036,-2.259,-3.0108,-0.223517,-0.345224,-0.163577,-0.221923,-0.184189,-0.0723447,-0.413496,-0.17643,-0.433357,-0.374598,-0.294718,-0.213375,-0.308022,0.167087,-0.306168,-0.241594,-0.272264,-0.265095,-0.321432,-0.339087,-0.278745,-0.575254,-0.531282,0.0835636 +-5917.44,0.671807,0.394006,2,-0.344137,0.0126025,-2.52455,-1.93874,-2.08888,-2.39717,-2.39638,-2.04962,-1.70191,-2.17563,-1.8456,-2.29173,-2.3289,-1.35021,-2.87549,-2.93081,-1.21805,-1.51178,-2.28474,-3.50208,-3.56655,-1.37007,-2.31733,-2.75564,-0.548792,-0.23423,-0.479447,-0.338692,-0.310713,-0.34672,-0.426283,-0.336209,-0.24475,-0.296641,-0.231255,-0.254477,-0.387691,-0.0610687,-0.510707,-0.361057,-0.237379,-0.316267,-0.30089,-0.351853,-0.27341,-0.457794,-0.0945774,0.112261 +-5926.15,0.340292,0.394006,2,-0.304378,0.020668,-1.72091,-2.30777,-1.73107,-2.51424,-2.30365,-2.05909,-1.56437,-1.95899,-1.84788,-2.22173,-2.52369,-1.35507,-3.06967,-2.9196,-1.35252,-1.42984,-1.73738,-2.62132,-3.00057,-1.45912,-2.27021,-2.85245,-0.0944224,-0.428497,-0.296265,-0.0462034,-0.2053,-0.372324,-0.49651,-0.153522,-0.457103,-0.28902,-0.0222778,-0.257379,-0.365907,0.449935,-0.223847,-0.223592,-0.154201,-0.117066,-0.220239,-0.237823,-0.227183,-0.539932,-0.48562,0.143764 +-5935.98,0.426438,0.394006,2,-0.209506,0.0587488,-3.0916,-2.20599,-2.37811,-2.51981,-2.51717,-2.34206,-1.72623,-1.92897,-1.77862,-2.3439,-2.51954,-1.35229,-2.71466,-3.04462,-1.22782,-1.45819,-1.92973,-3.38742,-3.42173,-1.82031,-2.03604,-2.95642,-0.319037,-0.312097,-0.326303,-0.214735,-0.307383,-0.0374532,-0.425509,-0.482996,-0.147137,-0.176322,-0.0560504,-0.29956,-0.107503,0.220582,-0.257533,-0.227431,-0.325191,-0.207543,-0.197388,-0.325624,-0.302159,-0.396417,0.235017,0.242381 +-5935.62,0.952999,0.394006,3,-0.114865,0.0453928,-1.83415,-2.2597,-1.94742,-2.43854,-2.4601,-1.96194,-1.75763,-2.17929,-2.20157,-2.23312,-2.27728,-1.6098,-3.53496,-3.07053,-1.53633,-1.51549,-2.21837,-3.06522,-3.36957,-1.04354,-2.20737,-2.86122,-0.096135,-0.174357,0.0302226,-0.191519,0.00786599,-0.12103,-0.263588,0.0763438,-0.222911,-0.390095,-0.276728,0.0660285,-0.282595,0.176826,-0.147859,-0.0437559,-0.158226,0.415384,0.0423299,-0.240262,-0.317187,-0.273653,-0.582085,0.213056 +-5927.61,0.987393,0.394006,3,-0.272865,0.0112325,-2.66352,-2.14788,-2.13352,-2.39186,-2.51353,-2.05731,-1.59513,-1.93535,-2.15159,-2.31435,-2.40895,-1.35454,-3.48338,-2.68772,-1.44706,-1.55398,-2.24853,-2.95778,-3.37319,-1.42513,-2.2449,-2.9807,-0.360323,-0.188151,-0.183886,-0.30463,-0.131545,-0.444793,-0.445012,-0.342836,-0.275241,-0.383813,-0.159719,-0.369755,-0.474818,-0.224491,-0.391199,-0.1477,-0.273196,-0.170335,-0.314983,0.105146,-0.238287,-0.209836,0.188416,0.105983 +-5921.66,0.98483,0.394006,2,-0.304855,0.0115173,-2.47041,-2.07954,-2.10003,-2.35217,-2.56796,-2.12264,-1.55604,-1.95495,-1.5148,-2.23318,-2.33247,-1.41098,-3.31666,-2.69961,-1.2571,-1.51237,-2.03092,-3.03189,-2.70372,-1.5156,-2.08567,-2.91376,-0.0911935,-0.394811,-0.184736,-0.348436,-0.187512,-0.317453,-0.517262,-0.475246,-0.49021,-0.275005,-0.388496,-0.302941,-0.215994,-0.171974,-0.173202,-0.115658,-0.256229,-0.384111,-0.293565,-0.0721072,-0.304349,-0.411123,-0.442522,0.107319 +-5924.08,0.824202,0.394006,3,-0.129915,0.0197248,-2.21512,-2.21024,-2.00463,-2.42766,-2.25768,-2.49663,-1.81297,-2.07297,-1.87622,-2.22391,-2.26393,-1.56049,-3.3619,-2.83234,-1.25022,-1.60966,-2.03937,-3.08636,-3.02996,-1.3137,-2.17819,-2.65293,-0.138003,-0.362817,-0.182045,-0.252211,-0.334601,-0.391961,-0.271913,-0.197439,-0.364729,-0.366425,-0.0424159,-0.285062,-0.0684897,0.0970762,-0.162415,-0.08455,-0.106394,-0.153678,-0.0465626,-0.277596,-0.48811,-0.288933,0.0384193,0.140445 +-5917.86,0.765326,0.394006,2,-0.233643,0.0143883,-2.30233,-1.99876,-1.97859,-2.39453,-2.31897,-1.89364,-1.77257,-1.80812,-1.88395,-2.32868,-2.37174,-1.51827,-3.19629,-2.85539,-1.30857,-1.4706,-2.21033,-2.93805,-3.62946,-1.41748,-2.27169,-2.82758,-0.279417,-0.257838,-0.169471,-0.246301,-0.214701,-0.289783,-0.207601,-0.248224,-0.23519,-0.36024,-0.344305,-0.137737,-0.210402,0.0520599,-0.148968,-0.114805,0.150383,-0.0677617,-0.118328,-0.273412,-0.439413,-0.305038,-0.153416,0.119951 +-5920.22,0.820091,0.394006,2,-0.254796,0.0108544,-2.14963,-2.11049,-2.06287,-2.36087,-2.12873,-2.35213,-1.72251,-1.91015,-2.0526,-2.18057,-2.27843,-1.51412,-3.2172,-2.9605,-1.51978,-1.43225,-2.35889,-2.90516,-3.35751,-1.39105,-1.9527,-2.814,-0.292179,-0.324215,-0.324736,-0.294178,-0.331952,-0.369967,-0.363211,-0.370209,-0.0935574,-0.217467,-0.372836,-0.0339553,-0.0674899,0.290458,-0.155827,-0.236514,0.175702,-0.302772,-0.0914077,-0.155995,-0.405914,-0.270458,-0.309365,0.104184 +-5921.16,0.909733,0.394006,3,-0.3035,0.0163175,-2.4731,-2.42248,-2.16669,-2.4495,-2.57829,-1.80212,-1.68174,-2.11734,-1.85836,-2.12773,-2.52813,-1.41278,-3.00474,-2.53787,-1.30528,-1.49521,-1.88901,-2.806,-3.33008,-1.54168,-2.34701,-2.95521,-0.302435,-0.41159,-0.297893,-0.197353,-0.0229936,-0.154209,-0.411999,-0.0148207,-0.387748,-0.257771,-0.29302,-0.284895,-0.5348,-0.349702,-0.392413,-0.244866,-0.385228,-0.0462578,-0.322166,-0.303068,-0.271515,-0.287463,-0.237358,0.12774 +-5913.84,0.141854,0.394006,2,-0.292001,0.00798156,-2.49933,-2.12834,-2.30204,-2.49057,-2.49262,-2.70587,-1.64986,-2.05685,-1.82787,-2.13747,-2.547,-1.48182,-3.11062,-2.43117,-1.25289,-1.45445,-2.15604,-2.65194,-2.84816,-1.56763,-2.17629,-3.05095,-0.310763,-0.445604,-0.306534,-0.280508,-0.160456,-0.256347,-0.335874,-0.202691,-0.286895,-0.298816,-0.204537,-0.246169,-0.345203,-0.246763,-0.425165,-0.275942,-0.265088,-0.308852,-0.0980418,-0.288036,-0.361871,-0.319563,-0.371723,0.0893396 +-5915.01,0.000187272,0.394006,2,-0.29165,0.00499712,-2.76443,-2.19374,-2.42369,-2.45521,-2.39491,-2.70773,-1.67135,-2.04329,-1.79135,-2.13918,-2.55803,-1.55367,-3.01325,-2.40656,-1.24617,-1.48636,-2.25747,-2.50649,-2.89001,-1.61182,-2.13045,-3.07412,-0.272088,-0.355532,-0.390171,-0.324931,-0.182214,-0.276287,-0.359502,-0.288987,-0.348628,-0.389174,-0.230432,-0.191362,-0.32352,-0.135124,-0.3819,-0.284008,-0.280818,-0.268743,-0.132726,-0.315755,-0.370521,-0.292609,-0.329964,0.0706903 +-5916.53,0.0662592,0.394006,2,-0.331771,0.00659799,-2.34052,-2.42368,-1.83204,-2.33598,-2.37596,-2.02398,-1.76354,-1.96798,-1.83454,-2.09699,-2.52915,-1.25162,-2.80271,-2.72903,-1.1997,-1.50264,-1.79266,-2.44231,-3.24174,-1.25841,-2.20744,-2.88743,-0.302487,-0.258775,-0.269611,-0.378893,-0.176359,-0.395435,-0.255035,-0.315257,-0.269435,-0.413019,-0.242131,-0.369119,-0.383291,-0.373176,-0.260272,-0.454195,-0.259374,-0.412048,-0.316176,-0.355843,-0.28368,-0.351,-0.106093,0.081228 +-5918.86,0.220463,0.394006,2,-0.341035,0.0145534,-2.41056,-2.80659,-1.69147,-2.30426,-2.61214,-2.53928,-1.79503,-2.0723,-1.98541,-2.20967,-2.36074,-1.40299,-2.84459,-2.64065,-1.22072,-1.38479,-1.93204,-2.708,-2.66094,-1.39622,-2.28473,-2.80877,-0.302778,-0.170281,-0.367106,-0.420741,-0.112528,-0.276599,-0.243547,-0.298214,-0.378043,-0.361108,-0.333407,-0.261931,-0.411901,-0.153732,-0.404341,-0.55265,-0.371288,-0.247037,-0.326519,-0.340807,-0.393442,-0.309233,-0.282382,0.120637 +-5907.34,0.75,0.394006,2,-0.288523,0.00231671,-2.42735,-2.54793,-2.03537,-2.24265,-2.4638,-2.39192,-1.75514,-1.98797,-1.82074,-2.32099,-2.33006,-1.41079,-2.69629,-2.57253,-1.35154,-1.24226,-1.55626,-3.36178,-3.16363,-1.31444,-2.07195,-2.97864,-0.296327,-0.361391,-0.264381,-0.436469,-0.307238,-0.280506,-0.332018,-0.278112,-0.276714,-0.254645,-0.25025,-0.262398,-0.180684,-0.31903,-0.329916,-0.499516,-0.332331,-0.305581,-0.318312,-0.293799,-0.240519,-0.312473,-0.302724,0.0481322 +-5907.34,1.82015e-31,0.394006,2,-0.288523,0.00231671,-2.42735,-2.54793,-2.03537,-2.24265,-2.4638,-2.39192,-1.75514,-1.98797,-1.82074,-2.32099,-2.33006,-1.41079,-2.69629,-2.57253,-1.35154,-1.24226,-1.55626,-3.36178,-3.16363,-1.31444,-2.07195,-2.97864,-0.296327,-0.361391,-0.264381,-0.436469,-0.307238,-0.280506,-0.332018,-0.278112,-0.276714,-0.254645,-0.25025,-0.262398,-0.180684,-0.31903,-0.329916,-0.499516,-0.332331,-0.305581,-0.318312,-0.293799,-0.240519,-0.312473,-0.302724,0.0481322 +-5907.34,0.0246114,0.394006,2,-0.288523,0.00231671,-2.42735,-2.54793,-2.03537,-2.24265,-2.4638,-2.39192,-1.75514,-1.98797,-1.82074,-2.32099,-2.33006,-1.41079,-2.69629,-2.57253,-1.35154,-1.24226,-1.55626,-3.36178,-3.16363,-1.31444,-2.07195,-2.97864,-0.296327,-0.361391,-0.264381,-0.436469,-0.307238,-0.280506,-0.332018,-0.278112,-0.276714,-0.254645,-0.25025,-0.262398,-0.180684,-0.31903,-0.329916,-0.499516,-0.332331,-0.305581,-0.318312,-0.293799,-0.240519,-0.312473,-0.302724,0.0481322 +-5907.34,3.15732e-10,0.394006,2,-0.288523,0.00231671,-2.42735,-2.54793,-2.03537,-2.24265,-2.4638,-2.39192,-1.75514,-1.98797,-1.82074,-2.32099,-2.33006,-1.41079,-2.69629,-2.57253,-1.35154,-1.24226,-1.55626,-3.36178,-3.16363,-1.31444,-2.07195,-2.97864,-0.296327,-0.361391,-0.264381,-0.436469,-0.307238,-0.280506,-0.332018,-0.278112,-0.276714,-0.254645,-0.25025,-0.262398,-0.180684,-0.31903,-0.329916,-0.499516,-0.332331,-0.305581,-0.318312,-0.293799,-0.240519,-0.312473,-0.302724,0.0481322 +-5907.34,4.1445e-05,0.394006,1,-0.288523,0.00231671,-2.42735,-2.54793,-2.03537,-2.24265,-2.4638,-2.39192,-1.75514,-1.98797,-1.82074,-2.32099,-2.33006,-1.41079,-2.69629,-2.57253,-1.35154,-1.24226,-1.55626,-3.36178,-3.16363,-1.31444,-2.07195,-2.97864,-0.296327,-0.361391,-0.264381,-0.436469,-0.307238,-0.280506,-0.332018,-0.278112,-0.276714,-0.254645,-0.25025,-0.262398,-0.180684,-0.31903,-0.329916,-0.499516,-0.332331,-0.305581,-0.318312,-0.293799,-0.240519,-0.312473,-0.302724,0.0481322 +-5907.34,7.21857e-30,0.394006,2,-0.288523,0.00231671,-2.42735,-2.54793,-2.03537,-2.24265,-2.4638,-2.39192,-1.75514,-1.98797,-1.82074,-2.32099,-2.33006,-1.41079,-2.69629,-2.57253,-1.35154,-1.24226,-1.55626,-3.36178,-3.16363,-1.31444,-2.07195,-2.97864,-0.296327,-0.361391,-0.264381,-0.436469,-0.307238,-0.280506,-0.332018,-0.278112,-0.276714,-0.254645,-0.25025,-0.262398,-0.180684,-0.31903,-0.329916,-0.499516,-0.332331,-0.305581,-0.318312,-0.293799,-0.240519,-0.312473,-0.302724,0.0481322 +-5907.34,0.056738,0.394006,2,-0.288523,0.00231671,-2.42735,-2.54793,-2.03537,-2.24265,-2.4638,-2.39192,-1.75514,-1.98797,-1.82074,-2.32099,-2.33006,-1.41079,-2.69629,-2.57253,-1.35154,-1.24226,-1.55626,-3.36178,-3.16363,-1.31444,-2.07195,-2.97864,-0.296327,-0.361391,-0.264381,-0.436469,-0.307238,-0.280506,-0.332018,-0.278112,-0.276714,-0.254645,-0.25025,-0.262398,-0.180684,-0.31903,-0.329916,-0.499516,-0.332331,-0.305581,-0.318312,-0.293799,-0.240519,-0.312473,-0.302724,0.0481322 +-5907.34,0.00130929,0.394006,2,-0.288523,0.00231671,-2.42735,-2.54793,-2.03537,-2.24265,-2.4638,-2.39192,-1.75514,-1.98797,-1.82074,-2.32099,-2.33006,-1.41079,-2.69629,-2.57253,-1.35154,-1.24226,-1.55626,-3.36178,-3.16363,-1.31444,-2.07195,-2.97864,-0.296327,-0.361391,-0.264381,-0.436469,-0.307238,-0.280506,-0.332018,-0.278112,-0.276714,-0.254645,-0.25025,-0.262398,-0.180684,-0.31903,-0.329916,-0.499516,-0.332331,-0.305581,-0.318312,-0.293799,-0.240519,-0.312473,-0.302724,0.0481322 +-5907.34,0.0258667,0.394006,2,-0.288523,0.00231671,-2.42735,-2.54793,-2.03537,-2.24265,-2.4638,-2.39192,-1.75514,-1.98797,-1.82074,-2.32099,-2.33006,-1.41079,-2.69629,-2.57253,-1.35154,-1.24226,-1.55626,-3.36178,-3.16363,-1.31444,-2.07195,-2.97864,-0.296327,-0.361391,-0.264381,-0.436469,-0.307238,-0.280506,-0.332018,-0.278112,-0.276714,-0.254645,-0.25025,-0.262398,-0.180684,-0.31903,-0.329916,-0.499516,-0.332331,-0.305581,-0.318312,-0.293799,-0.240519,-0.312473,-0.302724,0.0481322 +-5907.34,7.78125e-06,0.394006,2,-0.288523,0.00231671,-2.42735,-2.54793,-2.03537,-2.24265,-2.4638,-2.39192,-1.75514,-1.98797,-1.82074,-2.32099,-2.33006,-1.41079,-2.69629,-2.57253,-1.35154,-1.24226,-1.55626,-3.36178,-3.16363,-1.31444,-2.07195,-2.97864,-0.296327,-0.361391,-0.264381,-0.436469,-0.307238,-0.280506,-0.332018,-0.278112,-0.276714,-0.254645,-0.25025,-0.262398,-0.180684,-0.31903,-0.329916,-0.499516,-0.332331,-0.305581,-0.318312,-0.293799,-0.240519,-0.312473,-0.302724,0.0481322 +-5907.34,3.405e-09,0.394006,2,-0.288523,0.00231671,-2.42735,-2.54793,-2.03537,-2.24265,-2.4638,-2.39192,-1.75514,-1.98797,-1.82074,-2.32099,-2.33006,-1.41079,-2.69629,-2.57253,-1.35154,-1.24226,-1.55626,-3.36178,-3.16363,-1.31444,-2.07195,-2.97864,-0.296327,-0.361391,-0.264381,-0.436469,-0.307238,-0.280506,-0.332018,-0.278112,-0.276714,-0.254645,-0.25025,-0.262398,-0.180684,-0.31903,-0.329916,-0.499516,-0.332331,-0.305581,-0.318312,-0.293799,-0.240519,-0.312473,-0.302724,0.0481322 +-5911.72,5.62866e-05,0.394006,2,-0.277656,0.00172405,-2.00715,-2.59012,-1.97454,-2.22984,-2.43694,-2.5017,-1.72559,-2.02119,-1.82568,-2.30022,-2.27794,-1.3667,-2.79032,-2.5293,-1.29442,-1.17475,-1.59549,-3.34233,-3.32435,-1.35071,-2.17553,-2.91078,-0.374652,-0.24564,-0.293137,-0.394775,-0.249491,-0.233539,-0.430515,-0.323259,-0.268009,-0.271852,-0.257752,-0.274638,-0.265276,-0.378025,-0.310664,-0.444558,-0.294035,-0.207766,-0.225183,-0.223913,-0.234262,-0.303733,-0.190233,0.0415217 +-5911.72,1.09774e-05,0.394006,2,-0.277656,0.00172405,-2.00715,-2.59012,-1.97454,-2.22984,-2.43694,-2.5017,-1.72559,-2.02119,-1.82568,-2.30022,-2.27794,-1.3667,-2.79032,-2.5293,-1.29442,-1.17475,-1.59549,-3.34233,-3.32435,-1.35071,-2.17553,-2.91078,-0.374652,-0.24564,-0.293137,-0.394775,-0.249491,-0.233539,-0.430515,-0.323259,-0.268009,-0.271852,-0.257752,-0.274638,-0.265276,-0.378025,-0.310664,-0.444558,-0.294035,-0.207766,-0.225183,-0.223913,-0.234262,-0.303733,-0.190233,0.0415217 +-5910.27,0.00540022,0.394006,2,-0.287904,0.00404921,-2.05026,-2.55133,-1.99319,-2.22671,-2.42181,-2.57311,-1.71614,-1.91855,-1.82356,-2.31383,-2.27279,-1.47604,-2.83499,-2.56728,-1.29615,-1.25762,-1.56102,-3.22342,-3.36238,-1.33015,-2.22062,-2.80641,-0.3106,-0.249986,-0.362014,-0.370284,-0.238722,-0.365003,-0.445109,-0.253369,-0.352093,-0.223677,-0.240328,-0.270063,-0.334412,-0.368173,-0.308042,-0.399881,-0.270191,-0.259757,-0.341936,-0.227989,-0.203243,-0.313725,-0.347613,0.0636334 +-5909.31,0.121266,0.394006,2,-0.269013,0.00281126,-2.7652,-2.07168,-2.15013,-2.32172,-2.32252,-2.10345,-1.67495,-2.20109,-1.85098,-2.26275,-2.47507,-1.59025,-2.95216,-2.66478,-1.1369,-1.23432,-1.77483,-3.37933,-3.15155,-1.54182,-2.4468,-3.06994,-0.292746,-0.349827,-0.187263,-0.270123,-0.351864,-0.214784,-0.247944,-0.318842,-0.297178,-0.357055,-0.196564,-0.284222,-0.294006,-0.115842,-0.327676,-0.226741,-0.393127,-0.296973,-0.266508,-0.275621,-0.196512,-0.312677,-0.28473,0.0530213 +-5906.87,0.248109,0.394006,2,-0.247251,0.00511942,-2.39677,-2.2487,-1.88274,-2.32426,-2.39433,-2.49131,-1.8593,-1.96003,-1.99649,-2.22554,-2.23253,-1.54698,-3.02123,-2.72976,-1.47915,-1.54335,-1.84113,-3.3768,-3.2558,-1.59084,-2.21708,-2.99393,-0.200465,-0.159592,-0.392769,-0.309553,-0.170679,-0.26749,-0.345434,-0.162545,-0.289424,-0.193713,-0.323341,-0.170988,-0.275144,-0.276521,-0.188856,-0.311573,-0.222856,-0.132764,-0.283764,-0.217635,-0.352804,-0.25066,-0.175955,0.0715501 +-5906.87,0.489603,0.394006,2,-0.247251,0.00511942,-2.39677,-2.2487,-1.88274,-2.32426,-2.39433,-2.49131,-1.8593,-1.96003,-1.99649,-2.22554,-2.23253,-1.54698,-3.02123,-2.72976,-1.47915,-1.54335,-1.84113,-3.3768,-3.2558,-1.59084,-2.21708,-2.99393,-0.200465,-0.159592,-0.392769,-0.309553,-0.170679,-0.26749,-0.345434,-0.162545,-0.289424,-0.193713,-0.323341,-0.170988,-0.275144,-0.276521,-0.188856,-0.311573,-0.222856,-0.132764,-0.283764,-0.217635,-0.352804,-0.25066,-0.175955,0.0715501 +-5906.87,0.363924,0.394006,2,-0.247251,0.00511942,-2.39677,-2.2487,-1.88274,-2.32426,-2.39433,-2.49131,-1.8593,-1.96003,-1.99649,-2.22554,-2.23253,-1.54698,-3.02123,-2.72976,-1.47915,-1.54335,-1.84113,-3.3768,-3.2558,-1.59084,-2.21708,-2.99393,-0.200465,-0.159592,-0.392769,-0.309553,-0.170679,-0.26749,-0.345434,-0.162545,-0.289424,-0.193713,-0.323341,-0.170988,-0.275144,-0.276521,-0.188856,-0.311573,-0.222856,-0.132764,-0.283764,-0.217635,-0.352804,-0.25066,-0.175955,0.0715501 +-5906.87,0.135409,0.394006,2,-0.247251,0.00511942,-2.39677,-2.2487,-1.88274,-2.32426,-2.39433,-2.49131,-1.8593,-1.96003,-1.99649,-2.22554,-2.23253,-1.54698,-3.02123,-2.72976,-1.47915,-1.54335,-1.84113,-3.3768,-3.2558,-1.59084,-2.21708,-2.99393,-0.200465,-0.159592,-0.392769,-0.309553,-0.170679,-0.26749,-0.345434,-0.162545,-0.289424,-0.193713,-0.323341,-0.170988,-0.275144,-0.276521,-0.188856,-0.311573,-0.222856,-0.132764,-0.283764,-0.217635,-0.352804,-0.25066,-0.175955,0.0715501 +-5907.68,0.42077,0.394006,3,-0.25106,0.00173853,-2.38258,-2.0637,-2.4106,-2.47456,-2.4323,-2.04065,-1.64763,-2.18379,-1.91399,-2.22061,-2.29203,-1.34871,-2.98757,-2.95072,-1.24603,-1.53403,-2.09984,-2.5898,-3.71826,-1.28364,-2.04481,-2.84747,-0.218335,-0.187579,-0.345611,-0.208719,-0.246967,-0.282388,-0.418332,-0.101593,-0.291782,-0.231911,-0.168041,-0.219413,-0.319986,0.00943507,-0.27614,-0.316068,-0.207157,-0.291192,-0.26332,-0.171237,-0.31337,-0.290653,-0.209687,0.0416957 +-5909.01,0.0725887,0.394006,3,-0.17226,0.00463195,-2.37964,-2.26396,-1.96723,-2.32705,-2.44693,-2.42421,-1.81945,-1.96659,-2.15742,-2.23901,-2.2215,-1.59823,-3.1179,-2.67961,-1.50074,-1.60882,-2.00202,-3.45297,-3.18643,-1.74354,-2.31222,-3.06447,-0.107494,-0.176678,-0.234163,-0.220977,-0.136692,-0.121589,-0.1928,-0.089825,-0.211491,-0.247667,-0.40784,-0.00406739,-0.228056,-0.187998,-0.109313,-0.187426,-0.12105,-0.102989,-0.174731,-0.0697901,-0.209201,-0.259193,-0.114773,0.0680584 +-5900.65,0.024133,0.394006,4,-0.126698,0.00210381,-2.21283,-2.12905,-2.04217,-2.39597,-2.58995,-2.28451,-1.7889,-2.32274,-1.95686,-2.29695,-2.39726,-1.74822,-3.00531,-2.66914,-1.60921,-1.49778,-2.3078,-3.16415,-3.4062,-1.72431,-2.30573,-3.03642,-0.200112,-0.191166,-0.0974165,-0.179337,-0.0908886,-0.147743,-0.264813,-0.176874,-0.10766,-0.152367,-0.102299,-0.114898,-0.086414,-0.117984,-0.172993,-0.103139,-0.151743,-0.123899,-0.0857928,-0.177138,-0.152525,-0.0876834,-0.190181,0.0458674 +-5900.65,4.96903e-19,0.394006,2,-0.126698,0.00210381,-2.21283,-2.12905,-2.04217,-2.39597,-2.58995,-2.28451,-1.7889,-2.32274,-1.95686,-2.29695,-2.39726,-1.74822,-3.00531,-2.66914,-1.60921,-1.49778,-2.3078,-3.16415,-3.4062,-1.72431,-2.30573,-3.03642,-0.200112,-0.191166,-0.0974165,-0.179337,-0.0908886,-0.147743,-0.264813,-0.176874,-0.10766,-0.152367,-0.102299,-0.114898,-0.086414,-0.117984,-0.172993,-0.103139,-0.151743,-0.123899,-0.0857928,-0.177138,-0.152525,-0.0876834,-0.190181,0.0458674 +-5900.65,0.0452199,0.394006,2,-0.126698,0.00210381,-2.21283,-2.12905,-2.04217,-2.39597,-2.58995,-2.28451,-1.7889,-2.32274,-1.95686,-2.29695,-2.39726,-1.74822,-3.00531,-2.66914,-1.60921,-1.49778,-2.3078,-3.16415,-3.4062,-1.72431,-2.30573,-3.03642,-0.200112,-0.191166,-0.0974165,-0.179337,-0.0908886,-0.147743,-0.264813,-0.176874,-0.10766,-0.152367,-0.102299,-0.114898,-0.086414,-0.117984,-0.172993,-0.103139,-0.151743,-0.123899,-0.0857928,-0.177138,-0.152525,-0.0876834,-0.190181,0.0458674 +-5900.65,2.02461e-37,0.394006,3,-0.126698,0.00210381,-2.21283,-2.12905,-2.04217,-2.39597,-2.58995,-2.28451,-1.7889,-2.32274,-1.95686,-2.29695,-2.39726,-1.74822,-3.00531,-2.66914,-1.60921,-1.49778,-2.3078,-3.16415,-3.4062,-1.72431,-2.30573,-3.03642,-0.200112,-0.191166,-0.0974165,-0.179337,-0.0908886,-0.147743,-0.264813,-0.176874,-0.10766,-0.152367,-0.102299,-0.114898,-0.086414,-0.117984,-0.172993,-0.103139,-0.151743,-0.123899,-0.0857928,-0.177138,-0.152525,-0.0876834,-0.190181,0.0458674 +-5903.77,1.08779e-23,0.394006,4,-0.132161,0.00157406,-2.33548,-2.01572,-1.96751,-2.41567,-2.61494,-2.331,-1.74371,-2.32731,-1.89465,-2.31918,-2.39917,-1.69589,-2.99575,-2.59366,-1.64507,-1.63236,-2.28536,-3.13023,-3.52075,-1.72045,-2.31949,-3.00708,-0.139053,-0.180963,-0.133978,-0.164985,-0.150172,-0.109435,-0.246909,-0.0929967,-0.260016,-0.0885939,-0.149514,-0.134187,-0.215248,-0.14915,-0.0899772,-0.0813337,-0.13236,-0.0676123,-0.144635,-0.147053,-0.13255,-0.0541888,-0.0407397,0.0396744 +-5903.77,0.0108293,0.394006,2,-0.132161,0.00157406,-2.33548,-2.01572,-1.96751,-2.41567,-2.61494,-2.331,-1.74371,-2.32731,-1.89465,-2.31918,-2.39917,-1.69589,-2.99575,-2.59366,-1.64507,-1.63236,-2.28536,-3.13023,-3.52075,-1.72045,-2.31949,-3.00708,-0.139053,-0.180963,-0.133978,-0.164985,-0.150172,-0.109435,-0.246909,-0.0929967,-0.260016,-0.0885939,-0.149514,-0.134187,-0.215248,-0.14915,-0.0899772,-0.0813337,-0.13236,-0.0676123,-0.144635,-0.147053,-0.13255,-0.0541888,-0.0407397,0.0396744 +-5903.77,0.000265025,0.394006,2,-0.132161,0.00157406,-2.33548,-2.01572,-1.96751,-2.41567,-2.61494,-2.331,-1.74371,-2.32731,-1.89465,-2.31918,-2.39917,-1.69589,-2.99575,-2.59366,-1.64507,-1.63236,-2.28536,-3.13023,-3.52075,-1.72045,-2.31949,-3.00708,-0.139053,-0.180963,-0.133978,-0.164985,-0.150172,-0.109435,-0.246909,-0.0929967,-0.260016,-0.0885939,-0.149514,-0.134187,-0.215248,-0.14915,-0.0899772,-0.0813337,-0.13236,-0.0676123,-0.144635,-0.147053,-0.13255,-0.0541888,-0.0407397,0.0396744 +-5903.77,8.03173e-19,0.394006,2,-0.132161,0.00157406,-2.33548,-2.01572,-1.96751,-2.41567,-2.61494,-2.331,-1.74371,-2.32731,-1.89465,-2.31918,-2.39917,-1.69589,-2.99575,-2.59366,-1.64507,-1.63236,-2.28536,-3.13023,-3.52075,-1.72045,-2.31949,-3.00708,-0.139053,-0.180963,-0.133978,-0.164985,-0.150172,-0.109435,-0.246909,-0.0929967,-0.260016,-0.0885939,-0.149514,-0.134187,-0.215248,-0.14915,-0.0899772,-0.0813337,-0.13236,-0.0676123,-0.144635,-0.147053,-0.13255,-0.0541888,-0.0407397,0.0396744 +-5903.77,0.00490098,0.394006,1,-0.132161,0.00157406,-2.33548,-2.01572,-1.96751,-2.41567,-2.61494,-2.331,-1.74371,-2.32731,-1.89465,-2.31918,-2.39917,-1.69589,-2.99575,-2.59366,-1.64507,-1.63236,-2.28536,-3.13023,-3.52075,-1.72045,-2.31949,-3.00708,-0.139053,-0.180963,-0.133978,-0.164985,-0.150172,-0.109435,-0.246909,-0.0929967,-0.260016,-0.0885939,-0.149514,-0.134187,-0.215248,-0.14915,-0.0899772,-0.0813337,-0.13236,-0.0676123,-0.144635,-0.147053,-0.13255,-0.0541888,-0.0407397,0.0396744 +-5903.77,0.212519,0.394006,2,-0.132161,0.00157406,-2.33548,-2.01572,-1.96751,-2.41567,-2.61494,-2.331,-1.74371,-2.32731,-1.89465,-2.31918,-2.39917,-1.69589,-2.99575,-2.59366,-1.64507,-1.63236,-2.28536,-3.13023,-3.52075,-1.72045,-2.31949,-3.00708,-0.139053,-0.180963,-0.133978,-0.164985,-0.150172,-0.109435,-0.246909,-0.0929967,-0.260016,-0.0885939,-0.149514,-0.134187,-0.215248,-0.14915,-0.0899772,-0.0813337,-0.13236,-0.0676123,-0.144635,-0.147053,-0.13255,-0.0541888,-0.0407397,0.0396744 +-5903.77,2.40979e-60,0.394006,2,-0.132161,0.00157406,-2.33548,-2.01572,-1.96751,-2.41567,-2.61494,-2.331,-1.74371,-2.32731,-1.89465,-2.31918,-2.39917,-1.69589,-2.99575,-2.59366,-1.64507,-1.63236,-2.28536,-3.13023,-3.52075,-1.72045,-2.31949,-3.00708,-0.139053,-0.180963,-0.133978,-0.164985,-0.150172,-0.109435,-0.246909,-0.0929967,-0.260016,-0.0885939,-0.149514,-0.134187,-0.215248,-0.14915,-0.0899772,-0.0813337,-0.13236,-0.0676123,-0.144635,-0.147053,-0.13255,-0.0541888,-0.0407397,0.0396744 +-5903.78,5.42163e-17,0.394006,2,-0.114863,0.00259245,-2.01503,-1.99168,-1.95064,-2.39459,-2.54043,-2.34473,-1.76838,-2.37517,-1.90174,-2.3034,-2.3607,-1.72552,-2.97542,-2.6331,-1.52088,-1.55513,-2.19965,-3.10866,-3.67984,-1.68985,-2.3084,-2.99857,-0.135707,-0.0523538,-0.102269,-0.190957,-0.0940372,-0.135062,-0.208256,-0.146772,-0.286812,-0.124395,-0.156708,-0.054085,-0.120605,-0.114823,-0.117764,-0.135371,-0.0157028,-0.165503,-0.0258236,-0.143734,-0.168829,-0.120661,-0.17497,0.0509161 +-5903.78,0.000260293,0.394006,3,-0.114863,0.00259245,-2.01503,-1.99168,-1.95064,-2.39459,-2.54043,-2.34473,-1.76838,-2.37517,-1.90174,-2.3034,-2.3607,-1.72552,-2.97542,-2.6331,-1.52088,-1.55513,-2.19965,-3.10866,-3.67984,-1.68985,-2.3084,-2.99857,-0.135707,-0.0523538,-0.102269,-0.190957,-0.0940372,-0.135062,-0.208256,-0.146772,-0.286812,-0.124395,-0.156708,-0.054085,-0.120605,-0.114823,-0.117764,-0.135371,-0.0157028,-0.165503,-0.0258236,-0.143734,-0.168829,-0.120661,-0.17497,0.0509161 +-5903.78,1.09548e-13,0.394006,3,-0.114863,0.00259245,-2.01503,-1.99168,-1.95064,-2.39459,-2.54043,-2.34473,-1.76838,-2.37517,-1.90174,-2.3034,-2.3607,-1.72552,-2.97542,-2.6331,-1.52088,-1.55513,-2.19965,-3.10866,-3.67984,-1.68985,-2.3084,-2.99857,-0.135707,-0.0523538,-0.102269,-0.190957,-0.0940372,-0.135062,-0.208256,-0.146772,-0.286812,-0.124395,-0.156708,-0.054085,-0.120605,-0.114823,-0.117764,-0.135371,-0.0157028,-0.165503,-0.0258236,-0.143734,-0.168829,-0.120661,-0.17497,0.0509161 +-5903.78,3.49409e-42,0.394006,3,-0.114863,0.00259245,-2.01503,-1.99168,-1.95064,-2.39459,-2.54043,-2.34473,-1.76838,-2.37517,-1.90174,-2.3034,-2.3607,-1.72552,-2.97542,-2.6331,-1.52088,-1.55513,-2.19965,-3.10866,-3.67984,-1.68985,-2.3084,-2.99857,-0.135707,-0.0523538,-0.102269,-0.190957,-0.0940372,-0.135062,-0.208256,-0.146772,-0.286812,-0.124395,-0.156708,-0.054085,-0.120605,-0.114823,-0.117764,-0.135371,-0.0157028,-0.165503,-0.0258236,-0.143734,-0.168829,-0.120661,-0.17497,0.0509161 +-5907.91,1.57779e-05,0.394006,2,-0.135205,0.00329439,-2.14165,-2.17487,-2.31857,-2.36752,-2.57806,-2.54389,-1.77785,-2.32062,-2.00983,-2.2893,-2.38376,-1.64723,-2.91427,-2.46208,-1.50652,-1.58476,-2.10125,-3.15293,-3.46681,-1.64946,-2.1366,-2.88688,-0.112919,-0.14061,-0.247769,-0.177172,-0.152921,-0.104185,-0.0369131,-0.061748,-0.155329,-0.11527,-0.16169,-0.087018,-0.13918,-0.131439,-0.0554122,-0.103623,-0.0206339,-0.0661806,-0.14585,-0.183514,-0.0979435,-0.206498,-0.162449,0.0573968 +-5907.91,0.0939579,0.394006,3,-0.135205,0.00329439,-2.14165,-2.17487,-2.31857,-2.36752,-2.57806,-2.54389,-1.77785,-2.32062,-2.00983,-2.2893,-2.38376,-1.64723,-2.91427,-2.46208,-1.50652,-1.58476,-2.10125,-3.15293,-3.46681,-1.64946,-2.1366,-2.88688,-0.112919,-0.14061,-0.247769,-0.177172,-0.152921,-0.104185,-0.0369131,-0.061748,-0.155329,-0.11527,-0.16169,-0.087018,-0.13918,-0.131439,-0.0554122,-0.103623,-0.0206339,-0.0661806,-0.14585,-0.183514,-0.0979435,-0.206498,-0.162449,0.0573968 +-5908.96,1.87382e-17,0.394006,3,-0.143461,0.00448517,-2.62762,-2.27585,-2.22273,-2.41971,-2.57495,-2.1465,-1.85064,-2.28932,-1.95659,-2.33769,-2.29325,-1.68144,-3.02377,-2.70381,-1.28241,-1.77167,-2.33318,-3.36663,-3.84455,-1.6707,-2.15188,-2.97946,-0.161003,-0.146428,-0.101489,-0.196556,-0.0114413,-0.215231,-0.144209,-0.133237,-0.250516,-0.0944451,-0.216189,-0.0514281,-0.229878,-0.134695,-0.192357,-0.162883,-0.0894452,-0.214921,-0.125021,-0.236293,-0.24491,-0.205287,-0.261417,0.0669714 +-5912.27,0.356562,0.394006,2,-0.155527,0.00516042,-2.61418,-2.27074,-2.29372,-2.44035,-2.67776,-2.20133,-1.87907,-2.23425,-1.92691,-2.32334,-2.34355,-1.62491,-3.0152,-2.74282,-1.27796,-1.72086,-2.38117,-3.38609,-3.88079,-1.6341,-2.21352,-3.03042,-0.192752,-0.157926,-0.129902,-0.225288,0.0357601,-0.153874,-0.18072,-0.10344,-0.237104,-0.0840203,-0.189657,-0.00810655,-0.234155,-0.24853,-0.184187,-0.0848398,-0.135945,-0.274501,-0.179576,-0.161729,-0.208551,-0.131975,-0.291599,0.0718361 +-5906.99,0.317518,0.394006,2,-0.145708,0.00512214,-2.3039,-1.94287,-1.85206,-2.38073,-2.36956,-2.70919,-1.85778,-2.07294,-1.90063,-2.32394,-2.4316,-1.68754,-2.68288,-2.7243,-1.24365,-1.60396,-2.07788,-2.69487,-3.20808,-1.63683,-2.28065,-2.98274,-0.101024,-0.158385,-0.19933,-0.144209,-0.176997,-0.193405,-0.191362,-0.151876,-0.143709,-0.272641,-0.107103,-0.201322,-0.130643,0.0388171,-0.194644,-0.175409,-0.0603244,-0.0387848,-0.107367,-0.122751,-0.109325,-0.218655,-0.140069,0.0715691 +-5907.32,5.34818e-10,0.394006,2,-0.128618,0.00649687,-2.3245,-1.97186,-1.98581,-2.40942,-2.34188,-2.74866,-1.83626,-2.12011,-1.99122,-2.27894,-2.41296,-1.66863,-2.66875,-2.73502,-1.29615,-1.60553,-2.0016,-2.76901,-3.08175,-1.67442,-2.20429,-2.96196,-0.182791,-0.237199,-0.141261,-0.139725,-0.164901,-0.184952,-0.193306,-0.0894342,-0.120077,-0.226357,-0.116922,-0.165845,-0.198998,0.0726428,-0.101081,-0.261969,-0.149783,-0.0854812,-0.0534391,-0.097179,-0.0829676,-0.163644,-0.142428,0.0806032 +-5911.67,0.128681,0.394006,3,-0.18447,0.00267537,-2.52179,-1.97736,-2.22023,-2.49754,-2.42295,-1.6394,-1.80574,-2.15056,-2.24973,-2.24887,-2.47468,-1.59929,-3.16875,-2.83449,-1.34258,-1.54234,-1.83157,-3.32049,-3.51589,-1.67573,-2.17251,-3.02299,-0.185209,-0.174716,-0.0648102,-0.195166,-0.160926,-0.173236,-0.362786,-0.236747,-0.186473,-0.212927,-0.121522,-0.0904042,-0.173575,-0.200266,-0.303527,0.000404149,-0.191306,-0.216754,-0.256816,-0.0330118,-0.342152,-0.207391,-0.198218,0.051724 +-5911.67,0.0944314,0.394006,2,-0.18447,0.00267537,-2.52179,-1.97736,-2.22023,-2.49754,-2.42295,-1.6394,-1.80574,-2.15056,-2.24973,-2.24887,-2.47468,-1.59929,-3.16875,-2.83449,-1.34258,-1.54234,-1.83157,-3.32049,-3.51589,-1.67573,-2.17251,-3.02299,-0.185209,-0.174716,-0.0648102,-0.195166,-0.160926,-0.173236,-0.362786,-0.236747,-0.186473,-0.212927,-0.121522,-0.0904042,-0.173575,-0.200266,-0.303527,0.000404149,-0.191306,-0.216754,-0.256816,-0.0330118,-0.342152,-0.207391,-0.198218,0.051724 +-5911.67,0.0440041,0.394006,2,-0.18447,0.00267537,-2.52179,-1.97736,-2.22023,-2.49754,-2.42295,-1.6394,-1.80574,-2.15056,-2.24973,-2.24887,-2.47468,-1.59929,-3.16875,-2.83449,-1.34258,-1.54234,-1.83157,-3.32049,-3.51589,-1.67573,-2.17251,-3.02299,-0.185209,-0.174716,-0.0648102,-0.195166,-0.160926,-0.173236,-0.362786,-0.236747,-0.186473,-0.212927,-0.121522,-0.0904042,-0.173575,-0.200266,-0.303527,0.000404149,-0.191306,-0.216754,-0.256816,-0.0330118,-0.342152,-0.207391,-0.198218,0.051724 +-5912.15,0.200262,0.394006,3,-0.131886,0.00591971,-2.44053,-2.28384,-2.03621,-2.32762,-2.49323,-2.25387,-1.78083,-2.16693,-1.76929,-2.2724,-2.28997,-1.36774,-2.94787,-2.72173,-1.54434,-1.42268,-2.33029,-2.75494,-3.10379,-1.32606,-2.32981,-2.80097,-0.11952,-0.187978,-0.00199614,-0.277048,-0.195552,-0.182664,-0.369027,-0.051459,-0.171787,-0.246342,-0.198351,-0.148318,-0.0426246,-0.0403236,-0.248355,0.013253,-0.052125,-0.10943,-0.121429,-0.195766,-0.1591,-0.148997,-0.129506,0.0769396 +-5916.62,0.538686,0.394006,3,-0.279091,0.009699,-2.64865,-2.33409,-1.99092,-2.34293,-2.14705,-2.12984,-1.67752,-2.11946,-1.75968,-2.18593,-2.28671,-1.30852,-2.86813,-2.72366,-1.07478,-1.3777,-2.12286,-2.86536,-2.85832,-1.22844,-2.25934,-2.74266,-0.262869,-0.331002,-0.454317,-0.251746,-0.216926,-0.0632372,-0.336527,-0.211019,-0.231777,-0.247937,-0.172277,-0.29671,-0.206909,-0.192499,-0.652358,-0.321841,-0.221637,-0.267005,-0.369349,-0.2007,-0.275498,-0.322402,-0.282535,0.0984835 +-5910.41,1,0.394006,2,-0.281659,0.00281619,-1.94044,-2.45613,-1.9804,-2.41964,-2.35086,-2.17785,-1.78396,-2.17554,-2.26822,-2.3477,-2.37022,-1.30962,-3.0837,-2.6101,-1.28623,-1.43579,-1.94227,-2.98988,-3.48766,-1.43458,-2.20281,-2.97126,-0.254105,-0.221624,-0.161871,-0.269242,-0.295693,-0.381177,-0.294722,-0.166166,-0.319822,-0.293178,-0.297446,-0.250477,-0.322438,-0.19335,-0.590596,-0.21506,-0.243352,-0.257646,-0.17554,-0.324151,-0.256938,-0.283968,-0.0718953,0.0530678 +-5914.04,0.798037,0.394006,2,-0.257533,0.00640983,-2.5184,-2.19676,-1.91688,-2.48675,-2.20895,-1.5619,-1.9534,-2.13153,-2.34917,-2.21847,-2.34817,-1.38231,-3.01108,-2.67436,-1.21402,-1.61358,-1.92444,-3.00994,-3.33241,-1.56424,-2.10913,-2.99057,-0.235067,-0.296091,-0.357826,-0.215698,-0.19186,-0.189849,-0.248595,-0.165366,-0.140273,-0.240929,-0.213861,-0.251495,-0.172727,-0.220083,-0.398564,-0.2555,-0.12462,-0.208596,-0.335412,-0.243488,-0.278429,-0.238325,-0.492227,0.0800614 +-5909.31,0.101481,0.394006,2,-0.225106,0.00437284,-1.91303,-1.78665,-1.85828,-2.4088,-2.49068,-2.66458,-1.67322,-2.29759,-2.14156,-2.27037,-2.43288,-1.68175,-2.88736,-2.68583,-1.32228,-1.28876,-1.9125,-2.87253,-3.14946,-1.54568,-2.14098,-2.72571,-0.244231,-0.242387,-0.153396,-0.240689,-0.246226,-0.256612,-0.268842,-0.116838,-0.178747,-0.316077,-0.214082,-0.17548,-0.118117,-0.129899,-0.112727,-0.227204,-0.297366,-0.213418,-0.131639,-0.181866,-0.257606,-0.342058,-0.0945203,0.0661275 +-5905.98,0.482862,0.394006,2,-0.230887,0.00464553,-2.23821,-1.58444,-1.91192,-2.4083,-2.42916,-2.61151,-1.70393,-2.08843,-1.98759,-2.27219,-2.34527,-1.61615,-3.00416,-2.74635,-1.49058,-1.48136,-1.98245,-2.93496,-3.73604,-1.63632,-1.95475,-2.88511,-0.182993,-0.194449,-0.269223,-0.223801,-0.264494,-0.262535,-0.260397,-0.26244,-0.151397,-0.299798,-0.239274,-0.078497,-0.180157,-0.198794,-0.293375,-0.343764,-0.164712,-0.148018,-0.27926,-0.230254,-0.242309,-0.368611,-0.250042,0.0681581 +-5905.98,0.179031,0.394006,2,-0.230887,0.00464553,-2.23821,-1.58444,-1.91192,-2.4083,-2.42916,-2.61151,-1.70393,-2.08843,-1.98759,-2.27219,-2.34527,-1.61615,-3.00416,-2.74635,-1.49058,-1.48136,-1.98245,-2.93496,-3.73604,-1.63632,-1.95475,-2.88511,-0.182993,-0.194449,-0.269223,-0.223801,-0.264494,-0.262535,-0.260397,-0.26244,-0.151397,-0.299798,-0.239274,-0.078497,-0.180157,-0.198794,-0.293375,-0.343764,-0.164712,-0.148018,-0.27926,-0.230254,-0.242309,-0.368611,-0.250042,0.0681581 +-5905.98,0.187351,0.394006,1,-0.230887,0.00464553,-2.23821,-1.58444,-1.91192,-2.4083,-2.42916,-2.61151,-1.70393,-2.08843,-1.98759,-2.27219,-2.34527,-1.61615,-3.00416,-2.74635,-1.49058,-1.48136,-1.98245,-2.93496,-3.73604,-1.63632,-1.95475,-2.88511,-0.182993,-0.194449,-0.269223,-0.223801,-0.264494,-0.262535,-0.260397,-0.26244,-0.151397,-0.299798,-0.239274,-0.078497,-0.180157,-0.198794,-0.293375,-0.343764,-0.164712,-0.148018,-0.27926,-0.230254,-0.242309,-0.368611,-0.250042,0.0681581 +-5902.48,0.000115579,0.394006,2,-0.246781,0.00352135,-2.10865,-1.91153,-2.25719,-2.44199,-2.27921,-2.39019,-1.70625,-2.08036,-2.04257,-2.23968,-2.28255,-1.52297,-2.73791,-2.62272,-1.54045,-1.4765,-1.94773,-2.77752,-3.29972,-1.66846,-1.97276,-2.77638,-0.308414,-0.366089,-0.246571,-0.25951,-0.201898,-0.203172,-0.29201,-0.289974,-0.215023,-0.304056,-0.131059,-0.242965,-0.307274,-0.241459,-0.238904,-0.230212,-0.123208,-0.207161,-0.175312,-0.303677,-0.286178,-0.302901,-0.101963,0.059341 +-5902.48,2.01153e-08,0.394006,3,-0.246781,0.00352135,-2.10865,-1.91153,-2.25719,-2.44199,-2.27921,-2.39019,-1.70625,-2.08036,-2.04257,-2.23968,-2.28255,-1.52297,-2.73791,-2.62272,-1.54045,-1.4765,-1.94773,-2.77752,-3.29972,-1.66846,-1.97276,-2.77638,-0.308414,-0.366089,-0.246571,-0.25951,-0.201898,-0.203172,-0.29201,-0.289974,-0.215023,-0.304056,-0.131059,-0.242965,-0.307274,-0.241459,-0.238904,-0.230212,-0.123208,-0.207161,-0.175312,-0.303677,-0.286178,-0.302901,-0.101963,0.059341 +-5912.89,0.733647,0.394006,2,-0.301851,0.00238158,-2.07632,-2.07007,-2.24454,-2.47459,-2.30151,-2.27632,-1.66662,-2.27555,-1.67354,-2.31352,-2.43461,-1.40593,-3.23395,-2.67841,-1.62614,-1.32726,-2.03645,-2.41252,-3.08932,-1.45844,-2.52655,-2.90063,-0.306009,-0.232318,-0.334709,-0.238794,-0.364707,-0.392488,-0.371342,-0.178372,-0.406181,-0.241238,-0.382248,-0.245716,-0.301133,-0.238931,-0.240488,-0.310478,-0.363498,-0.274628,-0.30122,-0.227892,-0.233763,-0.282298,-0.336705,0.0488014 +-5912.89,0.0070142,0.394006,2,-0.301851,0.00238158,-2.07632,-2.07007,-2.24454,-2.47459,-2.30151,-2.27632,-1.66662,-2.27555,-1.67354,-2.31352,-2.43461,-1.40593,-3.23395,-2.67841,-1.62614,-1.32726,-2.03645,-2.41252,-3.08932,-1.45844,-2.52655,-2.90063,-0.306009,-0.232318,-0.334709,-0.238794,-0.364707,-0.392488,-0.371342,-0.178372,-0.406181,-0.241238,-0.382248,-0.245716,-0.301133,-0.238931,-0.240488,-0.310478,-0.363498,-0.274628,-0.30122,-0.227892,-0.233763,-0.282298,-0.336705,0.0488014 +-5912.89,0.00476008,0.394006,2,-0.301851,0.00238158,-2.07632,-2.07007,-2.24454,-2.47459,-2.30151,-2.27632,-1.66662,-2.27555,-1.67354,-2.31352,-2.43461,-1.40593,-3.23395,-2.67841,-1.62614,-1.32726,-2.03645,-2.41252,-3.08932,-1.45844,-2.52655,-2.90063,-0.306009,-0.232318,-0.334709,-0.238794,-0.364707,-0.392488,-0.371342,-0.178372,-0.406181,-0.241238,-0.382248,-0.245716,-0.301133,-0.238931,-0.240488,-0.310478,-0.363498,-0.274628,-0.30122,-0.227892,-0.233763,-0.282298,-0.336705,0.0488014 +-5908.07,0.813,0.394006,2,-0.279567,0.00426912,-2.55898,-2.32407,-2.46417,-2.39828,-2.28392,-2.36411,-1.75286,-2.05961,-1.6784,-2.32015,-2.39552,-1.23108,-3.08163,-2.60708,-1.40313,-1.33693,-1.98394,-2.56766,-3.03551,-1.53874,-2.24344,-3.00068,-0.286711,-0.393078,-0.250212,-0.267593,-0.22178,-0.196586,-0.457554,-0.217301,-0.325067,-0.226292,-0.289917,-0.337764,-0.287329,-0.0640213,-0.266726,-0.313314,-0.199089,-0.30239,-0.289523,-0.24433,-0.10398,-0.341765,-0.249094,0.0653385 +-5912.72,0.739601,0.394006,2,-0.252311,0.00325207,-2.47497,-1.92558,-2.34288,-2.50399,-2.42255,-1.86264,-1.71784,-1.90675,-2.12871,-2.226,-2.22085,-1.54326,-2.77444,-2.73325,-1.51048,-1.42835,-1.78266,-3.12837,-3.33654,-1.18506,-2.0756,-2.6615,-0.293686,-0.306167,-0.347439,-0.197041,-0.269756,-0.260784,-0.212261,-0.342714,-0.337076,-0.304712,-0.226736,-0.162955,-0.242695,-0.238185,-0.298676,-0.248312,-0.32688,-0.14403,-0.360268,-0.318451,-0.518477,-0.365912,-0.296289,0.0570269 +-5907.74,0.313465,0.394006,2,-0.245718,0.00461333,-2.45914,-2.32349,-2.11605,-2.21738,-2.45564,-2.42041,-1.73331,-2.24263,-1.88132,-2.25564,-2.19205,-1.36509,-3.16029,-2.62253,-1.27527,-1.52842,-2.27354,-3.14366,-3.39208,-1.6063,-2.21414,-3.16749,-0.198028,-0.299328,-0.30875,-0.325733,-0.286873,-0.217718,-0.34197,-0.273602,-0.349828,-0.237575,-0.339815,-0.185507,-0.202303,-0.171819,-0.290584,-0.143785,-0.227405,-0.243249,-0.337483,-0.232924,-0.105604,-0.169283,-0.195232,0.0679215 +-5913.78,0.288126,0.394006,2,-0.237538,0.00917798,-2.38373,-2.28129,-1.70602,-2.42287,-2.44208,-2.3469,-1.70258,-2.16097,-2.04595,-2.2343,-2.29269,-1.49908,-2.7485,-2.74957,-1.29092,-1.61835,-2.07267,-2.76352,-3.37055,-1.6429,-2.04375,-3.01179,-0.159737,-0.333267,-0.246618,-0.319216,-0.042548,-0.317177,-0.16143,-0.0665104,-0.299523,-0.268782,-0.274786,-0.197406,-0.24548,-0.252769,-0.237291,-0.275957,0.0957034,-0.155999,-0.157791,-0.153285,-0.462387,-0.371573,-0.214938,0.0958018 +-5924.11,0.481556,0.394006,2,-0.182096,0.0204202,-2.17597,-2.30562,-2.29252,-2.39348,-2.43611,-2.13526,-1.83709,-1.94175,-1.86199,-2.14814,-2.3136,-1.49781,-3.14216,-2.69889,-1.55784,-1.37579,-1.94726,-3.40246,-3.63257,-1.31244,-2.46168,-2.80034,-0.317562,-0.168324,-0.258186,-0.158098,-0.286573,-0.0510314,-0.429396,-0.324547,-0.250896,-0.386919,-0.193892,-0.119979,-0.522697,0.0184919,-0.18167,-0.123662,-0.449584,-0.103422,-0.209028,-0.315984,-0.0508309,-0.348004,-0.138666,0.142899 +-5919.49,0.924031,0.394006,2,-0.283965,0.01179,-2.52346,-2.14601,-2.22015,-2.32873,-2.48371,-2.17553,-1.58913,-2.28455,-2.16806,-2.29508,-2.19156,-1.42762,-2.83018,-2.67536,-1.20205,-1.54195,-2.05848,-2.65782,-3.39559,-1.61739,-1.94634,-3.04607,-0.180832,-0.395973,-0.200833,-0.269915,-0.145902,-0.535451,-0.321167,-0.147279,-0.246783,-0.176244,-0.258666,-0.34873,-0.0139521,-0.0920798,-0.410969,-0.33983,0.0326014,-0.233811,-0.317754,-0.221774,-0.481127,-0.277162,-0.323466,0.108582 +-5931.57,0.707041,0.394006,3,-0.166164,0.0277983,-3.06884,-2.16892,-1.52451,-2.47785,-2.53153,-2.62162,-1.878,-2.13332,-1.89461,-2.19916,-2.37437,-1.35322,-2.89938,-2.71207,-1.6536,-1.48708,-2.08918,-3.27329,-3.79597,-1.34123,-2.28698,-2.73375,-0.0747075,-0.324145,-0.364064,-0.197874,0.0557776,0.0959716,-0.33843,-0.0622321,-0.202816,-0.38552,-0.23927,-0.096791,-1.06994,-0.151041,0.0165326,-0.0516618,-0.263445,-0.0989599,-0.226116,-0.305767,-0.142712,-0.310581,0.0226354,0.166728 +-5926.04,0.964147,0.394006,3,-0.23173,0.00877982,-1.91693,-2.06083,-2.25527,-2.26181,-2.45586,-2.60423,-1.61114,-2.03728,-1.95632,-2.14106,-2.20039,-1.50101,-2.38219,-2.6029,-1.30022,-1.64529,-2.12713,-2.8124,-3.73954,-1.69867,-2.31569,-2.86999,-0.05386,-0.56358,-0.117403,-0.248304,-0.138702,-0.27527,-0.26861,-0.273471,-0.420244,-0.355579,-0.268347,-0.269463,-0.522629,-0.144265,-0.211314,-0.0820693,0.017412,-0.298104,-0.149157,-0.223412,-0.290835,-0.235219,-0.479418,0.0937007 +-5920.67,0.981302,0.394006,2,-0.251429,0.0139851,-1.81255,-2.04668,-2.15947,-2.3269,-2.4515,-2.58132,-1.62426,-1.96716,-1.98368,-2.12897,-2.20339,-1.44197,-2.57083,-2.52975,-1.28545,-1.68542,-2.10958,-2.70549,-3.51605,-1.69386,-2.25969,-2.8334,-0.0675844,-0.458376,-0.158774,-0.234654,-0.115341,-0.279407,-0.349874,-0.238605,-0.375816,-0.336981,-0.259145,-0.257305,-0.410016,0.0247355,-0.227638,-0.0666571,0.0344564,-0.212546,-0.243666,-0.213111,-0.265177,-0.331548,-0.437893,0.118258 +-5935.16,0.380789,0.394006,2,-0.270666,0.0345882,-2.84457,-2.14565,-2.01377,-2.60802,-2.55551,-2.61146,-1.77184,-2.18398,-1.95183,-2.33199,-2.25768,-1.38925,-3.22203,-2.87367,-1.499,-1.25242,-2.38219,-2.75799,-3.04696,-1.08245,-1.98061,-2.81127,-0.113331,-0.269847,-0.431355,-0.0704136,-0.18106,-0.0998706,-0.434721,-0.226701,-0.154049,-0.250201,-0.338031,-0.194108,-0.156171,-0.200707,-0.268423,-0.459896,-0.336181,-0.420335,-0.22894,-0.2313,-0.391742,-0.44581,0.202962,0.185979 +-5924.96,1,0.394006,2,-0.242055,0.0102007,-2.46324,-2.62106,-2.0842,-2.4197,-2.51343,-2.68515,-1.81282,-2.14163,-1.91311,-2.28294,-2.34616,-1.65959,-2.97495,-2.6185,-1.20889,-1.38563,-1.76283,-3.04466,-3.21844,-1.51163,-2.04953,-3.0415,-0.255289,-0.294845,-0.436081,-0.118249,-0.176378,-0.177247,-0.462993,-0.238319,-0.320392,-0.339169,-0.267967,-0.0568154,-0.206989,-0.0369019,-0.423867,-0.41581,-0.0644078,-0.297371,-0.052032,-0.278222,-0.380222,-0.391284,0.372865,0.100998 +-5926.35,0.793482,0.394006,3,-0.226509,0.0110586,-2.14199,-1.75374,-2.07592,-2.42544,-2.10701,-2.09073,-1.73458,-2.017,-2.06616,-2.35168,-2.25867,-1.23162,-3.09367,-2.75342,-1.34857,-1.60456,-2.58842,-2.86323,-3.39129,-1.49553,-2.03966,-3.11947,-0.291092,-0.321302,-0.183639,-0.324609,-0.385204,-0.28978,-0.179305,-0.243042,-0.222097,-0.122682,-0.29279,-0.388952,-0.321989,0.108776,-0.222111,-0.0465269,-0.0615961,-0.132322,-0.487316,-0.232713,-0.394561,-0.0390509,-0.375572,0.10516 +-5929.99,0.704683,0.394006,3,-0.116428,0.023262,-2.99296,-2.67652,-2.10959,-2.58686,-2.66757,-2.35072,-1.66719,-2.15134,-2.01192,-2.18325,-2.54695,-1.7811,-2.90391,-2.70627,-1.4662,-1.24246,-1.58325,-3.08864,-3.63181,-1.82438,-2.30526,-2.88594,0.000257141,-0.0706774,-0.136751,-0.0982424,0.171012,-0.121695,-0.441125,0.0489414,-0.254361,-0.29259,0.0874287,-0.0288328,-0.0684228,0.0738088,-0.236639,-0.390297,-0.224455,-0.0760923,-0.0425225,0.169151,-0.16007,-0.248912,0.0403829,0.152519 +-5918.67,0.932348,0.394006,3,-0.154971,0.0115622,-2.68577,-1.87318,-1.97093,-2.34653,-2.73093,-2.16858,-1.65506,-2.15538,-1.96186,-2.34582,-2.45158,-1.53054,-2.98255,-3.06605,-1.42699,-1.49404,-2.34992,-2.65722,-3.46723,-1.65919,-2.08396,-3.04517,-0.133991,-0.231337,-0.243929,-0.205561,0.13879,-0.193275,-0.607227,-0.260332,-0.164741,-0.185047,-0.121532,-0.0332061,-0.334317,0.216466,-0.134866,-0.203442,-0.0528016,-0.128527,0.184402,-0.10856,-0.223687,-0.152821,-0.186992,0.107528 +-5922.82,0.683977,0.394006,3,-0.213631,0.0241668,-2.40755,-2.32999,-1.96617,-2.57627,-2.46218,-2.25526,-1.56684,-2.05109,-1.75469,-2.1176,-2.32313,-1.52825,-2.71789,-2.95071,-1.36099,-1.57184,-1.89553,-3.43745,-3.25317,-1.61311,-2.12874,-2.95558,-0.188758,-0.31562,-0.217963,-0.0628378,-0.0246517,-0.159338,-0.436461,-0.21517,-0.652677,-0.405544,-0.149837,-0.149453,-0.56237,0.371561,-0.214571,-0.0591595,-0.0570613,-0.109937,-0.501266,-0.102248,-0.450692,-0.306931,-0.147573,0.155457 +-5923.12,0.247749,0.394006,2,-0.245964,0.0265162,-3.03833,-2.47088,-2.12412,-2.50532,-2.4402,-2.74537,-1.72017,-2.02184,-1.84024,-2.17364,-2.32648,-1.45602,-2.87524,-3.07584,-1.40427,-1.64149,-2.11062,-3.14832,-3.5534,-1.4732,-2.04285,-2.84644,-0.181419,-0.275018,-0.287338,-0.0607457,0.0329858,-0.409292,-0.576352,-0.264048,-0.424204,-0.424484,-0.260951,-0.200104,-0.556231,0.34692,-0.489076,-0.146095,-0.196513,-0.190557,-0.274172,-0.121189,-0.160078,-0.320762,-0.263836,0.162838 +-5932.1,0.642407,0.394006,3,-0.236537,0.0417156,-3.50959,-2.1478,-2.16773,-2.42981,-2.57255,-2.08682,-1.66364,-1.93077,-1.85516,-2.20457,-2.32403,-1.56002,-2.84053,-2.80635,-1.14603,-1.63819,-2.09679,-2.71745,-2.86251,-1.33439,-2.24149,-2.6809,-0.456454,-0.250079,-0.368592,-0.180288,-0.0491842,-0.404012,-0.399624,-0.316573,-0.467165,-0.351745,-0.251893,-0.144805,-0.60378,0.529074,-0.446642,-0.00953569,0.0612345,-0.355003,0.0753739,-0.221637,-0.187338,-0.491798,-0.424402,0.204244 +-5926.38,0.93046,0.394006,2,-0.28774,0.0578541,-3.04569,-2.04985,-2.08137,-2.3591,-2.7134,-1.85655,-1.66397,-1.87271,-1.88943,-2.24448,-2.28582,-1.50298,-2.82977,-2.92091,-1.16796,-1.59408,-2.01012,-2.70271,-3.11621,-1.40737,-2.29247,-2.8318,-0.519069,-0.308313,-0.379599,-0.132797,-0.0982341,-0.322698,-0.473518,-0.314101,-0.48348,-0.327191,-0.370072,-0.155313,-0.625083,0.307105,-0.366667,0.0774876,0.00500416,-0.289629,-0.110823,-0.216852,-0.18514,-0.44744,-0.435904,0.240529 +-5918.85,0.899655,0.394006,3,-0.257559,0.0159651,-1.93214,-2.19146,-2.06224,-2.31885,-2.25482,-2.60291,-1.74979,-2.31155,-2.03069,-2.19462,-2.34318,-1.50021,-2.8284,-2.73883,-1.49837,-1.36354,-2.37401,-3.52209,-3.68759,-1.5162,-2.0071,-2.9218,-0.0565644,-0.174854,-0.181826,-0.264114,-0.411511,-0.182591,-0.305422,-0.00923582,-0.122883,-0.294487,-0.179958,-0.254269,-0.233857,0.102211,-0.162993,-0.376509,-0.0327597,-0.397088,-0.309859,-0.231095,-0.424891,-0.296886,-0.214527,0.126353 +-5909.61,1,0.394006,2,-0.234356,0.00602796,-2.68282,-2.16639,-2.1306,-2.35694,-2.34529,-1.87275,-1.64991,-2.14692,-1.98137,-2.24109,-2.34577,-1.37964,-2.9729,-2.83655,-1.25685,-1.44274,-1.92024,-2.9551,-4.09038,-1.47418,-2.077,-2.69549,-0.286555,-0.171467,-0.229781,-0.276547,-0.213762,-0.363102,-0.467865,-0.164028,-0.180708,-0.281485,-0.244821,-0.111943,-0.409323,-0.198823,-0.306621,-0.221611,-0.310283,-0.443099,-0.164018,-0.343236,-0.371661,-0.243493,-0.262545,0.0776399 +-5906.9,0.297126,0.394006,2,-0.254369,0.0053366,-2.69942,-2.25016,-1.94798,-2.31253,-2.31421,-2.03414,-1.65917,-2.24983,-1.96869,-2.24334,-2.35158,-1.40026,-3.09201,-2.77261,-1.18821,-1.46424,-1.8396,-3.04227,-4.20158,-1.48931,-2.05577,-2.69633,-0.250292,-0.233428,-0.255329,-0.279767,-0.242649,-0.417111,-0.452224,-0.180604,-0.231857,-0.264166,-0.215465,-0.176943,-0.374907,-0.164719,-0.254461,-0.256392,-0.202184,-0.333168,-0.193798,-0.380602,-0.286956,-0.195357,-0.147281,0.073052 +-5910.5,0.398469,0.394006,2,-0.29077,0.00330804,-1.92902,-2.19181,-2.02032,-2.47112,-2.37809,-2.23269,-1.81408,-1.84776,-2.22684,-2.24276,-2.40739,-1.6469,-2.9935,-2.56451,-1.27702,-1.46425,-2.10856,-2.91474,-3.24749,-1.28625,-2.1585,-3.03279,-0.27857,-0.276587,-0.441778,-0.228306,-0.297186,-0.262315,-0.208796,-0.431793,-0.291218,-0.36552,-0.270497,-0.294586,-0.360618,-0.23075,-0.29254,-0.345711,-0.192195,-0.366266,-0.252989,-0.263541,-0.194167,-0.37427,-0.192907,0.0575155 +-5905.43,0.0251554,0.394006,2,-0.312883,0.0023145,-2.52041,-2.14964,-2.34948,-2.46117,-2.30064,-1.97812,-1.88767,-2.01947,-1.92026,-2.17864,-2.27118,-1.45557,-2.74116,-2.59529,-1.44678,-1.44291,-2.1317,-2.95672,-3.56964,-1.5957,-2.15134,-2.98074,-0.334071,-0.350877,-0.138121,-0.312986,-0.290028,-0.359088,-0.35952,-0.262492,-0.318138,-0.283804,-0.333784,-0.288448,-0.411504,-0.327804,-0.286578,-0.271942,-0.359328,-0.240674,-0.348105,-0.335868,-0.439609,-0.213809,-0.422988,0.0481093 +-5913.33,0.0101602,0.394006,1,-0.265169,0.00712378,-2.28998,-2.21254,-2.34083,-2.47595,-2.23306,-2.06033,-1.71848,-1.96677,-1.90755,-2.24406,-2.23729,-1.39826,-2.76351,-2.49467,-1.44806,-1.24279,-1.88499,-2.96131,-3.29945,-1.48562,-2.32986,-2.83629,-0.301909,-0.345854,-0.196579,-0.335962,-0.406104,-0.288301,-0.225044,-0.244672,-0.332025,-0.419738,-0.187448,-0.353245,-0.153113,-0.268344,-0.24741,-0.324503,-0.316761,-0.192013,-0.256557,-0.401768,-0.266152,-0.41032,-0.268778,0.0844025 +-5918.02,0.320021,0.394006,2,-0.250304,0.00892291,-2.36664,-2.18793,-2.26411,-2.32827,-2.26715,-2.13732,-1.74116,-1.9867,-1.96183,-2.2141,-2.20735,-1.50231,-2.93134,-2.56668,-1.36161,-1.43788,-1.87312,-3.14701,-3.48007,-1.51106,-2.41636,-2.83356,-0.135833,-0.211465,-0.0121553,-0.325882,-0.437956,-0.274438,-0.169496,-0.278061,-0.565931,-0.40015,-0.163461,-0.180717,-0.156326,-0.219661,-0.198418,-0.352184,-0.173932,-0.310493,-0.209475,-0.223025,-0.29558,-0.43034,-0.189449,0.0944611 +-5924.27,0.136315,0.394006,3,-0.23473,0.0148475,-1.98774,-2.15826,-2.45348,-2.28898,-2.2721,-2.07213,-1.86603,-1.96553,-1.70151,-2.15433,-2.25771,-1.49101,-2.82241,-2.69025,-1.39344,-1.66396,-1.943,-3.16359,-3.80061,-1.6323,-2.22312,-2.83074,-0.213624,-0.318155,0.0347973,-0.267792,-0.341057,-0.237482,-0.217141,-0.369106,-0.69976,-0.401571,-0.0691631,-0.0840241,-0.249445,-0.147074,-0.22186,-0.319962,-0.302938,-0.117745,-0.158533,-0.254751,-0.459827,-0.569663,-0.167743,0.12185 +-5923.76,0.492246,0.394006,2,-0.276776,0.0176649,-2.20013,-2.63606,-2.16613,-2.43631,-2.54277,-2.33144,-1.70928,-2.17002,-1.78678,-2.12846,-2.61686,-1.51178,-2.9577,-2.83575,-1.2542,-1.50439,-2.32842,-2.9397,-3.72012,-1.57931,-1.97895,-2.79104,-0.282609,-0.153889,-0.280874,-0.234562,-0.224848,-0.423239,-0.350143,-0.211798,-0.428221,-0.42942,-0.121108,-0.300543,-0.328411,0.00954299,-0.325042,-0.00915789,0.0329896,0.039936,-0.397918,-0.274263,-0.0965818,-0.301917,-0.241036,0.132909 +-5934.02,0.791918,0.394006,2,-0.179771,0.0282081,-2.7882,-1.92569,-2.07342,-2.41919,-2.7071,-2.12185,-1.72892,-2.44335,-2.038,-2.36458,-2.04868,-1.63251,-2.97178,-2.61384,-1.44803,-1.69618,-1.77845,-2.92789,-3.16498,-1.37819,-2.1728,-2.95601,-0.0722587,-0.297492,-0.176323,-0.22359,0.430612,0.0738056,-0.267046,-0.084274,-0.27283,-0.204346,-0.241361,0.201326,-0.282035,-0.0515323,-0.141612,-0.206498,-0.127933,-0.334669,0.122145,-0.144984,-0.600132,-0.441516,-0.185356,0.167953 +-5931.49,0.984587,0.394006,3,-0.242297,0.0293961,-2.85427,-2.11094,-2.22023,-2.39608,-2.60549,-2.51247,-1.67269,-2.00512,-2.10465,-2.2029,-2.42622,-1.72778,-2.96412,-2.76213,-1.26012,-1.42648,-1.84021,-2.69205,-3.97452,-1.5752,-1.77321,-2.66737,-0.232114,-0.37556,-0.126185,-0.205138,0.0353955,-0.3185,-0.47333,-0.0739676,-0.218998,-0.259279,-0.514871,-0.0980166,-0.332454,-0.14343,-0.385215,-0.0145366,-0.415596,-0.125764,-0.209293,-0.466058,-0.406376,-0.374506,-0.208174,0.171453 +-5927.36,0.980707,0.394006,2,-0.186471,0.0164353,-2.51158,-2.21801,-1.80503,-2.44343,-2.59385,-1.96121,-1.50227,-1.99461,-1.87969,-2.29671,-2.20637,-1.36167,-2.91784,-2.73404,-1.38332,-1.42993,-2.21789,-3.23682,-2.95576,-1.55612,-2.27421,-3.16534,-0.249085,-0.162918,-0.376384,-0.248187,-0.08241,-0.18369,-0.628133,-0.518373,-0.294714,-0.305024,-0.0519967,-0.238662,-0.225964,-0.0594838,-0.175228,-0.476221,-0.0171538,-0.177344,-0.268205,-0.00909761,-0.286816,-0.2567,-0.533146,0.1282 +-5917.13,0.953353,0.394006,2,-0.225842,0.0135155,-2.28542,-2.13072,-1.73101,-2.40717,-2.58962,-2.05251,-1.4817,-1.96878,-1.89027,-2.24006,-2.24693,-1.24485,-3.01623,-2.81817,-1.36205,-1.43645,-2.1765,-2.93428,-3.36161,-1.64399,-2.25998,-2.93132,-0.197211,-0.262132,-0.388164,-0.285791,-0.0807183,-0.305051,-0.611332,-0.284678,-0.250789,-0.245441,-0.263986,-0.154817,-0.0741743,-0.161013,-0.0769481,-0.320847,-0.312887,-0.292465,-0.231614,-0.141588,-0.317024,-0.256403,-0.425308,0.116256 +-5925.39,0.576561,0.394006,2,-0.205478,0.0596002,-2.54007,-2.14201,-2.54607,-2.4442,-2.33819,-1.99934,-1.78196,-2.14229,-2.03833,-2.22187,-2.36203,-1.60837,-2.92903,-2.74615,-1.3384,-1.68404,-1.8465,-2.90007,-3.52234,-1.59766,-1.90231,-2.90716,-0.45474,-0.444955,-0.11776,-0.165187,-0.238204,-0.541214,-0.359721,-0.146145,-0.388342,-0.296621,-0.200934,-0.304188,-0.589848,0.224983,-0.506293,-0.037804,-0.111452,-0.239175,-0.328128,-0.13743,-0.496436,-0.289527,0.0104612,0.244131 +-5929.8,0.846192,0.394006,2,-0.323581,0.0106242,-1.50897,-2.29691,-2.29359,-2.42006,-2.4079,-2.6762,-1.76842,-2.12537,-1.76659,-2.23073,-2.16897,-1.27273,-2.60387,-3.11771,-1.39463,-1.3203,-2.00091,-2.6487,-3.67376,-1.57683,-2.14403,-2.7383,-0.522061,-0.246646,-0.32796,-0.19539,-0.153604,-0.284519,-0.241624,-0.184712,-0.279805,-0.3406,-0.388275,-0.158098,-0.789713,0.244117,-0.377501,-0.330415,-0.327752,-0.330181,-0.256594,-0.103505,-0.68512,-0.750331,-0.322745,0.103074 +-5918.81,1,0.394006,2,-0.246851,0.0153209,-2.33658,-2.13385,-2.02522,-2.30969,-2.12507,-1.62565,-1.71909,-2.03657,-1.88162,-2.32142,-2.07665,-1.44936,-2.9033,-2.87319,-1.32865,-1.37372,-2.08709,-3.09103,-3.76041,-1.6988,-2.09497,-2.99222,-0.280477,-0.322557,-0.242368,-0.271473,-0.311675,-0.311691,-0.414821,-0.271597,-0.414152,-0.138534,-0.278976,-0.332789,-0.552864,0.298311,-0.14778,-0.241812,-0.154556,-0.294734,-0.223936,-0.24436,-0.182886,-0.417293,-0.288826,0.123778 +-5916.33,0.884329,0.394006,2,-0.236354,0.00918343,-2.09777,-2.33446,-2.48911,-2.49562,-2.56217,-2.82885,-1.6156,-1.93873,-1.99862,-2.26762,-2.46302,-1.41136,-2.95138,-2.78869,-1.31628,-1.55434,-2.02434,-2.71212,-3.14031,-1.35882,-2.15834,-2.98587,-0.259654,-0.251752,-0.31064,-0.233108,-0.194922,-0.244201,-0.491141,-0.301695,-0.177367,-0.381412,-0.258442,-0.201874,-0.158819,-0.0685672,-0.415697,-0.28223,-0.234763,-0.262308,-0.273362,-0.236792,-0.454464,-0.1828,0.274358,0.0958302 +-5916.33,0.153247,0.394006,3,-0.236354,0.00918343,-2.09777,-2.33446,-2.48911,-2.49562,-2.56217,-2.82885,-1.6156,-1.93873,-1.99862,-2.26762,-2.46302,-1.41136,-2.95138,-2.78869,-1.31628,-1.55434,-2.02434,-2.71212,-3.14031,-1.35882,-2.15834,-2.98587,-0.259654,-0.251752,-0.31064,-0.233108,-0.194922,-0.244201,-0.491141,-0.301695,-0.177367,-0.381412,-0.258442,-0.201874,-0.158819,-0.0685672,-0.415697,-0.28223,-0.234763,-0.262308,-0.273362,-0.236792,-0.454464,-0.1828,0.274358,0.0958302 +-5929.26,0.572171,0.394006,2,-0.304684,0.0198724,-3.02537,-2.05769,-2.57418,-2.39229,-2.47222,-2.65355,-1.6334,-1.93174,-2.1682,-2.24378,-2.40311,-1.69377,-3.1405,-2.70958,-1.11041,-1.29796,-1.92199,-3.05812,-4.18818,-1.38017,-2.1616,-3.15718,-0.290983,-0.506982,-0.238612,-0.199825,-0.163402,-0.26879,-0.550322,-0.37042,-0.0993707,-0.179799,-0.0771176,-0.362489,-0.445308,-0.220269,-0.352036,-0.300248,-0.190954,-0.316902,-0.311508,-0.492664,-0.14362,-0.145451,-0.326757,0.14097 +-5928.56,0.981605,0.394006,2,-0.213072,0.0200759,-1.93211,-2.15653,-1.36468,-2.4073,-2.15236,-1.79552,-1.81037,-2.22582,-1.76906,-2.24081,-2.35948,-1.48392,-3.16097,-2.84387,-1.56211,-1.4658,-2.08731,-3.05121,-2.86297,-1.19888,-2.18309,-2.82838,-0.256196,-0.0500537,-0.226797,-0.223872,-0.247651,-0.177802,-0.138112,-0.0834624,-0.36578,-0.406053,-0.29891,0.122863,-0.0219544,-0.151106,-0.20068,-0.235296,-0.169393,-0.101031,-0.207773,-0.461184,-0.331718,-0.317309,-0.273362,0.141689 +-5932.65,1,0.394006,2,-0.328357,0.0102922,-2.64071,-1.99794,-3.03306,-2.34258,-2.58727,-2.98073,-1.6809,-1.96862,-2.07835,-2.32336,-2.3355,-1.49757,-2.90665,-2.65279,-1.02083,-1.49633,-2.00644,-2.80687,-3.97928,-1.8691,-1.95453,-2.97993,-0.207745,-0.638191,-0.282338,-0.405924,-0.0921188,-0.447542,-0.525972,-0.40639,-0.16224,-0.305661,-0.205264,-0.411148,-0.611762,-0.308746,-0.318887,-0.322176,-0.317721,-0.300601,-0.223974,-0.00318336,-0.299854,-0.299787,-0.303833,0.10145 +-5916.19,0.963374,0.394006,2,-0.290528,0.00705184,-2.4533,-2.40796,-2.16533,-2.37501,-2.34847,-2.60896,-1.71077,-2.27187,-1.98733,-2.17042,-2.38052,-1.29695,-3.03185,-2.80024,-1.48935,-1.56152,-1.90666,-3.09047,-2.81712,-1.52322,-2.04607,-2.77771,-0.278036,-0.0261376,-0.31456,-0.208685,-0.195395,-0.14065,-0.260576,-0.0270074,-0.371395,-0.299886,-0.297121,-0.243183,-0.298865,0.0501139,-0.351134,-0.238808,-0.217223,-0.261632,-0.375782,-0.435554,-0.579397,-0.434006,-0.318485,0.0839752 +-5918.03,0.92255,0.394006,2,-0.287298,0.0155103,-2.5032,-2.57891,-2.38178,-2.34879,-2.43731,-2.33338,-1.78014,-2.08496,-1.94571,-2.18601,-2.33491,-1.25894,-2.88529,-2.88939,-1.55523,-1.60319,-2.09358,-3.06519,-2.97135,-1.55535,-1.91876,-2.75718,-0.344638,-0.17885,-0.218146,-0.266591,-0.280584,-0.165495,-0.282257,0.0910629,-0.290528,-0.340059,-0.262179,-0.254952,-0.352124,-0.112388,-0.355449,-0.130574,-0.261532,-0.422108,-0.305505,-0.283818,-0.448362,-0.373511,-0.371777,0.12454 +-5918.6,0.822865,0.394006,2,-0.291332,0.0101903,-2.72794,-2.78032,-2.13378,-2.45081,-2.14078,-2.59603,-1.83252,-2.19658,-1.89594,-2.21933,-2.27556,-1.49542,-3.0855,-2.72279,-1.42108,-1.50102,-1.91543,-2.71739,-2.91,-1.50669,-1.9869,-2.73137,-0.33708,-0.14035,0.0250334,-0.294513,-0.162486,-0.357462,-0.259772,-0.176124,-0.254901,-0.312518,-0.25663,-0.34388,-0.297017,-0.170529,-0.381841,-0.141119,-0.252839,-0.248999,-0.501952,-0.24784,-0.378683,-0.306694,-0.465411,0.100947 +-5921.03,0.282345,0.394006,2,-0.28703,0.00872283,-2.55032,-2.19395,-1.76036,-2.30573,-2.15352,-2.32807,-1.88525,-1.97532,-1.69983,-2.22253,-2.20433,-1.29477,-3.03868,-2.6428,-1.24445,-1.5477,-1.79908,-2.69728,-2.9473,-1.33127,-2.14564,-2.78288,-0.233826,-0.341955,0.051484,-0.260591,-0.410033,-0.313459,-0.178439,-0.286535,-0.608096,-0.407303,-0.236599,-0.231307,-0.316159,-0.18411,-0.20887,-0.236796,-0.38076,-0.193116,-0.228974,-0.388481,-0.378953,-0.357175,-0.453365,0.0933961 +-5909.96,0.538339,0.394006,2,-0.244925,0.00594,-1.9892,-2.23472,-2.552,-2.38873,-2.49467,-2.33896,-1.68827,-2.01802,-1.8817,-2.18495,-2.37593,-1.59214,-2.91579,-2.74534,-1.30737,-1.61125,-1.89243,-2.6245,-3.44523,-1.596,-2.26275,-2.87604,-0.319893,-0.206837,-0.359757,-0.282691,-0.102136,-0.261582,-0.406707,-0.298885,-0.450675,-0.204987,-0.339807,-0.267215,-0.229583,-0.198567,-0.382552,-0.233884,-0.160578,-0.312394,-0.316095,-0.172391,-0.189586,-0.263982,-0.138725,0.0770714 +-5922.31,1,0.394006,3,-0.311747,0.016696,-2.61006,-1.99478,-1.72838,-2.41197,-2.1994,-2.27116,-1.69019,-2.13287,-2.01796,-2.13303,-2.30735,-1.50088,-2.97351,-2.87663,-1.48177,-1.41447,-1.95667,-3.47204,-3.3225,-1.25848,-1.96508,-2.92973,-0.251815,-0.423836,-0.399731,-0.30473,-0.266925,-0.355307,-0.365888,-0.234165,-0.169651,-0.223126,-0.206425,-0.488946,-0.299693,0.178051,-0.304636,-0.346144,0.0485433,-0.275057,-0.36264,-0.291468,-0.61135,-0.470566,-0.521277,0.129213 +-5922.2,0.986093,0.394006,3,-0.355484,0.0086975,-2.01861,-2.24519,-2.53578,-2.32737,-2.43613,-2.10286,-1.63558,-1.93267,-1.69511,-2.32975,-2.21818,-1.39729,-3.0434,-2.65439,-1.16192,-1.40174,-2.10079,-2.35051,-3.22914,-1.52861,-1.88121,-2.74345,-0.485293,-0.294573,-0.320959,-0.298976,-0.239629,-0.417272,-0.512996,-0.254158,-0.631582,-0.347842,-0.434526,-0.1776,-0.453046,-0.250244,-0.405526,-0.271278,-0.438412,-0.42427,-0.25436,-0.473664,-0.646524,-0.311887,-0.199617,0.0932604 +-5922.2,0.321697,0.394006,2,-0.355484,0.0086975,-2.01861,-2.24519,-2.53578,-2.32737,-2.43613,-2.10286,-1.63558,-1.93267,-1.69511,-2.32975,-2.21818,-1.39729,-3.0434,-2.65439,-1.16192,-1.40174,-2.10079,-2.35051,-3.22914,-1.52861,-1.88121,-2.74345,-0.485293,-0.294573,-0.320959,-0.298976,-0.239629,-0.417272,-0.512996,-0.254158,-0.631582,-0.347842,-0.434526,-0.1776,-0.453046,-0.250244,-0.405526,-0.271278,-0.438412,-0.42427,-0.25436,-0.473664,-0.646524,-0.311887,-0.199617,0.0932604 +-5923.52,0.95355,0.394006,3,-0.290141,0.00981648,-2.92466,-1.97841,-1.85054,-2.3513,-2.31844,-2.24045,-1.80954,-2.17782,-1.77427,-2.12883,-2.43406,-1.41126,-2.96437,-2.72673,-1.51881,-1.48843,-1.80993,-3.5459,-3.38725,-1.34166,-2.46851,-3.04375,-0.12785,-0.181704,-0.225825,-0.356524,-0.374294,-0.281243,-0.320433,-0.101357,-0.694198,-0.292594,-0.188776,-0.18229,-0.373646,-0.206446,-0.289927,-0.229577,-0.425772,-0.238429,-0.0459194,-0.311568,-0.408843,-0.253177,-0.165013,0.0990782 +-5930.35,0.832239,0.394006,2,-0.236503,0.0194477,-2.35848,-1.81581,-1.83923,-2.3927,-2.09811,-1.95932,-1.84443,-2.19346,-1.78207,-2.24426,-2.512,-1.28955,-2.98838,-2.60687,-1.31438,-1.43957,-1.92387,-3.388,-3.29368,-1.37935,-2.04629,-2.76551,-0.129137,-0.423322,-0.259827,-0.359472,-0.608383,-0.343671,-0.3255,-0.0570834,-0.701224,-0.33955,-0.251542,-0.19189,-0.185446,-0.118664,-0.327301,-0.0564262,-0.328089,-0.345275,-0.156797,-0.274968,-0.0340467,-0.316126,-0.325576,0.139455 +-5922.01,1,0.394006,3,-0.338832,0.0170159,-2.19561,-2.06142,-2.37994,-2.32715,-2.33312,-2.61876,-1.67322,-2.0591,-1.92607,-2.08867,-2.28094,-1.38436,-2.87324,-2.78792,-1.33122,-1.48935,-2.02624,-2.67873,-3.06486,-1.42664,-2.09433,-2.95942,-0.447276,-0.513598,-0.320835,-0.229841,-0.296232,-0.216519,-0.345761,-0.389784,-0.0643794,-0.42888,-0.177632,-0.406631,-0.443983,-0.227625,-0.225527,-0.423391,-0.156928,-0.148408,-0.457559,-0.423867,-0.736792,-0.370647,-0.240018,0.130445 +-5920.08,1,0.394006,2,-0.346427,0.0295804,-3.25386,-2.3451,-1.94381,-2.38389,-2.33765,-1.62161,-1.73359,-2.15096,-2.06213,-2.25044,-2.24577,-1.40478,-2.91016,-2.60294,-1.4158,-1.44191,-1.76772,-2.77946,-3.4432,-1.56281,-1.85298,-2.85044,-0.285755,-0.254449,-0.419053,-0.403958,-0.350505,-0.379469,-0.424908,-0.298078,-0.582467,-0.324935,-0.380434,-0.273786,-0.37419,-0.120754,-0.458055,-0.247598,-0.336114,-0.433956,-0.15906,-0.229442,-0.582606,-0.302279,-0.256662,0.171989 +-5919.29,0.967305,0.394006,2,-0.355883,0.00351514,-2.65818,-2.04012,-2.01165,-2.30309,-2.34291,-1.72252,-1.69006,-2.04484,-2.02114,-2.25802,-2.28939,-1.28922,-2.68037,-2.7193,-1.59159,-1.38424,-1.97731,-2.96077,-3.40582,-1.71374,-1.83323,-2.80002,-0.130727,-0.404239,-0.385791,-0.245201,-0.232801,-0.605408,-0.424777,-0.249592,-0.41943,-0.372399,-0.254377,-0.289399,-0.400113,-0.289359,-0.334033,-0.509613,-0.383888,-0.327636,-0.216463,-0.300681,-0.563418,-0.440825,-0.378234,0.0592887 +-5927.18,0.648425,0.394006,2,-0.384457,0.0150428,-3.35724,-1.87287,-2.10065,-2.42955,-2.3518,-2.0518,-1.64198,-2.03937,-2.08604,-2.23067,-2.26262,-1.12171,-2.82828,-2.73348,-1.37022,-1.22607,-2.14329,-2.97558,-2.91006,-1.73615,-1.74226,-3.00433,-0.194186,-0.613179,-0.393126,-0.344256,-0.456561,-0.381891,-0.34492,-0.380922,-0.314339,-0.299343,-0.296033,-0.50966,-0.445473,-0.199901,-0.363388,-0.145604,-0.355809,-0.382504,-0.570694,-0.267905,-0.548387,-0.328797,-0.350376,0.122649 +-5919.36,1,0.394006,2,-0.297781,0.00813547,-2.80265,-1.8843,-2.00526,-2.2019,-2.36961,-2.53684,-1.66638,-1.99586,-1.94031,-2.22532,-2.22494,-1.14052,-2.84632,-2.68306,-1.32544,-1.32183,-2.1866,-2.71327,-3.44876,-1.45213,-1.89376,-2.94362,-0.334475,-0.662831,-0.480797,-0.416846,-0.192683,-0.286106,-0.443611,-0.284228,-0.229237,-0.276577,-0.276706,-0.409379,-0.551214,-0.135779,-0.322773,-0.462506,-0.246206,-0.281318,-0.214606,-0.154078,-0.521177,-0.416989,-0.348091,0.0901968 +-5923.25,0.833133,0.394006,3,-0.364651,0.0396319,-2.05792,-2.34945,-2.22197,-2.48701,-2.49716,-1.92561,-1.5616,-2.01496,-1.87773,-2.14283,-2.16254,-1.52131,-3.00514,-2.82001,-1.29299,-1.67055,-1.85634,-3.06475,-3.28673,-1.32625,-2.217,-2.86939,-0.373145,-0.228162,-0.426264,-0.241321,-0.341387,-0.564357,-0.556496,-0.191816,-0.628786,-0.415916,-0.515298,-0.0792044,-0.339185,0.206072,-0.387834,-0.219741,-0.300338,-0.337114,-0.491348,-0.541318,-0.541608,-0.598332,-0.531531,0.199078 +-5918.94,0.394116,0.394006,3,-0.247912,0.0117087,-2.34182,-2.33256,-2.09959,-2.366,-2.44805,-2.63096,-1.71014,-2.16926,-2.2242,-2.3356,-2.40014,-1.39971,-2.92223,-2.91115,-1.41948,-1.45812,-1.89961,-2.9095,-3.09473,-1.50085,-1.9749,-3.22613,-0.260921,-0.1616,-0.342509,-0.21628,-0.189514,-0.249937,-0.323883,-0.317632,-0.347301,-0.292195,-0.0599585,-0.020949,-0.291146,-0.169952,-0.227367,-0.147744,-0.100672,-0.105102,-0.162833,-0.368166,-0.486299,-0.0787808,-0.219737,0.108207 +-5918.04,1,0.394006,2,-0.248128,0.00981345,-2.42321,-2.20084,-2.02532,-2.32882,-2.32972,-2.74977,-1.81563,-2.05154,-2.07011,-2.27244,-2.34363,-1.27401,-3.14591,-2.61573,-1.66808,-1.43513,-1.7805,-3.04974,-3.07939,-1.42352,-1.97896,-3.16638,-0.244936,-0.212978,-0.435525,-0.279233,-0.219094,-0.265379,-0.299358,-0.385867,-0.305505,-0.218727,-0.0649625,-0.165754,-0.341463,-0.188915,-0.229193,-0.0340916,-0.243539,-0.0217154,-0.174226,-0.172274,-0.401562,-0.336788,-0.347164,0.0990628 +-5909.81,0.867111,0.394006,2,-0.223967,0.00384418,-2.2497,-2.16043,-1.80535,-2.35373,-2.43292,-2.6915,-1.70966,-2.18234,-1.9923,-2.36174,-2.25597,-1.43521,-2.99386,-2.69066,-1.48393,-1.53594,-1.63497,-2.9493,-3.07359,-1.27091,-2.03226,-3.02247,-0.251721,-0.29691,-0.439629,-0.162506,-0.208706,-0.218346,-0.242549,-0.00233101,-0.181152,-0.237002,-0.283771,-0.277481,-0.169431,-0.191789,-0.215277,-0.121114,-0.260763,-0.197584,-0.271571,-0.271309,-0.410495,-0.128011,-0.177225,0.0620015 +-5909.81,0.134447,0.394006,2,-0.223967,0.00384418,-2.2497,-2.16043,-1.80535,-2.35373,-2.43292,-2.6915,-1.70966,-2.18234,-1.9923,-2.36174,-2.25597,-1.43521,-2.99386,-2.69066,-1.48393,-1.53594,-1.63497,-2.9493,-3.07359,-1.27091,-2.03226,-3.02247,-0.251721,-0.29691,-0.439629,-0.162506,-0.208706,-0.218346,-0.242549,-0.00233101,-0.181152,-0.237002,-0.283771,-0.277481,-0.169431,-0.191789,-0.215277,-0.121114,-0.260763,-0.197584,-0.271571,-0.271309,-0.410495,-0.128011,-0.177225,0.0620015 +-5909.81,0.00717798,0.394006,2,-0.223967,0.00384418,-2.2497,-2.16043,-1.80535,-2.35373,-2.43292,-2.6915,-1.70966,-2.18234,-1.9923,-2.36174,-2.25597,-1.43521,-2.99386,-2.69066,-1.48393,-1.53594,-1.63497,-2.9493,-3.07359,-1.27091,-2.03226,-3.02247,-0.251721,-0.29691,-0.439629,-0.162506,-0.208706,-0.218346,-0.242549,-0.00233101,-0.181152,-0.237002,-0.283771,-0.277481,-0.169431,-0.191789,-0.215277,-0.121114,-0.260763,-0.197584,-0.271571,-0.271309,-0.410495,-0.128011,-0.177225,0.0620015 +-5909.81,0.00432323,0.394006,2,-0.223967,0.00384418,-2.2497,-2.16043,-1.80535,-2.35373,-2.43292,-2.6915,-1.70966,-2.18234,-1.9923,-2.36174,-2.25597,-1.43521,-2.99386,-2.69066,-1.48393,-1.53594,-1.63497,-2.9493,-3.07359,-1.27091,-2.03226,-3.02247,-0.251721,-0.29691,-0.439629,-0.162506,-0.208706,-0.218346,-0.242549,-0.00233101,-0.181152,-0.237002,-0.283771,-0.277481,-0.169431,-0.191789,-0.215277,-0.121114,-0.260763,-0.197584,-0.271571,-0.271309,-0.410495,-0.128011,-0.177225,0.0620015 +-5911.46,0.12996,0.394006,2,-0.187024,0.00585766,-2.65573,-2.29265,-1.69097,-2.4674,-2.39088,-2.10634,-1.80277,-1.961,-2.14113,-2.20613,-2.36029,-1.48552,-3.07525,-2.67384,-1.20841,-1.56594,-1.91431,-3.22135,-3.73977,-1.41255,-2.00745,-2.83787,-0.133097,-0.122424,-0.0571985,-0.264568,-0.150337,-0.193038,-0.294312,-0.389671,-0.283581,-0.176645,-0.0557569,-0.0690767,-0.253986,-0.128928,-0.201328,-0.186381,-0.181502,-0.116686,-0.0978283,-0.147351,-0.219949,-0.345199,-0.207036,0.0765354 +-5919.17,0.910197,0.394006,2,-0.221481,0.00831899,-2.14787,-1.9395,-2.13914,-2.33297,-2.42598,-2.25427,-1.66207,-2.20466,-1.8387,-2.32648,-2.38688,-1.50501,-3.2058,-3.07122,-1.5571,-1.39926,-2.10936,-2.75017,-3.17069,-1.83878,-2.29237,-3.00013,-0.254358,-0.308696,-0.400047,-0.161981,-0.229195,-0.256702,-0.383116,0.0809907,-0.153671,-0.371074,-0.268105,-0.197415,-0.018518,0.315768,-0.214477,-0.165847,-0.193991,-0.181789,-0.200782,-0.105689,-0.266037,-0.265168,-0.176731,0.0912085 +-5916.34,0.624277,0.394006,2,-0.220538,0.00694099,-1.89332,-1.72173,-1.9515,-2.53004,-2.4111,-1.92965,-1.782,-2.16748,-1.86723,-2.2882,-2.46358,-1.27946,-3.41535,-2.96698,-1.35664,-1.53728,-2.25118,-2.90528,-3.69718,-1.61929,-2.25845,-2.93206,-0.302428,-0.178787,-0.116277,-0.287814,-0.0923616,-0.235078,-0.236013,-0.143359,-0.293393,-0.298935,-0.195051,-0.272261,-0.218346,0.35546,-0.275039,-0.141822,-0.209741,-0.259932,-0.187482,-0.291738,-0.144802,-0.297534,-0.375905,0.0833126 +-5912.34,1,0.394006,2,-0.297604,0.00609692,-2.4397,-2.41579,-1.91025,-2.30038,-2.58316,-2.79669,-1.72872,-1.96291,-2.06314,-2.22293,-2.25613,-1.48012,-2.55664,-2.85303,-1.52585,-1.62486,-2.40157,-3.14595,-3.0706,-1.552,-2.14347,-2.82463,-0.377263,-0.269007,-0.356238,-0.239214,-0.280798,-0.286586,-0.37211,-0.212463,-0.269966,-0.263562,-0.315034,-0.190228,-0.348494,-0.0360399,-0.195279,-0.24674,0.114235,-0.379414,-0.299128,-0.232468,-0.381627,-0.331818,-0.337439,0.0780828 +-5913.78,0.557189,0.394006,3,-0.233449,0.00650319,-2.95616,-1.9023,-2.3352,-2.42775,-2.42877,-2.28751,-1.75118,-2.07203,-1.93555,-2.23781,-2.45627,-1.63699,-3.15976,-2.86206,-1.49089,-1.60613,-1.69558,-2.84187,-3.34086,-1.53037,-2.16076,-2.90686,-0.257589,-0.352988,-0.254111,-0.0756532,-0.408001,-0.260072,-0.36582,-0.149023,-0.290165,-0.189106,-0.104048,-0.0503387,-0.161356,-0.141318,-0.183353,-0.266332,-0.285481,-0.436591,-0.258877,-0.219353,-0.261568,-0.244855,-0.366202,0.0806423 +-5914.11,0.758232,0.394006,2,-0.197312,0.00713622,-1.76292,-2.11566,-1.74526,-2.46926,-2.65617,-2.37213,-1.70975,-2.13412,-1.95932,-2.37349,-2.235,-1.33806,-2.83295,-2.72184,-1.35671,-1.62054,-2.17743,-2.99734,-3.39133,-1.53293,-2.00179,-2.80329,-0.200565,-0.192464,-0.233744,-0.293356,0.115628,-0.214896,-0.267935,-0.190367,-0.278975,-0.236915,-0.288845,-0.283162,-0.313074,0.0650678,-0.238157,-0.090942,-0.102301,0.060908,-0.193172,-0.209343,-0.41303,-0.340951,-0.110179,0.0844761 +-5914.93,0.810176,0.394006,2,-0.223825,0.00801613,-3.16015,-2.24188,-2.37742,-2.35402,-2.54588,-1.95517,-1.67612,-2.15203,-2.06223,-2.13579,-2.42088,-1.51109,-3.19912,-2.57017,-1.43305,-1.41948,-1.78883,-2.89582,-3.57904,-1.57078,-2.36547,-2.83858,-0.233742,-0.271938,-0.259993,-0.16432,0.0351,-0.175682,-0.4619,-0.261738,-0.208631,-0.268764,-0.199175,-0.128607,-0.221878,-0.174572,-0.225526,-0.300704,-0.348859,-0.443783,-0.131053,-0.178745,-0.164387,-0.531403,-0.311904,0.0895329 +-5908.25,0.755395,0.394006,2,-0.245377,0.00461883,-3.30434,-2.25796,-2.02102,-2.38891,-2.47784,-2.0867,-1.69691,-2.21408,-1.93787,-2.21515,-2.48465,-1.48721,-3.32099,-2.72921,-1.50037,-1.52904,-1.80047,-2.82461,-3.47497,-1.63858,-2.24722,-2.74099,-0.186808,-0.38645,-0.219768,-0.202116,-0.175627,-0.359931,-0.406965,-0.238467,-0.307653,-0.230378,-0.238578,-0.261055,-0.212739,-0.187615,-0.201745,-0.210824,-0.296808,-0.0075399,-0.163815,-0.234507,-0.124778,-0.292808,-0.262066,0.067962 +-5909.82,0.53245,0.394006,2,-0.263488,0.00687456,-2.92755,-2.0722,-1.96197,-2.30715,-2.40591,-2.3034,-1.72049,-2.32059,-1.87947,-2.28545,-2.33212,-1.41975,-3.2343,-2.63212,-1.39318,-1.61751,-1.90405,-2.85962,-3.47816,-1.52887,-2.26153,-2.81901,-0.405439,-0.338464,-0.230223,-0.243319,-0.333864,-0.224507,-0.365743,-0.152452,-0.200725,-0.27224,-0.330033,-0.0795691,-0.189233,-0.196455,-0.370079,-0.343797,-0.305905,-0.138848,-0.141282,-0.229295,-0.373585,-0.32315,-0.288096,0.082913 +-5912.15,0.763857,0.394006,2,-0.29228,0.00557531,-2.88439,-1.90698,-2.05963,-2.25571,-2.15242,-2.09746,-1.70001,-2.20127,-1.97306,-2.39325,-2.41565,-1.58085,-3.31741,-2.63174,-1.29952,-1.55693,-1.87328,-3.01569,-3.17351,-1.46973,-2.0453,-2.8689,-0.247732,-0.240872,-0.240455,-0.240436,-0.228748,-0.299455,-0.376379,-0.145628,-0.300891,-0.259162,-0.320992,-0.279285,-0.349721,-0.281167,-0.228078,-0.243979,-0.425614,-0.371694,-0.289307,-0.296153,-0.306794,-0.432156,-0.0789294,0.074668 +-5917.9,0.41998,0.394006,2,-0.243511,0.00815833,-2.3614,-2.89708,-2.40597,-2.4389,-2.61439,-2.28343,-1.70492,-2.08261,-1.94646,-2.1438,-2.1183,-1.34487,-2.85141,-2.76879,-1.19219,-1.28197,-1.78349,-2.8179,-3.59663,-1.34003,-2.15983,-2.98629,-0.28201,-0.308554,-0.218894,-0.353503,-0.151362,-0.326772,-0.294619,-0.19033,-0.196315,-0.324584,-0.229709,-0.229472,-0.264858,-0.0162389,-0.337473,-0.247616,-0.0944071,-0.075888,-0.218361,-0.26887,-0.339083,-0.239864,0.135273,0.0903235 +-5917.9,0.27937,0.394006,2,-0.243511,0.00815833,-2.3614,-2.89708,-2.40597,-2.4389,-2.61439,-2.28343,-1.70492,-2.08261,-1.94646,-2.1438,-2.1183,-1.34487,-2.85141,-2.76879,-1.19219,-1.28197,-1.78349,-2.8179,-3.59663,-1.34003,-2.15983,-2.98629,-0.28201,-0.308554,-0.218894,-0.353503,-0.151362,-0.326772,-0.294619,-0.19033,-0.196315,-0.324584,-0.229709,-0.229472,-0.264858,-0.0162389,-0.337473,-0.247616,-0.0944071,-0.075888,-0.218361,-0.26887,-0.339083,-0.239864,0.135273,0.0903235 +-5928.72,1,0.394006,2,-0.34791,0.0319641,-2.12667,-1.74485,-1.95577,-2.392,-2.23494,-2.42956,-1.52891,-1.96348,-2.01608,-2.25091,-2.52764,-1.44423,-3.14408,-2.80785,-1.2122,-1.82537,-2.0884,-2.86193,-3.31628,-1.47674,-1.90156,-2.81445,-0.25194,-0.218884,-0.289662,-0.150886,-0.248197,-0.155083,-0.733646,-0.362324,-0.362068,-0.380389,-0.231273,-0.282734,-0.274898,0.0960907,-0.493816,-0.0633,-0.39467,-0.425588,-0.235388,-0.325374,-0.502354,-0.389413,-0.865433,0.178785 +-5924.15,0.907451,0.394006,2,-0.25997,0.0164236,-2.28237,-2.24771,-2.059,-2.45609,-2.33272,-2.05586,-1.48771,-2.05201,-1.84547,-2.14988,-2.40375,-1.38025,-2.59291,-2.89139,-1.36748,-1.47464,-1.88737,-2.71465,-3.77987,-1.42109,-2.16113,-2.98619,-0.0996698,-0.271899,-0.310209,-0.209696,-0.271115,-0.319386,-0.677888,-0.278997,-0.39296,-0.364524,-0.124684,-0.307144,-0.49147,0.0501589,-0.52372,-0.347739,-0.167452,-0.464213,-0.142203,-0.368556,-0.347288,-0.55001,-0.879772,0.128154 +-5925.81,0.753444,0.394006,2,-0.433771,0.0257543,-2.03064,-2.12802,-1.9874,-2.43972,-2.11968,-2.00744,-1.6362,-2.11165,-1.83249,-2.15137,-2.21971,-1.33327,-2.80098,-2.87002,-1.21269,-1.48767,-1.87421,-2.93538,-2.88988,-1.62637,-2.08703,-2.74671,-0.655882,-0.322461,-0.205336,-0.233353,-0.395219,-0.393725,-0.377399,-0.270489,-0.604852,-0.497568,-0.358326,-0.161992,-0.485017,0.0539174,-0.152057,-0.31314,-0.309461,-0.372105,-0.527502,-0.100679,-0.317958,-0.345498,-0.098073,0.160481 +-5928.88,0.871629,0.394006,3,-0.369718,0.0222777,-3.33712,-2.22333,-2.00282,-2.47092,-2.40792,-2.32241,-1.74012,-1.96973,-1.73465,-2.20094,-2.33316,-1.52499,-3.18907,-2.60045,-1.24434,-1.40784,-1.61357,-2.80168,-3.4833,-1.46457,-1.92025,-3.08589,-0.184825,-0.51886,-0.237937,-0.140229,-0.283234,-0.609696,-0.464601,-0.328536,-0.345053,-0.31737,-0.194364,-0.359577,-0.304699,-0.216174,-0.741525,-0.416011,-0.464606,-0.332453,-0.469581,-0.226485,-0.794832,-0.576115,-0.583142,0.149257 +-5939.24,0.533271,0.394006,3,-0.477198,0.0339789,-2.36866,-2.05219,-1.52942,-2.49461,-2.26027,-1.90032,-1.80447,-2.12653,-1.75916,-2.25881,-2.42263,-1.26481,-3.41411,-2.66015,-1.13355,-1.38008,-1.81757,-2.67087,-3.25826,-1.50847,-2.00613,-2.81823,-0.276183,-0.343405,-0.511716,-0.236831,-0.243613,-0.446904,-0.301213,-0.104101,-0.207641,-0.56201,-0.293321,-0.156292,-0.399207,-0.0523172,-0.515193,-0.539427,-0.406114,-0.741254,-0.55205,-0.0634807,-0.459094,-0.446969,-0.728068,0.184334 +-5923.37,0.932184,0.394006,2,-0.361204,0.00694138,-2.03641,-2.14983,-2.47596,-2.30391,-2.51203,-2.62183,-1.65213,-2.29341,-2.00364,-2.08516,-2.11118,-1.4734,-2.67488,-2.60106,-1.49699,-1.38401,-2.06657,-2.98326,-3.17383,-1.64332,-2.12743,-2.91431,-0.411796,-0.390928,-0.296911,-0.316592,-0.359218,-0.330292,-0.371729,-0.0916656,-0.559875,-0.248868,-0.362621,-0.448454,-0.386211,-0.213797,-0.254738,-0.244625,-0.271221,-0.0772239,-0.446531,-0.375937,-0.33421,-0.385831,-0.177407,0.0833149 +-5922.12,0.513155,0.394006,2,-0.337196,0.00617572,-2.30412,-2.03912,-2.61486,-2.29888,-2.4889,-2.63673,-1.65547,-2.30257,-1.85102,-2.10255,-2.18791,-1.47542,-2.56362,-2.64994,-1.53792,-1.37332,-1.79122,-2.91366,-3.21261,-1.55798,-2.27679,-3.02837,-0.413703,-0.409877,-0.369023,-0.311035,-0.342377,-0.474346,-0.313059,0.0589786,-0.36921,-0.291884,-0.433829,-0.246998,-0.422442,-0.355176,-0.235066,-0.429199,-0.239904,-0.219505,-0.300341,-0.452116,-0.247653,-0.429538,-0.206249,0.0785858 +-5924.31,1,0.394006,3,-0.17988,0.00946608,-2.2116,-2.0986,-2.6985,-2.51977,-2.57677,-2.36648,-1.69816,-2.04453,-1.90346,-2.27706,-2.27971,-1.52641,-2.69583,-2.79652,-1.35244,-1.64116,-2.11143,-3.36877,-3.35069,-1.8236,-2.18081,-2.87222,-0.152163,-0.0932031,-0.152676,-0.122911,-0.0136631,-0.467548,-0.404745,-0.16584,-0.238686,-0.445495,-0.226347,-0.0609348,-0.084462,0.132407,-0.270932,-0.153587,-0.115699,-0.0426459,-0.324505,-0.196593,-0.166997,-0.598497,-0.0379135,0.0972938 +-5921.28,0.759555,0.394006,3,-0.27598,0.00483436,-1.99173,-1.90971,-1.99618,-2.36019,-2.3835,-2.77735,-1.5704,-2.05822,-1.98619,-2.24249,-2.31103,-1.4854,-2.62879,-2.79985,-1.48656,-1.56053,-1.98199,-3.16912,-3.71292,-1.60664,-2.05955,-3.01575,-0.410174,-0.28946,-0.303249,-0.43998,-0.313855,-0.156146,-0.332729,-0.211301,-0.379222,-0.252237,-0.237795,-0.261973,-0.221451,-0.207057,-0.181895,-0.427208,-0.309629,-0.19553,0.127342,-0.477607,-0.317407,-0.354891,-0.188722,0.0695296 +-5921.28,0.03514,0.394006,1,-0.27598,0.00483436,-1.99173,-1.90971,-1.99618,-2.36019,-2.3835,-2.77735,-1.5704,-2.05822,-1.98619,-2.24249,-2.31103,-1.4854,-2.62879,-2.79985,-1.48656,-1.56053,-1.98199,-3.16912,-3.71292,-1.60664,-2.05955,-3.01575,-0.410174,-0.28946,-0.303249,-0.43998,-0.313855,-0.156146,-0.332729,-0.211301,-0.379222,-0.252237,-0.237795,-0.261973,-0.221451,-0.207057,-0.181895,-0.427208,-0.309629,-0.19553,0.127342,-0.477607,-0.317407,-0.354891,-0.188722,0.0695296 +-5909.47,0.677603,0.394006,2,-0.27085,0.00849029,-1.85334,-2.07543,-1.71525,-2.31073,-2.46483,-2.63845,-1.62611,-2.02853,-2.03871,-2.26034,-2.23349,-1.5221,-2.71581,-2.72097,-1.44154,-1.56356,-2.05709,-2.86804,-3.46079,-1.43905,-2.11265,-2.90577,-0.256799,-0.229848,-0.235346,-0.267381,-0.230039,-0.148887,-0.329794,-0.304087,-0.382093,-0.3082,-0.286994,-0.225309,-0.31071,-0.132332,-0.0999787,-0.167876,-0.256977,-0.0418557,-0.197492,-0.464736,-0.343653,-0.254017,-0.228872,0.0921428 +-5914.34,0.643589,0.394006,2,-0.2818,0.00688295,-1.8532,-1.85169,-1.85262,-2.28758,-2.37025,-2.82839,-1.68009,-2.00552,-1.99491,-2.27355,-2.20201,-1.52602,-2.71512,-2.71036,-1.44167,-1.52242,-2.07895,-2.87414,-3.62439,-1.39139,-2.13958,-2.93652,-0.243628,-0.219215,-0.328755,-0.335901,-0.331809,-0.196956,-0.377828,-0.347133,-0.330877,-0.295106,-0.289254,-0.161401,-0.227101,-0.101186,-0.136151,-0.112796,-0.341521,-0.0526418,-0.368879,-0.51694,-0.301064,-0.335122,-0.157908,0.0829636 +-5910.63,0.552401,0.394006,3,-0.282988,0.00629522,-1.8704,-1.98567,-2.00513,-2.24142,-2.39009,-2.97549,-1.73281,-1.99995,-2.01831,-2.28258,-2.25413,-1.52247,-3.02428,-2.69404,-1.35423,-1.5506,-1.94137,-3.04656,-3.551,-1.32391,-2.1121,-2.94034,-0.295219,-0.258134,-0.411348,-0.336331,-0.366008,-0.258376,-0.359876,-0.330491,-0.308787,-0.303055,-0.293741,-0.164417,-0.272033,-0.175649,-0.174072,-0.159303,-0.494811,-0.107999,-0.310801,-0.436041,-0.279471,-0.325076,-0.205326,0.0793424 +-5911.21,0.311965,0.394006,1,-0.289214,0.00908881,-1.48307,-1.79246,-1.92828,-2.34676,-2.28158,-2.35128,-1.75256,-2.04439,-1.88029,-2.15928,-2.26067,-1.55796,-2.93221,-2.82424,-1.37826,-1.56673,-1.95899,-2.83112,-3.39712,-1.37725,-2.10626,-2.79205,-0.320449,-0.378262,-0.252,-0.429042,-0.132636,-0.303954,-0.412687,-0.195239,-0.386477,-0.319959,-0.337397,-0.129355,-0.381471,-0.101785,-0.323389,-0.270092,-0.140603,-0.0627567,-0.340982,-0.338804,-0.331415,-0.343014,-0.1871,0.0953352 +-5913.29,0.695476,0.394006,2,-0.306323,0.0105996,-1.5283,-1.80017,-1.75015,-2.36702,-2.27641,-2.26833,-1.75803,-2.12019,-1.77571,-2.17018,-2.17169,-1.58131,-2.81959,-2.80542,-1.38976,-1.56959,-1.93856,-2.88419,-3.55039,-1.33852,-2.10102,-2.76404,-0.355986,-0.309179,-0.29024,-0.428983,-0.183596,-0.278624,-0.414698,-0.264677,-0.438293,-0.311643,-0.282719,-0.101794,-0.400917,-0.127208,-0.285484,-0.357245,-0.157595,-0.102243,-0.271268,-0.398863,-0.395485,-0.362931,-0.396307,0.102955 +-5920.54,0.57836,0.394006,2,-0.309438,0.00938299,-2.14271,-2.234,-1.95425,-2.34508,-2.44567,-1.97914,-1.75058,-2.03752,-1.9642,-2.14586,-2.32093,-1.71954,-3.1013,-2.81407,-1.10004,-1.32489,-1.94796,-3.14785,-2.72274,-1.31912,-2.02554,-2.73863,-0.296991,-0.373244,-0.643069,-0.14055,-0.294168,-0.307162,-0.357419,-0.269614,-0.163047,-0.464071,-0.258998,0.0443419,-0.196104,-0.0488754,-0.288734,-0.312283,-0.344843,-0.0128301,-0.311827,-0.404976,-0.306481,-0.53254,-0.242164,0.0968658 +-5917.02,0.512873,0.394006,3,-0.240138,0.0042673,-2.44691,-2.46077,-2.85879,-2.36287,-2.51204,-2.12301,-1.65899,-2.15082,-1.85956,-2.28035,-2.22595,-1.42211,-2.58526,-2.7086,-1.19279,-1.39089,-1.93983,-2.60486,-3.91054,-1.45592,-2.2141,-2.85723,-0.2064,-0.271247,-0.344619,-0.178695,-0.248751,-0.23412,-0.395002,-0.260613,-0.207872,-0.13891,-0.306292,-0.211388,-0.333485,-0.145534,-0.188963,-0.210087,-0.24681,-0.163417,0.350397,-0.229891,-0.10197,-0.422623,-0.198302,0.0653246 +-5917.02,0.0926826,0.394006,3,-0.240138,0.0042673,-2.44691,-2.46077,-2.85879,-2.36287,-2.51204,-2.12301,-1.65899,-2.15082,-1.85956,-2.28035,-2.22595,-1.42211,-2.58526,-2.7086,-1.19279,-1.39089,-1.93983,-2.60486,-3.91054,-1.45592,-2.2141,-2.85723,-0.2064,-0.271247,-0.344619,-0.178695,-0.248751,-0.23412,-0.395002,-0.260613,-0.207872,-0.13891,-0.306292,-0.211388,-0.333485,-0.145534,-0.188963,-0.210087,-0.24681,-0.163417,0.350397,-0.229891,-0.10197,-0.422623,-0.198302,0.0653246 +-5915.25,0.499592,0.394006,2,-0.248736,0.00411798,-2.55278,-2.49046,-2.9299,-2.42239,-2.54064,-2.15138,-1.64344,-2.21507,-1.84208,-2.32636,-2.22456,-1.43631,-2.69008,-2.71999,-1.25745,-1.386,-1.88907,-2.64901,-3.62398,-1.47107,-2.28176,-2.93981,-0.27332,-0.184529,-0.238624,-0.152213,-0.252579,-0.169056,-0.351125,-0.304707,-0.189816,-0.169729,-0.312464,-0.280006,-0.223701,-0.0875026,-0.197396,-0.213147,-0.221714,-0.243859,0.408739,-0.237336,-0.17672,-0.358798,-0.279338,0.0641715 +-5915.25,0.00634179,0.394006,2,-0.248736,0.00411798,-2.55278,-2.49046,-2.9299,-2.42239,-2.54064,-2.15138,-1.64344,-2.21507,-1.84208,-2.32636,-2.22456,-1.43631,-2.69008,-2.71999,-1.25745,-1.386,-1.88907,-2.64901,-3.62398,-1.47107,-2.28176,-2.93981,-0.27332,-0.184529,-0.238624,-0.152213,-0.252579,-0.169056,-0.351125,-0.304707,-0.189816,-0.169729,-0.312464,-0.280006,-0.223701,-0.0875026,-0.197396,-0.213147,-0.221714,-0.243859,0.408739,-0.237336,-0.17672,-0.358798,-0.279338,0.0641715 +-5909.54,2.35888e-06,0.394006,3,-0.247111,0.00230732,-2.00217,-2.27516,-2.81879,-2.4919,-2.46519,-2.16157,-1.74923,-2.18384,-1.96337,-2.29391,-2.23356,-1.35975,-2.51631,-2.75897,-1.30053,-1.58642,-1.99382,-2.30915,-3.8867,-1.58067,-2.12328,-2.87551,-0.202581,-0.228912,-0.237951,-0.204205,-0.186321,-0.284882,-0.350603,-0.173707,-0.293199,-0.224311,-0.226106,-0.195054,-0.2682,-0.192026,-0.243491,-0.22439,-0.148423,-0.215307,0.52878,-0.237532,-0.286313,-0.229678,-0.265734,0.0480346 +-5909.54,2.43788e-24,0.394006,3,-0.247111,0.00230732,-2.00217,-2.27516,-2.81879,-2.4919,-2.46519,-2.16157,-1.74923,-2.18384,-1.96337,-2.29391,-2.23356,-1.35975,-2.51631,-2.75897,-1.30053,-1.58642,-1.99382,-2.30915,-3.8867,-1.58067,-2.12328,-2.87551,-0.202581,-0.228912,-0.237951,-0.204205,-0.186321,-0.284882,-0.350603,-0.173707,-0.293199,-0.224311,-0.226106,-0.195054,-0.2682,-0.192026,-0.243491,-0.22439,-0.148423,-0.215307,0.52878,-0.237532,-0.286313,-0.229678,-0.265734,0.0480346 +-5909.54,5.58798e-05,0.394006,2,-0.247111,0.00230732,-2.00217,-2.27516,-2.81879,-2.4919,-2.46519,-2.16157,-1.74923,-2.18384,-1.96337,-2.29391,-2.23356,-1.35975,-2.51631,-2.75897,-1.30053,-1.58642,-1.99382,-2.30915,-3.8867,-1.58067,-2.12328,-2.87551,-0.202581,-0.228912,-0.237951,-0.204205,-0.186321,-0.284882,-0.350603,-0.173707,-0.293199,-0.224311,-0.226106,-0.195054,-0.2682,-0.192026,-0.243491,-0.22439,-0.148423,-0.215307,0.52878,-0.237532,-0.286313,-0.229678,-0.265734,0.0480346 +-5909.54,0.00138175,0.394006,2,-0.247111,0.00230732,-2.00217,-2.27516,-2.81879,-2.4919,-2.46519,-2.16157,-1.74923,-2.18384,-1.96337,-2.29391,-2.23356,-1.35975,-2.51631,-2.75897,-1.30053,-1.58642,-1.99382,-2.30915,-3.8867,-1.58067,-2.12328,-2.87551,-0.202581,-0.228912,-0.237951,-0.204205,-0.186321,-0.284882,-0.350603,-0.173707,-0.293199,-0.224311,-0.226106,-0.195054,-0.2682,-0.192026,-0.243491,-0.22439,-0.148423,-0.215307,0.52878,-0.237532,-0.286313,-0.229678,-0.265734,0.0480346 +-5909.54,0.0113223,0.394006,2,-0.247111,0.00230732,-2.00217,-2.27516,-2.81879,-2.4919,-2.46519,-2.16157,-1.74923,-2.18384,-1.96337,-2.29391,-2.23356,-1.35975,-2.51631,-2.75897,-1.30053,-1.58642,-1.99382,-2.30915,-3.8867,-1.58067,-2.12328,-2.87551,-0.202581,-0.228912,-0.237951,-0.204205,-0.186321,-0.284882,-0.350603,-0.173707,-0.293199,-0.224311,-0.226106,-0.195054,-0.2682,-0.192026,-0.243491,-0.22439,-0.148423,-0.215307,0.52878,-0.237532,-0.286313,-0.229678,-0.265734,0.0480346 +-5909.54,0.257546,0.394006,2,-0.247111,0.00230732,-2.00217,-2.27516,-2.81879,-2.4919,-2.46519,-2.16157,-1.74923,-2.18384,-1.96337,-2.29391,-2.23356,-1.35975,-2.51631,-2.75897,-1.30053,-1.58642,-1.99382,-2.30915,-3.8867,-1.58067,-2.12328,-2.87551,-0.202581,-0.228912,-0.237951,-0.204205,-0.186321,-0.284882,-0.350603,-0.173707,-0.293199,-0.224311,-0.226106,-0.195054,-0.2682,-0.192026,-0.243491,-0.22439,-0.148423,-0.215307,0.52878,-0.237532,-0.286313,-0.229678,-0.265734,0.0480346 +-5909.54,0.203645,0.394006,2,-0.247111,0.00230732,-2.00217,-2.27516,-2.81879,-2.4919,-2.46519,-2.16157,-1.74923,-2.18384,-1.96337,-2.29391,-2.23356,-1.35975,-2.51631,-2.75897,-1.30053,-1.58642,-1.99382,-2.30915,-3.8867,-1.58067,-2.12328,-2.87551,-0.202581,-0.228912,-0.237951,-0.204205,-0.186321,-0.284882,-0.350603,-0.173707,-0.293199,-0.224311,-0.226106,-0.195054,-0.2682,-0.192026,-0.243491,-0.22439,-0.148423,-0.215307,0.52878,-0.237532,-0.286313,-0.229678,-0.265734,0.0480346 +-5909.54,1.12134e-14,0.394006,2,-0.247111,0.00230732,-2.00217,-2.27516,-2.81879,-2.4919,-2.46519,-2.16157,-1.74923,-2.18384,-1.96337,-2.29391,-2.23356,-1.35975,-2.51631,-2.75897,-1.30053,-1.58642,-1.99382,-2.30915,-3.8867,-1.58067,-2.12328,-2.87551,-0.202581,-0.228912,-0.237951,-0.204205,-0.186321,-0.284882,-0.350603,-0.173707,-0.293199,-0.224311,-0.226106,-0.195054,-0.2682,-0.192026,-0.243491,-0.22439,-0.148423,-0.215307,0.52878,-0.237532,-0.286313,-0.229678,-0.265734,0.0480346 +-5915.95,0.00055738,0.394006,3,-0.18512,0.00278092,-1.65534,-2.37572,-2.45644,-2.48159,-2.62594,-2.17046,-1.81297,-2.12154,-1.80385,-2.18096,-2.26163,-1.43751,-2.99676,-2.76018,-1.5111,-1.59548,-2.17514,-2.46407,-4.31916,-1.64937,-1.9623,-2.98436,-0.21569,-0.264847,-0.215072,-0.236746,-0.172752,-0.110298,-0.277125,-0.213742,-0.146832,-0.125134,-0.221371,-0.218768,-0.182317,-0.170384,-0.256667,-0.207996,-0.251488,-0.212628,0.431267,-0.126565,-0.198333,-0.211921,-0.162794,0.0527344 +-5915.95,0.00313505,0.394006,2,-0.18512,0.00278092,-1.65534,-2.37572,-2.45644,-2.48159,-2.62594,-2.17046,-1.81297,-2.12154,-1.80385,-2.18096,-2.26163,-1.43751,-2.99676,-2.76018,-1.5111,-1.59548,-2.17514,-2.46407,-4.31916,-1.64937,-1.9623,-2.98436,-0.21569,-0.264847,-0.215072,-0.236746,-0.172752,-0.110298,-0.277125,-0.213742,-0.146832,-0.125134,-0.221371,-0.218768,-0.182317,-0.170384,-0.256667,-0.207996,-0.251488,-0.212628,0.431267,-0.126565,-0.198333,-0.211921,-0.162794,0.0527344 +-5919.21,0.0504123,0.394006,2,-0.207525,0.00231991,-1.50433,-2.29793,-2.40444,-2.46204,-2.58332,-1.89827,-1.83842,-2.19063,-1.8077,-2.21441,-2.27667,-1.43473,-3.10375,-2.74143,-1.45644,-1.63877,-2.06846,-2.52851,-4.30935,-1.74492,-1.92256,-2.95406,-0.129787,-0.165689,-0.237461,-0.235853,-0.0634795,-0.161323,-0.291113,-0.176765,-0.159977,-0.186848,-0.279724,-0.236349,-0.175456,-0.086477,-0.27252,-0.2146,-0.187281,-0.267148,0.31094,-0.10366,-0.131368,-0.216905,-0.182782,0.0481654 +-5923.71,1,0.394006,2,-0.160097,0.00768768,-3.44215,-2.28864,-2.26387,-2.44925,-2.49026,-2.62282,-1.67085,-2.14127,-2.25011,-2.25881,-2.37287,-1.48903,-3.00085,-2.78532,-1.59728,-1.47462,-1.98073,-3.20025,-3.28137,-1.30258,-2.27277,-2.8484,-0.310302,-0.214488,-0.114977,-0.0316327,-0.0891957,-0.227664,-0.31102,0.00462475,-0.224042,-0.347463,-0.117901,-0.0764309,-0.247793,-0.0456712,0.119403,-0.0597031,-0.0830908,-0.106146,-0.049611,-0.288771,-0.573102,-0.372271,-0.158254,0.0876794 +-5927.09,0.942413,0.394006,3,-0.237752,0.0110528,-1.88769,-2.13279,-2.46535,-2.51839,-2.57002,-2.75006,-1.9157,-2.14199,-1.86199,-2.1257,-2.27578,-1.70191,-3.06753,-2.79323,-1.5238,-1.51963,-1.99096,-3.02555,-3.68777,-1.45789,-2.08736,-2.98683,-0.251287,-0.237822,-0.118048,-0.220701,-0.136959,-0.358845,-0.263398,-0.31507,-0.229251,-0.361027,-0.392846,-0.0210722,-0.229492,0.0730387,-0.125938,-0.28638,-0.282713,-0.184865,-0.558062,-0.326004,0.0454497,-0.228344,-0.110464,0.105132 +-5922.62,0.955862,0.394006,2,-0.225057,0.0178023,-2.24487,-2.40535,-2.00486,-2.47195,-2.45982,-2.27906,-1.84942,-1.83887,-1.94006,-2.1238,-2.07848,-1.66175,-3.34263,-2.78649,-1.4679,-1.30831,-1.87716,-2.84182,-3.68869,-1.49585,-2.29338,-2.86467,-0.231637,-0.137801,-0.131826,-0.112415,-0.29808,-0.307052,-0.136313,-0.33141,-0.276453,-0.404,-0.28294,-0.202386,-0.373768,0.00330448,-0.0940105,-0.162051,-0.282289,-0.195425,-0.315398,-0.173554,-0.130344,-0.365744,-0.161572,0.133425 +-5921.03,0.728172,0.394006,2,-0.27542,0.0115234,-3.2743,-2.04603,-2.30727,-2.4819,-2.55679,-2.31885,-1.83259,-1.96311,-1.83583,-2.26664,-2.25785,-1.44752,-3.37092,-2.78108,-1.43117,-1.49746,-1.88922,-2.94503,-3.74419,-1.54928,-2.32009,-2.83084,-0.403652,-0.193569,-0.29879,-0.174163,-0.177321,-0.62237,-0.216546,-0.19022,-0.309572,-0.302006,-0.406486,-0.187425,-0.101525,-0.0766269,-0.203688,-0.372151,-0.343483,-0.170303,-0.284017,-0.30738,-0.108224,-0.391163,-0.5096,0.107347 +-5929.02,0.656694,0.394006,3,-0.241064,0.017078,-1.79713,-2.4371,-1.86895,-2.27308,-2.23482,-1.78247,-1.53775,-2.3173,-1.77243,-2.33065,-2.31651,-1.39856,-2.59686,-2.72106,-1.55134,-1.3363,-2.14728,-2.75455,-2.83442,-1.42453,-2.05294,-2.94642,-0.161729,-0.370139,-0.293015,-0.285401,-0.154214,-0.261042,-0.640429,0.0746417,-0.757531,-0.268337,-0.0658511,-0.293532,-0.574743,-0.140543,-0.026037,-0.244328,-0.121611,-0.311772,-0.289379,-0.203544,-0.535695,-0.372433,-0.060106,0.130683 +-5927.54,0.891062,0.394006,2,-0.245949,0.0455814,-2.04858,-2.31342,-1.71903,-2.31476,-2.29401,-1.9011,-1.53719,-2.41582,-1.59721,-2.32876,-2.37919,-1.58007,-2.71823,-2.71855,-1.5359,-1.41004,-2.05521,-2.56889,-3.06785,-1.68691,-2.13337,-2.85981,-0.328136,-0.270868,-0.290901,-0.239198,-0.180692,-0.368477,-0.492093,0.190835,-0.652355,-0.282166,-0.148846,-0.313175,-0.448107,-0.126012,-0.0425347,-0.231953,-0.127222,-0.257378,-0.254065,-0.16169,-0.504356,-0.442218,-0.330589,0.213498 +-5922.53,0.971318,0.394006,3,-0.32121,0.00578557,-2.42423,-2.25284,-2.5594,-2.37764,-2.29518,-1.96821,-1.68582,-1.83964,-1.96937,-2.21346,-2.43772,-1.42497,-3.2677,-2.908,-0.983171,-1.57448,-1.83954,-3.25607,-3.65342,-1.40714,-2.08175,-2.96378,-0.346957,-0.559179,-0.328,-0.28364,-0.199699,-0.234525,-0.319002,-0.566977,-0.182255,-0.376969,-0.241342,-0.292471,-0.240933,0.161893,-0.563852,-0.153908,-0.443537,-0.155821,-0.251244,-0.332236,-0.449401,-0.327044,-0.329117,0.076063 +-5945.48,0.40897,0.394006,3,-0.40873,0.0528482,-1.99473,-1.70135,-2.4239,-2.20044,-2.86172,-3.19283,-1.75988,-1.83483,-1.67673,-2.14339,-2.38056,-1.40618,-3.22981,-2.9822,-1.1662,-1.74803,-2.18604,-2.86185,-2.99959,-1.38057,-2.16113,-2.89905,-0.333477,-0.343218,-0.270804,-0.461936,-0.451934,-0.40711,-0.496087,-0.381157,-0.333587,-0.386167,-0.37615,-0.391657,-0.288331,0.41469,-0.446039,-0.0137105,-0.139637,-0.0637033,-0.425663,-0.431261,-0.304013,-0.582397,-0.59204,0.229887 +-5934.09,1,0.394006,2,-0.414265,0.0132894,-2.06577,-2.13044,-2.34504,-2.31237,-2.38567,-2.13692,-1.54153,-1.95005,-1.82745,-2.19829,-2.24584,-1.36161,-2.98942,-3.00576,-1.1504,-1.66089,-2.24421,-2.42116,-3.23922,-1.2023,-2.02004,-2.9921,-0.436485,-0.635265,-0.128511,-0.476439,-0.108033,-0.319403,-0.291162,-0.404434,-0.489758,-0.438266,-0.415287,-0.429126,-0.394591,0.313277,-0.383329,-0.159616,-0.0623958,-0.154989,-0.415582,-0.606343,-0.244125,-0.512982,-0.566157,0.11528 +-5929.76,0.999057,0.394006,3,-0.325538,0.0462509,-2.50093,-2.29738,-2.4746,-2.40729,-2.24264,-2.26398,-1.71659,-2.38859,-1.92572,-2.25638,-2.16525,-1.51114,-2.92333,-2.67457,-1.38242,-1.24011,-1.9213,-3.43808,-3.25726,-1.68147,-2.01398,-2.65692,-0.245029,-0.0726946,-0.0378378,-0.374126,-0.498082,-0.462647,-0.37348,-0.0264154,-0.264033,-0.207023,-0.289096,0.0234047,-0.264037,0.00247179,-0.208952,-0.344381,-0.0571567,-0.342127,-0.186291,-0.00913544,-0.63936,-0.456111,-0.163924,0.21506 +-5926.69,0.972148,0.394006,2,-0.190005,0.0097141,-1.68705,-2.11886,-2.46497,-2.32046,-2.23576,-2.148,-1.66726,-2.1326,-1.80757,-2.26816,-2.27591,-1.61529,-3.25503,-2.69459,-1.43306,-1.80297,-2.10781,-2.64795,-3.38938,-1.74701,-1.87262,-2.97027,-0.312327,-0.371761,-0.229342,-0.167752,-0.237325,-0.123615,-0.377969,-0.0349249,-0.435535,-0.255055,-0.429541,-0.216191,-0.256375,-0.267916,-0.384431,-0.165876,-0.168505,-0.130582,-0.245007,-0.0919911,-0.810044,-0.38756,-0.248613,0.0985601 +-5918.51,0.973381,0.394006,2,-0.272434,0.0266574,-2.91363,-2.18578,-2.59038,-2.51047,-2.29227,-1.99487,-1.67414,-2.10977,-2.08242,-2.27549,-2.16462,-1.65387,-3.0032,-2.76015,-1.43044,-1.54841,-1.96609,-2.88172,-3.05055,-1.49319,-2.05697,-2.98173,-0.187859,-0.121446,-0.0739106,-0.219429,-0.31081,-0.511141,-0.425026,-0.180738,-0.0918596,-0.261812,-0.277374,-0.0252091,-0.325025,0.119344,-0.192127,-0.148053,-0.154361,-0.356102,-0.343572,-0.373013,-0.168252,-0.352151,-0.265501,0.163271 +-5926.06,0.861517,0.394006,3,-0.218964,0.0212075,-2.60921,-1.96748,-1.73074,-2.32665,-2.42517,-2.51958,-1.64968,-2.10445,-1.86856,-2.25232,-2.56901,-1.66033,-2.89861,-2.95881,-1.16541,-1.50837,-2.02119,-3.01603,-3.83919,-1.38099,-2.4392,-2.91736,-0.18967,-0.594453,-0.40559,-0.331521,-0.0869149,0.0227189,-0.568419,-0.174616,-0.355425,-0.248076,-0.0314215,0.179328,-0.157982,-0.0707131,-0.29136,-0.224644,-0.120104,-0.0308971,-0.225444,-0.177025,-0.471949,-0.143522,-0.236831,0.145628 +-5937.78,0.699026,0.394006,2,-0.110261,0.0474217,-1.86201,-1.94933,-2.44767,-2.47062,-2.44843,-2.41894,-1.72046,-2.02312,-1.76291,-2.18529,-2.35844,-1.82516,-3.31541,-2.90549,-1.38638,-1.40211,-2.16287,-2.52863,-3.01444,-1.45128,-1.82201,-3.08501,-0.199728,-0.632979,-0.133134,-0.0990866,-0.219762,-0.0199987,-0.237365,-0.166069,-0.367975,-0.389842,0.068101,0.0132443,-0.106632,0.302336,-0.393481,-0.138451,0.0135649,0.0419915,-0.194137,-0.618319,-0.283568,-0.196013,0.0662994,0.217765 +-5943.2,0.830908,0.394006,3,-0.162248,0.0218151,-2.80169,-2.10806,-2.47394,-2.40674,-2.43477,-2.73936,-1.66384,-2.33099,-1.78469,-2.07944,-2.38195,-1.3421,-3.39029,-2.87692,-1.50702,-1.26056,-2.35602,-2.58761,-3.41136,-1.19138,-2.21425,-3.11461,0.195782,-0.610249,0.0395451,-0.0102117,0.148609,0.0142946,-0.359343,-0.309934,-0.251702,-0.427313,-0.204763,-0.116512,-0.133252,0.233903,-0.342714,-0.441494,-0.123287,-0.365768,-0.0854463,-0.588425,-0.328993,-0.356905,-0.2859,0.147699 +-5924.31,1,0.394006,3,-0.312227,0.00490204,-2.40881,-2.03462,-1.88832,-2.4278,-2.46767,-1.61074,-1.81972,-2.14267,-2.17551,-2.35162,-2.29983,-1.63395,-2.66601,-2.71741,-1.50456,-1.45331,-1.57803,-3.16759,-3.4126,-1.5092,-2.16011,-2.7742,-0.410481,-0.253663,-0.404447,-0.327563,-0.368202,-0.467594,-0.380226,-0.148224,-0.262573,-0.23941,-0.274183,-0.358487,-0.283204,-0.0179858,0.231031,-0.327248,-0.318968,-0.121272,-0.317692,-0.226617,-0.346503,-0.288746,-0.221839,0.0700146 +-5921.26,0.802894,0.394006,2,-0.249429,0.0132467,-2.41848,-2.23724,-1.83763,-2.41603,-2.39529,-1.53279,-1.73131,-2.20643,-2.12944,-2.29059,-2.272,-1.64541,-2.71781,-2.77107,-1.586,-1.3738,-1.6362,-2.98856,-2.99616,-1.44844,-1.89074,-2.88709,-0.418308,-0.299197,-0.409231,-0.279102,-0.160708,-0.605241,-0.298287,-0.277196,-0.274227,-0.277074,-0.158378,-0.121916,-0.353505,0.026904,0.0859972,-0.262996,-0.385764,0.00812256,-0.336204,-0.239239,-0.367493,-0.251569,-0.337742,0.115094 +-5917.73,0.928666,0.394006,2,-0.264383,0.0184182,-2.48631,-2.16624,-2.11567,-2.31264,-2.37617,-1.89505,-1.78419,-2.02625,-2.01208,-2.27245,-2.41416,-1.40791,-2.7982,-2.76833,-1.17596,-1.49494,-2.0521,-3.10427,-3.54038,-1.48466,-2.23728,-3.08437,-0.045942,-0.480038,-0.419287,-0.376862,-0.115657,-0.558885,-0.2794,-0.10251,-0.250449,-0.323128,-0.213992,0.0340478,-0.271852,-0.102693,-0.385619,-0.203354,-0.340924,-0.272749,-0.142263,-0.116594,-0.395986,-0.286626,-0.158714,0.135714 +-5918.96,0.982138,0.394006,3,-0.339636,0.0256432,-2.17459,-2.42494,-2.07496,-2.46488,-2.31163,-2.18129,-1.59506,-2.08696,-1.93505,-2.18395,-2.16147,-1.30795,-3.17876,-2.89524,-1.3849,-1.44772,-1.86089,-3.02944,-3.16531,-1.3902,-1.96719,-2.66298,-0.210763,-0.585627,-0.356332,-0.277033,-0.390823,-0.389812,-0.435806,-0.0615658,-0.290466,-0.313046,-0.290682,-0.323475,-0.244575,0.0470135,-0.127903,-0.282674,-0.449725,-0.330415,-0.41536,-0.2554,-0.53384,-0.635474,-0.173791,0.160135 +-5913.52,0.932588,0.394006,2,-0.379941,0.00764969,-2.47972,-1.87771,-1.94974,-2.27454,-2.47231,-2.05533,-1.69685,-2.1502,-1.87495,-2.24791,-2.41405,-1.46784,-2.97539,-2.62773,-1.28741,-1.54969,-1.93754,-2.76755,-3.31437,-1.47507,-2.06006,-2.90829,-0.469126,-0.210805,-0.335084,-0.359406,-0.166917,-0.448421,-0.47165,-0.472147,-0.4768,-0.383552,-0.318907,-0.242307,-0.424988,-0.332542,-0.500225,-0.260691,-0.321762,-0.226367,-0.267891,-0.398498,-0.342958,-0.298292,-0.470591,0.0874625 +-5914.42,0.217971,0.394006,2,-0.316169,0.00946782,-2.72163,-1.91339,-2.05033,-2.32276,-2.40648,-2.17753,-1.65453,-2.02125,-1.94338,-2.28079,-2.40013,-1.51156,-3.04489,-2.78937,-1.18803,-1.66332,-1.82195,-2.90206,-3.19222,-1.40545,-2.22333,-2.74045,-0.307687,-0.261383,-0.267705,-0.289248,-0.319206,-0.362628,-0.362981,-0.246364,-0.372002,-0.259034,-0.157099,-0.136848,-0.528256,-0.139684,-0.21203,-0.307999,-0.206085,-0.409839,-0.413658,-0.437945,-0.343758,-0.186766,-0.52878,0.0973027 +-5925.16,0.621357,0.394006,2,-0.33555,0.00950609,-3.64594,-2.39061,-1.86295,-2.28064,-2.15985,-1.89266,-1.59233,-1.86315,-1.91538,-2.26048,-2.48642,-1.46408,-3.13441,-2.789,-1.44228,-1.44031,-1.87678,-2.76358,-3.21395,-1.36137,-2.17305,-2.8037,-0.408792,-0.635846,-0.218549,-0.428428,-0.419773,-0.421088,-0.479103,-0.488364,-0.217488,-0.257683,-0.296653,-0.30659,-0.142598,0.0484366,-0.285456,-0.208086,-0.371169,-0.278992,-0.135554,-0.361899,-0.527271,-0.485893,-0.289676,0.0974992 +-5920.24,0.875933,0.394006,3,-0.361544,0.00953711,-2.36423,-1.97472,-2.12071,-2.3663,-2.3533,-1.97576,-1.59209,-2.15424,-1.92931,-2.23881,-2.25371,-1.11938,-2.9077,-2.76636,-1.38777,-1.53253,-1.71053,-2.53248,-3.53065,-1.28109,-2.17506,-3.00146,-0.0414122,-0.389784,-0.54351,-0.327892,-0.265685,-0.356004,-0.41851,-0.132691,-0.472457,-0.213675,-0.274118,-0.393517,-0.58264,-0.071604,-0.360382,-0.420425,-0.403337,-0.470502,-0.484845,-0.314134,-0.20806,-0.442025,-0.402516,0.0976581 +-5919.77,0.758165,0.394006,3,-0.251559,0.00744172,-2.48388,-1.93881,-1.84142,-2.31851,-2.3386,-1.95503,-1.7444,-1.97744,-2.07673,-2.26258,-2.07965,-1.34993,-2.88549,-2.62072,-1.15336,-1.64519,-2.14845,-2.66863,-2.93699,-1.44718,-2.14902,-2.69413,-0.661696,-0.346994,-0.107616,-0.321973,-0.312472,-0.333726,-0.429211,-0.317627,-0.19443,-0.345675,-0.417606,-0.312983,-0.138844,-0.308925,-0.306332,-0.140764,-0.209268,-0.201931,-0.237379,-0.404498,-0.26606,-0.290025,-0.295836,0.0862654 +-5916.26,1,0.394006,2,-0.261978,0.00508675,-2.20756,-1.90447,-1.94651,-2.32306,-2.3826,-1.82994,-1.72211,-2.09768,-2.03185,-2.27141,-2.06139,-1.44662,-2.94633,-2.60085,-1.15099,-1.57554,-2.22828,-2.74481,-3.1439,-1.47949,-2.12206,-2.78327,-0.717626,-0.356709,-0.258758,-0.332271,-0.302675,-0.320747,-0.450653,-0.323187,-0.127588,-0.375884,-0.378115,-0.305432,-0.252828,-0.15992,-0.337289,-0.0978099,-0.195608,-0.206173,-0.242422,-0.385278,-0.3136,-0.333801,-0.31698,0.0713214 +-5916.26,0.00215309,0.394006,2,-0.261978,0.00508675,-2.20756,-1.90447,-1.94651,-2.32306,-2.3826,-1.82994,-1.72211,-2.09768,-2.03185,-2.27141,-2.06139,-1.44662,-2.94633,-2.60085,-1.15099,-1.57554,-2.22828,-2.74481,-3.1439,-1.47949,-2.12206,-2.78327,-0.717626,-0.356709,-0.258758,-0.332271,-0.302675,-0.320747,-0.450653,-0.323187,-0.127588,-0.375884,-0.378115,-0.305432,-0.252828,-0.15992,-0.337289,-0.0978099,-0.195608,-0.206173,-0.242422,-0.385278,-0.3136,-0.333801,-0.31698,0.0713214 +-5917.8,1,0.394006,2,-0.287623,0.0089231,-2.26111,-2.0143,-1.97885,-2.45889,-2.52778,-2.55893,-1.60955,-2.36372,-1.9375,-2.19138,-2.3144,-1.29971,-3.00974,-2.73708,-1.60747,-1.34214,-2.19419,-3.00221,-3.5373,-1.5608,-2.28186,-2.9246,-0.0802235,-0.345359,-0.392592,-0.20972,-0.181017,-0.306511,-0.402179,0.0487222,-0.471285,-0.262607,-0.327533,-0.286371,-0.428012,-0.203323,-0.211156,-0.492043,-0.248288,-0.344445,-0.291081,-0.0401768,-0.338125,-0.415771,-0.284345,0.0944622 +-5914.2,1,0.394006,2,-0.156049,0.0043381,-3.2954,-2.39172,-2.01763,-2.47509,-2.31997,-2.1332,-1.76503,-1.98255,-1.98938,-2.31884,-2.18357,-1.51904,-2.93425,-2.64302,-1.26594,-1.32016,-2.00692,-2.73123,-3.206,-1.50895,-2.08169,-2.89378,-0.325023,-0.11021,-0.165414,-0.127556,-0.10215,-0.0859421,-0.303652,-0.284948,-0.0260995,-0.149624,-0.213344,-0.123622,-0.167299,0.148854,-0.195017,-0.319121,-0.0624526,-0.15982,-0.156351,-0.267513,-0.193146,-0.233013,-0.139294,0.0658643 +-5915.36,4.97678e-11,0.394006,3,-0.144264,0.0101369,-2.29907,-1.79471,-2.49859,-2.44916,-2.43961,-2.93918,-1.77678,-2.16189,-2.02833,-2.26029,-2.31172,-1.41481,-3.18125,-2.81108,-1.65384,-1.51224,-2.2917,-2.95279,-3.51356,-1.66029,-2.25173,-2.81911,0.0326932,-0.208335,-0.120508,-0.128698,-0.10636,0.0151952,-0.270495,-0.0965759,-0.341313,-0.281566,-0.233309,-0.247063,-0.0351375,-0.175709,-0.143482,-0.165511,-0.0604622,-0.153757,-0.015046,-0.0481509,-0.314662,-0.262716,-0.0532635,0.100682 +-5911.49,6.54428e-08,0.394006,3,-0.331651,0.00324124,-2.27728,-2.66689,-1.85362,-2.34166,-2.40762,-1.52059,-1.72516,-2.11405,-2.10015,-2.30079,-2.4311,-1.61476,-2.80301,-2.70456,-1.14867,-1.51412,-1.70902,-3.00651,-3.11205,-1.27322,-2.12768,-3.04905,-0.176664,-0.361718,-0.288874,-0.294731,-0.381179,-0.283478,-0.440242,-0.25117,-0.368339,-0.346701,-0.335314,-0.320636,-0.274038,-0.177472,-0.396082,-0.310036,-0.350266,-0.281227,-0.245271,-0.342766,-0.493184,-0.400103,-0.360442,0.0569319 +-5905.83,1.02603e-26,0.394006,3,-0.319292,0.00242257,-2.52588,-1.94343,-2.0754,-2.3808,-2.26662,-2.37262,-1.76443,-2.06984,-2.02339,-2.19038,-2.33871,-1.36998,-3.41752,-2.66088,-1.25211,-1.42667,-1.69376,-2.90116,-3.29765,-1.48339,-2.04347,-3.04397,-0.450651,-0.312485,-0.398479,-0.355584,-0.222238,-0.540936,-0.251208,-0.328741,-0.225103,-0.312918,-0.279283,-0.293454,-0.324958,-0.274914,-0.343271,-0.325393,-0.34417,-0.366456,-0.390247,-0.377423,-0.257804,-0.26338,-0.304973,0.0492196 +-5901.68,0.152853,0.394006,2,-0.307777,0.00202072,-3.01894,-2.06004,-2.05733,-2.29872,-2.4119,-2.45915,-1.70056,-2.00259,-1.87679,-2.09021,-2.33977,-1.32278,-3.44527,-2.56292,-1.31282,-1.37322,-1.81136,-2.92166,-3.53629,-1.37229,-1.88145,-2.99971,-0.236978,-0.33439,-0.327618,-0.288136,-0.11007,-0.381471,-0.342776,-0.28774,-0.346331,-0.360794,-0.325609,-0.278119,-0.299416,-0.287084,-0.292126,-0.313973,-0.29207,-0.259564,-0.232901,-0.247268,-0.416034,-0.341526,-0.32622,0.0449524 +-5901.68,4.46873e-28,0.394006,3,-0.307777,0.00202072,-3.01894,-2.06004,-2.05733,-2.29872,-2.4119,-2.45915,-1.70056,-2.00259,-1.87679,-2.09021,-2.33977,-1.32278,-3.44527,-2.56292,-1.31282,-1.37322,-1.81136,-2.92166,-3.53629,-1.37229,-1.88145,-2.99971,-0.236978,-0.33439,-0.327618,-0.288136,-0.11007,-0.381471,-0.342776,-0.28774,-0.346331,-0.360794,-0.325609,-0.278119,-0.299416,-0.287084,-0.292126,-0.313973,-0.29207,-0.259564,-0.232901,-0.247268,-0.416034,-0.341526,-0.32622,0.0449524 +-5901.68,9.09239e-27,0.394006,3,-0.307777,0.00202072,-3.01894,-2.06004,-2.05733,-2.29872,-2.4119,-2.45915,-1.70056,-2.00259,-1.87679,-2.09021,-2.33977,-1.32278,-3.44527,-2.56292,-1.31282,-1.37322,-1.81136,-2.92166,-3.53629,-1.37229,-1.88145,-2.99971,-0.236978,-0.33439,-0.327618,-0.288136,-0.11007,-0.381471,-0.342776,-0.28774,-0.346331,-0.360794,-0.325609,-0.278119,-0.299416,-0.287084,-0.292126,-0.313973,-0.29207,-0.259564,-0.232901,-0.247268,-0.416034,-0.341526,-0.32622,0.0449524 +-5901.68,0.000153498,0.394006,3,-0.307777,0.00202072,-3.01894,-2.06004,-2.05733,-2.29872,-2.4119,-2.45915,-1.70056,-2.00259,-1.87679,-2.09021,-2.33977,-1.32278,-3.44527,-2.56292,-1.31282,-1.37322,-1.81136,-2.92166,-3.53629,-1.37229,-1.88145,-2.99971,-0.236978,-0.33439,-0.327618,-0.288136,-0.11007,-0.381471,-0.342776,-0.28774,-0.346331,-0.360794,-0.325609,-0.278119,-0.299416,-0.287084,-0.292126,-0.313973,-0.29207,-0.259564,-0.232901,-0.247268,-0.416034,-0.341526,-0.32622,0.0449524 +-5901.68,8.29006e-06,0.394006,4,-0.307777,0.00202072,-3.01894,-2.06004,-2.05733,-2.29872,-2.4119,-2.45915,-1.70056,-2.00259,-1.87679,-2.09021,-2.33977,-1.32278,-3.44527,-2.56292,-1.31282,-1.37322,-1.81136,-2.92166,-3.53629,-1.37229,-1.88145,-2.99971,-0.236978,-0.33439,-0.327618,-0.288136,-0.11007,-0.381471,-0.342776,-0.28774,-0.346331,-0.360794,-0.325609,-0.278119,-0.299416,-0.287084,-0.292126,-0.313973,-0.29207,-0.259564,-0.232901,-0.247268,-0.416034,-0.341526,-0.32622,0.0449524 +-5901.68,0.124241,0.394006,1,-0.307777,0.00202072,-3.01894,-2.06004,-2.05733,-2.29872,-2.4119,-2.45915,-1.70056,-2.00259,-1.87679,-2.09021,-2.33977,-1.32278,-3.44527,-2.56292,-1.31282,-1.37322,-1.81136,-2.92166,-3.53629,-1.37229,-1.88145,-2.99971,-0.236978,-0.33439,-0.327618,-0.288136,-0.11007,-0.381471,-0.342776,-0.28774,-0.346331,-0.360794,-0.325609,-0.278119,-0.299416,-0.287084,-0.292126,-0.313973,-0.29207,-0.259564,-0.232901,-0.247268,-0.416034,-0.341526,-0.32622,0.0449524 +-5901.68,2.52054e-07,0.394006,3,-0.307777,0.00202072,-3.01894,-2.06004,-2.05733,-2.29872,-2.4119,-2.45915,-1.70056,-2.00259,-1.87679,-2.09021,-2.33977,-1.32278,-3.44527,-2.56292,-1.31282,-1.37322,-1.81136,-2.92166,-3.53629,-1.37229,-1.88145,-2.99971,-0.236978,-0.33439,-0.327618,-0.288136,-0.11007,-0.381471,-0.342776,-0.28774,-0.346331,-0.360794,-0.325609,-0.278119,-0.299416,-0.287084,-0.292126,-0.313973,-0.29207,-0.259564,-0.232901,-0.247268,-0.416034,-0.341526,-0.32622,0.0449524 +-5901.68,1.65974e-06,0.394006,2,-0.307777,0.00202072,-3.01894,-2.06004,-2.05733,-2.29872,-2.4119,-2.45915,-1.70056,-2.00259,-1.87679,-2.09021,-2.33977,-1.32278,-3.44527,-2.56292,-1.31282,-1.37322,-1.81136,-2.92166,-3.53629,-1.37229,-1.88145,-2.99971,-0.236978,-0.33439,-0.327618,-0.288136,-0.11007,-0.381471,-0.342776,-0.28774,-0.346331,-0.360794,-0.325609,-0.278119,-0.299416,-0.287084,-0.292126,-0.313973,-0.29207,-0.259564,-0.232901,-0.247268,-0.416034,-0.341526,-0.32622,0.0449524 +-5901.68,1.67123e-30,0.394006,2,-0.307777,0.00202072,-3.01894,-2.06004,-2.05733,-2.29872,-2.4119,-2.45915,-1.70056,-2.00259,-1.87679,-2.09021,-2.33977,-1.32278,-3.44527,-2.56292,-1.31282,-1.37322,-1.81136,-2.92166,-3.53629,-1.37229,-1.88145,-2.99971,-0.236978,-0.33439,-0.327618,-0.288136,-0.11007,-0.381471,-0.342776,-0.28774,-0.346331,-0.360794,-0.325609,-0.278119,-0.299416,-0.287084,-0.292126,-0.313973,-0.29207,-0.259564,-0.232901,-0.247268,-0.416034,-0.341526,-0.32622,0.0449524 +-5901.68,0.00123547,0.394006,1,-0.307777,0.00202072,-3.01894,-2.06004,-2.05733,-2.29872,-2.4119,-2.45915,-1.70056,-2.00259,-1.87679,-2.09021,-2.33977,-1.32278,-3.44527,-2.56292,-1.31282,-1.37322,-1.81136,-2.92166,-3.53629,-1.37229,-1.88145,-2.99971,-0.236978,-0.33439,-0.327618,-0.288136,-0.11007,-0.381471,-0.342776,-0.28774,-0.346331,-0.360794,-0.325609,-0.278119,-0.299416,-0.287084,-0.292126,-0.313973,-0.29207,-0.259564,-0.232901,-0.247268,-0.416034,-0.341526,-0.32622,0.0449524 +-5901.68,4.55343e-12,0.394006,3,-0.307777,0.00202072,-3.01894,-2.06004,-2.05733,-2.29872,-2.4119,-2.45915,-1.70056,-2.00259,-1.87679,-2.09021,-2.33977,-1.32278,-3.44527,-2.56292,-1.31282,-1.37322,-1.81136,-2.92166,-3.53629,-1.37229,-1.88145,-2.99971,-0.236978,-0.33439,-0.327618,-0.288136,-0.11007,-0.381471,-0.342776,-0.28774,-0.346331,-0.360794,-0.325609,-0.278119,-0.299416,-0.287084,-0.292126,-0.313973,-0.29207,-0.259564,-0.232901,-0.247268,-0.416034,-0.341526,-0.32622,0.0449524 +-5901.68,1.33641e-32,0.394006,3,-0.307777,0.00202072,-3.01894,-2.06004,-2.05733,-2.29872,-2.4119,-2.45915,-1.70056,-2.00259,-1.87679,-2.09021,-2.33977,-1.32278,-3.44527,-2.56292,-1.31282,-1.37322,-1.81136,-2.92166,-3.53629,-1.37229,-1.88145,-2.99971,-0.236978,-0.33439,-0.327618,-0.288136,-0.11007,-0.381471,-0.342776,-0.28774,-0.346331,-0.360794,-0.325609,-0.278119,-0.299416,-0.287084,-0.292126,-0.313973,-0.29207,-0.259564,-0.232901,-0.247268,-0.416034,-0.341526,-0.32622,0.0449524 +-5901.68,3.75531e-05,0.394006,2,-0.307777,0.00202072,-3.01894,-2.06004,-2.05733,-2.29872,-2.4119,-2.45915,-1.70056,-2.00259,-1.87679,-2.09021,-2.33977,-1.32278,-3.44527,-2.56292,-1.31282,-1.37322,-1.81136,-2.92166,-3.53629,-1.37229,-1.88145,-2.99971,-0.236978,-0.33439,-0.327618,-0.288136,-0.11007,-0.381471,-0.342776,-0.28774,-0.346331,-0.360794,-0.325609,-0.278119,-0.299416,-0.287084,-0.292126,-0.313973,-0.29207,-0.259564,-0.232901,-0.247268,-0.416034,-0.341526,-0.32622,0.0449524 +-5901.68,3.71949e-05,0.394006,2,-0.307777,0.00202072,-3.01894,-2.06004,-2.05733,-2.29872,-2.4119,-2.45915,-1.70056,-2.00259,-1.87679,-2.09021,-2.33977,-1.32278,-3.44527,-2.56292,-1.31282,-1.37322,-1.81136,-2.92166,-3.53629,-1.37229,-1.88145,-2.99971,-0.236978,-0.33439,-0.327618,-0.288136,-0.11007,-0.381471,-0.342776,-0.28774,-0.346331,-0.360794,-0.325609,-0.278119,-0.299416,-0.287084,-0.292126,-0.313973,-0.29207,-0.259564,-0.232901,-0.247268,-0.416034,-0.341526,-0.32622,0.0449524 +-5901.68,1.19455e-09,0.394006,2,-0.307777,0.00202072,-3.01894,-2.06004,-2.05733,-2.29872,-2.4119,-2.45915,-1.70056,-2.00259,-1.87679,-2.09021,-2.33977,-1.32278,-3.44527,-2.56292,-1.31282,-1.37322,-1.81136,-2.92166,-3.53629,-1.37229,-1.88145,-2.99971,-0.236978,-0.33439,-0.327618,-0.288136,-0.11007,-0.381471,-0.342776,-0.28774,-0.346331,-0.360794,-0.325609,-0.278119,-0.299416,-0.287084,-0.292126,-0.313973,-0.29207,-0.259564,-0.232901,-0.247268,-0.416034,-0.341526,-0.32622,0.0449524 +-5901.68,8.11641e-40,0.394006,2,-0.307777,0.00202072,-3.01894,-2.06004,-2.05733,-2.29872,-2.4119,-2.45915,-1.70056,-2.00259,-1.87679,-2.09021,-2.33977,-1.32278,-3.44527,-2.56292,-1.31282,-1.37322,-1.81136,-2.92166,-3.53629,-1.37229,-1.88145,-2.99971,-0.236978,-0.33439,-0.327618,-0.288136,-0.11007,-0.381471,-0.342776,-0.28774,-0.346331,-0.360794,-0.325609,-0.278119,-0.299416,-0.287084,-0.292126,-0.313973,-0.29207,-0.259564,-0.232901,-0.247268,-0.416034,-0.341526,-0.32622,0.0449524 +-5907.91,3.84495e-19,0.394006,3,-0.284873,0.00327693,-3.35547,-1.79229,-2.08352,-2.37856,-2.38385,-2.80733,-1.8979,-1.91587,-1.72422,-2.12927,-2.31856,-1.32234,-3.30433,-2.59538,-1.36514,-1.38538,-2.04185,-2.97704,-3.84892,-1.41728,-1.98956,-2.93795,-0.204144,-0.253536,-0.244728,-0.302385,-0.159143,-0.314354,-0.265072,-0.275427,-0.2352,-0.355836,-0.260668,-0.432719,-0.245634,-0.242963,-0.264139,-0.245746,-0.267893,-0.278303,-0.323565,-0.295924,-0.331685,-0.305976,-0.252333,0.0572444 +-5907.91,2.35944e-07,0.394006,3,-0.284873,0.00327693,-3.35547,-1.79229,-2.08352,-2.37856,-2.38385,-2.80733,-1.8979,-1.91587,-1.72422,-2.12927,-2.31856,-1.32234,-3.30433,-2.59538,-1.36514,-1.38538,-2.04185,-2.97704,-3.84892,-1.41728,-1.98956,-2.93795,-0.204144,-0.253536,-0.244728,-0.302385,-0.159143,-0.314354,-0.265072,-0.275427,-0.2352,-0.355836,-0.260668,-0.432719,-0.245634,-0.242963,-0.264139,-0.245746,-0.267893,-0.278303,-0.323565,-0.295924,-0.331685,-0.305976,-0.252333,0.0572444 +-5907.91,1.40331e-08,0.394006,2,-0.284873,0.00327693,-3.35547,-1.79229,-2.08352,-2.37856,-2.38385,-2.80733,-1.8979,-1.91587,-1.72422,-2.12927,-2.31856,-1.32234,-3.30433,-2.59538,-1.36514,-1.38538,-2.04185,-2.97704,-3.84892,-1.41728,-1.98956,-2.93795,-0.204144,-0.253536,-0.244728,-0.302385,-0.159143,-0.314354,-0.265072,-0.275427,-0.2352,-0.355836,-0.260668,-0.432719,-0.245634,-0.242963,-0.264139,-0.245746,-0.267893,-0.278303,-0.323565,-0.295924,-0.331685,-0.305976,-0.252333,0.0572444 +-5907.91,1.75411e-10,0.394006,2,-0.284873,0.00327693,-3.35547,-1.79229,-2.08352,-2.37856,-2.38385,-2.80733,-1.8979,-1.91587,-1.72422,-2.12927,-2.31856,-1.32234,-3.30433,-2.59538,-1.36514,-1.38538,-2.04185,-2.97704,-3.84892,-1.41728,-1.98956,-2.93795,-0.204144,-0.253536,-0.244728,-0.302385,-0.159143,-0.314354,-0.265072,-0.275427,-0.2352,-0.355836,-0.260668,-0.432719,-0.245634,-0.242963,-0.264139,-0.245746,-0.267893,-0.278303,-0.323565,-0.295924,-0.331685,-0.305976,-0.252333,0.0572444 +-5907.91,0.104118,0.394006,2,-0.284873,0.00327693,-3.35547,-1.79229,-2.08352,-2.37856,-2.38385,-2.80733,-1.8979,-1.91587,-1.72422,-2.12927,-2.31856,-1.32234,-3.30433,-2.59538,-1.36514,-1.38538,-2.04185,-2.97704,-3.84892,-1.41728,-1.98956,-2.93795,-0.204144,-0.253536,-0.244728,-0.302385,-0.159143,-0.314354,-0.265072,-0.275427,-0.2352,-0.355836,-0.260668,-0.432719,-0.245634,-0.242963,-0.264139,-0.245746,-0.267893,-0.278303,-0.323565,-0.295924,-0.331685,-0.305976,-0.252333,0.0572444 +-5915.49,2.06192e-06,0.394006,2,-0.238013,0.00306316,-2.68678,-1.86363,-2.3494,-2.44196,-2.2354,-3.06966,-1.83323,-1.89264,-1.86239,-2.07682,-2.42321,-1.29709,-3.32373,-2.63961,-1.27131,-1.30218,-1.94798,-3.13009,-3.53656,-1.47744,-1.88995,-2.8756,-0.400031,-0.391422,-0.154722,-0.247442,-0.233451,-0.234753,-0.308426,-0.293975,-0.434852,-0.323857,-0.216561,-0.249145,-0.284898,-0.172694,-0.366049,-0.284204,-0.280396,-0.238158,-0.234805,-0.230661,-0.274081,-0.306684,-0.213239,0.0553458 +-5904.99,0.917589,0.394006,3,-0.242889,0.00744769,-2.15171,-2.40971,-2.30952,-2.42142,-2.29539,-2.21827,-1.7399,-2.0606,-1.99972,-2.24392,-2.32897,-1.32667,-2.93412,-2.70296,-1.40035,-1.29382,-2.02163,-3.102,-3.54662,-1.65084,-2.31563,-3.05792,-0.0496916,-0.349671,-0.350288,-0.229395,-0.290013,-0.284997,-0.247181,-0.246798,-0.346328,-0.354008,-0.275645,-0.28341,-0.245316,-0.182012,-0.153172,-0.323397,-0.217059,-0.286245,-0.249525,-0.215185,-0.323037,-0.2417,-0.246059,0.0863 +-5905.4,0.687018,0.394006,1,-0.256792,0.00641796,-2.07562,-2.26713,-2.24387,-2.42276,-2.30808,-2.17621,-1.76443,-2.10652,-1.9145,-2.24039,-2.33276,-1.33172,-2.95196,-2.70097,-1.31546,-1.36161,-2.02551,-3.06802,-3.43373,-1.60845,-2.32734,-3.01543,-0.184137,-0.445834,-0.311526,-0.248987,-0.324921,-0.188666,-0.330581,-0.309024,-0.284132,-0.391497,-0.278497,-0.294763,-0.258422,-0.231155,-0.134947,-0.301191,-0.187783,-0.151517,-0.175816,-0.105168,-0.264305,-0.206403,-0.331217,0.0801122 +-5905.4,1.06672e-16,0.394006,2,-0.256792,0.00641796,-2.07562,-2.26713,-2.24387,-2.42276,-2.30808,-2.17621,-1.76443,-2.10652,-1.9145,-2.24039,-2.33276,-1.33172,-2.95196,-2.70097,-1.31546,-1.36161,-2.02551,-3.06802,-3.43373,-1.60845,-2.32734,-3.01543,-0.184137,-0.445834,-0.311526,-0.248987,-0.324921,-0.188666,-0.330581,-0.309024,-0.284132,-0.391497,-0.278497,-0.294763,-0.258422,-0.231155,-0.134947,-0.301191,-0.187783,-0.151517,-0.175816,-0.105168,-0.264305,-0.206403,-0.331217,0.0801122 +-5909.25,0.28295,0.394006,2,-0.274091,0.00880592,-2.17005,-2.16302,-1.72583,-2.39092,-2.41134,-2.39121,-1.76733,-2.15251,-2.12659,-2.15959,-2.35334,-1.37666,-2.86735,-2.95181,-1.57605,-1.48601,-1.9834,-2.98376,-3.77787,-1.70466,-2.1563,-3.01575,-0.323586,-0.117139,-0.284523,-0.272727,-0.189565,-0.276865,-0.294346,-0.165016,-0.258058,-0.325758,-0.197709,-0.25692,-0.268973,0.217811,-0.382073,-0.248847,-0.3447,-0.271213,-0.329413,-0.295676,-0.319566,-0.366146,-0.179713,0.0938399 +-5899.44,1.01439e-40,0.394006,2,-0.278217,0.0021065,-1.91335,-2.11423,-2.1262,-2.35277,-2.52582,-2.30177,-1.69762,-2.07168,-2.04779,-2.17979,-2.32196,-1.34715,-2.89874,-2.94578,-1.51613,-1.51561,-1.91474,-2.96635,-3.65597,-1.44831,-2.1366,-3.03092,-0.345892,-0.257422,-0.297416,-0.238346,-0.315387,-0.292416,-0.26378,-0.274353,-0.250701,-0.307795,-0.221739,-0.224041,-0.317663,0.24846,-0.253181,-0.204784,-0.225126,-0.294379,-0.231779,-0.240209,-0.270388,-0.32651,-0.125514,0.0458966 +-5899.44,0.0148431,0.394006,3,-0.278217,0.0021065,-1.91335,-2.11423,-2.1262,-2.35277,-2.52582,-2.30177,-1.69762,-2.07168,-2.04779,-2.17979,-2.32196,-1.34715,-2.89874,-2.94578,-1.51613,-1.51561,-1.91474,-2.96635,-3.65597,-1.44831,-2.1366,-3.03092,-0.345892,-0.257422,-0.297416,-0.238346,-0.315387,-0.292416,-0.26378,-0.274353,-0.250701,-0.307795,-0.221739,-0.224041,-0.317663,0.24846,-0.253181,-0.204784,-0.225126,-0.294379,-0.231779,-0.240209,-0.270388,-0.32651,-0.125514,0.0458966 +-5901.82,1.73782e-08,0.394006,2,-0.27752,0.0019645,-2.09353,-1.9596,-2.15063,-2.31119,-2.49649,-2.12859,-1.71454,-2.10362,-2.07411,-2.21504,-2.34568,-1.37651,-2.93909,-2.91127,-1.49455,-1.70009,-2.01182,-3.01999,-3.60014,-1.46966,-2.22218,-3.06634,-0.251165,-0.20233,-0.218185,-0.263819,-0.270365,-0.349198,-0.266544,-0.325309,-0.251408,-0.334102,-0.312576,-0.257949,-0.189677,0.277363,-0.28477,-0.18966,-0.252331,-0.332374,-0.273841,-0.210163,-0.292807,-0.324123,-0.289925,0.0443227 +-5900.04,2.50096e-32,0.394006,2,-0.285951,0.0016326,-2.3368,-1.91617,-2.19267,-2.35275,-2.47735,-2.11483,-1.7408,-2.01207,-2.0024,-2.22577,-2.33007,-1.3477,-2.97968,-2.94483,-1.41718,-1.71157,-2.12634,-3.11607,-3.66927,-1.42733,-2.27468,-3.04922,-0.314402,-0.291585,-0.338703,-0.270151,-0.152344,-0.253965,-0.18295,-0.29066,-0.295283,-0.312464,-0.322507,-0.231758,-0.287528,0.313799,-0.308282,-0.250375,-0.284768,-0.299234,-0.252071,-0.273932,-0.269656,-0.283329,-0.230436,0.0404054 +-5900.04,4.54326e-22,0.394006,2,-0.285951,0.0016326,-2.3368,-1.91617,-2.19267,-2.35275,-2.47735,-2.11483,-1.7408,-2.01207,-2.0024,-2.22577,-2.33007,-1.3477,-2.97968,-2.94483,-1.41718,-1.71157,-2.12634,-3.11607,-3.66927,-1.42733,-2.27468,-3.04922,-0.314402,-0.291585,-0.338703,-0.270151,-0.152344,-0.253965,-0.18295,-0.29066,-0.295283,-0.312464,-0.322507,-0.231758,-0.287528,0.313799,-0.308282,-0.250375,-0.284768,-0.299234,-0.252071,-0.273932,-0.269656,-0.283329,-0.230436,0.0404054 +-5900.04,1.11287e-09,0.394006,2,-0.285951,0.0016326,-2.3368,-1.91617,-2.19267,-2.35275,-2.47735,-2.11483,-1.7408,-2.01207,-2.0024,-2.22577,-2.33007,-1.3477,-2.97968,-2.94483,-1.41718,-1.71157,-2.12634,-3.11607,-3.66927,-1.42733,-2.27468,-3.04922,-0.314402,-0.291585,-0.338703,-0.270151,-0.152344,-0.253965,-0.18295,-0.29066,-0.295283,-0.312464,-0.322507,-0.231758,-0.287528,0.313799,-0.308282,-0.250375,-0.284768,-0.299234,-0.252071,-0.273932,-0.269656,-0.283329,-0.230436,0.0404054 +-5900.04,8.82606e-07,0.394006,2,-0.285951,0.0016326,-2.3368,-1.91617,-2.19267,-2.35275,-2.47735,-2.11483,-1.7408,-2.01207,-2.0024,-2.22577,-2.33007,-1.3477,-2.97968,-2.94483,-1.41718,-1.71157,-2.12634,-3.11607,-3.66927,-1.42733,-2.27468,-3.04922,-0.314402,-0.291585,-0.338703,-0.270151,-0.152344,-0.253965,-0.18295,-0.29066,-0.295283,-0.312464,-0.322507,-0.231758,-0.287528,0.313799,-0.308282,-0.250375,-0.284768,-0.299234,-0.252071,-0.273932,-0.269656,-0.283329,-0.230436,0.0404054 +-5900.04,1.0243e-38,0.394006,2,-0.285951,0.0016326,-2.3368,-1.91617,-2.19267,-2.35275,-2.47735,-2.11483,-1.7408,-2.01207,-2.0024,-2.22577,-2.33007,-1.3477,-2.97968,-2.94483,-1.41718,-1.71157,-2.12634,-3.11607,-3.66927,-1.42733,-2.27468,-3.04922,-0.314402,-0.291585,-0.338703,-0.270151,-0.152344,-0.253965,-0.18295,-0.29066,-0.295283,-0.312464,-0.322507,-0.231758,-0.287528,0.313799,-0.308282,-0.250375,-0.284768,-0.299234,-0.252071,-0.273932,-0.269656,-0.283329,-0.230436,0.0404054 +-5900.04,0.009312,0.394006,2,-0.285951,0.0016326,-2.3368,-1.91617,-2.19267,-2.35275,-2.47735,-2.11483,-1.7408,-2.01207,-2.0024,-2.22577,-2.33007,-1.3477,-2.97968,-2.94483,-1.41718,-1.71157,-2.12634,-3.11607,-3.66927,-1.42733,-2.27468,-3.04922,-0.314402,-0.291585,-0.338703,-0.270151,-0.152344,-0.253965,-0.18295,-0.29066,-0.295283,-0.312464,-0.322507,-0.231758,-0.287528,0.313799,-0.308282,-0.250375,-0.284768,-0.299234,-0.252071,-0.273932,-0.269656,-0.283329,-0.230436,0.0404054 +-5900.04,1.73688e-14,0.394006,1,-0.285951,0.0016326,-2.3368,-1.91617,-2.19267,-2.35275,-2.47735,-2.11483,-1.7408,-2.01207,-2.0024,-2.22577,-2.33007,-1.3477,-2.97968,-2.94483,-1.41718,-1.71157,-2.12634,-3.11607,-3.66927,-1.42733,-2.27468,-3.04922,-0.314402,-0.291585,-0.338703,-0.270151,-0.152344,-0.253965,-0.18295,-0.29066,-0.295283,-0.312464,-0.322507,-0.231758,-0.287528,0.313799,-0.308282,-0.250375,-0.284768,-0.299234,-0.252071,-0.273932,-0.269656,-0.283329,-0.230436,0.0404054 +-5900.04,6.50553e-42,0.394006,2,-0.285951,0.0016326,-2.3368,-1.91617,-2.19267,-2.35275,-2.47735,-2.11483,-1.7408,-2.01207,-2.0024,-2.22577,-2.33007,-1.3477,-2.97968,-2.94483,-1.41718,-1.71157,-2.12634,-3.11607,-3.66927,-1.42733,-2.27468,-3.04922,-0.314402,-0.291585,-0.338703,-0.270151,-0.152344,-0.253965,-0.18295,-0.29066,-0.295283,-0.312464,-0.322507,-0.231758,-0.287528,0.313799,-0.308282,-0.250375,-0.284768,-0.299234,-0.252071,-0.273932,-0.269656,-0.283329,-0.230436,0.0404054 +-5900.04,9.17576e-17,0.394006,3,-0.285951,0.0016326,-2.3368,-1.91617,-2.19267,-2.35275,-2.47735,-2.11483,-1.7408,-2.01207,-2.0024,-2.22577,-2.33007,-1.3477,-2.97968,-2.94483,-1.41718,-1.71157,-2.12634,-3.11607,-3.66927,-1.42733,-2.27468,-3.04922,-0.314402,-0.291585,-0.338703,-0.270151,-0.152344,-0.253965,-0.18295,-0.29066,-0.295283,-0.312464,-0.322507,-0.231758,-0.287528,0.313799,-0.308282,-0.250375,-0.284768,-0.299234,-0.252071,-0.273932,-0.269656,-0.283329,-0.230436,0.0404054 +-5900.04,0.00223003,0.394006,2,-0.285951,0.0016326,-2.3368,-1.91617,-2.19267,-2.35275,-2.47735,-2.11483,-1.7408,-2.01207,-2.0024,-2.22577,-2.33007,-1.3477,-2.97968,-2.94483,-1.41718,-1.71157,-2.12634,-3.11607,-3.66927,-1.42733,-2.27468,-3.04922,-0.314402,-0.291585,-0.338703,-0.270151,-0.152344,-0.253965,-0.18295,-0.29066,-0.295283,-0.312464,-0.322507,-0.231758,-0.287528,0.313799,-0.308282,-0.250375,-0.284768,-0.299234,-0.252071,-0.273932,-0.269656,-0.283329,-0.230436,0.0404054 +-5900.04,2.37798e-19,0.394006,2,-0.285951,0.0016326,-2.3368,-1.91617,-2.19267,-2.35275,-2.47735,-2.11483,-1.7408,-2.01207,-2.0024,-2.22577,-2.33007,-1.3477,-2.97968,-2.94483,-1.41718,-1.71157,-2.12634,-3.11607,-3.66927,-1.42733,-2.27468,-3.04922,-0.314402,-0.291585,-0.338703,-0.270151,-0.152344,-0.253965,-0.18295,-0.29066,-0.295283,-0.312464,-0.322507,-0.231758,-0.287528,0.313799,-0.308282,-0.250375,-0.284768,-0.299234,-0.252071,-0.273932,-0.269656,-0.283329,-0.230436,0.0404054 +-5900.04,0.0011518,0.394006,2,-0.285951,0.0016326,-2.3368,-1.91617,-2.19267,-2.35275,-2.47735,-2.11483,-1.7408,-2.01207,-2.0024,-2.22577,-2.33007,-1.3477,-2.97968,-2.94483,-1.41718,-1.71157,-2.12634,-3.11607,-3.66927,-1.42733,-2.27468,-3.04922,-0.314402,-0.291585,-0.338703,-0.270151,-0.152344,-0.253965,-0.18295,-0.29066,-0.295283,-0.312464,-0.322507,-0.231758,-0.287528,0.313799,-0.308282,-0.250375,-0.284768,-0.299234,-0.252071,-0.273932,-0.269656,-0.283329,-0.230436,0.0404054 +-5900.04,6.60428e-15,0.394006,2,-0.285951,0.0016326,-2.3368,-1.91617,-2.19267,-2.35275,-2.47735,-2.11483,-1.7408,-2.01207,-2.0024,-2.22577,-2.33007,-1.3477,-2.97968,-2.94483,-1.41718,-1.71157,-2.12634,-3.11607,-3.66927,-1.42733,-2.27468,-3.04922,-0.314402,-0.291585,-0.338703,-0.270151,-0.152344,-0.253965,-0.18295,-0.29066,-0.295283,-0.312464,-0.322507,-0.231758,-0.287528,0.313799,-0.308282,-0.250375,-0.284768,-0.299234,-0.252071,-0.273932,-0.269656,-0.283329,-0.230436,0.0404054 +-5900.04,1.37044e-10,0.394006,3,-0.285951,0.0016326,-2.3368,-1.91617,-2.19267,-2.35275,-2.47735,-2.11483,-1.7408,-2.01207,-2.0024,-2.22577,-2.33007,-1.3477,-2.97968,-2.94483,-1.41718,-1.71157,-2.12634,-3.11607,-3.66927,-1.42733,-2.27468,-3.04922,-0.314402,-0.291585,-0.338703,-0.270151,-0.152344,-0.253965,-0.18295,-0.29066,-0.295283,-0.312464,-0.322507,-0.231758,-0.287528,0.313799,-0.308282,-0.250375,-0.284768,-0.299234,-0.252071,-0.273932,-0.269656,-0.283329,-0.230436,0.0404054 +-5900.04,1.43392e-26,0.394006,3,-0.285951,0.0016326,-2.3368,-1.91617,-2.19267,-2.35275,-2.47735,-2.11483,-1.7408,-2.01207,-2.0024,-2.22577,-2.33007,-1.3477,-2.97968,-2.94483,-1.41718,-1.71157,-2.12634,-3.11607,-3.66927,-1.42733,-2.27468,-3.04922,-0.314402,-0.291585,-0.338703,-0.270151,-0.152344,-0.253965,-0.18295,-0.29066,-0.295283,-0.312464,-0.322507,-0.231758,-0.287528,0.313799,-0.308282,-0.250375,-0.284768,-0.299234,-0.252071,-0.273932,-0.269656,-0.283329,-0.230436,0.0404054 +-5900.04,0.000167824,0.394006,2,-0.285951,0.0016326,-2.3368,-1.91617,-2.19267,-2.35275,-2.47735,-2.11483,-1.7408,-2.01207,-2.0024,-2.22577,-2.33007,-1.3477,-2.97968,-2.94483,-1.41718,-1.71157,-2.12634,-3.11607,-3.66927,-1.42733,-2.27468,-3.04922,-0.314402,-0.291585,-0.338703,-0.270151,-0.152344,-0.253965,-0.18295,-0.29066,-0.295283,-0.312464,-0.322507,-0.231758,-0.287528,0.313799,-0.308282,-0.250375,-0.284768,-0.299234,-0.252071,-0.273932,-0.269656,-0.283329,-0.230436,0.0404054 +-5900.04,0.00379445,0.394006,2,-0.285951,0.0016326,-2.3368,-1.91617,-2.19267,-2.35275,-2.47735,-2.11483,-1.7408,-2.01207,-2.0024,-2.22577,-2.33007,-1.3477,-2.97968,-2.94483,-1.41718,-1.71157,-2.12634,-3.11607,-3.66927,-1.42733,-2.27468,-3.04922,-0.314402,-0.291585,-0.338703,-0.270151,-0.152344,-0.253965,-0.18295,-0.29066,-0.295283,-0.312464,-0.322507,-0.231758,-0.287528,0.313799,-0.308282,-0.250375,-0.284768,-0.299234,-0.252071,-0.273932,-0.269656,-0.283329,-0.230436,0.0404054 +-5900.04,6.27843e-57,0.394006,2,-0.285951,0.0016326,-2.3368,-1.91617,-2.19267,-2.35275,-2.47735,-2.11483,-1.7408,-2.01207,-2.0024,-2.22577,-2.33007,-1.3477,-2.97968,-2.94483,-1.41718,-1.71157,-2.12634,-3.11607,-3.66927,-1.42733,-2.27468,-3.04922,-0.314402,-0.291585,-0.338703,-0.270151,-0.152344,-0.253965,-0.18295,-0.29066,-0.295283,-0.312464,-0.322507,-0.231758,-0.287528,0.313799,-0.308282,-0.250375,-0.284768,-0.299234,-0.252071,-0.273932,-0.269656,-0.283329,-0.230436,0.0404054 +-5900.04,1.942e-12,0.394006,2,-0.285951,0.0016326,-2.3368,-1.91617,-2.19267,-2.35275,-2.47735,-2.11483,-1.7408,-2.01207,-2.0024,-2.22577,-2.33007,-1.3477,-2.97968,-2.94483,-1.41718,-1.71157,-2.12634,-3.11607,-3.66927,-1.42733,-2.27468,-3.04922,-0.314402,-0.291585,-0.338703,-0.270151,-0.152344,-0.253965,-0.18295,-0.29066,-0.295283,-0.312464,-0.322507,-0.231758,-0.287528,0.313799,-0.308282,-0.250375,-0.284768,-0.299234,-0.252071,-0.273932,-0.269656,-0.283329,-0.230436,0.0404054 +-5900.04,4.53111e-06,0.394006,2,-0.285951,0.0016326,-2.3368,-1.91617,-2.19267,-2.35275,-2.47735,-2.11483,-1.7408,-2.01207,-2.0024,-2.22577,-2.33007,-1.3477,-2.97968,-2.94483,-1.41718,-1.71157,-2.12634,-3.11607,-3.66927,-1.42733,-2.27468,-3.04922,-0.314402,-0.291585,-0.338703,-0.270151,-0.152344,-0.253965,-0.18295,-0.29066,-0.295283,-0.312464,-0.322507,-0.231758,-0.287528,0.313799,-0.308282,-0.250375,-0.284768,-0.299234,-0.252071,-0.273932,-0.269656,-0.283329,-0.230436,0.0404054 +-5900.04,1.40054e-08,0.394006,2,-0.285951,0.0016326,-2.3368,-1.91617,-2.19267,-2.35275,-2.47735,-2.11483,-1.7408,-2.01207,-2.0024,-2.22577,-2.33007,-1.3477,-2.97968,-2.94483,-1.41718,-1.71157,-2.12634,-3.11607,-3.66927,-1.42733,-2.27468,-3.04922,-0.314402,-0.291585,-0.338703,-0.270151,-0.152344,-0.253965,-0.18295,-0.29066,-0.295283,-0.312464,-0.322507,-0.231758,-0.287528,0.313799,-0.308282,-0.250375,-0.284768,-0.299234,-0.252071,-0.273932,-0.269656,-0.283329,-0.230436,0.0404054 +-5900.04,3.29763e-28,0.394006,1,-0.285951,0.0016326,-2.3368,-1.91617,-2.19267,-2.35275,-2.47735,-2.11483,-1.7408,-2.01207,-2.0024,-2.22577,-2.33007,-1.3477,-2.97968,-2.94483,-1.41718,-1.71157,-2.12634,-3.11607,-3.66927,-1.42733,-2.27468,-3.04922,-0.314402,-0.291585,-0.338703,-0.270151,-0.152344,-0.253965,-0.18295,-0.29066,-0.295283,-0.312464,-0.322507,-0.231758,-0.287528,0.313799,-0.308282,-0.250375,-0.284768,-0.299234,-0.252071,-0.273932,-0.269656,-0.283329,-0.230436,0.0404054 +-5900.04,5.18229e-08,0.394006,2,-0.285951,0.0016326,-2.3368,-1.91617,-2.19267,-2.35275,-2.47735,-2.11483,-1.7408,-2.01207,-2.0024,-2.22577,-2.33007,-1.3477,-2.97968,-2.94483,-1.41718,-1.71157,-2.12634,-3.11607,-3.66927,-1.42733,-2.27468,-3.04922,-0.314402,-0.291585,-0.338703,-0.270151,-0.152344,-0.253965,-0.18295,-0.29066,-0.295283,-0.312464,-0.322507,-0.231758,-0.287528,0.313799,-0.308282,-0.250375,-0.284768,-0.299234,-0.252071,-0.273932,-0.269656,-0.283329,-0.230436,0.0404054 +-5911.48,3.02567e-19,0.394006,3,-0.263864,0.00147264,-2.78634,-1.87823,-2.16283,-2.33652,-2.45007,-2.16475,-1.7663,-2.02392,-1.8899,-2.20118,-2.32615,-1.3586,-2.83198,-2.88889,-1.42731,-1.69507,-2.2078,-2.87389,-3.24509,-1.41286,-2.32396,-3.03632,-0.233779,-0.259133,-0.312426,-0.290394,-0.140237,-0.27883,-0.143818,-0.335816,-0.300621,-0.280534,-0.300948,-0.290319,-0.115446,0.300492,-0.316848,-0.335055,-0.202987,-0.233515,-0.235503,-0.288238,-0.267106,-0.311027,-0.307219,0.038375 +-5913.91,4.91771e-08,0.394006,2,-0.286589,0.00164307,-2.67589,-1.79418,-2.0784,-2.3567,-2.41363,-1.96621,-1.78695,-1.99886,-2.01287,-2.18755,-2.34311,-1.43141,-2.88264,-3.00194,-1.43384,-1.77039,-2.10057,-2.92937,-3.03602,-1.46689,-2.26392,-3.07155,-0.318069,-0.322088,-0.238293,-0.305509,-0.239895,-0.307249,-0.106315,-0.317947,-0.253964,-0.227838,-0.356168,-0.255473,-0.152611,0.307407,-0.288302,-0.301909,-0.269558,-0.183698,-0.269733,-0.34489,-0.232223,-0.317098,-0.309199,0.0405348 +-5913.91,0.000709784,0.394006,2,-0.286589,0.00164307,-2.67589,-1.79418,-2.0784,-2.3567,-2.41363,-1.96621,-1.78695,-1.99886,-2.01287,-2.18755,-2.34311,-1.43141,-2.88264,-3.00194,-1.43384,-1.77039,-2.10057,-2.92937,-3.03602,-1.46689,-2.26392,-3.07155,-0.318069,-0.322088,-0.238293,-0.305509,-0.239895,-0.307249,-0.106315,-0.317947,-0.253964,-0.227838,-0.356168,-0.255473,-0.152611,0.307407,-0.288302,-0.301909,-0.269558,-0.183698,-0.269733,-0.34489,-0.232223,-0.317098,-0.309199,0.0405348 +-5913.91,0.0691406,0.394006,2,-0.286589,0.00164307,-2.67589,-1.79418,-2.0784,-2.3567,-2.41363,-1.96621,-1.78695,-1.99886,-2.01287,-2.18755,-2.34311,-1.43141,-2.88264,-3.00194,-1.43384,-1.77039,-2.10057,-2.92937,-3.03602,-1.46689,-2.26392,-3.07155,-0.318069,-0.322088,-0.238293,-0.305509,-0.239895,-0.307249,-0.106315,-0.317947,-0.253964,-0.227838,-0.356168,-0.255473,-0.152611,0.307407,-0.288302,-0.301909,-0.269558,-0.183698,-0.269733,-0.34489,-0.232223,-0.317098,-0.309199,0.0405348 +-5913.91,0.00971025,0.394006,1,-0.286589,0.00164307,-2.67589,-1.79418,-2.0784,-2.3567,-2.41363,-1.96621,-1.78695,-1.99886,-2.01287,-2.18755,-2.34311,-1.43141,-2.88264,-3.00194,-1.43384,-1.77039,-2.10057,-2.92937,-3.03602,-1.46689,-2.26392,-3.07155,-0.318069,-0.322088,-0.238293,-0.305509,-0.239895,-0.307249,-0.106315,-0.317947,-0.253964,-0.227838,-0.356168,-0.255473,-0.152611,0.307407,-0.288302,-0.301909,-0.269558,-0.183698,-0.269733,-0.34489,-0.232223,-0.317098,-0.309199,0.0405348 +-5913.91,3.45582e-09,0.394006,2,-0.286589,0.00164307,-2.67589,-1.79418,-2.0784,-2.3567,-2.41363,-1.96621,-1.78695,-1.99886,-2.01287,-2.18755,-2.34311,-1.43141,-2.88264,-3.00194,-1.43384,-1.77039,-2.10057,-2.92937,-3.03602,-1.46689,-2.26392,-3.07155,-0.318069,-0.322088,-0.238293,-0.305509,-0.239895,-0.307249,-0.106315,-0.317947,-0.253964,-0.227838,-0.356168,-0.255473,-0.152611,0.307407,-0.288302,-0.301909,-0.269558,-0.183698,-0.269733,-0.34489,-0.232223,-0.317098,-0.309199,0.0405348 +-5908.23,0.251389,0.394006,3,-0.251269,0.00176086,-2.65004,-1.69849,-2.26645,-2.3805,-2.41196,-1.75915,-1.80289,-2.01356,-2.07285,-2.19331,-2.27644,-1.47893,-2.7511,-2.98411,-1.40425,-1.67059,-2.04198,-2.74804,-3.34047,-1.42288,-2.23278,-3.07617,-0.225141,-0.27752,-0.290503,-0.28709,-0.251614,-0.257998,-0.145426,-0.161785,-0.229679,-0.230078,-0.316815,-0.217284,-0.231713,0.265292,-0.28352,-0.261081,-0.191605,-0.275234,-0.31254,-0.339839,-0.291224,-0.374972,-0.260755,0.0419626 +-5906.21,5.22348e-10,0.394006,2,-0.263793,0.00209459,-2.79247,-1.64649,-2.34447,-2.37201,-2.45547,-2.00476,-1.77367,-2.00053,-2.12907,-2.26935,-2.27608,-1.40473,-2.82929,-2.93835,-1.52407,-1.73856,-1.91991,-2.57146,-3.5517,-1.44621,-2.28363,-3.08587,-0.259557,-0.222616,-0.31894,-0.172563,-0.262572,-0.21957,-0.240555,-0.30187,-0.251997,-0.226208,-0.255894,-0.270097,-0.257834,0.255448,-0.269997,-0.262456,-0.109449,-0.221182,-0.260185,-0.29911,-0.240009,-0.350022,-0.263853,0.0457667 +-5906.21,2.80356e-08,0.394006,2,-0.263793,0.00209459,-2.79247,-1.64649,-2.34447,-2.37201,-2.45547,-2.00476,-1.77367,-2.00053,-2.12907,-2.26935,-2.27608,-1.40473,-2.82929,-2.93835,-1.52407,-1.73856,-1.91991,-2.57146,-3.5517,-1.44621,-2.28363,-3.08587,-0.259557,-0.222616,-0.31894,-0.172563,-0.262572,-0.21957,-0.240555,-0.30187,-0.251997,-0.226208,-0.255894,-0.270097,-0.257834,0.255448,-0.269997,-0.262456,-0.109449,-0.221182,-0.260185,-0.29911,-0.240009,-0.350022,-0.263853,0.0457667 +-5906.21,3.74022e-05,0.394006,2,-0.263793,0.00209459,-2.79247,-1.64649,-2.34447,-2.37201,-2.45547,-2.00476,-1.77367,-2.00053,-2.12907,-2.26935,-2.27608,-1.40473,-2.82929,-2.93835,-1.52407,-1.73856,-1.91991,-2.57146,-3.5517,-1.44621,-2.28363,-3.08587,-0.259557,-0.222616,-0.31894,-0.172563,-0.262572,-0.21957,-0.240555,-0.30187,-0.251997,-0.226208,-0.255894,-0.270097,-0.257834,0.255448,-0.269997,-0.262456,-0.109449,-0.221182,-0.260185,-0.29911,-0.240009,-0.350022,-0.263853,0.0457667 +-5906.21,6.92653e-05,0.394006,3,-0.263793,0.00209459,-2.79247,-1.64649,-2.34447,-2.37201,-2.45547,-2.00476,-1.77367,-2.00053,-2.12907,-2.26935,-2.27608,-1.40473,-2.82929,-2.93835,-1.52407,-1.73856,-1.91991,-2.57146,-3.5517,-1.44621,-2.28363,-3.08587,-0.259557,-0.222616,-0.31894,-0.172563,-0.262572,-0.21957,-0.240555,-0.30187,-0.251997,-0.226208,-0.255894,-0.270097,-0.257834,0.255448,-0.269997,-0.262456,-0.109449,-0.221182,-0.260185,-0.29911,-0.240009,-0.350022,-0.263853,0.0457667 +-5906.21,5.57844e-05,0.394006,1,-0.263793,0.00209459,-2.79247,-1.64649,-2.34447,-2.37201,-2.45547,-2.00476,-1.77367,-2.00053,-2.12907,-2.26935,-2.27608,-1.40473,-2.82929,-2.93835,-1.52407,-1.73856,-1.91991,-2.57146,-3.5517,-1.44621,-2.28363,-3.08587,-0.259557,-0.222616,-0.31894,-0.172563,-0.262572,-0.21957,-0.240555,-0.30187,-0.251997,-0.226208,-0.255894,-0.270097,-0.257834,0.255448,-0.269997,-0.262456,-0.109449,-0.221182,-0.260185,-0.29911,-0.240009,-0.350022,-0.263853,0.0457667 +-5906.21,1.1735e-25,0.394006,2,-0.263793,0.00209459,-2.79247,-1.64649,-2.34447,-2.37201,-2.45547,-2.00476,-1.77367,-2.00053,-2.12907,-2.26935,-2.27608,-1.40473,-2.82929,-2.93835,-1.52407,-1.73856,-1.91991,-2.57146,-3.5517,-1.44621,-2.28363,-3.08587,-0.259557,-0.222616,-0.31894,-0.172563,-0.262572,-0.21957,-0.240555,-0.30187,-0.251997,-0.226208,-0.255894,-0.270097,-0.257834,0.255448,-0.269997,-0.262456,-0.109449,-0.221182,-0.260185,-0.29911,-0.240009,-0.350022,-0.263853,0.0457667 +-5906.21,0.000450343,0.394006,2,-0.263793,0.00209459,-2.79247,-1.64649,-2.34447,-2.37201,-2.45547,-2.00476,-1.77367,-2.00053,-2.12907,-2.26935,-2.27608,-1.40473,-2.82929,-2.93835,-1.52407,-1.73856,-1.91991,-2.57146,-3.5517,-1.44621,-2.28363,-3.08587,-0.259557,-0.222616,-0.31894,-0.172563,-0.262572,-0.21957,-0.240555,-0.30187,-0.251997,-0.226208,-0.255894,-0.270097,-0.257834,0.255448,-0.269997,-0.262456,-0.109449,-0.221182,-0.260185,-0.29911,-0.240009,-0.350022,-0.263853,0.0457667 +-5910.7,3.51734e-30,0.394006,2,-0.286521,0.0026311,-2.51864,-1.74714,-2.44261,-2.38092,-2.46211,-2.03365,-1.77589,-1.99677,-2.1273,-2.28105,-2.31331,-1.32064,-2.74382,-2.95209,-1.49989,-1.7567,-1.94054,-2.63232,-3.51457,-1.47297,-2.29744,-3.04988,-0.261523,-0.350602,-0.243492,-0.206038,-0.277531,-0.300673,-0.263818,-0.332821,-0.392606,-0.217843,-0.292024,-0.242824,-0.249066,0.302992,-0.259487,-0.278259,-0.184033,-0.14598,-0.211486,-0.208298,-0.237837,-0.294154,-0.290412,0.0512942 +-5913.13,1,0.394006,2,-0.215313,0.00365866,-2.88448,-2.1539,-2.26748,-2.2835,-2.18569,-2.00754,-1.77941,-2.03903,-2.11525,-2.33697,-2.32928,-1.33905,-2.67392,-3.09118,-1.35361,-1.76858,-2.11062,-2.9309,-3.97928,-1.60476,-2.27039,-2.97258,-0.232388,-0.325317,-0.117738,-0.286659,-0.221893,-0.178014,-0.239363,-0.304426,-0.155917,-0.25672,-0.217868,-0.212942,-0.239678,0.17445,-0.297323,-0.151273,-0.209832,-0.307709,-0.2007,-0.380441,-0.246501,-0.193704,-0.175063,0.0604869 +-5913.61,0.600618,0.394006,1,-0.256128,0.00752523,-2.20107,-2.38444,-1.77005,-2.39261,-2.31794,-2.62245,-1.81825,-2.09949,-2.11873,-2.32404,-2.48073,-1.49097,-3.08092,-2.77883,-1.23685,-1.56343,-1.72352,-3.09873,-3.40605,-1.50489,-2.30436,-3.22907,-0.260181,-0.116796,-0.438628,-0.164795,-0.357357,-0.325461,-0.218738,-0.139056,-0.236096,-0.250737,-0.197884,-0.279,-0.350103,0.0910995,-0.268863,-0.209068,-0.304169,-0.156742,-0.209768,-0.160711,-0.241634,-0.170061,-0.326358,0.0867481 +-5914.48,0.312733,0.394006,2,-0.2182,0.00383756,-1.89402,-2.41393,-1.92851,-2.31133,-2.42369,-2.58018,-1.75614,-2.24372,-2.06574,-2.31556,-2.45094,-1.55242,-3.28808,-2.80714,-1.15975,-1.47405,-1.85742,-3.2811,-3.13418,-1.59972,-2.26968,-3.07483,-0.363009,-0.376418,-0.216109,-0.183565,-0.203597,-0.229184,-0.263588,-0.282125,-0.174246,-0.214576,-0.106174,-0.106596,-0.224267,-0.18353,-0.137395,-0.292724,-0.387823,-0.166021,-0.240728,-0.264653,-0.342957,-0.196702,-0.372442,0.061948 +-5918.89,0.763046,0.394006,2,-0.211341,0.006324,-2.35143,-2.54404,-1.91741,-2.41097,-2.28537,-2.68535,-1.72229,-2.02099,-2.08279,-2.24534,-2.24108,-1.47735,-2.97645,-2.74423,-1.6349,-1.43017,-1.98275,-3.57832,-3.07501,-1.19786,-2.29192,-2.94922,-0.119371,-0.0609116,-0.308915,-0.350114,-0.269258,-0.26639,-0.390624,-0.141583,-0.250291,-0.290775,-0.324008,-0.318211,-0.290513,-0.0755746,-0.400354,-0.200132,-0.0813957,-0.23677,-0.230823,-0.372772,-0.155638,-0.31957,-0.127426,0.0795236 +-5927.77,1,0.394006,2,-0.241702,0.0239823,-1.76863,-2.42983,-1.95666,-2.45726,-2.45343,-2.3405,-1.77787,-2.31575,-1.69802,-2.35347,-2.65526,-1.39085,-2.78503,-2.93588,-1.23627,-1.66751,-2.18576,-2.69385,-3.23157,-1.47677,-2.16953,-3.0565,-0.200716,-0.452542,-0.282825,-0.105611,-0.11054,-0.12793,-0.266067,-0.165661,-0.365937,-0.265999,-0.0578142,-0.0224294,-0.619947,0.0882831,-0.184346,-0.0514188,-0.0929937,-0.103678,-0.31527,-0.378966,-0.304371,-0.0933817,-0.392847,0.154862 +-5932.08,0.939025,0.394006,2,-0.14317,0.0196901,-1.62753,-2.42361,-1.79387,-2.37391,-2.35413,-1.44008,-1.76211,-2.17488,-1.80356,-2.26882,-2.48227,-1.40051,-2.76843,-2.76466,-1.45471,-1.44894,-2.2557,-2.68275,-3.83476,-1.48889,-2.13758,-3.04639,-0.296117,-0.379664,-0.205207,-0.180347,-0.0410591,-0.026142,-0.178871,-0.0195943,-0.346012,-0.217899,0.0205489,-0.251994,-0.332623,-0.0774287,-0.256942,0.125561,0.116217,-0.396757,-0.305036,-0.118497,-0.2722,-0.235,-0.599914,0.140321 +-5926,1,0.394006,3,-0.168657,0.0260082,-3.69953,-1.84843,-2.64487,-2.35499,-2.35207,-2.97668,-1.60433,-2.05258,-2.15794,-2.20389,-2.11118,-1.57694,-3.14378,-2.9444,-1.27707,-1.56929,-1.87903,-3.00227,-3.31586,-1.41649,-2.12634,-2.76485,-0.194318,-0.592777,-0.258662,-0.273506,-0.10708,-0.283466,-0.407713,-0.168601,-0.19022,-0.295523,-0.285468,-0.109687,-0.411749,0.0922659,-0.19805,-0.214381,-0.23957,0.174757,-0.177419,-0.282333,-0.31472,-0.316983,0.0690346,0.161271 +-5929.09,0.970286,0.394006,2,-0.207555,0.0271448,-3.22971,-1.83935,-2.7399,-2.39031,-2.29121,-2.84661,-1.61051,-2.04142,-2.10549,-2.25109,-2.29879,-1.46556,-3.03815,-2.78055,-1.38718,-1.44295,-2.13768,-2.79767,-3.31281,-1.38042,-2.07674,-2.69088,-0.235457,-0.589813,-0.354648,-0.353459,-0.0802139,-0.135212,-0.490151,-0.26459,-0.194136,-0.263142,-0.225209,0.0135759,-0.509226,0.107194,-0.159049,-0.177187,-0.145801,0.516253,-0.234916,-0.0985666,-0.401689,-0.367336,0.0652341,0.164757 +-5937.36,0.787861,0.394006,2,-0.247497,0.041043,-2.62418,-1.90049,-2.11443,-2.25418,-2.44333,-2.66238,-1.71326,-2.09863,-1.83584,-2.30249,-2.20963,-1.61514,-2.76131,-2.87088,-1.684,-1.47581,-1.95122,-2.95015,-3.89561,-1.35309,-2.19855,-2.55717,-0.200021,-0.425953,-0.492418,-0.329251,-0.0345418,-0.494128,-0.402805,-0.207039,-0.328463,-0.188545,-0.297968,0.288978,-0.719918,-0.144073,-0.174268,0.0650765,-0.450735,0.527757,-0.262394,-0.197763,-0.195463,-0.560436,-0.104504,0.202591 +-5934.54,0.946104,0.394006,3,-0.277944,0.0510226,-2.42006,-2.06911,-2.11962,-2.35689,-2.7395,-2.01471,-1.6867,-2.13747,-1.9509,-2.22219,-2.4385,-1.84404,-2.95054,-2.77295,-1.30699,-1.47134,-2.21914,-3.47816,-3.85382,-1.65757,-2.25436,-2.62121,-0.420346,-0.489828,-0.252773,-0.460899,-0.00827981,-0.231208,-0.536286,-0.18958,-0.428857,-0.253057,-0.211305,0.102847,-0.690033,0.268656,-0.280919,0.065668,-0.145637,-0.0802283,0.270912,-0.425018,-0.321319,-0.733976,0.041391,0.225882 +-5935.12,0.892667,0.394006,2,-0.16515,0.0414956,-2.29294,-2.07945,-2.48907,-2.32767,-2.3936,-2.63607,-1.68672,-2.17543,-1.82649,-2.40357,-2.43662,-1.45343,-3.10163,-2.9496,-1.23622,-1.62129,-1.94211,-3.00402,-3.30232,-1.68173,-2.15232,-2.84418,-0.178587,-0.747884,-0.37552,-0.30074,0.125051,-0.280222,-0.434696,0.0739265,-0.278511,-0.219363,-0.283922,0.0470391,-0.531458,-0.0841473,-0.157237,-0.0574822,-0.223268,0.191498,0.313768,0.0700755,-0.491577,-0.634821,-0.0344706,0.203705 +-5920.12,0.893542,0.394006,3,-0.219156,0.00389225,-2.84963,-2.00613,-2.18884,-2.47333,-2.4498,-2.88786,-1.72916,-2.05041,-2.00225,-2.22038,-2.46199,-1.40397,-3.36076,-2.88686,-1.3511,-1.46047,-2.19544,-2.69911,-3.44553,-1.29733,-2.16193,-3.26767,-0.361976,-0.141949,-0.356052,-0.137816,-0.203489,-0.314786,-0.310067,-0.169081,-0.179342,-0.434216,-0.309508,-0.221575,-0.139977,0.00567303,-0.263939,-0.215208,-0.25939,-0.240917,-0.335345,-0.356303,-0.32053,-0.299297,-0.305555,0.0623879 +-5925.92,1,0.394006,3,-0.261611,0.0226475,-2.47496,-2.1756,-2.00574,-2.27854,-2.17972,-2.25499,-1.92072,-2.06756,-1.88919,-2.21395,-2.44972,-1.62751,-3.28868,-2.79589,-1.31072,-1.56076,-2.11675,-2.97806,-3.06494,-1.20891,-2.14792,-2.63982,-0.0446558,-0.418004,-0.159928,-0.345148,-0.206718,-0.162568,-0.181568,-0.332458,-0.41751,-0.185176,-0.0969527,-0.239926,-0.395974,0.0709209,-0.397806,-0.324068,0.0130174,-0.269131,-0.0680342,-0.452166,-0.262204,-0.35516,-0.213203,0.150491 +-5914.56,0.972428,0.394006,3,-0.284113,0.0069151,-2.48868,-2.62842,-1.90655,-2.39479,-2.29867,-2.59101,-1.73631,-2.02421,-2.18785,-2.31299,-2.45453,-1.40172,-2.86125,-2.6043,-1.28174,-1.59015,-1.95956,-2.94807,-3.46173,-1.41847,-2.05008,-2.88101,-0.387553,-0.0446645,-0.329807,-0.183078,-0.297621,-0.366152,-0.313747,-0.173847,-0.190135,-0.323671,-0.115601,-0.312744,-0.149172,-0.326611,-0.169697,-0.146726,-0.157435,-0.221368,-0.375806,-0.357366,-0.316178,-0.356422,-0.257191,0.0831571 +-5913.75,0.883688,0.394006,2,-0.224765,0.00356785,-3.50318,-2.07054,-2.05156,-2.32289,-2.34716,-1.96047,-1.75755,-1.97753,-2.12285,-2.19305,-2.38933,-1.27029,-2.85987,-2.55306,-1.30378,-1.52394,-2.02778,-3.08279,-3.28155,-1.46446,-2.04126,-2.95732,-0.174298,-0.0787153,-0.241397,-0.419477,-0.224059,-0.145332,-0.22315,-0.33587,-0.249666,-0.199155,-0.327945,-0.373281,-0.399311,-0.140094,-0.268952,-0.217375,-0.275108,-0.250679,-0.177881,-0.22255,-0.317778,-0.21875,-0.281195,0.0597315 +-5913.75,0.0666257,0.394006,2,-0.224765,0.00356785,-3.50318,-2.07054,-2.05156,-2.32289,-2.34716,-1.96047,-1.75755,-1.97753,-2.12285,-2.19305,-2.38933,-1.27029,-2.85987,-2.55306,-1.30378,-1.52394,-2.02778,-3.08279,-3.28155,-1.46446,-2.04126,-2.95732,-0.174298,-0.0787153,-0.241397,-0.419477,-0.224059,-0.145332,-0.22315,-0.33587,-0.249666,-0.199155,-0.327945,-0.373281,-0.399311,-0.140094,-0.268952,-0.217375,-0.275108,-0.250679,-0.177881,-0.22255,-0.317778,-0.21875,-0.281195,0.0597315 +-5913.75,0.00380687,0.394006,2,-0.224765,0.00356785,-3.50318,-2.07054,-2.05156,-2.32289,-2.34716,-1.96047,-1.75755,-1.97753,-2.12285,-2.19305,-2.38933,-1.27029,-2.85987,-2.55306,-1.30378,-1.52394,-2.02778,-3.08279,-3.28155,-1.46446,-2.04126,-2.95732,-0.174298,-0.0787153,-0.241397,-0.419477,-0.224059,-0.145332,-0.22315,-0.33587,-0.249666,-0.199155,-0.327945,-0.373281,-0.399311,-0.140094,-0.268952,-0.217375,-0.275108,-0.250679,-0.177881,-0.22255,-0.317778,-0.21875,-0.281195,0.0597315 +-5908.53,0.353955,0.394006,2,-0.181597,0.00627218,-2.64631,-2.54833,-1.81757,-2.51977,-2.4597,-2.41914,-1.74261,-2.29853,-1.8551,-2.39842,-2.33359,-1.66676,-3.0343,-2.8211,-1.3448,-1.55003,-1.96708,-2.8237,-3.40258,-1.47778,-2.23228,-2.88806,-0.11074,-0.273516,-0.212548,-0.0219164,-0.181532,-0.148302,-0.295451,-0.265453,-0.231628,-0.255404,-0.174305,-0.159894,-0.227147,0.00898012,-0.212234,-0.129459,-0.265103,-0.182163,-0.179991,-0.189706,-0.255985,-0.186068,-0.263095,0.0791971 +-5915.02,1.54875e-05,0.394006,2,-0.218528,0.00180098,-2.43703,-2.87094,-1.8996,-2.53235,-2.31712,-2.07348,-1.75578,-2.1748,-1.96001,-2.34965,-2.34855,-1.74227,-3.28656,-2.91354,-1.47168,-1.24253,-1.80604,-2.93127,-3.19176,-1.48498,-2.32577,-3.0715,0.0618766,-0.223721,-0.145793,-0.151763,-0.318551,-0.208873,-0.226517,-0.0995266,-0.208166,-0.202759,-0.221488,-0.216869,-0.257746,-0.00319337,-0.236588,-0.324791,-0.188727,-0.255054,-0.261438,-0.201926,-0.257322,-0.274235,-0.171548,0.042438 +-5909.95,2.7496e-08,0.394006,3,-0.279082,0.00559715,-2.31448,-1.59596,-2.42945,-2.23633,-2.50807,-2.24951,-1.68375,-1.95662,-1.98875,-2.17859,-2.28862,-1.21516,-2.81898,-2.61184,-1.2706,-1.76441,-2.13879,-2.97367,-3.69751,-1.46906,-2.04596,-2.82123,-0.2903,-0.334138,-0.250842,-0.259895,-0.382126,-0.292076,-0.285202,-0.266104,-0.334322,-0.340124,-0.255395,-0.273846,-0.269152,-0.264011,-0.286451,-0.0590703,-0.327075,-0.218196,-0.233501,-0.216632,-0.265609,-0.319015,-0.315443,0.0748141 +-5920.56,0.382959,0.394006,2,-0.366793,0.00457602,-3.32868,-2.46049,-2.05479,-2.54933,-2.30413,-2.46422,-1.75005,-2.14697,-1.85336,-2.30391,-2.35401,-1.78135,-2.79625,-2.74982,-1.08775,-1.21856,-1.62371,-2.50085,-3.65493,-1.48204,-2.16549,-2.74316,-0.411467,-0.348594,-0.390258,-0.31073,-0.0861908,-0.256767,-0.429502,-0.286585,-0.374624,-0.297497,-0.336034,-0.237568,-0.337358,-0.242729,-0.363773,-0.497183,-0.334154,-0.353057,-0.447538,-0.392223,-0.323254,-0.397371,-0.45678,0.0676463 +-5910.16,0.353153,0.394006,2,-0.249858,0.0037363,-2.38708,-2.11279,-2.03898,-2.42761,-2.4788,-2.56909,-1.82266,-1.98358,-1.81351,-2.26313,-2.48193,-1.24154,-3.44286,-2.69377,-1.41189,-1.28608,-2.04707,-2.63994,-3.94004,-1.43398,-2.07804,-3.02153,-0.310094,-0.289985,-0.214937,-0.258482,-0.492551,-0.254268,-0.205036,-0.306103,-0.305957,-0.301113,-0.265729,-0.371016,-0.276105,-0.224521,-0.250242,-0.172819,-0.209419,-0.304245,-0.219196,-0.245384,-0.303653,-0.246455,-0.352994,0.0611253 +-5914.88,0.441374,0.394006,2,-0.255752,0.00431059,-2.18282,-2.35683,-2.1032,-2.41071,-2.31033,-3.01858,-1.87038,-2.08589,-1.99141,-2.20571,-2.40885,-1.19733,-3.30626,-2.71124,-1.40592,-1.58758,-2.11371,-2.5094,-3.6145,-1.5393,-2.29269,-3.17456,-0.247903,-0.232506,-0.255754,-0.222559,-0.352794,-0.297242,-0.190568,-0.236421,-0.121497,-0.250932,-0.317781,-0.379431,-0.295762,-0.245412,-0.131322,-0.275737,-0.0545111,-0.229931,-0.399128,-0.264258,-0.281914,-0.313929,-0.27882,0.0656551 +-5915.54,0.536729,0.394006,3,-0.202856,0.00894071,-2.65135,-2.01129,-2.0997,-2.37925,-2.54466,-1.51001,-1.57127,-2.12668,-1.85941,-2.26195,-2.30928,-1.75921,-2.70865,-2.83954,-1.21338,-1.44104,-1.8522,-3.40318,-3.21191,-1.48647,-2.08429,-2.76423,-0.177043,-0.194664,-0.218076,-0.211055,-0.23777,-0.306053,-0.299504,-0.146476,-0.4148,-0.190395,-0.209264,-0.132871,-0.264771,-0.0174148,-0.134679,-0.134345,-0.273658,-0.148254,-0.370325,-0.199578,-0.343867,-0.419458,-0.199203,0.0945553 +-5918.03,0.751213,0.394006,2,-0.2234,0.00533509,-2.17881,-1.80999,-2.42937,-2.53786,-2.62232,-2.13155,-1.61956,-2.12777,-1.93652,-2.27495,-2.32401,-1.64709,-2.89312,-2.7524,-1.31172,-1.41878,-1.71907,-3.35437,-3.01164,-1.56924,-2.31253,-2.81412,-0.278219,-0.193469,-0.312013,-0.222678,-0.118833,-0.381138,-0.397256,-0.225745,-0.239828,-0.230047,-0.125776,-0.139958,-0.191542,-0.257182,-0.196821,-0.097808,-0.215657,-0.196061,-0.038385,-0.259981,-0.554051,-0.266695,-0.132941,0.0730417 +-5911.33,0.277781,0.394006,2,-0.243588,0.00351802,-2.10778,-1.83073,-2.64901,-2.48755,-2.54249,-2.16753,-1.58511,-2.21904,-1.88725,-2.33931,-2.3053,-1.62286,-2.97086,-2.72153,-1.46461,-1.62913,-1.80801,-3.49496,-3.05437,-1.76666,-2.171,-2.82938,-0.297847,-0.26498,-0.20697,-0.248727,-0.240499,-0.24631,-0.363205,-0.240321,-0.29088,-0.171175,-0.321394,-0.203755,-0.387004,-0.0828946,-0.246604,-0.114568,-0.284307,-0.241615,-0.325252,-0.291303,-0.344961,-0.219075,-0.29517,0.0593129 +-5912.17,0.0419567,0.394006,2,-0.169019,0.00398148,-2.45681,-2.09558,-1.9188,-2.30135,-2.70907,-1.98131,-1.86634,-2.08451,-2.13086,-2.21159,-2.49547,-1.33597,-2.99727,-2.67997,-1.25516,-1.66228,-2.00072,-2.41935,-3.72843,-1.31042,-2.04644,-2.92431,-0.224042,-0.182698,-0.145216,-0.19767,-0.0808946,-0.2405,-0.227872,-0.129934,-0.229559,-0.304967,0.00740135,-0.122549,-0.169926,-0.0772518,-0.147068,-0.210168,-0.113311,-0.279209,-0.125942,-0.128078,-0.209224,-0.348613,-0.247208,0.063099 +-5913.78,0.143998,0.394006,2,-0.202059,0.00499506,-2.6775,-1.78009,-1.70591,-2.56358,-2.45592,-2.48683,-1.8603,-2.11848,-1.84009,-2.18672,-2.44913,-1.62628,-3.1226,-2.68229,-1.08529,-1.36235,-1.92571,-3.21302,-3.21574,-1.47901,-2.02367,-2.99269,-0.0525863,-0.380263,-0.268892,-0.183137,-0.204673,-0.183106,-0.180872,-0.219943,-0.174443,-0.266448,-0.0285024,-0.218494,-0.201705,-0.141956,-0.348851,-0.157627,-0.249924,-0.106828,-0.18914,-0.283173,-0.306486,-0.107659,-0.152495,0.0706757 +-5913.85,0.159851,0.394006,2,-0.22518,0.00391304,-3.25013,-2.34312,-2.3548,-2.2804,-2.36048,-2.38927,-1.70752,-2.1611,-1.88945,-2.35261,-2.3223,-1.22157,-2.90369,-2.75112,-1.50956,-1.45214,-2.19587,-2.45293,-3.71313,-1.41072,-2.51854,-3.03426,-0.169371,-0.167762,-0.257992,-0.180577,-0.240138,-0.148114,-0.262335,-0.194943,-0.220588,-0.23873,-0.333852,-0.133135,-0.189891,-0.268436,-0.153401,-0.184439,-0.132044,-0.0950992,-0.24637,-0.191413,-0.203763,-0.21387,-0.31413,0.0625543 +-5913.79,0.0159172,0.394006,3,-0.22618,0.00224043,-3.36627,-2.34668,-2.37935,-2.34888,-2.31316,-2.09581,-1.7261,-2.15511,-1.87476,-2.36228,-2.24063,-1.26885,-2.98185,-2.73424,-1.45287,-1.53478,-2.15228,-2.58038,-4.03752,-1.37944,-2.45114,-3.06973,-0.168182,-0.22636,-0.290201,-0.160098,-0.305621,-0.331898,-0.275912,-0.120268,-0.280206,-0.215902,-0.296073,-0.157828,-0.180623,-0.192243,-0.132019,-0.160981,-0.103833,-0.193401,-0.295024,-0.139192,-0.274512,-0.299609,-0.236741,0.0473332 +-5925.52,0.903457,0.394006,2,-0.203213,0.0144294,-1.80462,-2.79889,-2.17966,-2.35641,-2.7628,-2.0546,-1.83356,-2.12974,-2.11748,-2.3399,-2.33488,-1.66078,-3.04666,-2.66904,-1.33129,-1.85948,-2.27785,-2.69119,-3.10164,-1.4148,-2.01786,-3.03823,-0.271589,-0.180331,-0.270431,-0.313833,0.141577,-0.0847809,-0.263421,-0.119545,-0.15183,-0.194443,-0.171153,-0.280747,-0.309505,-0.0855442,-0.455433,-0.0886529,-0.231996,-0.242779,-0.0544292,-0.351594,-0.175456,-0.0971857,-0.211368,0.120123 +-5924.78,0.783383,0.394006,3,-0.253573,0.0151181,-2.83376,-2.53486,-2.11039,-2.46172,-2.38496,-1.94455,-1.71229,-2.38947,-1.87379,-2.279,-2.41377,-1.54319,-3.16432,-2.89537,-1.61144,-1.40709,-1.92337,-2.21549,-3.17496,-1.73262,-1.9964,-3.02162,-0.178028,-0.364001,-0.392131,-0.274076,-0.177495,-0.185871,-0.579583,-0.0719048,-0.410142,-0.17671,-0.100241,-0.159605,-0.23747,0.039291,-0.244684,-0.482974,-0.331085,-0.304796,-0.0896116,-0.0699487,-0.407852,-0.258479,-0.29444,0.122956 +-5924.95,0.975885,0.394006,2,-0.256505,0.0133938,-2.52988,-2.4395,-2.20637,-2.47686,-2.37176,-1.79947,-1.71924,-2.40181,-1.85246,-2.26542,-2.40369,-1.44701,-3.20486,-2.88054,-1.58365,-1.5088,-2.03768,-2.29624,-3.33223,-1.75805,-2.07209,-3.03112,-0.191435,-0.307805,-0.415531,-0.265225,-0.158808,-0.174976,-0.580134,-0.0538403,-0.377019,-0.261447,-0.0968567,-0.213885,-0.368174,0.0784828,-0.267358,-0.510438,-0.32855,-0.331046,-0.104296,-0.0157195,-0.374918,-0.173273,-0.283472,0.115732 +-5922.06,0.77584,0.394006,2,-0.175977,0.0173342,-2.61216,-2.20963,-1.8642,-2.36004,-2.33367,-2.36512,-1.56882,-2.0141,-2.04899,-2.27654,-2.13937,-1.51525,-2.69568,-2.76428,-1.59193,-1.5065,-1.89988,-3.47961,-3.54384,-1.56504,-2.05233,-2.93555,-0.0771167,-0.192981,-0.140746,-0.184579,-0.287355,-0.293166,-0.437936,-0.146064,-0.141631,-0.235042,-0.395882,-0.160218,-0.0849259,0.0111383,0.233033,-0.112772,-0.0328256,0.0100183,-0.404801,-0.119637,-0.310338,-0.435134,-0.162732,0.131659 +-5931.73,0.586771,0.394006,2,-0.201858,0.0161507,-2.63549,-2.22149,-2.2079,-2.39363,-2.27966,-3.00124,-1.58611,-1.91282,-2.04609,-2.32302,-2.23542,-1.47112,-2.86883,-2.69571,-1.47213,-1.4072,-2.01111,-3.30806,-3.94395,-1.62662,-2.19405,-2.83349,-0.301285,-0.237164,0.0838275,-0.427246,-0.227211,0.0345157,-0.382521,-0.286031,-0.426158,-0.164365,-0.122471,-0.2247,-0.180411,-0.148379,0.15226,-0.0402941,-0.258139,-0.307468,-0.110423,-0.120104,-0.28872,-0.630898,-0.507151,0.127085 +-5927.69,0.899402,0.394006,3,-0.321549,0.019852,-2.5029,-2.27652,-2.31953,-2.29354,-2.32686,-1.52303,-1.77628,-2.10958,-2.07412,-2.22832,-2.40293,-1.51045,-3.03866,-2.60006,-1.48719,-1.43924,-2.34456,-3.05863,-3.94412,-1.46737,-2.14149,-2.68778,-0.0719046,-0.568881,-0.470817,-0.295533,-0.321727,-0.219911,-0.52574,-0.371423,-0.225143,-0.31507,-0.217469,-0.0707186,-0.249036,-0.243629,-0.345334,-0.285384,0.0664525,-0.0602661,-0.466784,0.0136661,-0.345933,-0.338197,-0.390591,0.140897 +-5932.44,0.763699,0.394006,2,-0.34935,0.0199471,-2.67242,-2.25501,-2.36313,-2.33592,-2.3332,-1.4173,-1.71076,-2.11562,-2.02598,-2.20476,-2.44684,-1.70057,-2.99547,-2.78757,-1.51268,-1.43127,-2.36956,-3.20045,-3.54863,-1.55775,-2.03502,-2.61123,0.0224445,-0.458772,-0.616693,-0.314091,-0.121319,-0.154725,-0.436059,-0.296933,-0.440935,-0.312454,-0.321006,-0.185811,-0.234046,-0.126277,-0.276161,-0.45998,0.173974,0.106304,-0.502181,-0.104401,-0.363965,-0.352968,-0.309922,0.141234 +-5923.94,0.990804,0.394006,2,-0.326235,0.0158032,-2.35598,-2.47775,-2.20335,-2.32444,-2.40106,-1.95734,-1.66132,-2.06711,-1.93232,-2.27426,-2.33535,-1.69131,-3.10496,-2.6354,-1.43978,-1.45698,-2.26458,-3.42299,-3.72369,-1.66572,-2.22035,-2.89123,0.0706478,-0.348366,-0.392869,-0.372165,-0.0734476,-0.564824,-0.385251,-0.471075,-0.262008,-0.31538,-0.285246,-0.151891,-0.249034,-0.10328,-0.304216,-0.449041,0.116609,-0.0602743,-0.393752,-0.231333,-0.503759,-0.357069,-0.391222,0.125711 +-5923.15,0.878785,0.394006,2,-0.247036,0.00533776,-2.42993,-2.00592,-2.3054,-2.36316,-2.26096,-2.15811,-1.65722,-2.05255,-1.87515,-2.33891,-2.48361,-1.60131,-3.37426,-2.60901,-1.2488,-1.36019,-2.2629,-3.36536,-3.56926,-1.73684,-2.04275,-2.95235,0.0260046,-0.220021,-0.223742,-0.311424,-0.329312,-0.250906,-0.402651,-0.0515227,-0.303889,-0.298834,-0.101971,-0.302914,-0.380666,-0.282898,-0.238115,-0.477307,-0.203259,-0.329475,-0.0634506,-0.329256,-0.22499,-0.30137,-0.290954,0.0730599 +-5927.23,0.934525,0.394006,2,-0.200144,0.0143345,-2.55957,-2.41721,-1.56754,-2.42902,-2.32678,-2.49646,-1.73838,-2.01258,-1.87947,-2.21187,-2.26779,-1.42505,-3.15154,-2.75776,-1.37949,-1.21399,-1.71634,-2.39659,-3.19909,-1.45455,-2.2854,-2.77344,-0.241278,-0.390752,-0.381369,-0.1873,-0.194645,-0.315524,-0.333817,-0.544157,-0.283921,-0.205777,-0.201155,-0.0924575,-0.0541778,-0.073867,-0.33139,-0.511538,-0.27683,-0.128201,-0.424025,-0.105891,-0.404467,-0.31953,-0.151616,0.119727 +-5923.7,1,0.394006,3,-0.185362,0.0128484,-2.92313,-2.41503,-2.25998,-2.41985,-2.38041,-2.56878,-1.76487,-2.17656,-1.59741,-2.2144,-2.13752,-1.2292,-2.8017,-2.61764,-1.54063,-1.69822,-1.95681,-2.70734,-3.21732,-1.40415,-2.12488,-2.79554,-0.15075,-0.308184,-0.234888,-0.254916,-0.124259,-0.239045,-0.419909,-0.165639,-0.491292,-0.208739,-0.272678,-0.33986,-0.297789,-0.111877,-0.262586,0.0537749,-0.155725,0.099547,-0.326892,-0.16095,-0.584238,-0.294926,-0.153102,0.113351 +-5926.34,0.495383,0.394006,2,-0.330126,0.0263751,-2.21766,-2.41017,-2.34673,-2.41355,-2.31016,-2.28416,-1.67687,-2.17299,-1.9662,-2.26133,-2.19488,-1.53157,-3.22126,-2.84688,-1.38352,-1.32541,-1.94884,-3.13573,-3.50663,-1.51539,-1.91309,-3.00112,-0.122565,-0.366803,-0.425282,-0.218143,-0.446599,0.105055,-0.344904,-0.0840157,-0.503355,-0.407788,-0.454731,-0.16784,-0.288452,-0.0429953,-0.117251,-0.447193,-0.275829,-0.534098,0.162354,-0.352546,-0.65227,-0.340822,-0.535096,0.162404 +-5930.24,0.749097,0.394006,3,-0.212493,0.0360426,-2.41311,-1.62329,-1.69473,-2.46817,-2.37909,-2.0019,-1.66537,-1.94773,-2.01688,-2.20446,-2.19244,-1.52433,-2.84801,-2.67917,-1.30994,-1.64214,-2.11674,-2.87864,-3.32297,-1.54833,-2.35092,-2.82103,-0.297106,-0.763766,-0.283759,-0.173795,0.0269957,-0.630078,-0.363245,-0.180645,-0.274991,-0.181964,-0.0705794,-0.338076,-0.401989,-0.191976,-0.353144,-0.157132,-0.129737,-0.157029,-0.488423,-0.047725,-0.15663,-0.240184,-0.0125047,0.189849 +-5925.83,0.998819,0.394006,2,-0.252933,0.0321185,-3.02543,-2.18844,-2.14131,-2.3715,-2.53422,-1.86193,-1.86422,-2.20143,-1.78152,-2.22809,-2.48943,-1.45506,-3.02604,-2.78746,-1.32384,-1.58293,-2.09605,-2.70224,-3.51174,-1.48995,-2.03085,-3.07054,-0.391016,-0.196604,-0.276847,-0.246371,-0.364064,-0.746474,-0.238075,-0.252529,-0.53646,-0.475784,-0.239314,0.0391844,-0.147171,0.00445746,-0.100846,-0.0410267,-0.0729799,-0.302657,-0.0935283,-0.314927,-0.373868,-0.274327,-0.242568,0.179216 +-5922.84,0.85418,0.394006,2,-0.273025,0.0128089,-3.25374,-2.09957,-1.81713,-2.38099,-2.29278,-1.98995,-1.73188,-2.28748,-1.77245,-2.17804,-2.48291,-1.52297,-2.95308,-2.84002,-1.24744,-1.44118,-2.06976,-2.69635,-3.16327,-1.73824,-1.93558,-3.05887,-0.566015,-0.242334,-0.520126,-0.205843,-0.111749,-0.489874,-0.285466,0.047692,-0.279839,-0.330082,-0.208612,-0.123655,-0.370776,-0.00647074,-0.293038,-0.150404,0.0288028,-0.354649,-0.1836,-0.255465,-0.315659,-0.39977,-0.24149,0.113176 +-5923.33,1,0.394006,3,-0.279446,0.0185775,-2.68971,-2.13827,-1.66509,-2.45738,-2.47418,-1.69263,-1.81144,-2.41322,-1.9399,-2.19766,-2.26919,-1.49227,-2.80596,-2.87328,-1.38015,-1.66997,-2.06166,-2.8999,-3.35781,-1.70113,-2.25651,-2.93937,0.00100441,-0.302054,-0.867426,-0.219934,-0.412139,-0.336891,-0.314243,0.125544,-0.297475,-0.363473,-0.246612,-0.352934,-0.254327,0.269306,-0.277637,-0.154488,-0.257499,-0.247339,-0.385341,-0.125827,-0.378183,-0.228637,-0.288861,0.136299 +-5923.33,0.693741,0.394006,3,-0.279446,0.0185775,-2.68971,-2.13827,-1.66509,-2.45738,-2.47418,-1.69263,-1.81144,-2.41322,-1.9399,-2.19766,-2.26919,-1.49227,-2.80596,-2.87328,-1.38015,-1.66997,-2.06166,-2.8999,-3.35781,-1.70113,-2.25651,-2.93937,0.00100441,-0.302054,-0.867426,-0.219934,-0.412139,-0.336891,-0.314243,0.125544,-0.297475,-0.363473,-0.246612,-0.352934,-0.254327,0.269306,-0.277637,-0.154488,-0.257499,-0.247339,-0.385341,-0.125827,-0.378183,-0.228637,-0.288861,0.136299 +-5922.79,0.913497,0.394006,2,-0.254427,0.0276074,-1.74961,-1.77836,-1.43039,-2.40475,-2.24238,-2.34953,-1.64845,-2.13712,-1.75437,-2.12853,-2.40467,-1.41525,-2.96589,-2.86696,-1.32092,-1.66218,-1.97461,-2.85023,-3.32,-1.44803,-2.18865,-2.92395,0.111363,-0.318788,-0.722188,-0.261834,-0.254106,-0.456734,-0.508978,-0.205475,-0.355101,-0.391774,-0.222993,-0.34597,-0.28781,-0.0401938,-0.309628,-0.172045,-0.0661594,-0.275731,-0.161266,-0.148627,-0.231719,-0.243051,-0.293385,0.166155 +-5916.32,1,0.394006,2,-0.264807,0.00703682,-2.75396,-2.41253,-1.68837,-2.36854,-2.23832,-1.79317,-1.71791,-1.92457,-2.01551,-2.22205,-2.34968,-1.45216,-2.9911,-2.8867,-1.37998,-1.81496,-2.21976,-3.06719,-3.04464,-1.71513,-2.16631,-2.80858,-0.310321,-0.275829,-0.333553,-0.282792,-0.305181,-0.233756,-0.392994,-0.270013,-0.359674,-0.274613,-0.154122,-0.00757941,-0.380337,0.200332,-0.222383,-0.0306707,-0.233698,-0.258208,-0.378542,-0.0756416,-0.407655,-0.3517,-0.255098,0.0838857 +-5916.21,0.876499,0.394006,2,-0.250912,0.00288266,-2.05469,-2.28957,-2.83888,-2.45337,-2.61783,-2.56816,-1.67376,-2.21562,-1.95486,-2.22589,-2.31551,-1.38504,-3.03335,-2.46194,-1.22892,-1.28706,-1.69939,-2.77189,-3.64597,-1.39003,-2.22947,-2.98428,-0.17535,-0.222929,-0.277795,-0.263427,-0.193342,-0.209304,-0.375315,-0.171879,-0.240475,-0.336923,-0.264529,-0.451935,-0.139967,-0.126799,-0.261358,-0.267392,-0.209131,-0.189721,0.0016424,-0.317805,-0.301094,-0.341953,-0.184525,0.0536904 +-5915.09,0.0942855,0.394006,2,-0.186316,0.00545935,-2.35089,-2.28594,-2.51439,-2.4826,-2.61609,-2.75393,-1.68708,-2.2249,-1.86372,-2.10956,-2.25863,-1.42698,-3.02307,-2.55395,-1.291,-1.20366,-1.80161,-2.64595,-3.73549,-1.39901,-2.36109,-2.75093,-0.166744,-0.228251,-0.185488,-0.160042,-0.163185,-0.232096,-0.357574,-0.250453,-0.247418,-0.313976,-0.173243,-0.365723,-0.240099,-0.138641,-0.150521,-0.28194,-0.329799,-0.19466,-0.0956049,-0.203132,-0.170753,-0.157538,-0.258936,0.0738874 +-5917.04,0.253335,0.394006,2,-0.209242,0.00594272,-2.34743,-2.28965,-2.45055,-2.41919,-2.45765,-2.79753,-1.6509,-2.15062,-1.71839,-2.16766,-2.23976,-1.51059,-2.6855,-2.63345,-1.38889,-1.17466,-1.92893,-2.25133,-3.68648,-1.4073,-2.36193,-2.81087,-0.172495,-0.146748,-0.137223,-0.177763,-0.244874,-0.263972,-0.388385,-0.0854392,-0.261824,-0.277667,-0.218637,-0.203103,-0.166524,-0.149255,-0.197081,-0.185048,-0.185635,-0.162273,0.167919,-0.18714,-0.135253,-0.279446,-0.105934,0.077089 +-5928.42,0.638353,0.394006,3,-0.354512,0.0244693,-2.22764,-2.05396,-2.7263,-2.53257,-2.38467,-1.63096,-1.67608,-1.98807,-2.11903,-2.18469,-2.27327,-1.30301,-3.25254,-2.84664,-1.30086,-1.7609,-1.92727,-3.18516,-3.25736,-1.60139,-2.00786,-3.04588,-0.241537,-0.547332,-0.215785,-0.142021,-0.188285,-0.364194,-0.439459,-0.441828,-0.289388,-0.458618,-0.337325,-0.231309,-0.486407,0.13149,-0.262417,-0.261988,-0.231761,-0.805624,-0.297719,-0.228865,-0.471693,-0.233668,-0.55741,0.156427 +-5932.32,0.820643,0.394006,2,-0.361435,0.0208455,-2.4526,-2.40773,-2.55391,-2.4969,-2.25996,-2.57465,-1.67082,-2.01968,-1.90361,-2.1377,-2.22572,-1.54414,-2.55944,-2.6993,-1.52586,-1.44608,-1.95971,-2.51448,-2.98098,-1.32263,-1.87257,-2.90811,-0.360397,-0.348787,-0.0440336,-0.0491635,-0.107406,-0.205294,-0.500098,-0.265655,-0.583241,-0.358899,-0.308743,-0.230443,0.000107103,-0.176291,-0.272668,-0.328825,-0.49254,-0.524176,-0.42774,-0.566882,-0.614724,-0.516048,-0.364019,0.14438 +-5923.75,1,0.394006,2,-0.362537,0.0187279,-2.33941,-2.27174,-2.12638,-2.51009,-2.4103,-2.08028,-1.63474,-2.03245,-2.0012,-2.236,-2.42188,-1.57014,-3.05199,-2.83712,-1.3599,-1.46247,-2.04873,-2.66635,-3.65018,-1.21272,-2.10144,-2.69347,-0.248803,-0.408304,-0.252554,-0.10564,-0.0059289,-0.539038,-0.3738,-0.503528,-0.385585,-0.475886,-0.323369,-0.0762433,-0.400562,0.160206,-0.345778,-0.294351,-0.439085,-0.150143,-0.302609,-0.416954,-0.212437,-0.426662,-0.251279,0.13685 +-5926.62,0.935739,0.394006,3,-0.246115,0.0316891,-2.69578,-2.03279,-1.91743,-2.34525,-2.70034,-2.06969,-1.75488,-1.94993,-1.92553,-2.16889,-2.22814,-1.49927,-2.9328,-3.03376,-1.22168,-1.22411,-1.91026,-3.30813,-3.31469,-1.64664,-2.06767,-2.96643,-0.166567,-0.476102,-0.351475,-0.33602,0.00881394,-0.398511,-0.399719,-0.0726699,-0.164505,-0.22281,-0.137183,-0.165451,-0.147227,0.257175,-0.276944,-0.487905,0.0428471,-0.332196,-0.0997053,-0.161742,-0.581116,-0.403279,-0.269612,0.178014 +-5922.46,0.968736,0.394006,2,-0.250011,0.0117806,-2.52162,-2.49665,-2.21335,-2.338,-2.29666,-2.5118,-1.49924,-2.31823,-2.06539,-2.41637,-2.3266,-1.54934,-3.04381,-2.62912,-1.49327,-1.49575,-2.11751,-2.46388,-3.40694,-1.38154,-1.97335,-2.85597,-0.244973,-0.0547729,-0.157733,-0.304638,-0.192044,-0.0667254,-0.559057,-0.255604,-0.335951,-0.278183,-0.376516,-0.11209,-0.35973,-0.135971,-0.210642,-0.23418,-0.365379,-0.126049,-0.304469,-0.244822,-0.303694,-0.205753,-0.226849,0.108539 +-5920.44,1,0.394006,2,-0.271966,0.00909567,-3.08246,-2.29075,-2.36112,-2.32112,-2.19772,-2.32142,-1.56053,-2.17042,-2.0593,-2.30847,-2.23414,-1.61559,-2.90271,-2.61657,-1.50234,-1.45836,-2.06631,-2.61736,-3.62674,-1.35637,-1.92915,-2.91649,-0.261072,0.0723895,-0.300755,-0.374934,-0.207495,0.034748,-0.612429,-0.355956,-0.33338,-0.193712,-0.233396,-0.0642379,-0.334957,-0.179612,-0.263651,-0.233874,-0.301894,-0.273408,-0.282785,-0.242853,-0.519012,-0.285051,-0.152738,0.0953712 +-5921.25,0.745729,0.394006,2,-0.23519,0.00625279,-2.70786,-2.19481,-2.36572,-2.43762,-2.49268,-2.60355,-1.68798,-1.92281,-1.88822,-2.20148,-2.47038,-1.23014,-2.84919,-2.83808,-1.22448,-1.5011,-1.78681,-3.64036,-3.22742,-1.63645,-2.30303,-2.89658,-0.206621,-0.509138,-0.1788,-0.141996,-0.247864,-0.463819,-0.362417,-0.129279,-0.162614,-0.352084,-0.153946,-0.433165,-0.232246,-0.0656798,-0.237727,-0.226357,-0.142911,-0.124867,-0.174074,-0.208827,-0.115441,-0.365064,-0.330017,0.0790746 +-5914.3,1,0.394006,2,-0.247568,0.00535057,-2.04078,-1.92891,-1.65983,-2.40235,-2.25358,-2.1043,-1.67156,-2.24332,-2.05154,-2.25498,-2.22226,-1.57935,-3.07629,-2.57042,-1.55848,-1.40217,-2.22461,-2.39467,-3.43691,-1.34879,-2.1343,-3.11305,-0.30254,-0.192771,-0.356257,-0.313378,-0.171021,-0.0513816,-0.363841,-0.288697,-0.305916,-0.292269,-0.286771,-0.105858,-0.292324,-0.130349,-0.321498,-0.334427,-0.193127,-0.413597,-0.359343,-0.270294,-0.297976,-0.219534,-0.224833,0.0731476 +-5917.17,7.06952e-05,0.394006,2,-0.246973,0.0127799,-2.61051,-2.04349,-2.42977,-2.37511,-2.54363,-2.09562,-1.74622,-2.02193,-1.91989,-2.1616,-2.49184,-1.20637,-2.85926,-2.86793,-1.16273,-1.52413,-1.98367,-3.34169,-3.12476,-1.50395,-2.27816,-2.87178,-0.271613,-0.712819,-0.239329,-0.201231,-0.271033,-0.637355,-0.317284,-0.24798,-0.291426,-0.329854,-0.142162,-0.434891,-0.31577,0.0085625,-0.198269,-0.235612,-0.119099,-0.1218,-0.246759,-0.311574,-0.276693,-0.338645,-0.30871,0.113048 +-5916.87,0.793632,0.394006,2,-0.206672,0.00673423,-3.1532,-2.54745,-1.88177,-2.35808,-2.30834,-2.28467,-1.61559,-2.14278,-2.05531,-2.23879,-2.16125,-1.54139,-3.27607,-2.72442,-1.82943,-1.46177,-2.00745,-2.70021,-3.69478,-1.55792,-2.10362,-2.95254,-0.202909,0.0192881,-0.281035,-0.374301,-0.135696,0.0252874,-0.456734,-0.231365,-0.228795,-0.337443,-0.280941,-0.13291,-0.211214,-0.0936156,-0.0846603,-0.22803,-0.312965,-0.328763,-0.18063,-0.13756,-0.301862,-0.259268,-0.215842,0.0820623 +-5912.19,0.943082,0.394006,2,-0.26311,0.00765527,-2.97116,-2.19561,-2.27433,-2.32636,-2.49089,-2.38449,-1.72824,-2.2551,-2.00619,-2.20511,-2.22532,-1.55109,-2.98636,-2.77285,-1.67502,-1.51202,-1.8691,-2.64707,-3.35782,-1.54,-2.09372,-3.23351,-0.27956,-0.128852,-0.39451,-0.251168,-0.317222,-0.354732,-0.414113,-0.145315,-0.228994,-0.367452,-0.263055,-0.240938,-0.226587,-0.23548,-0.287246,-0.0850923,-0.162048,-0.183015,-0.288508,-0.178395,-0.238151,-0.173721,-0.255117,0.0874944 +-5910.19,0.73891,0.394006,2,-0.245228,0.00717863,-2.77885,-2.17534,-2.21884,-2.32179,-2.4501,-2.16708,-1.75323,-2.26889,-2.01549,-2.17699,-2.23008,-1.53787,-2.92949,-2.67209,-1.66035,-1.58335,-1.94542,-2.73976,-3.2956,-1.59182,-2.11871,-3.22638,-0.392787,-0.153631,-0.349123,-0.248872,-0.330134,-0.243801,-0.406263,-0.111019,-0.262832,-0.353543,-0.30843,-0.270972,-0.173759,-0.113758,-0.34302,-0.160447,-0.249184,-0.213587,-0.339789,-0.252102,-0.293508,-0.276545,-0.292867,0.0847268 +-5911.74,0.000118244,0.394006,2,-0.228877,0.00312267,-2.55607,-2.28685,-2.20067,-2.30397,-2.47734,-2.38313,-1.72371,-2.26604,-2.00172,-2.19861,-2.24047,-1.54017,-3.0973,-2.67789,-1.52637,-1.54079,-1.88617,-2.7387,-3.21869,-1.63918,-1.99597,-3.23831,-0.415365,-0.20933,-0.209986,-0.201411,-0.272347,-0.207018,-0.382644,-0.0689053,-0.257746,-0.373322,-0.34847,-0.27033,-0.143367,-0.0349022,-0.285645,-0.155257,-0.182927,-0.180797,-0.308159,-0.265211,-0.244681,-0.291168,-0.2034,0.0558808 +-5911.74,0.0213625,0.394006,2,-0.228877,0.00312267,-2.55607,-2.28685,-2.20067,-2.30397,-2.47734,-2.38313,-1.72371,-2.26604,-2.00172,-2.19861,-2.24047,-1.54017,-3.0973,-2.67789,-1.52637,-1.54079,-1.88617,-2.7387,-3.21869,-1.63918,-1.99597,-3.23831,-0.415365,-0.20933,-0.209986,-0.201411,-0.272347,-0.207018,-0.382644,-0.0689053,-0.257746,-0.373322,-0.34847,-0.27033,-0.143367,-0.0349022,-0.285645,-0.155257,-0.182927,-0.180797,-0.308159,-0.265211,-0.244681,-0.291168,-0.2034,0.0558808 +-5911.74,0.0513359,0.394006,2,-0.228877,0.00312267,-2.55607,-2.28685,-2.20067,-2.30397,-2.47734,-2.38313,-1.72371,-2.26604,-2.00172,-2.19861,-2.24047,-1.54017,-3.0973,-2.67789,-1.52637,-1.54079,-1.88617,-2.7387,-3.21869,-1.63918,-1.99597,-3.23831,-0.415365,-0.20933,-0.209986,-0.201411,-0.272347,-0.207018,-0.382644,-0.0689053,-0.257746,-0.373322,-0.34847,-0.27033,-0.143367,-0.0349022,-0.285645,-0.155257,-0.182927,-0.180797,-0.308159,-0.265211,-0.244681,-0.291168,-0.2034,0.0558808 +-5911.74,0.0975308,0.394006,2,-0.228877,0.00312267,-2.55607,-2.28685,-2.20067,-2.30397,-2.47734,-2.38313,-1.72371,-2.26604,-2.00172,-2.19861,-2.24047,-1.54017,-3.0973,-2.67789,-1.52637,-1.54079,-1.88617,-2.7387,-3.21869,-1.63918,-1.99597,-3.23831,-0.415365,-0.20933,-0.209986,-0.201411,-0.272347,-0.207018,-0.382644,-0.0689053,-0.257746,-0.373322,-0.34847,-0.27033,-0.143367,-0.0349022,-0.285645,-0.155257,-0.182927,-0.180797,-0.308159,-0.265211,-0.244681,-0.291168,-0.2034,0.0558808 +-5916.53,0.47213,0.394006,2,-0.233119,0.00527073,-2.21869,-2.21636,-1.69873,-2.50311,-2.2569,-2.2891,-1.75969,-2.16322,-1.90389,-2.20772,-2.36936,-1.38955,-2.67015,-2.72552,-1.01191,-1.62655,-1.98876,-3.02988,-3.36851,-1.20121,-2.41105,-2.77102,-0.0139185,-0.33269,-0.336385,-0.287739,-0.126461,-0.264402,-0.298835,-0.149352,-0.292286,-0.291543,-0.113568,-0.155852,-0.46641,-0.0652567,-0.30241,-0.272518,-0.311691,-0.245875,-0.169017,-0.272123,-0.298754,-0.253443,-0.277842,0.0725998 +-5911.63,0.358371,0.394006,3,-0.260337,0.00466724,-1.98466,-2.31648,-1.70121,-2.5248,-2.33402,-1.74111,-1.76701,-2.19642,-1.87217,-2.29932,-2.24393,-1.2783,-2.56417,-2.78655,-1.30755,-1.56637,-1.73208,-2.85545,-3.02645,-1.23817,-2.29194,-2.88527,-0.251768,-0.148794,-0.155575,-0.191041,-0.236322,-0.27693,-0.295596,-0.148463,-0.334021,-0.157496,-0.240274,-0.155632,-0.374919,-0.0978271,-0.249313,-0.193473,-0.253748,-0.278824,-0.126909,-0.274311,-0.282759,-0.232062,-0.280465,0.0683172 +-5913.55,0.208134,0.394006,3,-0.235473,0.00568723,-1.99919,-2.67582,-2.00696,-2.38272,-2.52484,-1.25523,-1.7191,-2.14899,-1.95801,-2.23719,-2.15514,-1.41047,-3.2055,-2.97578,-1.40363,-1.48755,-2.14567,-2.84871,-3.09387,-1.35619,-2.22259,-3.00482,-0.231991,-0.257133,-0.339549,-0.202416,-0.0926897,-0.201077,-0.236198,-0.227978,-0.205849,-0.259272,-0.259706,-0.20655,-0.155625,-0.0844405,-0.124643,-0.127206,-0.171626,-0.113745,-0.272593,-0.325604,-0.132779,-0.223893,-0.290753,0.0754137 +-5903.8,0.223428,0.394006,2,-0.23187,0.00333041,-3.4405,-1.94981,-2.38749,-2.45457,-2.60099,-1.94014,-1.85901,-2.00163,-2.09448,-2.25933,-2.32549,-1.47432,-2.60757,-2.70942,-1.39615,-1.46333,-2.11606,-2.73377,-3.26702,-1.60426,-2.16132,-2.85029,-0.161787,-0.162345,-0.112669,-0.242303,-0.198901,-0.243833,-0.265969,-0.251134,-0.204481,-0.207569,-0.185755,-0.114647,-0.272322,-0.144961,-0.252257,-0.2143,-0.18544,-0.202152,-0.227596,-0.174004,-0.335323,-0.218363,-0.125731,0.0577097 +-5902.48,0.500002,0.394006,2,-0.21291,0.00274925,-2.9258,-2.30125,-2.41996,-2.36938,-2.47484,-2.24979,-1.83761,-2.04323,-2.22219,-2.23563,-2.33381,-1.42287,-2.72942,-2.79009,-1.3925,-1.48786,-2.13506,-2.66716,-3.0506,-1.56181,-2.09799,-2.91849,-0.144892,-0.186182,-0.207111,-0.174621,-0.107344,-0.140681,-0.180615,-0.236371,-0.229947,-0.192282,-0.140095,-0.242208,-0.20397,-0.132346,-0.197176,-0.0668494,-0.133607,-0.157595,-0.145285,-0.12261,-0.233276,-0.246311,-0.205496,0.0524333 +-5907.42,1.95406e-06,0.394006,3,-0.293897,0.0020178,-2.60319,-2.1188,-2.82563,-2.34126,-2.4061,-1.9372,-1.65174,-2.05363,-2.02728,-2.29491,-2.28725,-1.28074,-2.56648,-2.71073,-1.11949,-1.21262,-1.99264,-2.99453,-3.90943,-1.34838,-2.03743,-2.72556,-0.23838,-0.344378,-0.217916,-0.322754,-0.216187,-0.259226,-0.33391,-0.312871,-0.270464,-0.307686,-0.321487,-0.410039,-0.365497,-0.230212,-0.275562,-0.42856,-0.273487,-0.21883,-0.318103,-0.338814,-0.288632,-0.400679,-0.331056,0.0449199 +-5907.42,2.18751e-14,0.394006,2,-0.293897,0.0020178,-2.60319,-2.1188,-2.82563,-2.34126,-2.4061,-1.9372,-1.65174,-2.05363,-2.02728,-2.29491,-2.28725,-1.28074,-2.56648,-2.71073,-1.11949,-1.21262,-1.99264,-2.99453,-3.90943,-1.34838,-2.03743,-2.72556,-0.23838,-0.344378,-0.217916,-0.322754,-0.216187,-0.259226,-0.33391,-0.312871,-0.270464,-0.307686,-0.321487,-0.410039,-0.365497,-0.230212,-0.275562,-0.42856,-0.273487,-0.21883,-0.318103,-0.338814,-0.288632,-0.400679,-0.331056,0.0449199 +-5915.44,2.08995e-09,0.394006,2,-0.339308,0.00636828,-2.8711,-2.67148,-2.74422,-2.40636,-2.5236,-2.9798,-1.74238,-2.05963,-1.90048,-2.30533,-2.38089,-1.54645,-2.84322,-2.58505,-1.40811,-1.39364,-1.85219,-3.12357,-3.68852,-1.57877,-2.33124,-3.03185,-0.224617,-0.321915,-0.428861,-0.235887,-0.385757,-0.418123,-0.381913,-0.314834,-0.293446,-0.273189,-0.327409,-0.244343,-0.32811,-0.271221,-0.473246,-0.282688,-0.371461,-0.453326,-0.33303,-0.311144,-0.416188,-0.348721,-0.354572,0.0798015 +-5914.94,0.763255,0.394006,2,-0.31271,0.0073907,-2.58279,-2.79398,-2.79264,-2.43755,-2.48091,-2.64979,-1.72527,-1.99176,-1.95695,-2.14201,-2.32663,-1.60074,-3.0291,-2.55284,-1.18342,-1.46902,-1.77831,-3.0714,-3.50003,-1.5155,-2.35491,-2.96575,-0.176568,-0.294476,-0.295846,-0.285711,-0.221689,-0.314128,-0.371614,-0.213683,-0.348949,-0.359083,-0.311773,-0.14191,-0.257605,-0.374471,-0.383829,-0.213593,-0.26171,-0.290219,-0.45249,-0.315739,-0.377135,-0.453496,-0.382027,0.0859692 +-5910.25,0.432149,0.394006,2,-0.240606,0.00512864,-2.82619,-1.44563,-2.10331,-2.35333,-2.31442,-2.04037,-1.76283,-2.25264,-1.88394,-2.23046,-2.32032,-1.40124,-2.8677,-2.84292,-1.16375,-1.48594,-2.09855,-2.87344,-3.16552,-1.47001,-2.03115,-2.74586,-0.179885,-0.285355,-0.288595,-0.303987,-0.157232,-0.223774,-0.283273,-0.111228,-0.316296,-0.270276,-0.239042,-0.32776,-0.165411,0.0348267,-0.34729,-0.228076,-0.134125,-0.366092,-0.21548,-0.243437,-0.288132,-0.171648,-0.28673,0.0716145 +-5916.48,0.699205,0.394006,2,-0.277545,0.00421352,-1.99256,-2.17328,-2.25101,-2.28913,-2.31728,-2.1335,-1.81417,-2.41216,-1.83086,-2.17347,-2.34122,-1.40184,-3.25079,-2.72982,-0.966266,-1.54089,-2.30465,-3.11264,-4.05263,-1.59962,-2.01057,-2.94875,-0.326014,-0.278463,-0.356598,-0.274356,0.0187651,-0.288984,-0.275719,-0.25237,-0.202832,-0.289105,-0.266356,-0.22382,-0.35338,-0.156162,-0.234635,-0.25772,-0.245011,-0.0691625,-0.275073,-0.223725,-0.335375,-0.381547,-0.285492,0.0649117 +-5916.48,1.26544e-09,0.394006,2,-0.277545,0.00421352,-1.99256,-2.17328,-2.25101,-2.28913,-2.31728,-2.1335,-1.81417,-2.41216,-1.83086,-2.17347,-2.34122,-1.40184,-3.25079,-2.72982,-0.966266,-1.54089,-2.30465,-3.11264,-4.05263,-1.59962,-2.01057,-2.94875,-0.326014,-0.278463,-0.356598,-0.274356,0.0187651,-0.288984,-0.275719,-0.25237,-0.202832,-0.289105,-0.266356,-0.22382,-0.35338,-0.156162,-0.234635,-0.25772,-0.245011,-0.0691625,-0.275073,-0.223725,-0.335375,-0.381547,-0.285492,0.0649117 +-5916.48,0.202812,0.394006,2,-0.277545,0.00421352,-1.99256,-2.17328,-2.25101,-2.28913,-2.31728,-2.1335,-1.81417,-2.41216,-1.83086,-2.17347,-2.34122,-1.40184,-3.25079,-2.72982,-0.966266,-1.54089,-2.30465,-3.11264,-4.05263,-1.59962,-2.01057,-2.94875,-0.326014,-0.278463,-0.356598,-0.274356,0.0187651,-0.288984,-0.275719,-0.25237,-0.202832,-0.289105,-0.266356,-0.22382,-0.35338,-0.156162,-0.234635,-0.25772,-0.245011,-0.0691625,-0.275073,-0.223725,-0.335375,-0.381547,-0.285492,0.0649117 +-5915.71,1.68054e-11,0.394006,2,-0.209657,0.0119819,-2.59075,-2.30326,-2.47616,-2.29122,-2.4475,-2.48472,-1.79057,-2.28291,-1.83841,-2.17843,-2.32954,-1.45692,-3.18678,-2.67819,-1.13392,-1.67944,-1.92837,-3.30582,-3.49454,-1.52913,-2.12463,-2.87826,-0.301508,-0.248585,-0.20354,-0.26582,-0.237735,-0.126043,-0.246508,-0.139528,-0.224517,-0.322861,-0.210196,-0.264801,-0.374339,-0.317608,-0.236867,-0.110978,-0.0979718,-0.0431326,-0.493063,-0.210881,-0.235358,-0.391346,-0.144247,0.109462 +-5915.05,0.061392,0.394006,2,-0.295548,0.00945927,-2.1146,-2.4271,-1.77287,-2.52668,-2.38771,-1.96944,-1.68481,-2.07002,-2.04407,-2.22771,-2.21919,-1.37686,-3.13917,-2.76009,-1.63958,-1.311,-1.97886,-2.88548,-3.61045,-1.55112,-2.09957,-2.86056,-0.245115,-0.277378,-0.291246,-0.16052,-0.147782,-0.166105,-0.428653,-0.152057,-0.308998,-0.350619,-0.286505,-0.161555,-0.129062,0.0795389,-0.267964,-0.277283,-0.308092,-0.305991,-0.00560554,-0.151141,-0.532278,-0.27698,-0.401134,0.0972588 +-5917.4,0.901856,0.394006,2,-0.24546,0.00943857,-2.41248,-2.22943,-1.75316,-2.33705,-2.44302,-2.73289,-1.62732,-2.28715,-1.67551,-2.26988,-2.15541,-1.49032,-3.16587,-2.99811,-1.15842,-1.35316,-2.10149,-2.92072,-3.36256,-1.5562,-2.16786,-3.04613,-0.290907,-0.300213,-0.449769,-0.216058,-0.244884,-0.302649,-0.355741,-0.248737,-0.256671,-0.196259,-0.279442,-0.223196,-0.301543,0.196281,-0.188237,-0.384896,-0.122453,-0.106357,-0.487505,-0.195355,-0.18865,-0.305201,-0.241372,0.0971523 +-5915.91,0.976323,0.394006,2,-0.289577,0.00828438,-2.80426,-1.88395,-1.74035,-2.27756,-2.48559,-2.26819,-1.65025,-2.10579,-1.83792,-2.27327,-2.23353,-1.335,-2.83519,-2.98686,-1.25579,-1.19823,-2.06699,-2.73911,-3.87279,-1.50106,-2.06707,-2.85074,-0.229064,-0.373022,-0.529338,-0.190993,-0.204513,-0.323612,-0.452199,-0.132625,-0.321154,-0.301047,-0.300312,-0.284556,-0.228596,0.252946,-0.227874,-0.386807,-0.128568,-0.137774,-0.21477,-0.110969,-0.412729,-0.34533,-0.257538,0.0910186 +-5915.91,0.280002,0.394006,2,-0.289577,0.00828438,-2.80426,-1.88395,-1.74035,-2.27756,-2.48559,-2.26819,-1.65025,-2.10579,-1.83792,-2.27327,-2.23353,-1.335,-2.83519,-2.98686,-1.25579,-1.19823,-2.06699,-2.73911,-3.87279,-1.50106,-2.06707,-2.85074,-0.229064,-0.373022,-0.529338,-0.190993,-0.204513,-0.323612,-0.452199,-0.132625,-0.321154,-0.301047,-0.300312,-0.284556,-0.228596,0.252946,-0.227874,-0.386807,-0.128568,-0.137774,-0.21477,-0.110969,-0.412729,-0.34533,-0.257538,0.0910186 +-5927.71,0.589048,0.394006,2,-0.289704,0.0213756,-2.16364,-1.88009,-1.53244,-2.45113,-2.30447,-2.08246,-1.59899,-2.12567,-2.08296,-2.31357,-2.01028,-1.41282,-3.01243,-3.00962,-1.09829,-1.29392,-2.06603,-3.12258,-4.02491,-1.31254,-2.01184,-2.70015,-0.377634,-0.186044,-0.251948,-0.220752,-0.325177,-0.187689,-0.460445,-0.384407,-0.432974,-0.213517,-0.382904,-0.223375,-0.407076,0.37757,-0.260432,-0.352409,-0.269224,-0.106179,-0.301762,-0.298814,-0.613438,-0.539123,-0.504337,0.146204 +-5927.67,0.921922,0.394006,3,-0.201548,0.0194821,-2.46696,-1.65187,-2.50458,-2.34898,-2.38573,-2.06895,-1.75683,-2.23029,-2.0103,-2.23263,-2.44898,-1.44282,-3.05474,-2.61333,-1.18604,-1.54698,-2.01356,-3.09197,-3.91285,-1.4183,-2.21851,-2.89478,-0.0770418,-0.0780264,0.0658072,-0.278249,-0.210116,-0.103472,-0.420385,0.187207,-0.281123,-0.308477,0.0612113,-0.0970659,-0.310277,-0.184362,-0.145988,-0.0313738,-0.249763,-0.444032,-0.0706209,-0.166914,-0.109893,-0.142393,-0.325224,0.139578 +-5932.21,0.731695,0.394006,2,-0.145107,0.021373,-2.79448,-2.40225,-2.75217,-2.48339,-2.5565,-1.93387,-1.69009,-2.34393,-1.96221,-2.29329,-2.50903,-1.72594,-2.86854,-2.68716,-1.15917,-1.77351,-1.84132,-2.97982,-4.22435,-1.39295,-2.17984,-2.85206,-0.133926,-0.319379,-0.100032,-0.27653,-0.0476907,-0.467223,-0.243662,-0.0214332,-0.243925,-0.209467,0.0184251,-0.0642283,-0.173083,0.0323622,-0.222148,-0.221684,-0.277912,-0.364299,-0.118367,-0.0358034,0.0133942,-0.191929,-0.545296,0.146195 +-5928.08,0.270335,0.394006,3,-0.243141,0.0182083,-2.06846,-1.86062,-2.32597,-2.45313,-2.27836,-2.02759,-1.68301,-1.93642,-2.11571,-2.25022,-2.09147,-1.38467,-3.00709,-2.79179,-1.4445,-1.57394,-2.38809,-2.89231,-3.44338,-1.46224,-1.91276,-2.89522,-0.0997976,-0.321322,-0.414312,-0.31383,-0.212163,-0.148919,-0.34922,-0.356627,-0.269931,-0.347101,-0.5408,-0.4216,-0.0957812,0.0431511,-0.116764,-0.377262,0.0506628,-0.0160054,-0.261691,-0.343358,-0.211214,-0.30634,0.312523,0.134938 +-5921.38,0.990677,0.394006,2,-0.344734,0.00954129,-2.40364,-2.39799,-2.17384,-2.28619,-2.33803,-1.79222,-1.64276,-2.22324,-1.75341,-2.24005,-2.28678,-1.57088,-2.84339,-2.64014,-1.2948,-1.19873,-2.2104,-2.7905,-3.57671,-1.53643,-2.23705,-2.94037,-0.438994,-0.420545,-0.262281,-0.254645,-0.323731,-0.592297,-0.519181,-0.149011,-0.480681,-0.257364,-0.269118,0.0586795,-0.501275,-0.265831,-0.384225,-0.238102,-0.173726,-0.470582,-0.289396,-0.225493,-0.584061,-0.345729,-0.417127,0.0976795 +-5925.22,0.67978,0.394006,2,-0.345053,0.00868208,-2.31639,-2.41072,-2.21867,-2.51998,-2.38363,-2.19627,-1.64296,-2.1016,-2.0852,-2.24283,-2.13716,-1.52927,-2.73069,-2.58853,-1.49051,-1.60709,-1.90207,-2.64976,-3.57319,-1.4942,-1.96983,-2.84884,-0.405043,-0.348079,-0.45239,-0.299183,-0.153721,-0.209209,-0.407238,-0.268692,-0.237611,-0.36689,-0.498143,-0.531316,-0.396867,-0.226877,-0.252557,-0.430321,-0.337811,-0.179714,0.289748,-0.322815,-0.193667,-0.407438,-0.284676,0.0931777 +-5926.04,0.578154,0.394006,2,-0.310205,0.0181783,-2.35526,-2.6742,-2.33558,-2.46683,-2.29842,-2.02191,-1.77994,-2.0632,-2.20964,-2.30906,-2.22701,-1.34562,-2.92903,-2.66564,-1.44898,-1.67166,-1.93729,-3.30069,-3.46518,-1.45394,-1.93075,-2.85287,-0.333974,-0.539535,-0.309653,-0.406441,-0.168292,-0.355882,-0.481053,-0.340358,-0.325827,-0.355199,-0.492807,-0.320181,-0.338326,-0.324398,-0.246318,-0.106475,-0.363318,-0.0855321,0.0200881,-0.369485,-0.340269,-0.514523,-0.296912,0.134827 +-5923.4,0.596296,0.394006,3,-0.30857,0.0130049,-2.26006,-1.80414,-1.89297,-2.50776,-2.31533,-2.39389,-1.7405,-2.228,-1.94133,-2.22723,-2.52915,-1.49226,-2.81714,-2.85512,-1.19243,-1.16752,-1.95651,-2.32017,-3.17001,-1.45984,-2.19206,-2.92924,-0.315608,-0.358077,-0.343577,-0.354233,-0.0661566,-0.409752,-0.470841,-0.310489,-0.514524,-0.431738,-0.266099,-0.305382,-0.249632,-0.0618633,-0.278406,-0.336964,-0.36917,-0.168024,-0.317772,-0.390367,-0.239447,-0.43627,-0.328577,0.114039 +-5924.75,1,0.394006,2,-0.308379,0.00953418,-2.59644,-2.22326,-2.48566,-2.38166,-2.32277,-1.91521,-1.4812,-2.15473,-1.92205,-2.07665,-2.40468,-1.64911,-2.73696,-2.6951,-1.11683,-1.59449,-2.14114,-2.65817,-3.25054,-1.53488,-2.10998,-2.95071,-0.285667,-0.309264,-0.273866,-0.176686,-0.599211,-0.239532,-0.506061,-0.181949,-0.138247,-0.398743,-0.273579,-0.234729,-0.407206,-0.288458,-0.385432,-0.396928,-0.199161,-0.478361,-0.320774,-0.0544907,-0.408011,-0.373921,-0.270567,0.0976431 +-5926.98,0.651918,0.394006,2,-0.317087,0.0273926,-2.35933,-2.30841,-1.94702,-2.44337,-2.04188,-2.55194,-1.5897,-2.28342,-1.96578,-2.23536,-2.4173,-1.44191,-2.81417,-2.4643,-1.49443,-1.33283,-1.74055,-2.58869,-3.29749,-1.38767,-2.03908,-2.89164,-0.326861,-0.350433,-0.325259,-0.209658,-0.506057,-0.204561,-0.481146,-0.132131,-0.609487,-0.450646,-0.207045,-0.168997,-0.649754,-0.212467,-0.256007,-0.346804,-0.319558,-0.0911867,-0.249763,-0.574397,-0.265174,-0.281113,-0.345817,0.165507 +-5922.02,0.992446,0.394006,3,-0.253477,0.0213473,-2.29709,-1.91674,-2.15058,-2.36707,-2.69133,-2.13723,-1.66413,-2.01269,-1.78895,-2.17576,-2.30168,-1.44583,-3.0002,-2.88732,-1.3878,-1.40317,-2.35327,-3.63279,-3.90022,-1.40247,-2.05118,-2.77999,-0.359937,-0.447569,-0.410269,-0.336146,-0.128799,-0.451574,-0.486428,-0.267049,-0.183151,-0.286085,-0.216371,-0.351948,-0.142436,-0.00222055,-0.249029,-0.327218,-0.0954464,-0.125312,-0.274785,-0.182191,-0.695365,-0.542973,-0.327135,0.146107 +-5929.25,0.582519,0.394006,3,-0.167899,0.0105523,-2.39529,-2.51534,-2.15459,-2.50942,-2.41395,-2.13469,-1.77709,-2.18572,-1.93743,-2.1501,-2.53567,-1.78639,-2.62866,-2.8812,-1.32081,-1.60801,-1.91593,-2.39812,-2.9703,-1.56369,-2.31666,-2.93534,-0.1166,-0.171192,-0.176599,-0.267199,-0.356754,-0.0037981,-0.308559,-0.0847452,-0.397626,-0.358594,0.0992654,-0.280449,-0.381951,0.0718814,-0.360819,-0.190012,-0.20598,-0.383923,-0.0987916,-0.295922,-0.120514,-0.224231,-0.221927,0.102724 +-5929.49,0.983322,0.394006,3,-0.344375,0.0220448,-2.56478,-2.42636,-1.9861,-2.4483,-2.58052,-1.85948,-1.67376,-2.0812,-1.75545,-2.1792,-2.08504,-1.54669,-2.68768,-2.64387,-1.40796,-1.56279,-1.83153,-3.48393,-3.57116,-1.51193,-2.0247,-2.95606,-0.221692,-0.366648,-0.346936,-0.386918,-0.256958,-0.347859,-0.591224,-0.282797,-0.499674,-0.314365,-0.448836,-0.450486,-0.309328,-0.29056,-0.29695,-0.296059,-0.248537,0.830314,0.348949,-0.368356,-0.449435,-0.253015,-0.341754,0.148475 +-5932.85,0.873527,0.394006,3,-0.161664,0.0495517,-2.56127,-1.79201,-2.12044,-2.55297,-2.60368,-1.66628,-1.81654,-2.20744,-2.07252,-2.23098,-2.56904,-1.75182,-2.94326,-3.07302,-1.45387,-1.55809,-2.12272,-2.58177,-3.58425,-1.60641,-2.15,-2.70589,-0.0486606,-0.162668,-0.21135,-0.162538,-0.0128879,-0.0104881,-0.304369,0.0234357,-0.0896984,-0.184369,0.0255954,-0.121226,-0.0245989,0.2483,-0.132594,-0.0975571,-0.0643745,-0.541738,-0.177817,-0.107228,-0.0948325,-0.319409,-0.0206527,0.222602 +-5933.32,0.67149,0.394006,3,-0.275672,0.0627078,-2.59893,-2.23887,-2.33938,-2.4602,-2.48422,-2.11761,-1.69588,-1.97507,-1.97611,-2.1859,-2.23217,-1.5802,-2.78729,-2.60552,-1.49319,-1.49552,-2.14847,-3.0998,-3.79884,-1.68571,-2.07759,-3.15002,-0.132215,0.0658828,-0.0259862,-0.298021,-0.193801,-0.0382278,-0.481715,-0.143473,-0.240017,-0.253272,-0.281479,-0.308135,-0.259815,-0.0703172,-0.158829,-0.181164,-0.0723526,0.626231,0.0841054,-0.368644,-0.339118,-0.0770251,-0.202767,0.250415 +-5926.34,0.941324,0.394006,2,-0.326522,0.0216409,-2.15335,-2.28749,-2.16428,-2.37255,-2.37153,-2.35622,-1.65558,-2.04998,-1.97102,-2.27234,-2.21882,-1.3392,-3.10919,-2.89889,-1.26769,-1.49609,-1.93484,-3.57731,-3.38283,-1.32016,-2.16597,-2.74971,-0.287554,-0.609926,-0.407839,-0.157752,-0.0318743,-0.406267,-0.327607,-0.18076,-0.215319,-0.310418,-0.248292,-0.00875271,-0.235366,-0.150324,-0.164898,-0.121028,-0.129597,0.0341163,-0.41119,-0.0943763,-0.318722,-0.475353,-0.176502,0.147109 +-5936.58,0.747271,0.394006,3,-0.324556,0.0173315,-2.58699,-1.79692,-1.85977,-2.41338,-2.46823,-1.71212,-1.67544,-2.0922,-2.13031,-2.27609,-2.54674,-1.73417,-2.80861,-2.96734,-1.64214,-1.51096,-1.85649,-2.2926,-3.32147,-1.75118,-1.85876,-3.10661,-0.182097,-0.352662,-0.390839,-0.388667,-0.331512,-0.707508,-0.417799,-0.0790327,-0.227556,-0.297882,0.0299862,-0.137281,-0.316719,-0.188256,-0.251716,-0.258218,-0.0562179,-0.476933,0.0796495,-0.20465,-0.474734,-0.22482,-0.396293,0.131649 +-5940.78,0.964299,0.394006,2,-0.173268,0.0273486,-2.67832,-2.41402,-2.3974,-2.33672,-2.44101,-2.40828,-1.6662,-2.13111,-1.81729,-2.2451,-2.37508,-1.36816,-2.89916,-2.68112,-1.11149,-1.44408,-1.93904,-3.53875,-3.42575,-1.39969,-2.44933,-2.58596,-0.0958029,-0.364102,-0.0595399,-0.036607,-0.00441645,-0.126451,-0.480099,-0.529943,-0.37133,-0.230702,-0.134876,-0.0401372,-0.743148,-0.0130959,-0.206229,-0.207983,-0.429657,0.105603,-0.661251,-0.0729626,-0.076997,-0.612458,-0.0464094,0.165374 +-5925.36,0.944968,0.394006,2,-0.325413,0.0110835,-1.81011,-2.06516,-2.09573,-2.49985,-2.47465,-1.98191,-1.71698,-1.93049,-1.85352,-2.42048,-2.32913,-1.52213,-2.87191,-2.87864,-1.55962,-1.49671,-2.13304,-2.9645,-3.36772,-1.4442,-2.09498,-3.01941,-0.592271,-0.500989,-0.123167,-0.37503,-0.290503,-0.364313,-0.356107,-0.0756778,-0.441666,-0.103772,-0.201632,-0.315514,-0.36796,0.0391419,-0.347995,-0.170611,-0.0999392,-0.34525,-0.0859448,-0.345973,-0.261815,-0.347675,-0.351017,0.105278 +-5924.23,0.907218,0.394006,3,-0.261801,0.0178866,-1.67597,-2.32837,-1.96232,-2.4339,-2.47596,-1.94543,-1.78574,-2.12836,-1.72113,-2.26267,-2.36709,-1.60534,-2.98849,-2.9512,-1.57526,-1.61208,-2.25543,-2.63799,-3.31894,-1.53843,-2.05248,-3.04204,-0.603778,-0.59118,-0.193154,-0.266289,-0.0527464,-0.283215,-0.309734,-0.19841,-0.303318,-0.130807,-0.400648,-0.2693,-0.428752,0.0706735,-0.336623,-0.352881,-0.00304378,-0.412487,-0.296583,-0.230043,-0.355007,-0.252754,-0.223981,0.133741 +-5926.96,0.690493,0.394006,2,-0.176005,0.0403608,-3.31068,-2.22366,-2.29361,-2.37005,-2.33962,-2.43607,-1.62165,-2.10651,-2.06052,-2.24034,-2.16449,-1.40212,-2.97532,-2.6879,-1.16945,-1.38984,-2.15817,-3.24002,-3.25956,-1.49088,-2.29798,-2.67198,0.325393,0.173278,-0.289258,-0.124031,-0.138507,-0.131221,-0.50277,-0.143185,-0.292662,-0.370608,-0.246964,-0.128337,-0.0470588,-0.0940631,-0.0439789,-0.100114,-0.0109909,-0.0262162,-0.221636,-0.19159,-0.37763,-0.443759,-0.175745,0.2009 +-5917.33,0.877253,0.394006,3,-0.180762,0.00999694,-2.04417,-2.19242,-1.98071,-2.32403,-2.51612,-2.23996,-1.78581,-2.1158,-1.93396,-2.31181,-2.44047,-1.45938,-2.6792,-2.85918,-1.1803,-1.509,-1.93591,-3.04942,-3.52632,-1.54518,-2.1353,-2.73277,-0.357686,-1.01137,-0.108246,-0.193222,-0.12103,-0.193185,-0.301609,-0.128189,-0.259818,-0.26802,-0.0725604,-0.100075,-0.172625,0.155446,-0.177691,-0.183268,-0.180574,-0.159851,-0.279311,-0.22615,-0.475684,-0.296439,-0.135132,0.0999847 +-5921.16,0.55607,0.394006,2,-0.202811,0.0104055,-1.82089,-2.02391,-2.03923,-2.43358,-2.42683,-1.91331,-1.73925,-2.12461,-1.92067,-2.28219,-2.47138,-1.43301,-3.10882,-2.74579,-1.51791,-1.37762,-1.94477,-3.3943,-3.58761,-1.71225,-2.0182,-3.03262,-0.161833,-1.03972,-0.186266,-0.133836,-0.145749,-0.278143,-0.256166,-0.13345,-0.148891,-0.218098,-0.0286884,-0.0547422,-0.213998,0.181441,-0.294608,-0.314131,-0.211115,-0.201744,-0.135511,-0.173861,-0.493949,-0.381313,0.00753765,0.102007 +-5922.26,0.652538,0.394006,3,-0.237947,0.0176222,-3.16037,-1.91847,-2.39524,-2.40461,-2.39943,-2.34891,-1.75704,-2.29627,-2.0395,-2.23175,-2.0898,-1.28465,-2.98533,-2.74098,-1.18475,-1.49207,-2.29649,-2.7446,-3.29335,-1.34054,-2.08408,-2.79084,-0.190997,-0.328316,-0.166871,-0.248098,-0.140145,-0.203577,-0.475052,-0.0110365,-0.310487,-0.256699,-0.486996,-0.524178,-0.223116,-0.144122,-0.177911,-0.183818,0.00751005,0.038266,-0.197703,-0.114773,-0.319893,-0.242841,-0.441303,0.132749 +-5920.31,0.952181,0.394006,2,-0.181867,0.0228695,-2.38698,-2.4916,-2.10307,-2.39916,-2.43217,-1.80861,-1.59133,-2.08597,-2.03285,-2.27078,-2.31626,-1.33516,-3.24293,-2.98861,-1.56427,-1.80928,-2.05211,-2.87116,-3.4644,-1.66615,-2.31461,-2.99572,-0.161239,-0.171644,-0.216403,-0.210563,-0.110221,-0.200134,-0.411315,-0.181725,-0.0739524,-0.287424,-0.256338,-0.187117,-0.121812,0.283345,-0.174895,0.218147,-0.140715,-0.413033,-0.069607,-0.136493,-0.133695,-0.395804,-0.521371,0.151227 +-5928.8,0.612189,0.394006,3,-0.206725,0.0326449,-2.77428,-2.59037,-1.93065,-2.35671,-2.48977,-2.35191,-1.68396,-2.13691,-1.92902,-2.07492,-2.35719,-1.66779,-3.10951,-2.85865,-1.24852,-1.62514,-1.82951,-2.76533,-3.34013,-1.29067,-2.0836,-2.90998,0.063288,0.163559,-0.280557,-0.310286,0.0466227,-0.388901,-0.597705,-0.169385,-0.401013,-0.522557,-0.173693,0.0433,-0.0671462,0.153286,-0.129144,-0.0168478,-0.451125,-0.220397,-0.0896098,-0.413552,-0.466895,-0.0854241,-0.524667,0.180679 +-5923.07,0.577878,0.394006,2,-0.23532,0.0147812,-2.66403,-1.97253,-2.19397,-2.42589,-2.38234,-1.91412,-1.55592,-1.94461,-1.72819,-2.16799,-2.29374,-1.42886,-3.09001,-2.88047,-1.26723,-1.40703,-2.10582,-2.94554,-3.24402,-1.29204,-2.16339,-2.95144,-0.507331,-0.0176229,-0.215516,-0.240555,-0.0779643,-0.446048,-0.431659,-0.240331,-0.341236,-0.403122,-0.336088,-0.0480422,-0.24778,0.0123965,-0.343062,-0.106601,-0.0900462,-0.0833792,-0.358254,-0.37046,-0.378332,-0.243807,-0.653092,0.121578 +-5919.46,1,0.394006,2,-0.292386,0.0239596,-1.7771,-2.28895,-2.00258,-2.28109,-2.45854,-2.31989,-1.72213,-2.11625,-2.08926,-2.20964,-2.30086,-1.60756,-2.91037,-3.05094,-1.42172,-1.54755,-2.27179,-3.11693,-3.26701,-1.32186,-2.23512,-2.98213,-0.300661,-0.53188,-0.253069,-0.371551,-0.0499515,-0.301602,-0.512255,-0.309884,-0.208797,-0.281011,-0.229272,-0.114539,-0.334301,0.379725,-0.0833877,-0.164848,-0.134214,-0.038691,-0.179079,-0.230558,-0.262776,-0.307549,-0.550069,0.154789 +-5923.99,0.698303,0.394006,2,-0.11613,0.0146791,-2.59841,-2.24248,-2.41702,-2.50219,-2.63922,-1.86622,-1.55317,-1.92653,-2.07733,-2.21041,-2.27761,-1.46302,-2.93468,-2.76921,-1.49066,-1.5673,-2.15524,-2.56229,-3.14778,-1.67454,-1.98041,-2.74446,-0.0915337,-0.131431,0.0288661,-0.152241,-0.17205,-0.156479,-0.362081,-0.179478,-0.184674,-0.2709,-0.479024,-0.0728121,-0.256057,-0.109491,-0.120709,-0.00952418,-0.115158,-0.0990585,-0.157212,-0.104161,-0.603211,-0.184305,-0.314428,0.121157 +-5926.96,0.565823,0.394006,2,-0.234663,0.022179,-2.4322,-2.30768,-2.19846,-2.24575,-2.3275,-2.52117,-1.75666,-2.31141,-1.95353,-2.28672,-2.22347,-1.62166,-2.95792,-2.57094,-1.54681,-1.59607,-2.31753,-3.35654,-3.49475,-1.62968,-1.97243,-3.02186,-0.240292,-0.22395,-0.0691837,-0.356642,-0.0504427,-0.295825,-0.545382,-0.166439,-0.289502,-0.264599,-0.133124,-0.127378,-0.329145,-0.157906,-0.123695,-0.237197,0.275129,-0.226811,-0.281854,-0.00615619,-0.528554,-0.531801,0.138859,0.148926 +-5931.15,0.890374,0.394006,3,-0.2908,0.0164403,-2.23152,-2.07568,-2.08409,-2.44588,-2.22383,-2.27528,-1.75882,-2.10052,-1.93209,-2.19298,-2.3935,-1.37087,-2.8646,-3.00399,-1.20664,-1.49009,-2.14306,-2.83806,-3.36254,-1.02334,-2.13841,-2.94299,-0.261821,-0.414751,-0.468405,-0.116188,-0.138372,-0.380141,-0.472893,-0.363544,-0.30736,-0.450166,-0.225777,-0.393462,-0.233219,0.510538,-0.439954,0.00983492,-0.336254,-0.264595,-0.177463,-0.778744,-0.138597,-0.323272,0.103164,0.12822 +-5933.29,0.934161,0.394006,2,-0.328653,0.0325888,-1.80207,-1.90201,-2.58124,-2.43996,-2.41507,-2.27405,-1.64717,-2.21406,-1.89138,-2.22323,-2.40637,-1.51623,-3.21064,-3.08678,-1.37764,-1.52946,-1.64745,-2.8245,-3.31654,-1.30926,-1.97463,-2.85339,-0.416496,-0.496646,-0.154051,-0.203801,-0.468174,0.0107853,-0.349709,0.0381384,-0.33614,-0.268054,-0.216779,-0.170895,-0.311377,0.270064,-0.152177,-0.570373,-0.188609,-0.271016,-0.462669,-0.676782,-0.869815,-0.451617,-0.280138,0.180524 +-5936.44,0.615642,0.394006,3,-0.215085,0.0444244,-3.15478,-2.33371,-1.74705,-2.24393,-2.47361,-2.41117,-1.70732,-2.0526,-1.99813,-2.22741,-2.26248,-1.32833,-2.87791,-3.06468,-1.48981,-1.31795,-2.32403,-2.992,-3.56943,-1.25317,-1.87676,-2.81009,0.19434,-0.263655,-0.286524,-0.474333,0.240521,-0.0128986,-0.564978,-0.367779,-0.309108,-0.364844,-0.195981,-0.298235,-0.3158,0.394591,-0.0864385,-0.114092,-0.192182,-0.217539,0.32002,-0.504264,-0.50599,-0.424365,-0.919613,0.210771 +-5939.34,0.793322,0.394006,2,-0.188949,0.114403,-3.52684,-2.25589,-2.12299,-2.18932,-2.52418,-2.28676,-1.80132,-2.18627,-1.92324,-2.27719,-2.22759,-1.33767,-2.9195,-2.97704,-1.31237,-1.48663,-2.11829,-2.69526,-4.02102,-1.27424,-1.96655,-2.88587,0.155966,-0.314166,-0.0805704,-0.514316,-0.0536233,-0.28229,-0.507302,-0.243206,-0.383754,-0.381568,-0.12382,-0.278783,-0.336692,0.276664,0.085564,-0.156952,-0.182398,-0.185242,0.258677,-0.57628,-0.4474,-0.62444,-0.913861,0.338236 +-5927.65,1,0.394006,3,-0.234451,0.0119476,-1.48442,-1.95271,-2.15263,-2.48317,-2.30353,-2.36603,-1.78089,-2.16012,-2.00734,-2.28869,-2.28278,-1.68195,-3.09403,-2.81089,-1.42623,-1.39511,-2.14788,-3.13561,-3.22675,-1.55592,-2.20139,-2.84932,-0.488197,-0.215424,-0.374923,-0.0826633,-0.17598,-0.318829,-0.565219,-0.253526,-0.193008,-0.292554,-0.265266,-0.0877963,-0.277322,0.122706,-0.478257,-0.118796,-0.0579242,-0.161143,-0.550153,-0.0325741,-0.233584,-0.217978,-0.645965,0.109305 +-5927.17,0.741398,0.394006,2,-0.169281,0.0115751,-3.17565,-2.74423,-2.18054,-2.41164,-2.76316,-2.14481,-1.63136,-2.19114,-1.9958,-2.21291,-2.4355,-1.21377,-2.76843,-2.95608,-1.4616,-1.37003,-1.98588,-2.83745,-3.50503,-1.45055,-2.19788,-3.03949,-0.185372,-0.257222,-0.110818,-0.214668,0.171044,-0.176364,-0.364593,-0.127018,-0.350376,-0.325696,-0.0618857,-0.262921,-0.412988,-0.0369275,-0.0843202,-0.549633,-0.197215,-0.263161,-0.00397248,-0.409303,-0.327452,-0.351882,-0.00477281,0.107588 +-5934.53,0.962573,0.394006,2,-0.257899,0.0212444,-3.38164,-2.57841,-2.10342,-2.46323,-2.61088,-1.91742,-1.5828,-2.06355,-1.85906,-2.39321,-2.34452,-1.18233,-2.8451,-2.75427,-2.00772,-1.49633,-1.99339,-2.9609,-3.84295,-1.48207,-2.20115,-3.19626,-0.0211723,-0.107433,-0.325195,-0.157393,0.209913,-0.135289,-0.596108,-0.346174,-0.237814,-0.256153,-0.132088,-0.368329,-0.131347,0.0798276,-0.111002,-0.341304,-0.152068,-0.121504,-0.311107,-0.212491,-0.214167,-0.122774,-0.308699,0.145755 +-5929.98,1,0.394006,2,-0.247362,0.0203247,-3.67019,-2.58895,-2.12603,-2.471,-2.72063,-1.99598,-1.57179,-2.00541,-1.82233,-2.34867,-2.38548,-1.22913,-2.92305,-2.81317,-1.88113,-1.5483,-1.9253,-3.01318,-3.75826,-1.42165,-2.11999,-3.11088,-0.0583529,-0.09727,-0.23632,-0.14562,0.156054,-0.169892,-0.618438,-0.347755,-0.137269,-0.277894,-0.157689,-0.336605,-0.103271,0.0650091,-0.153458,-0.345051,-0.157119,-0.0838735,-0.277021,-0.234493,-0.297555,-0.150032,-0.287872,0.142565 +-5922.49,0.988854,0.394006,2,-0.234436,0.0121921,-1.59345,-2.35763,-2.20819,-2.32182,-2.28302,-2.97174,-1.58988,-1.91933,-2.06337,-2.24557,-2.38594,-1.50028,-3.02994,-2.63114,-1.52497,-1.37446,-2.12672,-2.84237,-3.54697,-1.378,-2.11749,-2.76192,-0.451475,-0.295548,-0.126277,-0.304757,-0.243639,-0.406634,-0.58714,-0.2354,-0.508051,-0.162911,-0.16826,-0.129908,-0.331449,-0.245444,-0.135882,-0.247998,-0.176892,0.0879612,-0.104044,-0.292205,-0.284814,-0.460751,-0.18026,0.110418 +-5924.67,0.971583,0.394006,2,-0.323495,0.0173643,-1.99117,-2.68394,-2.17303,-2.44258,-2.53578,-2.67912,-1.68765,-1.97696,-1.88354,-2.34681,-2.46605,-1.64459,-2.98589,-2.72394,-1.43201,-1.47771,-2.31399,-2.85575,-3.81042,-1.44931,-2.13163,-3.10493,-0.432687,-0.31083,-0.573926,-0.310983,-0.053674,-0.46863,-0.282955,-0.378901,-0.574417,-0.301143,-0.159064,-0.113617,-0.182271,-0.0447883,-0.394412,-0.284893,-0.0496775,-0.413623,-0.414402,-0.275326,-0.353558,-0.313961,-0.417567,0.131774 +-5930.64,0.835677,0.394006,3,-0.20341,0.0168235,-2.53384,-1.36356,-2.18218,-2.24924,-2.38643,-1.58367,-1.79206,-2.20862,-1.89946,-2.32253,-2.31147,-1.3122,-2.91796,-2.94454,-1.15123,-1.5373,-1.75694,-2.57939,-3.01252,-1.41362,-2.08272,-2.74805,-0.154073,-0.733383,-0.0744687,-0.340387,-0.192755,-0.161095,-0.381593,0.019001,-0.123798,-0.145416,-0.157648,-0.244194,-0.423046,0.0613571,-0.220965,-0.122744,-0.275121,-0.465458,0.0396919,-0.247039,-0.33957,-0.3024,-0.0139452,0.129705 +-5913.95,0.626467,0.394006,2,-0.203178,0.0115736,-1.94118,-2.17555,-2.09355,-2.35941,-2.29541,-2.19601,-1.74294,-2.08733,-1.79916,-2.2347,-2.35463,-1.57882,-2.75588,-2.66664,-1.26517,-1.46328,-1.95911,-3.10026,-3.38877,-1.45916,-1.91741,-2.97846,-0.364579,-0.193997,-0.255272,-0.342023,-0.34985,-0.26897,-0.167776,-0.311102,-0.353955,-0.278949,-0.228609,-0.0647555,-0.291517,-0.00717975,-0.31185,-0.243698,-0.164332,0.0216055,-0.414262,-0.191378,-0.258354,-0.226953,-0.244676,0.107581 +-5912.78,0.75695,0.394006,2,-0.232351,0.0103035,-1.83885,-2.24717,-2.0878,-2.34846,-2.45435,-2.11173,-1.79777,-1.99003,-1.7204,-2.20756,-2.38165,-1.60991,-2.82219,-2.62506,-1.31735,-1.48081,-2.01773,-3.22257,-3.36661,-1.44375,-1.89679,-2.94973,-0.346307,-0.271405,-0.291845,-0.358738,-0.272883,-0.29461,-0.188092,-0.265174,-0.419224,-0.264859,-0.329853,-0.142079,-0.291073,-0.0500731,-0.188095,-0.239752,-0.180723,-0.101367,-0.425528,-0.186851,-0.237792,-0.206015,-0.192558,0.101506 +-5913.82,0.876658,0.394006,2,-0.222644,0.01046,-1.821,-2.28011,-1.96033,-2.38925,-2.43086,-2.1458,-1.82521,-1.97185,-1.6756,-2.16539,-2.35525,-1.59842,-2.77858,-2.65386,-1.22168,-1.52829,-2.01892,-3.24732,-3.303,-1.45649,-1.83535,-2.8991,-0.382651,-0.226909,-0.247078,-0.323991,-0.14668,-0.255914,-0.249355,-0.20938,-0.430325,-0.250834,-0.337684,-0.130993,-0.349464,-0.100927,-0.266473,-0.185712,-0.194381,-0.140869,-0.310231,-0.152434,-0.251471,-0.245949,-0.109844,0.102274 +-5906.9,0.971996,0.394006,1,-0.250171,0.00396543,-2.68329,-2.39132,-2.16651,-2.37404,-2.42317,-1.97527,-1.69122,-2.15636,-1.94236,-2.31305,-2.30177,-1.3475,-2.99566,-2.7598,-1.3827,-1.35688,-2.26464,-2.6912,-3.80014,-1.50926,-2.00264,-3.06719,-0.134254,-0.23867,-0.213419,-0.280758,-0.25739,-0.206396,-0.271212,-0.229139,-0.259573,-0.222511,-0.18432,-0.189519,-0.173651,-0.156231,-0.285089,-0.105562,-0.0227975,-0.463814,-0.243404,-0.137831,-0.307705,-0.246122,-0.29725,0.0629716 +-5906.98,0.680221,0.394006,2,-0.262006,0.00316662,-3.01195,-2.22238,-2.26086,-2.31589,-2.39463,-1.94177,-1.67333,-2.08148,-2.08897,-2.32577,-2.26552,-1.32281,-2.95165,-2.64901,-1.21913,-1.58319,-2.17699,-2.8855,-3.5043,-1.59718,-2.07566,-3.09407,-0.287971,-0.192498,-0.273578,-0.214955,-0.396563,-0.224087,-0.345397,-0.212091,-0.211682,-0.156771,-0.261292,-0.180013,-0.272142,-0.209872,-0.229972,-0.273141,-0.0508357,-0.31735,-0.174732,-0.202467,-0.349668,-0.156636,-0.220927,0.0562728 +-5908.92,0.112996,0.394006,3,-0.239833,0.00266903,-3.15852,-2.17316,-2.23371,-2.30001,-2.25937,-1.76892,-1.71878,-2.1166,-2.0962,-2.29981,-2.22928,-1.30916,-3.02369,-2.71103,-1.13153,-1.56219,-2.16399,-2.87939,-3.58256,-1.60257,-2.10685,-3.02142,-0.289896,-0.297482,-0.199414,-0.203801,-0.454255,-0.272286,-0.305421,-0.270074,-0.181835,-0.139038,-0.265125,-0.211942,-0.166598,-0.290327,-0.21102,-0.170341,-0.112462,-0.262295,-0.253243,-0.179286,-0.250011,-0.158941,-0.282379,0.0516627 +-5909.95,0.216571,0.394006,2,-0.268928,0.00659886,-2.5252,-1.96679,-2.2874,-2.34559,-2.2621,-2.40434,-1.87208,-2.21133,-1.99601,-2.26686,-2.37772,-1.38598,-2.76038,-2.98636,-1.41464,-1.39633,-1.96506,-2.83207,-3.14965,-1.47712,-2.02478,-3.08465,-0.156283,-0.31205,-0.22807,-0.389919,-0.0668755,-0.241659,-0.236772,-0.099832,-0.296632,-0.3371,-0.218065,-0.294495,-0.279664,0.368415,-0.299858,-0.280276,-0.264582,-0.129885,-0.295224,-0.248646,-0.287463,-0.352466,-0.271214,0.0812334 +-5909.95,0.000657928,0.394006,2,-0.268928,0.00659886,-2.5252,-1.96679,-2.2874,-2.34559,-2.2621,-2.40434,-1.87208,-2.21133,-1.99601,-2.26686,-2.37772,-1.38598,-2.76038,-2.98636,-1.41464,-1.39633,-1.96506,-2.83207,-3.14965,-1.47712,-2.02478,-3.08465,-0.156283,-0.31205,-0.22807,-0.389919,-0.0668755,-0.241659,-0.236772,-0.099832,-0.296632,-0.3371,-0.218065,-0.294495,-0.279664,0.368415,-0.299858,-0.280276,-0.264582,-0.129885,-0.295224,-0.248646,-0.287463,-0.352466,-0.271214,0.0812334 +-5909.95,0.280759,0.394006,2,-0.268928,0.00659886,-2.5252,-1.96679,-2.2874,-2.34559,-2.2621,-2.40434,-1.87208,-2.21133,-1.99601,-2.26686,-2.37772,-1.38598,-2.76038,-2.98636,-1.41464,-1.39633,-1.96506,-2.83207,-3.14965,-1.47712,-2.02478,-3.08465,-0.156283,-0.31205,-0.22807,-0.389919,-0.0668755,-0.241659,-0.236772,-0.099832,-0.296632,-0.3371,-0.218065,-0.294495,-0.279664,0.368415,-0.299858,-0.280276,-0.264582,-0.129885,-0.295224,-0.248646,-0.287463,-0.352466,-0.271214,0.0812334 +-5912.29,0.114078,0.394006,2,-0.327447,0.00302052,-2.37154,-1.83664,-2.37409,-2.34039,-2.66387,-2.03123,-1.60519,-2.00448,-2.02107,-2.21026,-2.29364,-1.58014,-3.14514,-3.15793,-1.16036,-1.3959,-2.1091,-2.81664,-3.01912,-1.401,-2.18707,-2.80052,-0.371643,-0.320705,-0.354959,-0.208405,-0.433281,-0.307637,-0.39685,-0.371635,-0.317473,-0.26459,-0.313795,-0.215496,-0.32367,0.294523,-0.306686,-0.27034,-0.239954,-0.402958,-0.245974,-0.320222,-0.339595,-0.281708,-0.288821,0.0549593 +-5909.22,0.123291,0.394006,2,-0.300977,0.00354976,-2.70954,-1.78755,-2.34778,-2.2893,-2.61485,-2.19483,-1.58559,-1.9841,-1.93758,-2.19547,-2.31866,-1.48611,-3.2057,-3.08695,-1.25853,-1.42092,-2.04751,-2.6941,-3.11114,-1.41945,-2.14103,-2.83418,-0.337398,-0.318393,-0.321271,-0.238219,-0.339614,-0.294687,-0.404602,-0.374386,-0.250642,-0.273551,-0.26319,-0.169783,-0.272016,0.309793,-0.306431,-0.333833,-0.193654,-0.251266,-0.292822,-0.224251,-0.343515,-0.281254,-0.439178,0.0595799 +-5909.22,0.141686,0.394006,2,-0.300977,0.00354976,-2.70954,-1.78755,-2.34778,-2.2893,-2.61485,-2.19483,-1.58559,-1.9841,-1.93758,-2.19547,-2.31866,-1.48611,-3.2057,-3.08695,-1.25853,-1.42092,-2.04751,-2.6941,-3.11114,-1.41945,-2.14103,-2.83418,-0.337398,-0.318393,-0.321271,-0.238219,-0.339614,-0.294687,-0.404602,-0.374386,-0.250642,-0.273551,-0.26319,-0.169783,-0.272016,0.309793,-0.306431,-0.333833,-0.193654,-0.251266,-0.292822,-0.224251,-0.343515,-0.281254,-0.439178,0.0595799 +-5920.78,0.550331,0.394006,2,-0.248225,0.0298177,-2.53081,-2.14145,-1.64868,-2.414,-2.52311,-1.76091,-1.61228,-1.99579,-1.96907,-2.15102,-2.11399,-1.4837,-2.71109,-2.83801,-1.27172,-1.3658,-1.95336,-3.31795,-3.05142,-1.6192,-2.20106,-2.71309,-0.246199,-0.333914,-0.292545,-0.313472,-0.174225,-0.0747706,-0.488632,-0.400931,-0.151634,-0.309189,-0.234976,-0.129764,-0.355801,0.114904,-0.209481,-0.359368,-0.115995,-0.236934,-0.280101,-0.179757,-0.197527,-0.542795,-0.237406,0.172678 +-5911.98,0.170805,0.394006,2,-0.253598,0.00316425,-1.72351,-2.02068,-2.50622,-2.32612,-2.38747,-2.93051,-1.87842,-2.11919,-2.04281,-2.28342,-2.39557,-1.44317,-3.06583,-2.81482,-1.50336,-1.78668,-1.98799,-3.24494,-3.76456,-1.34244,-2.12187,-2.85309,-0.245179,-0.239505,-0.263682,-0.25959,-0.249453,-0.287453,-0.199484,-0.0997734,-0.314275,-0.295424,-0.290368,-0.298906,-0.203681,-0.0692572,-0.276289,-0.13061,-0.385961,-0.316005,-0.329774,-0.296196,-0.324679,-0.199693,-0.183553,0.0562516 +-5919.81,1.18226e-06,0.394006,2,-0.241692,0.00941557,-2.82103,-2.67807,-2.72035,-2.42771,-2.20986,-2.48446,-1.6129,-2.09527,-1.95314,-2.20164,-2.28417,-1.77048,-2.93519,-2.61309,-1.19389,-1.62044,-2.15615,-3.25569,-3.53505,-1.73946,-2.23554,-2.76896,-0.261197,-0.00327365,-0.21441,-0.261394,-0.258839,-0.209431,-0.440701,-0.368896,-0.202953,-0.283667,-0.214509,-0.105216,-0.359823,-0.194036,-0.252287,-0.314975,0.0417315,-0.106458,-0.142155,-0.22611,-0.239636,-0.424493,-0.34123,0.0970339 +-5911.79,0.861218,0.394006,2,-0.235812,0.00500409,-2.21265,-2.07649,-2.19272,-2.52128,-2.72415,-1.81781,-1.71796,-1.97539,-1.91179,-2.22727,-2.33343,-1.54796,-3.25258,-2.64427,-1.27817,-1.62886,-1.89938,-2.77707,-4.09666,-1.61021,-2.18737,-2.70166,-0.209209,-0.44729,-0.286169,-0.172812,-0.163021,-0.282767,-0.314234,-0.141048,-0.311567,-0.27047,-0.250886,-0.218319,-0.127261,-0.183608,-0.262583,-0.11259,-0.423733,-0.331035,-0.203786,-0.198199,-0.227563,-0.217966,-0.166216,0.0707396 +-5906.61,0.0681062,0.394006,2,-0.274941,0.00444829,-2.07431,-2.18861,-2.34526,-2.45076,-2.60445,-1.97408,-1.68127,-2.2089,-1.84344,-2.18648,-2.32178,-1.35127,-3.37931,-2.67017,-1.24961,-1.48215,-1.81007,-2.40456,-3.48204,-1.52591,-2.1146,-2.85969,-0.428717,-0.327296,-0.351701,-0.216984,-0.273206,-0.15921,-0.27906,-0.182753,-0.279615,-0.232087,-0.150022,-0.181644,-0.298366,-0.189286,-0.333463,-0.256032,-0.358938,-0.274662,-0.316487,-0.227288,-0.280324,-0.310001,-0.28255,0.0666955 +-5903.5,0.0321649,0.394006,2,-0.258987,0.00348571,-2.40986,-2.23499,-1.80104,-2.45917,-2.36473,-1.77069,-1.65267,-2.25903,-2.06098,-2.18419,-2.27145,-1.34465,-3.50635,-2.57821,-1.17029,-1.66695,-1.87474,-2.73192,-3.58132,-1.47664,-2.17751,-2.81076,-0.246577,-0.28709,-0.200746,-0.146556,-0.259872,-0.271193,-0.3956,-0.199053,-0.246664,-0.33644,-0.331617,-0.296615,-0.273643,-0.181781,-0.213089,-0.298603,-0.264307,-0.263977,-0.311634,-0.266414,-0.226918,-0.312422,-0.148727,0.0590399 +-5903.63,0.413841,0.394006,1,-0.235804,0.00176418,-2.67528,-2.14831,-1.80212,-2.44806,-2.39203,-1.82566,-1.62744,-2.30563,-2.04961,-2.22134,-2.2305,-1.32204,-3.43529,-2.63478,-1.21828,-1.65818,-1.83339,-2.87561,-3.45549,-1.46274,-2.14929,-2.85054,-0.24476,-0.318625,-0.27349,-0.127131,-0.281258,-0.250168,-0.393631,-0.207713,-0.287104,-0.373669,-0.277225,-0.213925,-0.279299,-0.18274,-0.275958,-0.264667,-0.23719,-0.229048,-0.207433,-0.189914,-0.280576,-0.336088,-0.184089,0.0420021 +-5905.34,1.01666e-10,0.394006,3,-0.261231,0.00246184,-2.69695,-2.73579,-1.87527,-2.31328,-2.29311,-1.8259,-1.62812,-2.13733,-2.00264,-2.23262,-2.07206,-1.28499,-3.33191,-2.64115,-1.37875,-1.517,-1.87044,-2.94913,-3.78105,-1.43523,-2.29072,-2.76279,-0.234835,-0.169341,-0.236996,-0.303731,-0.186542,-0.233989,-0.363532,-0.21855,-0.239051,-0.24044,-0.234666,-0.322369,-0.207619,-0.272875,-0.12448,-0.2175,-0.244679,-0.267082,-0.258219,-0.253214,-0.218853,-0.207872,-0.305059,0.0496169 +-5905.34,0.0486161,0.394006,2,-0.261231,0.00246184,-2.69695,-2.73579,-1.87527,-2.31328,-2.29311,-1.8259,-1.62812,-2.13733,-2.00264,-2.23262,-2.07206,-1.28499,-3.33191,-2.64115,-1.37875,-1.517,-1.87044,-2.94913,-3.78105,-1.43523,-2.29072,-2.76279,-0.234835,-0.169341,-0.236996,-0.303731,-0.186542,-0.233989,-0.363532,-0.21855,-0.239051,-0.24044,-0.234666,-0.322369,-0.207619,-0.272875,-0.12448,-0.2175,-0.244679,-0.267082,-0.258219,-0.253214,-0.218853,-0.207872,-0.305059,0.0496169 +-5905.34,3.69368e-17,0.394006,2,-0.261231,0.00246184,-2.69695,-2.73579,-1.87527,-2.31328,-2.29311,-1.8259,-1.62812,-2.13733,-2.00264,-2.23262,-2.07206,-1.28499,-3.33191,-2.64115,-1.37875,-1.517,-1.87044,-2.94913,-3.78105,-1.43523,-2.29072,-2.76279,-0.234835,-0.169341,-0.236996,-0.303731,-0.186542,-0.233989,-0.363532,-0.21855,-0.239051,-0.24044,-0.234666,-0.322369,-0.207619,-0.272875,-0.12448,-0.2175,-0.244679,-0.267082,-0.258219,-0.253214,-0.218853,-0.207872,-0.305059,0.0496169 +-5905.34,1.51926e-08,0.394006,2,-0.261231,0.00246184,-2.69695,-2.73579,-1.87527,-2.31328,-2.29311,-1.8259,-1.62812,-2.13733,-2.00264,-2.23262,-2.07206,-1.28499,-3.33191,-2.64115,-1.37875,-1.517,-1.87044,-2.94913,-3.78105,-1.43523,-2.29072,-2.76279,-0.234835,-0.169341,-0.236996,-0.303731,-0.186542,-0.233989,-0.363532,-0.21855,-0.239051,-0.24044,-0.234666,-0.322369,-0.207619,-0.272875,-0.12448,-0.2175,-0.244679,-0.267082,-0.258219,-0.253214,-0.218853,-0.207872,-0.305059,0.0496169 +-5910.92,1.39214e-14,0.394006,2,-0.231707,0.00296466,-3.23191,-2.8239,-1.84551,-2.29123,-2.19813,-2.08627,-1.61977,-2.05339,-1.97612,-2.27111,-2.06784,-1.29246,-3.27603,-2.65086,-1.38664,-1.47502,-1.96967,-2.91673,-3.6883,-1.39383,-2.25222,-2.73507,-0.251485,-0.129035,-0.214873,-0.294571,-0.173123,-0.236434,-0.329882,-0.193516,-0.266162,-0.245956,-0.306631,-0.281228,-0.330485,-0.295764,-0.267446,-0.203364,-0.212338,-0.36381,-0.243203,-0.310267,-0.163755,-0.304244,-0.236942,0.0544486 +-5910.92,6.52838e-06,0.394006,3,-0.231707,0.00296466,-3.23191,-2.8239,-1.84551,-2.29123,-2.19813,-2.08627,-1.61977,-2.05339,-1.97612,-2.27111,-2.06784,-1.29246,-3.27603,-2.65086,-1.38664,-1.47502,-1.96967,-2.91673,-3.6883,-1.39383,-2.25222,-2.73507,-0.251485,-0.129035,-0.214873,-0.294571,-0.173123,-0.236434,-0.329882,-0.193516,-0.266162,-0.245956,-0.306631,-0.281228,-0.330485,-0.295764,-0.267446,-0.203364,-0.212338,-0.36381,-0.243203,-0.310267,-0.163755,-0.304244,-0.236942,0.0544486 +-5905.58,3.63608e-05,0.394006,1,-0.252064,0.00649395,-2.58781,-2.19159,-2.26724,-2.4442,-2.28878,-2.26278,-1.7256,-2.24684,-2.04545,-2.27241,-2.17784,-1.53701,-2.72067,-2.67656,-1.40442,-1.49115,-1.85165,-2.8778,-3.11216,-1.6552,-2.0949,-2.9132,-0.240343,-0.302737,-0.317121,-0.255233,-0.355449,-0.304666,-0.374463,-0.283047,-0.261873,-0.310191,-0.31576,-0.22271,-0.139037,-0.0696325,-0.238568,-0.332579,-0.290828,-0.0421836,-0.264466,-0.201322,-0.251884,-0.338713,-0.306094,0.080585 +-5913.44,0.305925,0.394006,2,-0.27107,0.00364592,-2.59522,-2.28813,-2.3206,-2.44337,-2.14796,-2.23726,-1.7327,-2.25005,-2.0728,-2.29714,-2.12148,-1.52744,-2.72325,-2.57412,-1.38327,-1.54253,-1.86791,-2.73079,-3.18587,-1.62505,-2.12653,-2.92168,-0.317386,-0.272505,-0.209522,-0.227695,-0.34738,-0.442042,-0.36483,-0.279082,-0.300917,-0.315543,-0.197438,-0.273961,-0.279596,-0.0716077,-0.319635,-0.295085,-0.349525,-0.0326369,-0.263321,-0.167727,-0.188187,-0.348098,-0.159777,0.0603815 +-5914.43,1,0.394006,2,-0.280949,0.00907447,-2.34537,-2.19097,-2.04255,-2.44831,-2.5196,-1.62616,-1.58023,-2.1265,-1.78426,-2.26761,-2.2932,-1.59822,-2.63492,-2.85234,-1.23186,-1.67535,-1.88824,-2.94878,-3.39543,-1.4737,-2.17887,-3.21767,-0.194068,-0.243728,-0.361203,-0.229782,-0.0942538,-0.439923,-0.396789,-0.151674,-0.356256,-0.209905,-0.363429,-0.159614,-0.302534,-0.282242,-0.314797,-0.164438,-0.300145,-0.28071,-0.244855,-0.400768,-0.267482,-0.208347,-0.37584,0.09526 +-5916.37,0.158917,0.394006,2,-0.28424,0.00452947,-2.41424,-2.09384,-2.17367,-2.48808,-2.55624,-1.55707,-1.60762,-2.08212,-1.78395,-2.23796,-2.2774,-1.63778,-2.71764,-2.86865,-1.18664,-1.76113,-2.01333,-2.96742,-3.33117,-1.55454,-2.23886,-3.25259,-0.177837,-0.278468,-0.268554,-0.213192,-0.101044,-0.408886,-0.484195,-0.247668,-0.290173,-0.197177,-0.308615,-0.0347921,-0.414382,-0.235367,-0.263637,-0.185183,-0.340075,-0.274237,-0.36593,-0.339472,-0.323088,-0.218321,-0.285279,0.0673013 +-5916.37,0.216296,0.394006,2,-0.28424,0.00452947,-2.41424,-2.09384,-2.17367,-2.48808,-2.55624,-1.55707,-1.60762,-2.08212,-1.78395,-2.23796,-2.2774,-1.63778,-2.71764,-2.86865,-1.18664,-1.76113,-2.01333,-2.96742,-3.33117,-1.55454,-2.23886,-3.25259,-0.177837,-0.278468,-0.268554,-0.213192,-0.101044,-0.408886,-0.484195,-0.247668,-0.290173,-0.197177,-0.308615,-0.0347921,-0.414382,-0.235367,-0.263637,-0.185183,-0.340075,-0.274237,-0.36593,-0.339472,-0.323088,-0.218321,-0.285279,0.0673013 +-5907.93,0.948998,0.394006,2,-0.264731,0.00625725,-2.53922,-2.157,-1.9731,-2.29912,-2.28989,-2.77389,-1.81503,-2.01241,-2.04164,-2.24196,-2.2583,-1.38784,-3.02496,-2.62699,-1.33471,-1.44212,-1.85289,-3.16511,-3.45621,-1.57387,-2.02535,-2.78319,-0.315225,-0.233436,-0.244552,-0.301477,-0.310338,-0.228604,-0.225064,-0.21324,-0.25931,-0.389138,-0.224971,-0.339774,-0.194302,-0.0475454,-0.323119,-0.133237,-0.188946,-0.247689,-0.0655712,-0.13017,-0.223902,-0.311666,-0.273432,0.0791028 +-5913.99,0.335081,0.394006,2,-0.25033,0.0120926,-2.51974,-2.16164,-1.87828,-2.31709,-2.22057,-2.79626,-1.81452,-2.0393,-2.03952,-2.22953,-2.19458,-1.48519,-2.97904,-2.70001,-1.41635,-1.46846,-1.77566,-2.93324,-3.4591,-1.55554,-1.96959,-2.77492,-0.288113,-0.213412,-0.209925,-0.323041,-0.316453,-0.094113,-0.234999,-0.379616,-0.207863,-0.364117,-0.240249,-0.332404,-0.307916,-0.00650063,-0.385218,-0.136481,-0.133461,-0.19506,-0.0813952,-0.123256,-0.281656,-0.253677,-0.257933,0.109966 +-5910.33,0.874212,0.394006,2,-0.292256,0.00563168,-2.00314,-2.52318,-1.49245,-2.32834,-2.42982,-2.28137,-1.71831,-2.14635,-1.81104,-2.29253,-2.33159,-1.47259,-2.72571,-2.91964,-1.24772,-1.61148,-1.94572,-2.92288,-3.0522,-1.57806,-2.11957,-2.77689,-0.198407,-0.188412,-0.331915,-0.359379,-0.140171,-0.337252,-0.310382,-0.114545,-0.318784,-0.346141,-0.275795,-0.104084,-0.224539,0.095576,-0.286472,-0.283188,-0.326953,-0.267978,-0.351277,-0.261032,-0.341583,-0.339516,-0.207167,0.0750445 +-5914.81,0.48334,0.394006,2,-0.261026,0.00947192,-1.94596,-2.34015,-1.40454,-2.29904,-2.38914,-2.12985,-1.69818,-2.12898,-1.83958,-2.18441,-2.41815,-1.57435,-2.96804,-2.83279,-1.449,-1.60649,-2.17581,-2.95263,-3.22969,-1.468,-2.10185,-2.91164,-0.182453,-0.17289,-0.38976,-0.293884,-0.189273,-0.147151,-0.213798,-0.211495,-0.263887,-0.298192,-0.328278,-0.212236,-0.205296,0.103385,-0.346678,-0.361353,-0.330877,-0.300416,-0.249792,-0.224182,-0.289835,-0.463834,-0.203458,0.0973238 +-5910.5,0.70858,0.394006,2,-0.263944,0.00917793,-2.28489,-2.40151,-1.52465,-2.28826,-2.45074,-2.08068,-1.76334,-1.98101,-1.86557,-2.2312,-2.33183,-1.54587,-3.03775,-2.9253,-1.37969,-1.60296,-2.10308,-3.11852,-3.03431,-1.47571,-2.08274,-2.84131,-0.151251,-0.105636,-0.378647,-0.324593,-0.224298,-0.178219,-0.203351,-0.236217,-0.268696,-0.300096,-0.318778,-0.283107,-0.186775,0.181206,-0.304074,-0.32123,-0.279408,-0.268663,-0.231183,-0.273422,-0.364682,-0.315855,-0.199803,0.0958015 +-5915.22,0.42416,0.394006,2,-0.273737,0.0239593,-3.20331,-2.01153,-2.44102,-2.4943,-2.41069,-2.30026,-1.6364,-2.10371,-2.05875,-2.18409,-2.10184,-1.49225,-3.12996,-2.91333,-1.3262,-1.43941,-2.11814,-2.74401,-3.81317,-1.55202,-2.07421,-3.03493,-0.402546,-0.445754,-0.157779,-0.184505,-0.163714,-0.296416,-0.51054,-0.236458,-0.352574,-0.368068,-0.362295,-0.126428,-0.306521,0.164003,-0.223998,-0.109086,-0.0691447,-0.31687,-0.246725,-0.230301,-0.342504,-0.225664,-0.377807,0.154788 +-5922.74,0.642068,0.394006,2,-0.234598,0.0164603,-3.1277,-1.92785,-1.7992,-2.34699,-2.37067,-1.97974,-1.74718,-2.0796,-2.19472,-2.18929,-2.31235,-1.43755,-3.004,-2.77453,-1.64287,-1.48506,-1.7362,-3.07697,-3.08368,-1.44543,-1.98603,-3.02894,-0.1219,-0.250701,-0.263094,-0.279532,-0.299082,-0.27447,-0.262415,-0.270245,-0.140281,-0.361638,-0.295263,-0.36006,-0.257356,-0.109319,-0.21419,-0.419484,-0.423768,-0.176464,-0.0608459,-0.493804,-0.432839,-0.311911,0.329837,0.128298 +-5932.08,0.379231,0.394006,3,-0.214858,0.0324806,-1.74047,-2.43067,-2.37153,-2.52563,-2.47214,-2.53561,-1.76911,-2.18354,-1.96291,-2.22599,-2.09851,-1.87925,-3.08369,-2.77064,-1.02459,-1.41866,-1.93329,-2.92392,-3.88249,-1.21143,-2.05836,-2.70005,-0.455062,-0.267015,-0.28569,-0.114956,-0.0252546,-0.127066,-0.310165,-0.298735,-0.239313,-0.323789,-0.401862,0.455971,-0.205274,0.0645167,-0.365029,-0.0269014,-0.0971666,-0.304587,-0.272076,-0.324042,-0.511228,-0.374408,0.217199,0.180224 +-5929.25,0.513244,0.394006,2,-0.173082,0.0295901,-2.63072,-1.9343,-2.31486,-2.43656,-2.46513,-1.97975,-1.57854,-2.13265,-1.92904,-2.32886,-2.54259,-1.52768,-2.67187,-2.61513,-1.53441,-1.55002,-2.03194,-3.30458,-3.21377,-1.45448,-2.12343,-3.23158,-0.424389,-0.312181,-0.0489189,-0.145777,-0.177731,-0.24961,-0.529718,-0.0344511,-0.364512,-0.24504,-0.0666703,-0.172062,-0.599899,-0.0482788,-0.311437,-0.403831,-0.301582,0.217902,0.0895579,-0.469438,-0.274426,-0.209955,-0.459834,0.172018 +-5933.23,0.95439,0.394006,2,-0.229546,0.0285756,-2.37476,-1.97012,-2.50797,-2.5831,-2.42901,-2.10008,-1.66239,-2.4672,-1.97994,-2.21726,-2.35231,-1.55881,-3.06774,-2.53481,-1.34317,-1.18355,-1.77697,-3.08828,-3.60326,-1.39828,-2.15515,-2.98765,0.0272648,-0.389143,0.101913,-0.0871023,-0.109789,-0.364481,-0.393391,0.0951063,-0.178547,-0.179526,-0.0191781,-0.177624,-0.290471,-0.336584,-0.0448925,-0.293188,-0.201371,0.264783,0.112657,-0.46841,-0.372876,-0.167735,-0.130753,0.169043 +-5924.5,1,0.394006,2,-0.177485,0.0234721,-2.76048,-2.07043,-2.27177,-2.42544,-2.70167,-2.26574,-1.70526,-2.22164,-2.04288,-2.35167,-2.49967,-1.29255,-3.06184,-2.86584,-1.47125,-1.55474,-2.0422,-3.47254,-3.5052,-1.5518,-2.23081,-3.13445,-0.0148452,-0.28112,-0.171466,-0.0883183,-0.0251505,-0.188127,-0.424587,0.108636,-0.425613,-0.282289,-0.141373,-0.30179,-0.278685,0.17516,-0.481943,-0.335371,-0.24524,0.136291,-0.214591,-0.241502,-0.208271,-0.236143,-0.33587,0.153206 +-5922.49,0.979307,0.394006,2,-0.301291,0.0236553,-2.8611,-2.01565,-2.16638,-2.40051,-2.08101,-2.06692,-1.63623,-2.38298,-1.71962,-2.28748,-2.32204,-1.67736,-2.79573,-2.75778,-1.24482,-1.36424,-2.37643,-2.84004,-3.35257,-1.4809,-2.04148,-2.84001,-0.149966,-0.396907,-0.372151,-0.183107,-0.325372,-0.288319,-0.513967,-0.0728348,-0.506464,-0.16373,-0.193553,-0.223974,-0.363713,-0.141012,-0.34164,-0.188639,0.00688363,-0.100656,-0.39465,-0.254728,-0.273186,-0.227959,-0.53122,0.153803 +-5923.93,0.807135,0.394006,2,-0.321128,0.0243791,-3.02629,-1.93863,-1.95812,-2.40841,-2.04498,-2.19672,-1.60226,-2.39352,-1.75105,-2.34986,-2.29559,-1.64395,-2.77632,-2.7709,-1.30694,-1.34595,-2.37137,-2.8397,-3.39196,-1.46162,-2.11526,-2.87159,-0.156601,-0.522544,-0.423093,-0.236844,-0.425807,-0.20654,-0.572957,-0.114323,-0.410541,-0.210631,-0.208216,-0.315177,-0.426193,0.0442827,-0.371152,-0.290258,0.0714459,-0.0477934,-0.317463,-0.265217,-0.367384,-0.324771,-0.559213,0.156138 +-5928.84,0.935281,0.394006,2,-0.272304,0.022857,-2.07559,-2.07686,-2.13347,-2.50395,-2.67641,-2.54711,-1.5863,-2.31929,-2.05652,-2.23324,-2.46977,-1.47342,-3.00733,-2.71364,-1.43742,-1.51106,-2.21882,-2.84067,-3.01022,-1.61004,-2.06884,-2.9166,0.0787691,-0.561975,-0.33737,-0.105048,-0.0829938,-0.18565,-0.613162,0.340502,-0.374186,-0.254869,-0.146846,-0.155081,-0.339796,-0.140161,-0.239318,-0.227823,0.291992,-0.581446,-0.306283,-0.339757,-0.434779,-0.254648,-0.329507,0.151185 +-5931.53,0.80134,0.394006,3,-0.298216,0.0300136,-2.43208,-2.38556,-2.27501,-2.25624,-2.45409,-2.39718,-1.90327,-1.77656,-1.94317,-2.20387,-2.22534,-1.45554,-3.04068,-3.00978,-1.2466,-1.4348,-1.59695,-3.12738,-3.1948,-1.55147,-2.07786,-2.70512,-0.482936,-0.265763,-0.545856,-0.40272,-0.359624,-0.317132,-0.30006,-0.47176,-0.471093,-0.45703,-0.401002,-0.190346,-0.2453,0.1635,-0.414232,-0.326968,-0.335744,-0.0334603,0.194961,-0.353506,-0.518853,-0.489899,-0.0403079,0.173244 +-5942.09,0.557506,0.394006,3,-0.213796,0.0581837,-1.69418,-1.85399,-2.01891,-2.31675,-2.64127,-2.49546,-1.82517,-1.94757,-1.94672,-2.05017,-2.2431,-1.4057,-3.09733,-2.87666,-1.15745,-1.31808,-1.80574,-3.04748,-4.34473,-1.4436,-2.09048,-2.85035,-0.344858,-0.155844,-0.140579,-0.385006,-0.350574,-0.133451,-0.167002,-0.454549,-0.489508,-0.543353,-0.561763,0.0168313,-0.443514,0.0915505,-0.309526,-0.184949,-0.351275,0.33516,0.00874186,-0.277772,-0.513829,-0.608286,0.0137281,0.241213 +-5927.21,0.947054,0.394006,2,-0.20854,0.0240398,-1.76305,-2.02701,-2.31936,-2.31107,-2.32871,-1.74187,-1.82273,-1.98444,-1.81199,-2.18445,-2.11603,-1.40023,-3.13546,-2.75371,-1.37827,-1.62597,-1.91347,-3.16446,-3.57276,-1.49576,-2.189,-2.81261,-0.145361,-0.433292,-0.170422,-0.232137,-0.156403,-0.295424,-0.169342,-0.343167,-0.572413,-0.405827,-0.438066,-0.113972,-0.264045,0.1814,-0.400671,-0.30804,-0.0789331,0.0598484,-0.227567,-0.186383,-0.262727,-0.755732,-0.549526,0.155048 +-5920.22,0.923019,0.394006,3,-0.208706,0.0299569,-3.35685,-2.34822,-2.04061,-2.36547,-2.39932,-2.50859,-1.60485,-2.22689,-2.13324,-2.32978,-2.39141,-1.59357,-2.926,-2.61511,-1.30585,-1.47672,-2.01386,-2.62976,-3.4027,-1.2548,-2.11237,-2.81453,-0.225788,-0.140864,-0.437716,-0.218719,-0.122621,-0.222323,-0.52663,-0.0630434,-0.107353,-0.19548,0.000616364,-0.112751,-0.407808,0.049038,-0.15334,-0.236671,-0.0434339,-0.210816,-0.263509,-0.463233,-0.448077,-0.274354,-0.158069,0.173081 +-5928.62,0.750752,0.394006,2,-0.2575,0.0243909,-3.66982,-2.20486,-1.94568,-2.38936,-2.36205,-2.09578,-1.73496,-2.21427,-1.90551,-2.29858,-2.36794,-1.6104,-3.04551,-2.85694,-1.1948,-1.51982,-1.8585,-2.59584,-2.87175,-1.16967,-2.08966,-2.95672,-0.564918,-0.327147,-0.444416,-0.371905,0.074308,-0.378851,-0.484819,-0.0564976,-0.0686861,-0.173999,-0.186088,-0.194492,-0.459383,0.0133806,-0.279494,-0.329715,-0.0677008,-0.198435,-0.0805674,-0.464641,-0.348339,-0.445035,-0.175396,0.156176 +-5924.62,0.789103,0.394006,2,-0.25344,0.0135477,-2.45119,-2.21785,-2.1877,-2.39186,-2.44573,-2.35574,-1.60966,-2.03869,-2.09711,-2.30178,-2.43815,-1.43946,-3.15133,-2.77541,-1.56041,-1.27442,-1.97586,-2.95359,-3.19988,-1.25389,-2.08599,-2.74882,-0.206823,-0.258524,-0.772602,-0.197021,-0.121264,-0.0332765,-0.356811,-0.126058,-0.0568542,-0.348073,-0.108135,-0.12646,-0.0728385,0.00133251,-0.262132,-0.468353,-0.233648,-0.169289,-0.360877,-0.61534,-0.411643,-0.514411,-0.248999,0.116395 +-5928.46,0.81019,0.394006,3,-0.270072,0.0311467,-2.30753,-2.22223,-1.60125,-2.37939,-2.47307,-1.64883,-1.75886,-2.27939,-2.00038,-2.08277,-2.05532,-1.51636,-2.71904,-2.85265,-1.17819,-1.65072,-2.13546,-2.85033,-3.61892,-1.4364,-2.22236,-2.85011,-0.17596,-0.23991,-0.317478,-0.284209,-0.0909953,-1.12194,-0.473928,-0.00551813,-0.368897,-0.351968,-0.528972,-0.267562,-0.592135,0.226518,-0.182139,-0.125092,-0.134147,-0.227941,0.0193299,-0.27308,-0.293387,-0.481651,-0.0392085,0.176484 +-5931.99,0.860481,0.394006,2,-0.382227,0.0266652,-2.12181,-2.01568,-1.75929,-2.24627,-2.43471,-2.05273,-1.66274,-2.417,-1.76781,-2.32606,-2.3324,-1.52586,-3.03546,-2.88309,-1.62483,-1.58031,-1.95677,-3.27841,-2.65326,-1.45974,-2.10317,-2.84686,-0.463549,-0.454355,-0.577613,-0.428987,-0.389041,-0.281666,-0.287533,0.205587,-0.327344,-0.347874,-0.208579,-0.183646,-0.112587,-0.0133965,-0.442298,-0.188851,-0.351396,-0.333066,-0.760069,-0.352952,-0.379893,-0.277494,-0.606772,0.163295 +-5930.94,0.576405,0.394006,3,-0.161799,0.078429,-2.71421,-2.08126,-2.26956,-2.54744,-2.65899,-2.02795,-1.67781,-2.00627,-2.01128,-2.23949,-2.34369,-1.59955,-2.80198,-2.96742,-1.349,-1.68133,-2.18032,-2.86744,-3.90131,-1.49826,-2.13664,-2.76107,-0.0360928,-0.551831,-0.183245,-0.0891587,0.159074,-0.343332,-0.418,-0.407655,-0.170108,-0.341709,-0.425443,-0.0559757,-0.237007,0.102062,-0.419987,0.384847,-0.214059,-0.114892,0.164005,-0.126303,-0.576485,-0.657094,-0.0541707,0.280052 +-5939.94,0.840672,0.394006,3,-0.379751,0.14643,-1.93924,-1.85007,-1.87457,-2.50378,-2.38101,-2.30117,-1.72755,-2.01415,-2.02298,-2.31166,-2.08488,-1.81848,-3.19626,-2.72367,-1.26337,-1.86033,-1.95253,-3.25845,-3.67787,-1.44742,-2.01808,-2.68799,-0.34871,-0.69924,-0.421114,-0.0142642,-0.131464,-0.211216,-0.393862,-0.190666,-0.237047,-0.186455,-0.333548,0.447303,-0.411918,0.0501488,-0.268757,0.0391077,0.000814611,0.0266798,0.127801,-0.570874,-0.338047,-0.702732,0.00754412,0.382662 +-5931.51,0.870875,0.394006,3,-0.12727,0.0415475,-2.64863,-2.10951,-2.48298,-2.36862,-2.38246,-1.91879,-1.64173,-2.08711,-1.89843,-2.07454,-2.4181,-1.85821,-2.9667,-2.82806,-1.38043,-1.86718,-2.1211,-2.84551,-3.30267,-1.4236,-2.05261,-3.0278,-0.0734113,-0.0779461,-0.0177719,-0.383357,-0.168073,-0.178878,-0.513863,-0.0506583,-0.388227,-0.41322,-0.0726983,0.294575,-0.281881,0.127492,-0.146297,0.0923987,-0.185418,-0.307312,-0.19173,-0.174747,-0.333365,0.149315,-0.597213,0.203832 +-5927.96,0.900019,0.394006,2,-0.218439,0.0638186,-2.606,-2.48752,-1.67271,-2.36935,-2.55903,-2.32786,-1.58545,-2.19807,-1.87632,-2.27752,-2.40401,-1.68457,-2.73721,-2.89018,-1.44395,-1.4008,-2.2056,-2.67455,-3.15179,-1.58196,-2.04681,-3.03694,-0.269556,-0.0485362,-0.307845,-0.199408,0.0407441,-0.240925,-0.498254,-0.241083,-0.237658,-0.357216,-0.0864198,0.21487,-0.311102,0.118138,-0.10635,-0.0588029,0.268917,-0.268277,-0.467889,-0.129326,-0.408296,-0.320382,-0.769916,0.252623 +-5925.18,0.996264,0.394006,3,-0.1658,0.00938463,-2.12764,-1.97822,-2.66241,-2.39608,-2.2983,-2.35722,-1.63659,-2.1492,-2.23671,-2.30389,-2.34,-1.48703,-2.98466,-2.77922,-1.31208,-1.61552,-2.46999,-3.09224,-3.27414,-1.45133,-2.04133,-2.81081,-0.154397,-0.378786,-0.15289,-0.348149,-0.170661,-0.245365,-0.572096,-0.0249433,-0.0372287,-0.128924,-0.209705,-0.244787,-0.434951,0.0758792,-0.187085,-0.223197,-0.211967,-0.107456,-0.291491,-0.414196,-0.52671,-0.286939,-0.0184045,0.0968743 +-5930.4,1,0.394006,3,-0.362757,0.0175595,-2.50279,-2.14223,-1.77379,-2.37133,-2.35841,-1.98406,-1.58065,-1.96593,-1.61525,-2.14102,-2.33044,-1.46991,-3.35067,-2.56883,-1.4972,-1.40948,-1.95487,-2.77726,-3.25566,-1.49386,-2.0955,-2.98179,-0.446002,-0.344769,-0.468739,-0.177502,-0.455194,-0.3497,-0.463667,-0.472918,-0.63995,-0.529038,-0.279303,-0.183063,0.166856,-0.27018,-0.366909,-0.278548,0.0431166,-0.480097,-0.295885,-0.0263003,-0.288966,-0.435428,-0.615026,0.132512 +-5930.28,0.793779,0.394006,2,-0.202385,0.0495773,-2.07206,-1.92177,-2.50276,-2.42539,-2.38249,-2.20195,-1.61198,-2.33076,-1.99889,-2.26517,-2.10974,-1.30183,-3.0226,-2.99932,-1.13047,-1.43871,-2.44176,-2.93454,-3.63216,-1.57917,-2.20177,-2.69974,-0.251361,-0.478464,0.0824564,-0.352515,-0.0115308,-0.381068,-0.623381,0.212801,-0.329953,-0.335326,-0.441453,-0.420373,-0.182459,0.175823,-0.282172,-0.351749,0.00900468,-0.109675,-0.272526,-0.321172,-0.439348,-0.405981,0.105699,0.22266 +-5928.24,0.919886,0.394006,3,-0.332923,0.0336859,-2.23065,-2.20436,-1.83727,-2.46598,-2.31836,-2.02696,-1.77251,-1.86808,-1.90705,-2.25054,-2.39097,-1.5264,-2.76447,-2.74802,-1.35806,-1.46705,-1.97253,-2.75754,-3.64788,-1.36851,-2.20932,-3.08141,-0.299862,-0.528593,-0.701287,-0.307555,-0.263109,-0.279714,-0.402954,-0.457796,-0.642428,-0.383402,-0.102352,0.0871266,-0.492373,-0.0653364,-0.24597,-0.0291275,-0.43647,-0.245461,-0.0090661,-0.383297,-0.6165,-0.437482,-0.644895,0.183537 +-5930.94,0.826813,0.394006,3,-0.201812,0.0438772,-2.46431,-2.18563,-2.46185,-2.16906,-2.36848,-2.20433,-1.57964,-2.29897,-1.99,-2.22297,-2.29622,-1.33445,-3.11871,-2.80241,-1.33659,-1.6545,-2.00193,-2.96283,-3.10686,-1.56504,-2.07766,-2.92158,-0.274315,-0.241793,0.0585516,-0.30159,-0.103922,-0.245394,-0.494807,-0.0452352,0.0411244,-0.264178,-0.334558,-0.467796,-0.149,-0.0949515,-0.482414,-0.374392,-0.217942,-0.289461,-0.400008,-0.262926,-0.277923,-0.658858,0.0164394,0.209469 +-5931.97,0.905209,0.394006,2,-0.286537,0.0259467,-1.75181,-2.38893,-2.01556,-2.44489,-2.76588,-3.16616,-1.62107,-2.03265,-2.19863,-2.20473,-2.13769,-1.33564,-2.95169,-2.88296,-1.03725,-1.18459,-2.0097,-2.61835,-3.37208,-1.4881,-2.14169,-2.94777,-0.234574,-0.23361,-0.456776,-0.379045,0.0199503,-0.331937,-0.569794,-0.237677,-0.349336,-0.388525,-0.354607,-0.255628,-0.22875,0.264827,-0.633927,-0.195303,-0.0442921,-0.320799,-0.0334935,-0.276068,-0.375386,-0.04781,-0.396458,0.16108 +-5927.53,0.984558,0.394006,2,-0.349404,0.0315615,-2.7754,-2.06465,-2.10967,-2.38109,-2.64423,-2.57971,-1.51597,-2.2022,-1.95223,-2.19634,-2.28214,-1.27298,-3.19099,-3.04719,-1.03723,-1.43952,-1.87912,-2.94363,-3.00237,-1.45773,-2.12191,-2.86756,-0.317684,-0.252836,-0.668712,-0.342139,0.159598,-0.172085,-0.572404,-0.149362,-0.422908,-0.315329,-0.362007,-0.236166,-0.358596,0.257279,-0.833624,-0.272667,-0.307543,-0.517167,-0.0207882,-0.216861,-0.325043,-0.407247,-0.52341,0.177656 +-5927.06,0.614072,0.394006,2,-0.295832,0.0332484,-1.77587,-2.15484,-2.36753,-2.39836,-2.39225,-2.1942,-1.63713,-2.26872,-2.10692,-2.22744,-2.34031,-1.56776,-2.88019,-2.60908,-1.44071,-1.74066,-1.89517,-2.78822,-4.04972,-1.55361,-1.96481,-2.84199,-0.439329,-0.483675,-0.0704042,-0.255739,-0.318232,-0.190432,-0.589139,0.0507329,-0.00500861,-0.325673,-0.196516,-0.293788,-0.245371,-0.170235,-0.10508,-0.111919,-0.268538,-0.0652695,-0.720254,-0.334302,-0.5776,-0.425338,-0.260172,0.182341 +-5926.19,0.920924,0.394006,2,-0.285266,0.0209369,-3.11275,-1.88475,-1.98485,-2.47902,-2.25833,-2.76582,-1.58298,-2.08073,-1.97851,-2.30119,-2.33356,-1.20545,-2.95457,-2.83296,-1.25336,-1.51218,-1.94655,-2.75788,-3.27944,-1.43759,-1.99536,-2.59087,-0.295265,-0.431763,-0.378396,-0.176908,-0.377109,-0.278721,-0.418245,-0.213612,-0.196306,-0.269283,-0.453539,-0.15804,-0.218433,0.0940563,-0.387643,-0.149741,-0.305317,-0.754152,-0.454521,-0.309381,-0.526853,-0.57127,-0.0980775,0.144696 +-5919.94,0.917537,0.394006,2,-0.395659,0.00690564,-1.54732,-2.1654,-2.33764,-2.18662,-2.39522,-2.21178,-1.72125,-2.07891,-1.77456,-2.16879,-2.22051,-1.57301,-2.86343,-2.54479,-1.53443,-1.57838,-1.82934,-2.78978,-3.20812,-1.29811,-2.12248,-3.07517,-0.295459,-0.296619,-0.342793,-0.444133,-0.428657,-0.395065,-0.418618,-0.376338,-0.469965,-0.466107,-0.227885,-0.382433,-0.531719,-0.367802,-0.284647,-0.3762,-0.414915,-0.124645,-0.440083,-0.438747,-0.45687,-0.262095,-0.601222,0.0831002 +-5919.27,0.547055,0.394006,3,-0.382793,0.0056818,-1.41816,-2.3667,-2.35595,-2.26024,-2.42922,-1.76811,-1.63195,-1.91077,-1.95843,-2.16612,-2.25501,-1.61167,-3.00584,-2.60278,-1.41813,-1.52416,-1.94402,-2.49031,-3.23087,-1.27551,-2.08812,-3.08989,-0.462986,-0.469607,-0.664015,-0.431879,-0.249341,-0.371563,-0.511185,-0.378885,-0.304468,-0.524927,-0.218307,-0.318467,-0.43332,-0.370056,-0.285084,-0.32634,-0.322378,-0.437076,-0.321501,-0.427017,-0.41296,-0.307591,-0.288702,0.0753777 +-5918.95,0.738047,0.394006,2,-0.359218,0.00616903,-2.98478,-1.997,-2.31218,-2.46352,-2.07135,-2.60721,-1.75426,-2.08844,-1.81066,-2.08709,-2.39265,-1.46348,-2.82822,-2.68945,-1.43672,-1.28352,-1.76989,-2.87558,-3.18598,-1.40986,-2.20881,-2.5259,-0.180648,-0.305771,-0.181834,-0.186474,-0.453663,-0.3017,-0.281429,-0.282431,-0.440101,-0.334454,-0.308093,-0.307013,-0.351838,-0.0815671,-0.406827,-0.374566,-0.398488,-0.24003,-0.368387,-0.266024,-0.360477,-0.500579,-0.435743,0.0785431 +-5916.06,0.915256,0.394006,2,-0.339293,0.00581745,-2.98637,-2.07502,-2.26127,-2.49098,-2.11056,-2.26315,-1.71007,-2.0138,-1.73875,-2.0952,-2.28596,-1.42755,-2.9779,-2.62899,-1.29154,-1.30339,-1.69246,-2.74766,-3.26781,-1.37098,-2.08515,-2.52435,-0.204916,-0.251174,-0.316135,-0.173986,-0.413632,-0.35111,-0.22915,-0.280215,-0.442843,-0.343059,-0.300955,-0.279191,-0.325815,-0.109787,-0.302234,-0.394402,-0.386295,-0.428045,-0.373947,-0.313217,-0.400721,-0.529288,-0.474102,0.0762722 +-5916.66,0.379062,0.394006,3,-0.184889,0.00939888,-2.13378,-1.77029,-2.04444,-2.30263,-2.73306,-2.22886,-1.65191,-2.02592,-1.97856,-2.24527,-2.40064,-1.56109,-2.80253,-2.96536,-1.50729,-1.53666,-2.18506,-2.87138,-3.33532,-1.54591,-2.04015,-2.93273,-0.134809,-0.166363,-0.348338,-0.326229,-0.0858316,-0.157052,-0.355623,-0.228092,-0.332935,-0.170158,-0.165967,-0.128609,-0.293254,-0.000215418,-0.187702,-0.237322,0.180038,-0.204834,-0.154403,-0.19938,-0.217561,-0.313426,-0.505373,0.0969478 +-5924.74,0.703303,0.394006,2,-0.275078,0.0228708,-2.26731,-2.31884,-1.74278,-2.41148,-2.72565,-2.41284,-1.77736,-2.33502,-1.95811,-2.30848,-2.52958,-1.74714,-3.09337,-2.91248,-1.15052,-1.56353,-2.19534,-3.07784,-3.59776,-1.44421,-2.07818,-2.81472,-0.314975,-0.451304,-0.580621,-0.228102,0.0307076,-0.31054,-0.26038,-0.0531221,-0.156517,-0.285887,-0.00608874,-0.0666885,-0.235035,0.0469262,-0.360268,0.00551162,-0.406533,-0.195682,-0.276354,-0.272603,-0.464132,-0.369408,-0.118874,0.151231 +-5931.23,0.955474,0.394006,2,-0.220896,0.05077,-2.32373,-1.92508,-2.18051,-2.40866,-2.39556,-2.05832,-1.82687,-2.0852,-1.9418,-2.25539,-2.2347,-1.57579,-2.9197,-2.73639,-1.15759,-1.85665,-1.94016,-3.00391,-2.99052,-1.55968,-2.06818,-2.69373,-0.657539,-0.274849,-0.172825,-0.211758,0.0583614,-0.311499,-0.317042,-0.0810959,-0.394163,-0.190988,-0.294377,0.253137,-0.492397,0.0873805,-0.517543,0.108565,-0.00461379,0.237436,-0.157017,-0.311493,-0.4249,-0.673986,0.267672,0.225322 +-5931.23,0.713956,0.394006,3,-0.220896,0.05077,-2.32373,-1.92508,-2.18051,-2.40866,-2.39556,-2.05832,-1.82687,-2.0852,-1.9418,-2.25539,-2.2347,-1.57579,-2.9197,-2.73639,-1.15759,-1.85665,-1.94016,-3.00391,-2.99052,-1.55968,-2.06818,-2.69373,-0.657539,-0.274849,-0.172825,-0.211758,0.0583614,-0.311499,-0.317042,-0.0810959,-0.394163,-0.190988,-0.294377,0.253137,-0.492397,0.0873805,-0.517543,0.108565,-0.00461379,0.237436,-0.157017,-0.311493,-0.4249,-0.673986,0.267672,0.225322 +-5931.17,0.887415,0.394006,3,-0.275251,0.0485502,-2.91049,-2.00385,-2.4201,-2.38242,-2.3811,-2.13403,-1.57577,-2.09177,-2.01538,-2.20883,-2.42,-1.19603,-3.13911,-3.14065,-1.57109,-1.44304,-1.97953,-2.8135,-3.39079,-1.55761,-2.1653,-2.77579,0.215154,-0.265059,-0.498605,-0.277986,-0.00428667,-0.138239,-0.575412,-0.199887,-0.356,-0.41351,-0.138982,-0.357366,-0.241108,0.540562,0.00686405,-0.525775,-0.0456757,-0.213634,0.347795,-0.107438,-0.378666,-0.350816,-0.647481,0.220341 +-5924.53,0.995236,0.394006,3,-0.178303,0.0234803,-1.94034,-2.33852,-1.91029,-2.41047,-2.49318,-2.21918,-1.8265,-2.06441,-1.95305,-2.34802,-2.39681,-1.58581,-2.96557,-2.70724,-1.20312,-1.37024,-2.24773,-3.03284,-4.22313,-1.41166,-2.01163,-2.90599,-0.476446,-0.354406,-0.0142981,-0.180537,-0.209142,-0.274711,-0.236312,-0.0881672,-0.172143,-0.204673,-0.0330848,-0.0411082,-0.137569,-0.097769,-0.486646,-0.03912,-0.0670546,-0.0942755,0.282126,-0.413702,-0.361746,-0.338519,0.0959612,0.153233 +-5926.04,0.840594,0.394006,3,-0.224844,0.0178615,-2.03071,-2.2223,-2.57015,-2.41303,-2.58562,-2.16114,-1.68397,-2.22497,-2.07325,-2.18122,-2.55152,-1.47968,-2.8905,-2.81347,-1.15581,-1.51785,-1.77835,-2.409,-3.585,-1.46667,-2.29191,-3.1389,-0.356586,-0.0229949,-0.348553,-0.27776,0.114273,-0.145628,-0.355464,-0.202692,-0.205734,-0.292407,-0.206742,-0.135698,-0.347843,0.0204754,-0.657054,-0.472258,-0.17383,-0.331495,-0.014102,-0.253496,-0.185742,-0.141841,-0.405525,0.133647 +-5933.82,0.865919,0.394006,2,-0.184968,0.0592264,-3.30313,-2.19072,-1.8123,-2.42297,-2.21231,-2.28733,-1.70589,-2.06613,-1.8573,-2.2702,-2.25858,-1.43111,-3.15379,-2.88868,-1.53244,-1.51224,-2.08281,-3.53703,-3.51969,-1.53939,-2.00379,-2.63046,0.70619,-0.427138,-0.173434,-0.157815,-0.536082,-0.250256,-0.321389,-0.162653,-0.25003,-0.188649,-0.012974,-0.250262,-0.289766,0.280343,0.0593487,-0.00876419,-0.241096,-0.184329,-0.389669,-0.258046,-0.299221,-0.441224,-0.0377652,0.243365 +-5931.79,0.987557,0.394006,3,-0.167716,0.0486309,-2.63841,-2.19031,-2.38529,-2.4816,-2.81018,-2.2067,-1.67565,-2.20592,-2.07562,-2.27066,-2.3826,-1.67418,-2.7098,-2.67519,-1.20265,-1.44144,-1.98415,-2.55756,-3.62695,-1.50623,-2.31715,-2.98248,0.2426,0.077144,-0.231099,-0.220741,0.108002,-0.115152,-0.348448,-0.0812743,-0.178052,-0.385401,-0.353788,0.0580269,-0.329338,-0.00969451,-0.59172,-0.306986,-0.0191283,-0.299478,0.221853,0.069804,-0.352158,-0.431774,-0.46278,0.220524 +-5925.72,0.790754,0.394006,2,-0.150291,0.0242247,-2.52296,-2.64006,-2.11383,-2.52099,-2.13386,-2.27912,-1.66963,-2.24395,-2.08069,-2.14698,-2.09771,-1.38826,-2.95273,-2.87805,-1.07927,-1.61527,-2.0485,-2.75868,-3.71724,-1.51858,-1.97458,-2.73096,-0.393832,-0.0103128,-0.176158,-0.00921125,-0.167313,-0.00533196,-0.527231,-0.026066,-0.0875678,-0.284426,-0.390471,-0.135347,-0.263587,0.0379815,-0.472613,-0.0775931,-0.199332,-0.235615,-0.168379,-0.215629,-0.336245,-0.24568,0.057589,0.155643 +-5920.01,0.888183,0.394006,2,-0.252177,0.0123236,-2.42179,-2.25975,-1.95747,-2.4575,-2.25435,-1.99589,-1.6566,-2.14461,-1.95263,-2.34036,-2.23227,-1.50663,-3.223,-2.98901,-1.19252,-1.2818,-2.06327,-2.85965,-3.71806,-1.31636,-2.01875,-2.89161,-0.234813,-0.132117,-0.463491,-0.215894,-0.302625,0.0341307,-0.47241,-0.244855,-0.425496,-0.220133,-0.246047,-0.181202,-0.0958909,0.263668,-0.155978,-0.33164,-0.161031,-0.185473,0.0812184,-0.283058,-0.588688,-0.285047,-0.371925,0.111011 +-5920.16,0.738282,0.394006,3,-0.24558,0.012334,-2.52045,-2.35581,-2.36678,-2.35302,-2.59497,-1.95339,-1.7401,-2.16995,-1.99827,-2.15068,-2.29602,-1.4355,-2.64197,-2.65268,-1.27165,-1.52092,-1.89488,-2.78147,-3.04249,-1.37233,-2.1796,-2.80023,-0.394438,-0.610958,-0.303449,-0.34428,-0.100896,-0.474284,-0.390163,-0.207508,-0.314093,-0.460369,-0.259239,-0.26626,-0.351624,-0.236571,-0.325091,-0.0318239,-0.313678,0.0162499,-0.525471,-0.207869,-0.253429,-0.301827,-0.114848,0.111059 +-5930.29,0.730099,0.394006,2,-0.283021,0.0318473,-2.65623,-2.18721,-2.72783,-2.41227,-2.65036,-2.23124,-1.62439,-2.14555,-1.89473,-2.15432,-2.34986,-1.53405,-2.69373,-2.63195,-1.17192,-1.6287,-1.70751,-2.49592,-2.89821,-1.41895,-2.38277,-2.94475,-0.227305,-0.690199,-0.344438,-0.215804,-0.0926888,-0.472734,-0.422525,-0.313003,-0.111185,-0.310286,-0.351543,-0.180362,-0.216183,-0.0734561,-0.224363,-0.188949,-0.314141,-0.122626,-0.599429,-0.277443,-0.0977402,-0.374921,0.0153718,0.178458 +-5934.23,0.811241,0.394006,2,-0.310971,0.0313233,-1.92531,-1.86478,-1.9163,-2.31862,-2.39831,-1.95711,-1.52101,-1.97084,-2.1474,-2.32406,-2.18672,-1.56657,-2.93908,-2.78866,-1.24322,-1.55324,-2.08343,-2.70027,-3.90954,-1.32256,-2.13879,-2.99684,-0.360996,-0.436142,-0.291436,-0.395327,0.123864,-0.209033,-0.698525,-0.212941,-0.376588,-0.292267,-0.260621,0.00388104,-0.56085,-0.124163,-0.56724,0.0993349,-0.206819,-0.995543,0.0670163,-0.426374,-0.417216,-0.259465,-0.0978135,0.176984 +-5934.21,0.996146,0.394006,3,-0.267404,0.0234053,-2.88504,-2.29464,-2.24849,-2.53904,-2.05673,-2.0254,-1.80378,-2.1201,-1.94652,-2.22784,-2.2532,-1.32998,-3.11114,-2.92157,-1.31651,-1.32233,-2.14551,-3.47141,-3.60278,-1.70426,-2.16962,-2.67395,-0.183592,-0.214178,-0.270725,-0.178016,-0.372381,-0.243125,-0.187456,-0.0551297,-0.442952,-0.413684,-0.1172,-0.282296,-0.271008,0.027765,-0.0769604,-0.393293,-0.408454,0.432514,0.466268,-0.226306,-0.431688,-0.376463,-0.495884,0.152988 +-5933.91,0.991088,0.394006,2,-0.18356,0.0526284,-2.41421,-2.60087,-2.12637,-2.45714,-2.10765,-2.44841,-1.6679,-2.41337,-1.98724,-2.19808,-2.42191,-1.48303,-2.85384,-2.95938,-1.50565,-1.24436,-1.96068,-3.29438,-3.42597,-1.83077,-2.1694,-2.7227,-0.128176,-0.341648,-0.130085,-0.275482,-0.312261,-0.166337,-0.342809,0.112035,-0.541792,-0.446707,-0.150214,-0.207972,-0.385956,0.334063,-0.247916,-0.231415,-0.321537,0.569543,0.313014,-0.176285,-0.333624,-0.556344,-0.222563,0.229409 +-5937.3,0.861327,0.394006,2,-0.218408,0.0370762,-2.20022,-2.21311,-2.4174,-2.32991,-2.45236,-2.15196,-1.71396,-2.51095,-1.56018,-2.09674,-2.3733,-1.55466,-2.9872,-2.75434,-1.31383,-1.53334,-1.78032,-3.70484,-4.15475,-1.583,-2.21377,-2.89909,-0.107319,-0.126314,-0.280457,-0.213969,-0.127211,-0.164273,-0.599083,0.314691,-0.364831,-0.332014,-0.180462,0.145751,-0.294422,-0.149079,-0.484243,-0.0482561,-0.55141,0.277886,0.299254,-0.152208,-0.203486,-0.40403,-0.220654,0.192552 +-5932.82,0.995147,0.394006,2,-0.122634,0.0423482,-3.05873,-2.12775,-2.07523,-2.48165,-2.49727,-2.06569,-1.63443,-2.20801,-2.05639,-2.21631,-2.18657,-1.65176,-2.97681,-2.81301,-1.29009,-1.70963,-1.65825,-3.21036,-3.28469,-1.29566,-2.00102,-2.94956,-0.406804,-0.23859,-0.293871,-0.215779,0.0830494,-0.221344,-0.351676,-0.0238843,-0.438961,-0.501076,-0.260982,-0.142717,-0.141206,0.208069,-0.325246,-0.0319272,-0.243567,0.47526,0.389889,-0.184243,-0.503985,-0.351518,-0.371475,0.205787 +-5933.66,0.937339,0.394006,2,-0.214213,0.0364972,-3.03935,-2.31349,-2.40086,-2.4995,-2.70657,-1.9568,-1.71348,-2.11533,-1.82377,-2.12706,-2.32115,-1.49764,-3.44645,-2.76929,-1.16112,-1.67798,-1.7682,-3.3596,-3.75831,-1.56789,-2.05553,-3.05615,-0.215266,-0.159653,-0.238786,-0.243281,0.216639,-0.15418,-0.366354,0.0679871,-0.250528,-0.277924,-0.263501,0.138598,-0.235946,-0.0916883,-0.18161,-0.0083876,-0.304774,0.380665,0.360933,-0.325741,-0.584771,-0.368909,-0.0509534,0.191042 +-5924.98,0.99252,0.394006,3,-0.370478,0.00792516,-2.63078,-2.22871,-1.79069,-2.38772,-2.17465,-2.3522,-1.62661,-1.90606,-1.98031,-2.25735,-2.32653,-1.49089,-2.92811,-3.02323,-1.35941,-1.29695,-2.3459,-2.64679,-3.07768,-1.37879,-2.25286,-2.92402,-0.26233,-0.430393,-0.411426,-0.326696,-0.366558,-0.236644,-0.566985,-0.193219,-0.369394,-0.147744,-0.192502,-0.344343,-0.476388,0.241767,-0.170968,-0.300522,-0.159674,-0.441187,-0.492504,-0.192581,-0.248602,-0.413971,-0.332414,0.0890234 +-5924.36,0.809371,0.394006,2,-0.275069,0.0171079,-2.07638,-2.11037,-2.19233,-2.36094,-2.63085,-2.44839,-1.73369,-2.13307,-2.0277,-2.28147,-2.27887,-1.57087,-3.14268,-2.89168,-1.30608,-1.40525,-1.84689,-3.11472,-4.35479,-1.57908,-2.02209,-2.9047,-0.354976,-0.245753,-0.148148,-0.271193,-0.135977,-0.315933,-0.234619,-0.412148,-0.174372,-0.384545,-0.343163,-0.041679,-0.10546,0.173139,-0.430303,-0.439368,-0.267761,-0.0599816,0.0536257,-0.346459,-0.494098,-0.420456,-0.611766,0.130797 +-5928.53,0.842104,0.394006,2,-0.249236,0.0298762,-2.11768,-2.38789,-1.87688,-2.59587,-2.29902,-2.62119,-1.72584,-2.25725,-2.04477,-2.20473,-2.3493,-1.58009,-2.72344,-2.99963,-1.38566,-1.4377,-1.78316,-2.49453,-3.55812,-1.48335,-1.88737,-3.03368,-0.362129,-0.301435,-0.335349,-0.157714,-0.0221777,-0.318792,-0.354621,-0.188051,-0.197571,-0.224953,-0.466141,-0.0414434,-0.483236,0.208466,-0.250714,-0.0817955,-0.0994601,-0.277924,0.100681,-0.3548,-0.514558,-0.51955,-0.38826,0.172847 +-5914.93,0.979166,0.394006,2,-0.242417,0.0143321,-2.32889,-2.02812,-2.07149,-2.42347,-2.35871,-2.32736,-1.75294,-2.10264,-1.84089,-2.2557,-2.25042,-1.50683,-2.58459,-2.7943,-1.40397,-1.5959,-2.04617,-3.09828,-3.52991,-1.53364,-2.15403,-2.99756,-0.161675,-0.290932,-0.468388,-0.213575,-0.335314,-0.1027,-0.32149,-0.137192,-0.381863,-0.321296,-0.353699,-0.162279,-0.437618,-0.112542,-0.263512,-0.121193,-0.314731,-0.148312,-0.167368,-0.0869163,-0.336439,-0.055273,-0.592007,0.119717 +-5914.93,0.359262,0.394006,2,-0.242417,0.0143321,-2.32889,-2.02812,-2.07149,-2.42347,-2.35871,-2.32736,-1.75294,-2.10264,-1.84089,-2.2557,-2.25042,-1.50683,-2.58459,-2.7943,-1.40397,-1.5959,-2.04617,-3.09828,-3.52991,-1.53364,-2.15403,-2.99756,-0.161675,-0.290932,-0.468388,-0.213575,-0.335314,-0.1027,-0.32149,-0.137192,-0.381863,-0.321296,-0.353699,-0.162279,-0.437618,-0.112542,-0.263512,-0.121193,-0.314731,-0.148312,-0.167368,-0.0869163,-0.336439,-0.055273,-0.592007,0.119717 +-5925.29,0.604885,0.394006,2,-0.295338,0.0371766,-2.19708,-2.11686,-2.02835,-2.32309,-2.44837,-2.22691,-1.58859,-1.99011,-1.99287,-2.27114,-2.06866,-1.4676,-3.21156,-2.80246,-1.15336,-1.39557,-1.82536,-2.95556,-3.8622,-1.75233,-2.09271,-2.65527,-0.273684,-0.316692,-0.488067,-0.321466,0.00908302,-0.215722,-0.518496,-0.321252,-0.22418,-0.195001,-0.669696,-0.134041,-0.164187,0.21057,-0.380963,-0.419695,-0.182001,-0.310726,-0.264515,-0.261098,-0.442948,-0.629695,-0.648356,0.192812 +-5914.67,1,0.394006,2,-0.313193,0.0120793,-2.11196,-2.03915,-1.7363,-2.39679,-2.54072,-2.12181,-1.72556,-2.18954,-1.82784,-2.22895,-2.15193,-1.46221,-2.97003,-2.90196,-1.36603,-1.51142,-2.09681,-3.06012,-2.97254,-1.32092,-2.10371,-2.83826,-0.272047,-0.378934,-0.223939,-0.296712,-0.104161,-0.536979,-0.375036,-0.164297,-0.491172,-0.379536,-0.356935,-0.298592,-0.238243,-0.023882,-0.306222,-0.0116497,-0.320536,-0.204151,-0.314666,-0.20723,-0.318622,-0.51037,-0.153409,0.109906 +-5916.85,0.819737,0.394006,2,-0.40899,0.00802305,-2.33906,-2.17151,-2.30129,-2.27253,-2.26084,-2.51775,-1.65025,-1.97109,-1.85161,-2.17499,-2.4506,-1.57548,-3.07042,-2.56139,-1.24056,-1.3963,-1.91673,-2.68955,-3.78403,-1.55785,-2.00923,-2.79849,-0.382126,-0.360597,-0.446723,-0.380359,-0.378704,-0.14103,-0.458905,-0.328483,-0.309715,-0.395274,-0.236823,-0.109826,-0.400895,-0.340107,-0.351253,-0.541376,-0.20722,-0.341,-0.363152,-0.428547,-0.453794,-0.393702,-0.695313,0.0895715 +-5917.02,0.695924,0.394006,2,-0.277051,0.00780074,-2.28658,-2.20283,-2.09645,-2.42256,-2.396,-2.0876,-1.79056,-2.02358,-1.82993,-2.23468,-2.23541,-1.37321,-2.81134,-2.81072,-1.36992,-1.60583,-1.71606,-2.98522,-3.16226,-1.3051,-2.20295,-2.9708,-0.219552,-0.496703,-0.353538,-0.244912,-0.178649,-0.532619,-0.56332,-0.0903773,-0.440737,-0.285686,-0.298499,-0.315408,-0.329881,-0.0379637,-0.258841,-0.0214383,-0.326605,-0.154513,-0.302662,-0.284899,-0.297248,-0.368423,-0.085626,0.0883218 +-5926.2,0.735876,0.394006,2,-0.292222,0.0163691,-3.09324,-2.33101,-2.5296,-2.37278,-2.28225,-2.09409,-1.64707,-2.36125,-1.92077,-2.17438,-2.16166,-1.40919,-2.85333,-2.81671,-1.19552,-1.60049,-2.03376,-3.29159,-3.21455,-1.55879,-1.99724,-2.75392,0.0282656,-0.146077,-0.285651,-0.229012,-0.327492,-0.39712,-0.181823,-0.181699,-0.431076,-0.413876,-0.386716,-0.307177,-0.502206,0.109933,-0.389748,-0.262774,-0.241421,-0.424317,-0.283208,-0.149587,-0.415104,-0.31619,-0.734371,0.127942 +-5926.34,0.277237,0.394006,3,-0.322695,0.0251608,-1.67219,-1.89927,-1.63299,-2.34911,-2.40352,-2.46733,-1.53261,-2.05671,-2.20618,-2.27976,-2.33372,-1.57983,-3.11321,-2.67468,-1.35586,-1.31587,-1.88301,-3.41912,-3.4819,-1.28498,-2.11645,-2.93818,-0.538875,-0.308357,-0.400783,-0.256148,-0.250516,-0.27288,-0.448946,-0.518493,-0.248843,-0.240174,-0.107709,-0.126442,-0.238411,-0.148457,-0.228638,-0.342198,-0.260656,-0.305908,-0.437768,-0.405986,-0.133785,-0.192004,-0.314623,0.158622 +-5928.82,0.994912,0.394006,2,-0.187232,0.0144368,-3.09281,-2.62181,-2.31802,-2.51219,-2.46206,-1.68317,-1.81109,-2.04145,-1.97177,-2.24425,-2.36956,-1.55551,-2.82198,-2.92195,-1.41388,-1.52354,-2.25216,-2.52852,-3.25951,-1.67764,-2.34434,-3.39513,-0.0270437,-0.284803,-0.639014,-0.200092,-0.0577273,-0.280823,-0.355583,-0.066947,-0.211106,-0.292979,-0.249271,-0.210201,-0.360454,0.135792,-0.275574,-0.193063,-0.137031,-0.174322,-0.0815631,-0.287866,-0.353742,-0.239076,-0.436013,0.120153 +-5921.34,0.348111,0.394006,2,-0.308572,0.00984439,-2.07069,-1.74993,-1.85414,-2.26859,-2.23667,-2.75962,-1.67621,-2.01389,-1.91316,-2.24802,-2.23015,-1.42645,-3.13376,-2.43788,-1.38174,-1.41083,-1.68382,-3.47477,-3.50523,-1.3476,-1.95795,-2.75891,-0.318077,-0.282972,-0.145529,-0.430824,-0.246369,-0.304005,-0.382952,-0.156116,-0.5202,-0.222002,-0.262732,-0.265409,-0.132403,-0.287843,-0.346099,-0.294499,-0.202842,-0.142619,-0.139885,-0.324595,-0.564831,-0.315581,-0.370554,0.0992189 +-5921.34,0.540735,0.394006,2,-0.308572,0.00984439,-2.07069,-1.74993,-1.85414,-2.26859,-2.23667,-2.75962,-1.67621,-2.01389,-1.91316,-2.24802,-2.23015,-1.42645,-3.13376,-2.43788,-1.38174,-1.41083,-1.68382,-3.47477,-3.50523,-1.3476,-1.95795,-2.75891,-0.318077,-0.282972,-0.145529,-0.430824,-0.246369,-0.304005,-0.382952,-0.156116,-0.5202,-0.222002,-0.262732,-0.265409,-0.132403,-0.287843,-0.346099,-0.294499,-0.202842,-0.142619,-0.139885,-0.324595,-0.564831,-0.315581,-0.370554,0.0992189 +-5920.64,0.939851,0.394006,2,-0.269863,0.00825314,-2.54002,-1.85628,-1.95047,-2.15705,-2.34766,-2.40748,-1.79935,-2.06203,-1.71594,-2.32178,-2.31735,-1.38854,-2.99828,-2.46139,-1.18944,-1.36315,-1.87603,-3.06066,-3.48982,-1.28301,-1.91631,-2.91664,-0.223224,-0.475013,-0.16187,-0.456005,-0.377064,-0.270928,-0.272063,-0.310107,-0.446281,-0.282271,-0.286033,-0.223325,-0.146004,-0.259099,-0.204435,-0.177749,-0.322792,-0.360114,-0.386728,-0.29768,-0.561622,-0.393027,-0.326739,0.0908468 +-5923.5,0.404225,0.394006,2,-0.322623,0.00624172,-2.33736,-1.78462,-1.99112,-2.2409,-2.32356,-2.21265,-1.79317,-1.98066,-1.75876,-2.32186,-2.26641,-1.35422,-3.05816,-2.49034,-1.11732,-1.50704,-1.82946,-3.04867,-3.47793,-1.25988,-2.0023,-2.94801,-0.156287,-0.468653,-0.226871,-0.422588,-0.44405,-0.340519,-0.253398,-0.261738,-0.399762,-0.273379,-0.260031,-0.188201,-0.176245,-0.143331,-0.205238,-0.353435,-0.367904,-0.36127,-0.443265,-0.249636,-0.703494,-0.444721,-0.381385,0.0790046 +-5920.66,0.328294,0.394006,2,-0.414853,0.0118302,-2.48423,-2.21018,-1.97509,-2.42426,-2.5099,-2.47293,-1.56715,-1.9725,-2.00767,-2.19008,-2.1965,-1.56239,-2.75784,-3.05059,-1.42221,-1.41355,-1.912,-2.74383,-3.32915,-1.65574,-1.97217,-2.87085,-0.461543,-0.387281,-0.48356,-0.314851,-0.0553414,-0.349996,-0.657959,-0.3538,-0.406685,-0.43476,-0.413957,-0.302078,-0.557299,0.239637,-0.517622,-0.259829,-0.321827,-0.307202,-0.0813358,-0.443667,-0.351853,-0.329606,-0.375749,0.108767 +-5916.69,0.611725,0.394006,3,-0.183422,0.0102456,-3.14451,-2.16388,-2.37896,-2.40535,-2.39679,-2.50409,-1.87265,-2.18101,-2.1216,-2.2942,-2.43237,-1.45905,-3.08283,-2.71434,-1.69857,-1.40837,-2.0732,-2.68502,-3.18296,-1.48889,-2.17432,-2.90074,-0.206217,-0.100472,-0.252185,-0.197309,-0.320963,-0.205447,-0.276621,-0.165625,-0.177988,-0.262871,-0.0990161,-0.160882,-0.307411,0.0709762,-0.252088,-0.0214743,-0.181565,-0.102672,-0.116132,-0.175112,-0.0472523,-0.396223,0.0070224,0.101221 +-5915.58,0.867483,0.394006,2,-0.22564,0.0105503,-2.21107,-2.27784,-2.09628,-2.45569,-2.26176,-1.73419,-1.6323,-2.19496,-1.8917,-2.23062,-2.24295,-1.33505,-2.8948,-2.70621,-1.28035,-1.57948,-1.98894,-3.07574,-3.2935,-1.37634,-2.05948,-3.0512,-0.148128,-0.28141,-0.130968,-0.187055,-0.114841,-0.18954,-0.29798,-0.11698,-0.247831,-0.227898,-0.287666,-0.234321,-0.132964,-0.160222,0.0545058,-0.371166,-0.166467,-0.189706,-0.366443,-0.249387,-0.495218,-0.07039,-0.273268,0.102715 +-5917.04,0.808191,0.394006,3,-0.206791,0.00623941,-3.22529,-2.13911,-2.69158,-2.57528,-2.42756,-2.4621,-1.76772,-2.05232,-1.97584,-2.25478,-2.37253,-1.44984,-2.84184,-2.87814,-1.46729,-1.42717,-2.02474,-2.84895,-2.99411,-1.34679,-2.18516,-2.96272,-0.234955,-0.137817,-0.256863,0.0574967,-0.141185,-0.238019,-0.308151,-0.233619,-0.248583,-0.264205,-0.0914749,-0.315275,-0.40055,-0.00512047,-0.303385,-0.0847695,-0.195079,-0.190997,-0.424733,-0.279141,-0.153186,-0.367709,-0.200645,0.07899 +-5910.84,0.775442,0.394006,2,-0.296004,0.00541228,-2.07256,-2.37578,-1.94605,-2.28776,-2.32272,-2.27361,-1.66148,-2.13159,-1.8649,-2.20397,-2.22074,-1.43967,-2.97072,-2.47998,-1.16603,-1.49493,-2.26977,-2.78828,-3.95511,-1.6191,-2.1523,-3.04815,-0.344094,-0.244276,-0.231456,-0.455779,-0.305,-0.312759,-0.372491,-0.30255,-0.401525,-0.245909,-0.40493,-0.166826,-0.191977,-0.237259,-0.261519,-0.323235,-0.191936,-0.252422,-0.0550774,-0.261421,-0.271908,-0.272061,-0.356631,0.0735682 +-5910.84,0.0777681,0.394006,2,-0.296004,0.00541228,-2.07256,-2.37578,-1.94605,-2.28776,-2.32272,-2.27361,-1.66148,-2.13159,-1.8649,-2.20397,-2.22074,-1.43967,-2.97072,-2.47998,-1.16603,-1.49493,-2.26977,-2.78828,-3.95511,-1.6191,-2.1523,-3.04815,-0.344094,-0.244276,-0.231456,-0.455779,-0.305,-0.312759,-0.372491,-0.30255,-0.401525,-0.245909,-0.40493,-0.166826,-0.191977,-0.237259,-0.261519,-0.323235,-0.191936,-0.252422,-0.0550774,-0.261421,-0.271908,-0.272061,-0.356631,0.0735682 +-5904.38,7.62904e-06,0.394006,2,-0.290643,0.00356622,-2.00646,-2.36654,-2.00295,-2.26149,-2.29406,-2.47394,-1.67239,-2.10199,-1.90315,-2.19604,-2.18795,-1.38532,-2.99945,-2.54186,-1.21043,-1.4598,-2.22265,-2.82062,-3.85733,-1.6512,-2.1561,-2.98325,-0.324797,-0.311309,-0.329446,-0.426753,-0.309445,-0.286831,-0.40388,-0.25098,-0.392077,-0.255182,-0.382591,-0.208647,-0.225937,-0.279614,-0.29537,-0.27551,-0.235359,-0.272945,-0.00512073,-0.305904,-0.296382,-0.302567,-0.337169,0.0597179 +-5901.77,0.214376,0.394006,2,-0.265389,0.00391916,-2.17016,-2.3256,-2.10777,-2.33495,-2.46513,-2.53512,-1.59277,-2.03319,-1.81123,-2.2176,-2.18604,-1.45997,-3.07134,-2.51634,-1.24711,-1.47782,-2.04673,-2.96375,-3.69167,-1.67031,-2.11201,-2.85673,-0.180928,-0.27563,-0.265388,-0.341655,-0.170681,-0.296016,-0.339512,-0.249224,-0.423377,-0.341805,-0.271157,-0.153581,-0.23302,-0.267008,-0.223801,-0.325017,-0.282578,-0.294507,-0.205855,-0.210699,-0.361364,-0.272149,-0.251333,0.0626032 +-5904.86,0.415789,0.394006,3,-0.269293,0.00428021,-2.24508,-2.37513,-2.25468,-2.42636,-2.34483,-1.50776,-1.67191,-1.98022,-2.21873,-2.14915,-2.21378,-1.45119,-2.74824,-2.65847,-1.45928,-1.4296,-1.93661,-3.16097,-3.17628,-1.69007,-2.15048,-2.98162,-0.380196,-0.260691,-0.254944,-0.213662,-0.314011,-0.320466,-0.337308,-0.292625,-0.183777,-0.24045,-0.225067,-0.30805,-0.3143,-0.219053,-0.275143,-0.141854,-0.210217,-0.237073,-0.338047,-0.163367,-0.264925,-0.29901,-0.27366,0.0654233 +-5911.52,0.384094,0.394006,2,-0.263152,0.00205318,-2.11474,-2.27455,-1.92139,-2.53478,-2.38081,-1.40335,-1.74154,-2.15669,-2.16757,-2.24753,-2.2994,-1.48842,-2.45975,-2.61047,-1.30633,-1.60033,-1.96721,-3.06821,-3.46057,-1.68298,-2.26762,-2.87777,-0.231238,-0.309685,-0.251832,-0.211167,-0.152442,-0.215743,-0.243642,-0.380343,-0.194835,-0.180877,-0.218747,-0.247626,-0.388056,-0.244136,-0.232145,-0.393185,-0.210022,-0.257522,-0.258562,-0.301184,-0.267413,-0.233129,-0.244231,0.045312 +-5911.52,0.00139663,0.394006,2,-0.263152,0.00205318,-2.11474,-2.27455,-1.92139,-2.53478,-2.38081,-1.40335,-1.74154,-2.15669,-2.16757,-2.24753,-2.2994,-1.48842,-2.45975,-2.61047,-1.30633,-1.60033,-1.96721,-3.06821,-3.46057,-1.68298,-2.26762,-2.87777,-0.231238,-0.309685,-0.251832,-0.211167,-0.152442,-0.215743,-0.243642,-0.380343,-0.194835,-0.180877,-0.218747,-0.247626,-0.388056,-0.244136,-0.232145,-0.393185,-0.210022,-0.257522,-0.258562,-0.301184,-0.267413,-0.233129,-0.244231,0.045312 +-5911.52,1.76186e-05,0.394006,2,-0.263152,0.00205318,-2.11474,-2.27455,-1.92139,-2.53478,-2.38081,-1.40335,-1.74154,-2.15669,-2.16757,-2.24753,-2.2994,-1.48842,-2.45975,-2.61047,-1.30633,-1.60033,-1.96721,-3.06821,-3.46057,-1.68298,-2.26762,-2.87777,-0.231238,-0.309685,-0.251832,-0.211167,-0.152442,-0.215743,-0.243642,-0.380343,-0.194835,-0.180877,-0.218747,-0.247626,-0.388056,-0.244136,-0.232145,-0.393185,-0.210022,-0.257522,-0.258562,-0.301184,-0.267413,-0.233129,-0.244231,0.045312 +-5911.52,2.29253e-06,0.394006,2,-0.263152,0.00205318,-2.11474,-2.27455,-1.92139,-2.53478,-2.38081,-1.40335,-1.74154,-2.15669,-2.16757,-2.24753,-2.2994,-1.48842,-2.45975,-2.61047,-1.30633,-1.60033,-1.96721,-3.06821,-3.46057,-1.68298,-2.26762,-2.87777,-0.231238,-0.309685,-0.251832,-0.211167,-0.152442,-0.215743,-0.243642,-0.380343,-0.194835,-0.180877,-0.218747,-0.247626,-0.388056,-0.244136,-0.232145,-0.393185,-0.210022,-0.257522,-0.258562,-0.301184,-0.267413,-0.233129,-0.244231,0.045312 +-5910.88,3.90377e-11,0.394006,2,-0.259669,0.00251176,-2.41117,-2.22773,-1.95771,-2.48556,-2.3543,-1.37459,-1.7243,-2.1201,-2.15955,-2.27733,-2.31491,-1.52496,-2.48038,-2.61895,-1.36071,-1.51984,-1.88191,-3.05508,-3.29367,-1.60342,-2.26877,-2.94023,-0.262065,-0.207443,-0.271131,-0.205472,-0.100602,-0.254872,-0.261955,-0.282803,-0.276529,-0.19103,-0.157592,-0.281859,-0.374944,-0.274902,-0.210403,-0.301189,-0.28077,-0.305032,-0.381925,-0.303063,-0.352975,-0.3001,-0.425651,0.0501175 +-5906.28,0.0228853,0.394006,2,-0.274404,0.00154232,-2.27492,-2.13556,-1.93011,-2.45046,-2.36285,-1.78103,-1.74357,-2.18701,-2.17447,-2.26306,-2.38657,-1.50751,-2.48239,-2.49314,-1.44695,-1.49315,-1.94939,-2.98946,-3.43524,-1.61593,-2.28306,-2.90238,-0.317423,-0.217406,-0.226608,-0.207816,-0.159169,-0.253772,-0.340286,-0.262303,-0.297369,-0.160413,-0.262923,-0.303552,-0.248547,-0.245776,-0.227074,-0.30512,-0.279345,-0.368901,-0.245776,-0.286887,-0.24879,-0.257957,-0.419047,0.0392724 +-5906.28,1.6798e-05,0.394006,2,-0.274404,0.00154232,-2.27492,-2.13556,-1.93011,-2.45046,-2.36285,-1.78103,-1.74357,-2.18701,-2.17447,-2.26306,-2.38657,-1.50751,-2.48239,-2.49314,-1.44695,-1.49315,-1.94939,-2.98946,-3.43524,-1.61593,-2.28306,-2.90238,-0.317423,-0.217406,-0.226608,-0.207816,-0.159169,-0.253772,-0.340286,-0.262303,-0.297369,-0.160413,-0.262923,-0.303552,-0.248547,-0.245776,-0.227074,-0.30512,-0.279345,-0.368901,-0.245776,-0.286887,-0.24879,-0.257957,-0.419047,0.0392724 +-5906.28,1.84188e-39,0.394006,2,-0.274404,0.00154232,-2.27492,-2.13556,-1.93011,-2.45046,-2.36285,-1.78103,-1.74357,-2.18701,-2.17447,-2.26306,-2.38657,-1.50751,-2.48239,-2.49314,-1.44695,-1.49315,-1.94939,-2.98946,-3.43524,-1.61593,-2.28306,-2.90238,-0.317423,-0.217406,-0.226608,-0.207816,-0.159169,-0.253772,-0.340286,-0.262303,-0.297369,-0.160413,-0.262923,-0.303552,-0.248547,-0.245776,-0.227074,-0.30512,-0.279345,-0.368901,-0.245776,-0.286887,-0.24879,-0.257957,-0.419047,0.0392724 +-5903.06,2.19414e-50,0.394006,2,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,5.62613e-18,0.394006,2,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,6.66356e-77,0.394006,2,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,1.06194e-09,0.394006,2,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,8.60571e-35,0.394006,4,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,6.21505e-46,0.394006,2,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,5.43699e-11,0.394006,2,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,1.54812e-12,0.394006,2,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,7.08852e-23,0.394006,3,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,0.138162,0.394006,3,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,1.71508e-54,0.394006,3,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,7.71272e-09,0.394006,2,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,2.55249e-07,0.394006,3,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,1.17301e-40,0.394006,2,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,6.91729e-46,0.394006,2,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,2.03008e-15,0.394006,2,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,1.78693e-53,0.394006,3,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,6.01361e-39,0.394006,2,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,1.48756e-31,0.394006,2,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,3.28795e-08,0.394006,3,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,2.81808e-33,0.394006,2,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,0.000331363,0.394006,2,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,2.73548e-40,0.394006,2,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,5.83637e-09,0.394006,2,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,2.69154e-48,0.394006,3,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,3.63802e-11,0.394006,2,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,1.48623e-12,0.394006,2,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,7.95339e-15,0.394006,3,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,3.74778e-22,0.394006,2,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,8.18985e-24,0.394006,3,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,1.5763e-08,0.394006,2,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,0.0420236,0.394006,2,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,0.00130645,0.394006,3,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,3.55234e-20,0.394006,2,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,1.19499e-35,0.394006,3,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,9.54063e-22,0.394006,2,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,1.73141e-12,0.394006,2,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,0.00114862,0.394006,2,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,2.68998e-12,0.394006,2,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,4.2141e-08,0.394006,4,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,1.43274e-08,0.394006,3,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,9.65649e-09,0.394006,2,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,5.70464e-38,0.394006,4,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,2.76057e-29,0.394006,2,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,4.39387e-61,0.394006,2,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,0.000203889,0.394006,2,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,4.86444e-13,0.394006,3,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,3.62444e-15,0.394006,2,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,2.44162e-20,0.394006,2,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,1.51801e-87,0.394006,2,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,1.52719e-40,0.394006,3,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,2.7714e-11,0.394006,2,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,8.87636e-05,0.394006,2,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,2.64714e-18,0.394006,2,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,4.43341e-06,0.394006,2,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5903.06,2.1387e-13,0.394006,2,-0.265773,0.00104099,-2.51585,-2.0807,-1.88935,-2.45231,-2.44891,-1.92403,-1.78682,-2.15825,-2.15151,-2.28669,-2.42456,-1.53793,-2.57421,-2.50752,-1.44552,-1.51178,-2.01154,-3.0008,-3.57132,-1.66447,-2.24474,-2.8605,-0.215384,-0.289755,-0.300896,-0.244963,-0.149777,-0.23692,-0.362304,-0.1915,-0.300265,-0.148431,-0.267192,-0.270948,-0.240905,-0.250896,-0.290384,-0.282562,-0.276571,-0.293298,-0.334982,-0.312376,-0.275882,-0.269907,-0.341745,0.0322644 +-5898.68,5.41484e-47,0.394006,2,-0.220024,0.00310801,-2.30084,-2.26508,-1.5901,-2.4597,-2.3319,-1.99288,-1.73142,-2.14733,-2.18453,-2.298,-2.30604,-1.49679,-2.97754,-2.65905,-1.57177,-1.50305,-1.97783,-2.90083,-4.124,-1.55061,-2.28566,-2.82426,-0.282415,-0.272498,-0.227797,-0.228251,-0.285912,-0.255332,-0.327245,-0.218208,-0.205229,-0.317301,-0.204801,-0.218526,-0.305383,-0.229024,-0.237982,-0.223583,-0.213952,-0.228161,-0.175039,-0.114573,-0.252846,-0.257982,-0.196384,0.0557495 +-5898.68,0.0244545,0.394006,2,-0.220024,0.00310801,-2.30084,-2.26508,-1.5901,-2.4597,-2.3319,-1.99288,-1.73142,-2.14733,-2.18453,-2.298,-2.30604,-1.49679,-2.97754,-2.65905,-1.57177,-1.50305,-1.97783,-2.90083,-4.124,-1.55061,-2.28566,-2.82426,-0.282415,-0.272498,-0.227797,-0.228251,-0.285912,-0.255332,-0.327245,-0.218208,-0.205229,-0.317301,-0.204801,-0.218526,-0.305383,-0.229024,-0.237982,-0.223583,-0.213952,-0.228161,-0.175039,-0.114573,-0.252846,-0.257982,-0.196384,0.0557495 +-5898.68,3.97126e-06,0.394006,3,-0.220024,0.00310801,-2.30084,-2.26508,-1.5901,-2.4597,-2.3319,-1.99288,-1.73142,-2.14733,-2.18453,-2.298,-2.30604,-1.49679,-2.97754,-2.65905,-1.57177,-1.50305,-1.97783,-2.90083,-4.124,-1.55061,-2.28566,-2.82426,-0.282415,-0.272498,-0.227797,-0.228251,-0.285912,-0.255332,-0.327245,-0.218208,-0.205229,-0.317301,-0.204801,-0.218526,-0.305383,-0.229024,-0.237982,-0.223583,-0.213952,-0.228161,-0.175039,-0.114573,-0.252846,-0.257982,-0.196384,0.0557495 +-5896.81,0.00130588,0.394006,1,-0.244321,0.00388749,-2.13389,-2.13634,-1.65856,-2.44128,-2.40117,-2.15839,-1.72083,-2.26803,-2.22805,-2.31328,-2.30666,-1.46302,-3.17629,-2.61554,-1.49897,-1.50096,-2.01416,-3.03994,-3.89308,-1.44485,-2.24227,-2.87913,-0.245235,-0.257998,-0.253814,-0.199973,-0.235199,-0.27976,-0.284208,-0.14383,-0.245071,-0.268159,-0.219487,-0.176392,-0.182027,-0.112038,-0.235484,-0.217482,-0.210388,-0.21513,-0.227924,-0.22554,-0.214222,-0.320194,-0.259124,0.0623497 +-5896.81,3.85445e-09,0.394006,2,-0.244321,0.00388749,-2.13389,-2.13634,-1.65856,-2.44128,-2.40117,-2.15839,-1.72083,-2.26803,-2.22805,-2.31328,-2.30666,-1.46302,-3.17629,-2.61554,-1.49897,-1.50096,-2.01416,-3.03994,-3.89308,-1.44485,-2.24227,-2.87913,-0.245235,-0.257998,-0.253814,-0.199973,-0.235199,-0.27976,-0.284208,-0.14383,-0.245071,-0.268159,-0.219487,-0.176392,-0.182027,-0.112038,-0.235484,-0.217482,-0.210388,-0.21513,-0.227924,-0.22554,-0.214222,-0.320194,-0.259124,0.0623497 +-5896.81,1.37455e-10,0.394006,2,-0.244321,0.00388749,-2.13389,-2.13634,-1.65856,-2.44128,-2.40117,-2.15839,-1.72083,-2.26803,-2.22805,-2.31328,-2.30666,-1.46302,-3.17629,-2.61554,-1.49897,-1.50096,-2.01416,-3.03994,-3.89308,-1.44485,-2.24227,-2.87913,-0.245235,-0.257998,-0.253814,-0.199973,-0.235199,-0.27976,-0.284208,-0.14383,-0.245071,-0.268159,-0.219487,-0.176392,-0.182027,-0.112038,-0.235484,-0.217482,-0.210388,-0.21513,-0.227924,-0.22554,-0.214222,-0.320194,-0.259124,0.0623497 +-5896.81,1.59179e-25,0.394006,3,-0.244321,0.00388749,-2.13389,-2.13634,-1.65856,-2.44128,-2.40117,-2.15839,-1.72083,-2.26803,-2.22805,-2.31328,-2.30666,-1.46302,-3.17629,-2.61554,-1.49897,-1.50096,-2.01416,-3.03994,-3.89308,-1.44485,-2.24227,-2.87913,-0.245235,-0.257998,-0.253814,-0.199973,-0.235199,-0.27976,-0.284208,-0.14383,-0.245071,-0.268159,-0.219487,-0.176392,-0.182027,-0.112038,-0.235484,-0.217482,-0.210388,-0.21513,-0.227924,-0.22554,-0.214222,-0.320194,-0.259124,0.0623497 +-5896.81,9.36536e-05,0.394006,3,-0.244321,0.00388749,-2.13389,-2.13634,-1.65856,-2.44128,-2.40117,-2.15839,-1.72083,-2.26803,-2.22805,-2.31328,-2.30666,-1.46302,-3.17629,-2.61554,-1.49897,-1.50096,-2.01416,-3.03994,-3.89308,-1.44485,-2.24227,-2.87913,-0.245235,-0.257998,-0.253814,-0.199973,-0.235199,-0.27976,-0.284208,-0.14383,-0.245071,-0.268159,-0.219487,-0.176392,-0.182027,-0.112038,-0.235484,-0.217482,-0.210388,-0.21513,-0.227924,-0.22554,-0.214222,-0.320194,-0.259124,0.0623497 +-5910.52,0.234384,0.394006,2,-0.172963,0.00479429,-2.29523,-2.39647,-2.79427,-2.26632,-2.63302,-2.04969,-1.65991,-2.13904,-2.10057,-2.20207,-2.41443,-1.49487,-2.66663,-2.79524,-1.10019,-1.57446,-2.27071,-3.01114,-3.90917,-1.45515,-2.05926,-2.79167,-0.204598,-0.123758,-0.146882,-0.318096,-0.0166672,-0.144559,-0.409526,-0.184374,-0.113254,-0.266454,-0.165565,-0.134338,-0.174159,-0.105139,-0.16585,-0.179566,-0.181508,-0.161259,-0.048579,-0.160736,-0.317006,-0.170691,-0.225671,0.0692408 +-5910.52,0.329392,0.394006,2,-0.172963,0.00479429,-2.29523,-2.39647,-2.79427,-2.26632,-2.63302,-2.04969,-1.65991,-2.13904,-2.10057,-2.20207,-2.41443,-1.49487,-2.66663,-2.79524,-1.10019,-1.57446,-2.27071,-3.01114,-3.90917,-1.45515,-2.05926,-2.79167,-0.204598,-0.123758,-0.146882,-0.318096,-0.0166672,-0.144559,-0.409526,-0.184374,-0.113254,-0.266454,-0.165565,-0.134338,-0.174159,-0.105139,-0.16585,-0.179566,-0.181508,-0.161259,-0.048579,-0.160736,-0.317006,-0.170691,-0.225671,0.0692408 +-5910.52,0.0591848,0.394006,2,-0.172963,0.00479429,-2.29523,-2.39647,-2.79427,-2.26632,-2.63302,-2.04969,-1.65991,-2.13904,-2.10057,-2.20207,-2.41443,-1.49487,-2.66663,-2.79524,-1.10019,-1.57446,-2.27071,-3.01114,-3.90917,-1.45515,-2.05926,-2.79167,-0.204598,-0.123758,-0.146882,-0.318096,-0.0166672,-0.144559,-0.409526,-0.184374,-0.113254,-0.266454,-0.165565,-0.134338,-0.174159,-0.105139,-0.16585,-0.179566,-0.181508,-0.161259,-0.048579,-0.160736,-0.317006,-0.170691,-0.225671,0.0692408 +-5910.52,0.00670315,0.394006,2,-0.172963,0.00479429,-2.29523,-2.39647,-2.79427,-2.26632,-2.63302,-2.04969,-1.65991,-2.13904,-2.10057,-2.20207,-2.41443,-1.49487,-2.66663,-2.79524,-1.10019,-1.57446,-2.27071,-3.01114,-3.90917,-1.45515,-2.05926,-2.79167,-0.204598,-0.123758,-0.146882,-0.318096,-0.0166672,-0.144559,-0.409526,-0.184374,-0.113254,-0.266454,-0.165565,-0.134338,-0.174159,-0.105139,-0.16585,-0.179566,-0.181508,-0.161259,-0.048579,-0.160736,-0.317006,-0.170691,-0.225671,0.0692408 +-5913.3,0.000259774,0.394006,2,-0.215964,0.0022759,-2.09863,-2.57499,-2.30398,-2.42434,-2.52486,-1.75617,-1.55711,-2.08458,-2.22411,-2.30452,-2.28256,-1.67412,-2.99564,-2.72927,-1.57381,-1.43345,-2.15184,-2.72254,-3.79038,-1.5447,-2.40635,-3.30155,-0.28378,-0.169035,-0.277803,-0.148815,-0.299081,-0.234987,-0.46145,-0.151933,-0.290135,-0.199838,-0.208309,-0.224705,-0.315244,-0.159098,-0.277221,-0.170115,-0.169059,-0.258556,-0.258939,-0.210197,-0.112614,-0.24282,-0.229831,0.0477064 +-5913.3,0.00822653,0.394006,2,-0.215964,0.0022759,-2.09863,-2.57499,-2.30398,-2.42434,-2.52486,-1.75617,-1.55711,-2.08458,-2.22411,-2.30452,-2.28256,-1.67412,-2.99564,-2.72927,-1.57381,-1.43345,-2.15184,-2.72254,-3.79038,-1.5447,-2.40635,-3.30155,-0.28378,-0.169035,-0.277803,-0.148815,-0.299081,-0.234987,-0.46145,-0.151933,-0.290135,-0.199838,-0.208309,-0.224705,-0.315244,-0.159098,-0.277221,-0.170115,-0.169059,-0.258556,-0.258939,-0.210197,-0.112614,-0.24282,-0.229831,0.0477064 +-5913.3,0.00435419,0.394006,2,-0.215964,0.0022759,-2.09863,-2.57499,-2.30398,-2.42434,-2.52486,-1.75617,-1.55711,-2.08458,-2.22411,-2.30452,-2.28256,-1.67412,-2.99564,-2.72927,-1.57381,-1.43345,-2.15184,-2.72254,-3.79038,-1.5447,-2.40635,-3.30155,-0.28378,-0.169035,-0.277803,-0.148815,-0.299081,-0.234987,-0.46145,-0.151933,-0.290135,-0.199838,-0.208309,-0.224705,-0.315244,-0.159098,-0.277221,-0.170115,-0.169059,-0.258556,-0.258939,-0.210197,-0.112614,-0.24282,-0.229831,0.0477064 +-5915.48,0.055968,0.394006,2,-0.216672,0.00198844,-2.17552,-2.56979,-1.99833,-2.40411,-2.47443,-1.48329,-1.58756,-2.11785,-2.34401,-2.32356,-2.22404,-1.69518,-3.1594,-2.75023,-1.52161,-1.4735,-2.15796,-2.79514,-3.67118,-1.58849,-2.44063,-3.26996,-0.208845,-0.273751,-0.207092,-0.205703,-0.226302,-0.318483,-0.506854,-0.129141,-0.333742,-0.21251,-0.286396,-0.14519,-0.297434,-0.157066,-0.258842,-0.229567,-0.147165,-0.158896,-0.277522,-0.182043,-0.174636,-0.174634,-0.196174,0.0445919 +-5916.97,0.24856,0.394006,2,-0.21442,0.00678294,-2.29027,-2.31994,-2.13677,-2.37565,-2.59427,-1.81473,-1.60319,-2.08227,-2.28578,-2.3481,-2.36937,-1.62889,-3.21565,-2.80079,-1.3368,-1.36346,-2.22895,-2.677,-3.48725,-1.45147,-2.43576,-3.11394,-0.263239,-0.212657,-0.171802,-0.206668,-0.126425,-0.232266,-0.656771,-0.285913,-0.0305702,-0.258548,-0.155213,-0.199838,-0.217627,0.00041662,-0.0357454,-0.141065,-0.211049,-0.209383,-0.247761,-0.0743365,-0.191736,-0.252173,-0.138866,0.0823586 +-5913.57,0.682888,0.394006,2,-0.162142,0.00618713,-2.7228,-2.19669,-1.98622,-2.46271,-2.31191,-2.597,-1.42906,-2.17529,-2.09652,-2.29281,-2.3883,-1.51385,-2.72469,-2.71015,-1.68186,-1.68021,-1.83338,-3.28603,-3.00253,-1.69718,-1.94868,-2.87596,-0.134881,-0.208022,-0.120976,-0.202952,-0.179399,-0.177265,-0.693244,-0.11958,-0.16169,-0.133747,-0.164985,-0.131634,-0.277318,0.00632206,-0.200236,-0.184562,-0.131735,-0.154137,-0.0617247,-0.194538,-0.284968,-0.199023,-0.215944,0.0786583 +-5907.64,0.526056,0.394006,2,-0.178079,0.00400123,-2.24007,-2.32515,-1.93236,-2.36273,-2.44846,-2.09627,-1.8185,-2.17238,-1.85886,-2.31574,-2.1718,-1.51285,-3.12626,-2.93103,-1.2425,-1.46416,-2.1862,-2.99731,-3.49883,-1.75415,-2.01555,-3.07052,-0.167952,-0.1402,-0.28883,-0.175963,-0.183503,-0.250297,-0.0934273,-0.202895,-0.217906,-0.254621,-0.237176,-0.110576,-0.166634,-0.128788,-0.117578,-0.130177,-0.194299,-0.103217,-0.267743,-0.107806,-0.243975,-0.225622,-0.0679239,0.0632553 +-5917.21,0.306527,0.394006,2,-0.215642,0.00264805,-2.20545,-1.92946,-1.70339,-2.58093,-2.41396,-2.11735,-1.76742,-2.20262,-1.86782,-2.16642,-2.03979,-1.42133,-3.32986,-2.86582,-1.23716,-1.75232,-2.30663,-2.8969,-3.15963,-1.49191,-2.32019,-3.06519,-0.228087,-0.283063,-0.127425,-0.174488,-0.157176,-0.16281,-0.325699,-0.0124634,-0.221263,-0.193974,-0.254256,-0.254282,-0.207046,-0.112839,-0.280905,-0.22643,-0.0114861,-0.214985,-0.140532,-0.266603,-0.173267,-0.169788,-0.29499,0.0514592 +-5917.21,8.62022e-06,0.394006,3,-0.215642,0.00264805,-2.20545,-1.92946,-1.70339,-2.58093,-2.41396,-2.11735,-1.76742,-2.20262,-1.86782,-2.16642,-2.03979,-1.42133,-3.32986,-2.86582,-1.23716,-1.75232,-2.30663,-2.8969,-3.15963,-1.49191,-2.32019,-3.06519,-0.228087,-0.283063,-0.127425,-0.174488,-0.157176,-0.16281,-0.325699,-0.0124634,-0.221263,-0.193974,-0.254256,-0.254282,-0.207046,-0.112839,-0.280905,-0.22643,-0.0114861,-0.214985,-0.140532,-0.266603,-0.173267,-0.169788,-0.29499,0.0514592 +-5912.51,0.760813,0.394006,2,-0.209945,0.00384743,-2.69866,-1.97892,-1.94442,-2.54207,-2.18641,-1.81453,-1.75108,-2.18563,-1.74646,-2.23523,-2.14211,-1.45673,-2.93092,-2.85563,-1.2939,-1.70609,-2.08202,-3.0724,-3.22838,-1.65991,-2.32964,-2.81015,-0.153738,-0.137431,-0.302753,-0.167491,-0.232993,-0.241467,-0.193618,-0.274136,-0.264546,-0.26776,-0.248586,-0.170067,-0.184309,-0.119429,-0.150201,-0.0944711,-0.184858,-0.126123,-0.247664,0.0786617,-0.210195,-0.270998,-0.0815539,0.0620277 +-5912.51,0.00349283,0.394006,2,-0.209945,0.00384743,-2.69866,-1.97892,-1.94442,-2.54207,-2.18641,-1.81453,-1.75108,-2.18563,-1.74646,-2.23523,-2.14211,-1.45673,-2.93092,-2.85563,-1.2939,-1.70609,-2.08202,-3.0724,-3.22838,-1.65991,-2.32964,-2.81015,-0.153738,-0.137431,-0.302753,-0.167491,-0.232993,-0.241467,-0.193618,-0.274136,-0.264546,-0.26776,-0.248586,-0.170067,-0.184309,-0.119429,-0.150201,-0.0944711,-0.184858,-0.126123,-0.247664,0.0786617,-0.210195,-0.270998,-0.0815539,0.0620277 +-5912.51,0.0609631,0.394006,3,-0.209945,0.00384743,-2.69866,-1.97892,-1.94442,-2.54207,-2.18641,-1.81453,-1.75108,-2.18563,-1.74646,-2.23523,-2.14211,-1.45673,-2.93092,-2.85563,-1.2939,-1.70609,-2.08202,-3.0724,-3.22838,-1.65991,-2.32964,-2.81015,-0.153738,-0.137431,-0.302753,-0.167491,-0.232993,-0.241467,-0.193618,-0.274136,-0.264546,-0.26776,-0.248586,-0.170067,-0.184309,-0.119429,-0.150201,-0.0944711,-0.184858,-0.126123,-0.247664,0.0786617,-0.210195,-0.270998,-0.0815539,0.0620277 +-5914.02,0.175565,0.394006,2,-0.188131,0.00659658,-2.00156,-2.52316,-2.60935,-2.35198,-2.6488,-2.62048,-1.67692,-2.20723,-2.13049,-2.16242,-2.38037,-1.42183,-2.89254,-2.63048,-1.58209,-1.44514,-1.96181,-2.72129,-3.54456,-1.51192,-2.07936,-3.19322,-0.119598,-0.17292,-0.0295335,-0.157296,-0.176978,-0.267617,-0.453807,0.0131494,-0.184988,-0.317453,-0.251364,-0.115215,-0.279108,-0.150317,-0.229869,-0.214648,-0.0968782,-0.176245,-0.135955,-0.352221,-0.267187,-0.277969,-0.209144,0.0812193 +-5912,0.59164,0.394006,2,-0.228928,0.00675893,-2.53623,-2.41956,-1.98385,-2.40938,-2.51622,-2.14418,-1.77414,-2.33716,-1.83083,-2.25817,-2.33329,-1.45159,-3.09932,-2.75834,-1.56057,-1.53074,-2.09137,-2.79751,-4.01893,-1.46556,-2.16915,-2.98268,-0.312513,-0.269917,-0.35299,-0.255972,-0.169203,-0.186349,-0.190231,0.0763607,-0.372302,-0.320924,-0.351228,-0.354259,-0.205878,-0.147295,-0.120029,-0.231962,-0.309322,-0.221911,-0.330616,-0.190648,-0.26514,-0.133721,-0.223093,0.0822127 +-5912,0.362452,0.394006,2,-0.228928,0.00675893,-2.53623,-2.41956,-1.98385,-2.40938,-2.51622,-2.14418,-1.77414,-2.33716,-1.83083,-2.25817,-2.33329,-1.45159,-3.09932,-2.75834,-1.56057,-1.53074,-2.09137,-2.79751,-4.01893,-1.46556,-2.16915,-2.98268,-0.312513,-0.269917,-0.35299,-0.255972,-0.169203,-0.186349,-0.190231,0.0763607,-0.372302,-0.320924,-0.351228,-0.354259,-0.205878,-0.147295,-0.120029,-0.231962,-0.309322,-0.221911,-0.330616,-0.190648,-0.26514,-0.133721,-0.223093,0.0822127 +-5914.9,0.502934,0.394006,2,-0.22425,0.00632759,-2.53317,-2.36694,-2.04313,-2.46716,-2.4511,-1.99692,-1.79834,-2.35155,-1.81839,-2.25318,-2.36166,-1.52256,-3.01787,-2.67321,-1.58694,-1.49672,-2.08057,-2.85677,-3.87735,-1.49016,-2.11878,-2.86226,-0.233775,-0.125508,-0.307209,-0.237553,-0.287495,-0.24231,-0.241028,0.124629,-0.397347,-0.381259,-0.303306,-0.383831,-0.151351,-0.118585,-0.238993,-0.215669,-0.205042,-0.141002,-0.20468,-0.176801,-0.351405,-0.0603027,-0.241619,0.0795462 +-5914.16,0.35305,0.394006,3,-0.189054,0.0034734,-2.727,-2.33626,-1.6648,-2.26997,-2.3339,-2.08288,-1.61818,-2.4006,-2.07936,-2.26368,-2.2336,-1.70759,-3.18917,-2.73173,-1.31618,-1.39906,-2.12143,-3.29682,-3.9511,-1.54363,-2.06202,-3.05073,-0.189143,-0.283998,-0.169812,-0.27589,-0.116513,-0.202922,-0.357137,-0.143749,-0.161271,-0.155589,-0.142543,0.0310196,-0.277603,-0.152398,-0.159811,-0.249778,-0.138028,-0.243686,-0.166983,-0.235259,-0.196555,-0.428794,-0.20769,0.0589355 +-5924.56,0.523018,0.394006,2,-0.212402,0.0189915,-2.33238,-2.25935,-1.62745,-2.4566,-2.40648,-2.20019,-1.76676,-2.17337,-1.97995,-2.29654,-2.28668,-1.5895,-3.21913,-2.68999,-1.20993,-1.73504,-1.69582,-2.80943,-4.33229,-1.40949,-1.97681,-2.97129,-0.219454,-0.15605,-0.423832,-0.189776,-0.313426,-0.199036,-0.460044,0.0891107,-0.250961,-0.318318,-0.396167,0.102587,-0.146796,-0.124908,-0.341183,-0.133733,-0.287202,-0.20111,-0.253609,-0.120871,-0.384641,-0.0397151,-0.217397,0.13781 +-5922.13,0.944711,0.394006,2,-0.198844,0.0196557,-2.98649,-2.11047,-1.75349,-2.36326,-2.31263,-2.72212,-1.71043,-2.25932,-2.133,-2.26273,-2.07723,-1.63701,-2.70161,-2.9266,-1.31718,-1.53804,-1.99932,-3.07483,-3.76362,-1.40974,-2.1212,-2.99607,-0.354019,-0.153756,-0.333365,-0.273398,-0.189285,-0.238659,-0.28333,-0.0652664,-0.140439,-0.24214,-0.466724,0.0210578,-0.110324,0.247438,-0.399303,-0.167056,-0.100587,-0.171884,0.139896,-0.381018,-0.143763,-0.424699,-0.16491,0.140199 +-5914.32,0.887328,0.394006,3,-0.280942,0.00612677,-2.46828,-2.14605,-2.40601,-2.43736,-2.45339,-1.99546,-1.66896,-1.9316,-1.7964,-2.21041,-2.52139,-1.33562,-3.05659,-2.52813,-1.42674,-1.39138,-1.90967,-3.02335,-3.01692,-1.52425,-2.0143,-2.9076,-0.344874,-0.280447,-0.0900339,-0.248946,-0.257222,-0.408017,-0.296654,-0.309179,-0.217822,-0.282152,-0.129227,-0.280752,-0.0739387,-0.16292,-0.259092,-0.258814,-0.210274,-0.201984,-0.467207,-0.176196,-0.148949,-0.321897,-0.227509,0.0782737 +-5912.93,0.453091,0.394006,2,-0.268603,0.00982669,-2.65612,-2.15429,-2.00757,-2.40585,-2.30103,-1.7581,-1.64789,-1.85851,-1.98086,-2.33665,-2.47184,-1.32109,-3.23641,-2.65217,-1.44882,-1.56177,-1.92531,-2.72474,-3.51426,-1.39027,-2.17889,-2.96237,-0.415831,-0.177011,-0.268197,-0.359525,-0.328027,-0.254472,-0.400662,-0.310619,-0.20474,-0.293657,-0.184131,-0.330757,-0.0927502,-0.1834,-0.222855,-0.219718,-0.261298,-0.36171,-0.368294,-0.203034,-0.41458,-0.260627,-0.392681,0.0991297 +-5909.82,0.708101,0.394006,2,-0.230078,0.00618124,-2.30399,-2.42252,-2.0986,-2.37798,-2.38772,-2.00668,-1.73937,-2.06821,-2.11194,-2.18154,-2.31666,-1.45085,-2.57847,-2.95821,-1.32319,-1.55818,-2.23717,-2.72714,-3.28169,-1.39605,-1.89313,-2.79318,-0.0930393,-0.344756,-0.262651,-0.211705,-0.165748,-0.368938,-0.27085,-0.256467,-0.273278,-0.25483,-0.219162,-0.228375,-0.25993,-0.0872413,-0.30404,-0.265831,-0.174762,-0.299235,-0.127359,-0.337018,-0.251595,-0.359333,-0.150211,0.0786209 +-5907.57,0.378854,0.394006,3,-0.307112,0.00439865,-2.22957,-2.06442,-1.951,-2.41892,-2.34091,-1.95213,-1.74808,-2.23911,-2.0275,-2.25473,-2.29518,-1.34937,-2.65139,-2.90614,-1.45046,-1.6287,-2.09904,-2.7349,-3.19587,-1.28848,-2.11403,-2.73612,-0.349014,-0.252444,-0.224449,-0.223248,-0.315867,-0.194761,-0.407099,-0.0844765,-0.298967,-0.3601,-0.273675,-0.259423,-0.271087,0.0752123,-0.292167,-0.368535,-0.23991,-0.318851,-0.294915,-0.325192,-0.467521,-0.313589,-0.347358,0.0663223 +-5907.62,0.391255,0.394006,2,-0.27548,0.0042136,-2.40383,-1.97836,-2.07229,-2.41651,-2.32069,-1.95344,-1.65839,-2.17567,-1.94374,-2.28316,-2.25159,-1.42459,-2.96954,-2.80309,-1.34374,-1.72327,-2.07145,-2.57247,-3.18346,-1.34572,-2.09671,-2.83935,-0.310274,-0.323312,-0.363049,-0.144314,-0.304505,-0.369487,-0.406535,-0.0961685,-0.290459,-0.251275,-0.259691,-0.189581,-0.264281,-0.287985,-0.172984,-0.401279,-0.275172,-0.254282,-0.332579,-0.305078,-0.431357,-0.259785,-0.215422,0.0649123 +-5914.17,0.377925,0.394006,2,-0.297759,0.00904835,-2.78884,-2.38404,-2.22756,-2.2945,-2.22639,-1.877,-1.81814,-2.12718,-1.96776,-2.32813,-2.31192,-1.54372,-3.19757,-2.69789,-1.37619,-1.45912,-2.1593,-2.87372,-3.84923,-1.5362,-2.1729,-2.89191,-0.0192311,-0.295002,-0.208573,-0.396151,-0.264597,-0.222854,-0.368774,-0.326445,-0.262259,-0.276248,-0.224494,-0.242895,-0.384669,0.0556175,-0.355186,-0.110135,-0.16294,-0.321456,-0.243312,-0.36482,-0.306003,-0.395879,-0.492235,0.0951228 +-5918.67,0.886314,0.394006,2,-0.291004,0.0143476,-2.87043,-2.20542,-2.3549,-2.36314,-2.23546,-2.01885,-1.8203,-2.00479,-1.89902,-2.28453,-2.3474,-1.48195,-3.17748,-2.50811,-1.47044,-1.31756,-2.13873,-2.81362,-3.70578,-1.55374,-2.18099,-3.01119,0.000738714,-0.225684,-0.233097,-0.261522,-0.266028,-0.151097,-0.29802,-0.339899,-0.386504,-0.292162,-0.185816,-0.352526,-0.30729,-0.171699,-0.273513,-0.236201,-0.197524,-0.393158,-0.280988,-0.548327,-0.221982,-0.285267,-0.534445,0.119781 +-5921.54,0.82535,0.394006,2,-0.307226,0.0136273,-3.18655,-2.21208,-2.45704,-2.35721,-2.35474,-1.85893,-1.79147,-1.91751,-1.98358,-2.3175,-2.35469,-1.49312,-3.24863,-2.67772,-1.37365,-1.38275,-2.16005,-2.84101,-3.85949,-1.56341,-2.13032,-2.95726,-0.0955012,-0.222203,-0.348708,-0.237732,-0.323758,0.0196449,-0.258986,-0.340505,-0.389652,-0.330085,-0.282962,-0.270294,-0.36052,-0.137149,-0.383686,-0.184223,-0.20476,-0.408115,-0.339316,-0.47213,-0.224407,-0.287981,-0.562986,0.116736 +-5918.15,0.676147,0.394006,2,-0.205857,0.00572762,-1.76583,-2.01704,-2.37755,-2.44107,-2.23481,-2.16317,-1.70741,-1.98121,-1.73673,-2.22231,-2.29977,-1.36287,-2.70895,-2.84097,-1.15893,-1.24136,-1.80035,-3.47663,-3.76459,-1.36886,-2.22169,-3.0537,-0.00425133,-0.328244,-0.22849,-0.270798,-0.246064,-0.355036,-0.357957,-0.174538,-0.273203,-0.270005,-0.103691,-0.165859,-0.269079,0.0020357,-0.332361,-0.271646,-0.267689,-0.184906,-0.171612,-0.353685,-0.251933,-0.155588,-0.0255171,0.0756811 +-5917.19,0.342003,0.394006,2,-0.246688,0.00514916,-1.98771,-2.00059,-2.35298,-2.40336,-2.21866,-2.11534,-1.7052,-2.0311,-1.74176,-2.22292,-2.27801,-1.39627,-2.85362,-2.74522,-1.101,-1.15499,-1.68525,-3.34059,-3.80863,-1.33165,-2.29804,-2.98883,-0.100417,-0.306511,-0.320155,-0.266681,-0.269819,-0.267465,-0.341167,-0.188295,-0.285859,-0.270501,-0.134312,-0.157252,-0.353467,0.0523988,-0.402434,-0.203937,-0.323061,-0.241986,-0.149459,-0.300369,-0.251422,-0.157489,0.00154312,0.0717576 +-5914.6,0.877711,0.394006,2,-0.253224,0.00634331,-2.59555,-1.84668,-2.67961,-2.43273,-2.49448,-1.66939,-1.63626,-2.14723,-1.9395,-2.29923,-2.4428,-1.55791,-3.21505,-2.73362,-1.25313,-1.46212,-2.33799,-2.75397,-3.18684,-1.46914,-2.06836,-3.0584,-0.391935,-0.242263,-0.129515,-0.204723,-0.182405,-0.237859,-0.441024,-0.218622,-0.270038,-0.25664,-0.228157,-0.281078,-0.125743,-0.237798,-0.184556,-0.409301,-0.103708,-0.173668,-0.303526,-0.282935,-0.295033,-0.353371,-0.481978,0.0796449 +-5913.81,0.914269,0.394006,2,-0.283385,0.00638802,-2.00692,-2.64929,-1.86565,-2.3607,-2.30521,-2.68931,-1.7285,-2.02358,-2.10444,-2.20014,-2.22717,-1.34071,-2.8777,-2.62395,-1.35015,-1.45408,-1.55699,-3.16454,-3.72492,-1.45308,-2.24156,-2.92304,-0.392262,-0.327702,-0.198163,-0.191393,-0.35821,-0.28076,-0.295784,-0.262842,-0.305856,-0.334194,-0.276841,-0.363502,-0.389086,-0.265731,-0.26372,-0.200016,-0.222584,-0.225396,-0.361918,-0.151575,-0.327369,-0.369278,0.0376789,0.0799251 +-5915.42,0.307757,0.394006,2,-0.249742,0.00867205,-2.86566,-1.8746,-2.0737,-2.35585,-2.38403,-1.61432,-1.75418,-2.32159,-1.71765,-2.15129,-2.31293,-1.34856,-2.93661,-2.85182,-1.5849,-1.45028,-2.1738,-2.91595,-3.32335,-1.55464,-2.12549,-2.86051,-0.144185,-0.285702,-0.364016,-0.3859,-0.165352,-0.232225,-0.370098,-0.15111,-0.33511,-0.382029,-0.274231,-0.198924,-0.218722,0.0155197,-0.211106,-0.330835,-0.25023,-0.344965,-0.182871,-0.243638,-0.35613,-0.274992,-0.696925,0.0931238 +-5923.78,0.472785,0.394006,2,-0.29827,0.0264808,-2.62867,-2.32631,-2.13188,-2.34382,-2.29481,-2.40658,-1.6537,-2.05153,-2.04035,-2.18407,-2.39089,-1.53373,-2.84266,-2.87235,-1.20635,-1.63291,-1.63971,-2.95532,-3.71637,-1.2359,-2.08096,-3.05341,-0.196901,-0.260285,-0.194572,-0.242589,-0.295437,-0.603611,-0.395708,-0.0849073,-0.260623,-0.464743,-0.0799902,-0.251365,-0.472536,0.211746,-0.139738,-0.175839,-0.249075,-0.0190419,-0.601885,-0.412827,-0.360383,-0.314827,-0.336399,0.162729 +-5929.13,0.893912,0.394006,2,-0.341871,0.0244458,-1.73978,-1.96492,-2.21599,-2.54271,-2.29585,-1.80588,-1.66285,-2.0871,-1.77601,-2.24463,-2.12442,-1.35099,-2.76629,-2.71397,-1.35187,-1.33325,-1.86539,-2.72188,-2.57946,-1.31736,-1.99871,-2.75669,-0.394111,-0.634767,-0.300398,-0.128162,-0.257947,0.0466293,-0.482476,-0.404512,-0.336201,-0.21683,-0.486119,-0.205804,-0.540475,-0.209678,-0.454214,-0.290125,-0.470148,-0.368576,-0.544316,-0.349104,-0.756155,-0.595604,-0.253837,0.156351 +-5929.94,0.623049,0.394006,3,-0.236359,0.0223421,-2.70252,-1.94571,-2.08721,-2.25576,-2.43891,-1.61759,-1.65563,-2.21184,-2.0799,-2.07463,-2.42198,-1.42173,-2.93281,-2.81842,-1.65717,-1.44329,-2.06475,-3.47814,-3.62565,-1.44288,-2.36326,-2.90362,-0.373987,-0.0464204,-0.10336,-0.548977,-0.00120586,-0.308121,-0.418112,-0.120767,-0.136008,-0.414052,-0.110925,-0.0694417,-0.489344,0.0523683,-0.130586,-0.155086,-0.240926,0.102298,0.0456621,-0.139663,-0.350535,-0.313344,0.0724882,0.149473 +-5926.11,0.916256,0.394006,2,-0.135458,0.0261163,-2.89298,-2.05236,-2.20651,-2.19346,-2.33038,-2.25773,-1.6681,-2.02666,-2.045,-2.12648,-2.37386,-1.52346,-2.61632,-2.63175,-1.22392,-1.47997,-1.87954,-2.80041,-3.03268,-1.64366,-2.19811,-2.95377,-0.338539,-0.358004,0.00352695,-0.405563,-0.228556,-0.203886,-0.37786,-0.184208,-0.153567,-0.44639,-0.134994,-0.155733,-0.388421,-0.0630052,-0.190311,-0.459364,-0.320222,0.0489384,-0.1424,-0.156139,-0.310549,-0.258716,-0.366536,0.161605 +-5933.44,0.894095,0.394006,3,-0.349268,0.0330295,-3.15193,-1.70351,-2.49316,-2.53292,-2.51082,-2.7439,-1.73435,-2.18681,-2.00719,-2.18644,-2.36523,-1.6553,-2.9535,-3.04288,-1.3919,-1.50223,-2.04233,-3.4882,-3.77373,-1.3105,-2.03046,-2.91282,-0.166506,-0.645989,0.0776377,-0.257121,-0.129098,-0.38472,-0.371515,-0.197143,-0.111954,-0.382484,-0.206254,0.0741255,-0.493246,0.239727,-0.391266,0.0678759,-0.0969443,0.333802,-0.33584,-0.287578,-0.401643,-0.304451,-0.143496,0.18174 +-5935.91,0.940827,0.394006,3,-0.273701,0.0501819,-1.64046,-2.3153,-1.58747,-2.21283,-2.4705,-1.74076,-1.50975,-2.05858,-1.68636,-2.2509,-2.22083,-1.50502,-2.8139,-2.62346,-1.25267,-1.56387,-2.0373,-2.97852,-3.12578,-1.64278,-1.83344,-2.734,-0.425208,-0.816354,-0.946565,-0.418058,-0.33666,-0.217349,-0.656668,-0.295488,-0.768568,-0.286118,-0.441417,-0.327139,-0.450444,-0.0484372,-0.277789,-0.201643,-0.303308,-0.248266,-0.217717,-0.23981,-0.805991,-0.404213,-0.383758,0.224013 +-5918.7,1,0.394006,2,-0.311568,0.0221334,-2.85245,-1.76237,-2.05873,-2.37277,-2.21256,-2.42418,-1.74097,-2.13858,-1.93479,-2.28198,-2.15778,-1.49673,-3.04401,-2.80263,-1.4637,-1.48343,-1.77317,-2.84878,-3.4489,-1.52423,-2.22287,-3.04652,-0.296464,-0.602137,-0.730209,-0.352686,-0.271735,-0.51974,-0.329901,-0.184753,-0.442733,-0.266511,-0.288541,-0.131732,-0.303021,-0.208807,-0.371105,-0.212931,-0.30998,-0.35616,-0.206332,-0.213463,-0.130073,-0.354809,-0.340765,0.148773 +-5920.78,0.714487,0.394006,2,-0.340492,0.00899683,-2.73657,-1.86582,-1.92488,-2.32563,-2.30116,-1.88877,-1.79646,-1.95926,-1.95986,-2.2542,-2.2373,-1.46768,-2.86877,-2.67234,-1.23016,-1.64951,-2.04462,-2.44335,-3.51954,-1.5261,-2.19131,-2.87205,-0.428803,-0.469396,-0.355507,-0.302404,-0.276,-0.285167,-0.249927,-0.37683,-0.516679,-0.262413,-0.214295,-0.218312,-0.464604,0.270509,-0.305518,-0.156113,-0.430771,-0.312272,-0.161608,-0.478545,-0.477556,-0.348228,-0.299228,0.0948516 +-5920.16,0.873276,0.394006,2,-0.3603,0.00740834,-2.1207,-2.16148,-1.84954,-2.47626,-2.38379,-2.33881,-1.71358,-2.07503,-1.85708,-2.22353,-2.20331,-1.33006,-3.44575,-2.85664,-1.62061,-1.46828,-1.93052,-2.75016,-3.26038,-1.25687,-2.14326,-2.76077,-0.272716,-0.329279,-0.350111,-0.273635,-0.356788,-0.426334,-0.42597,-0.282281,-0.3771,-0.359353,-0.429519,-0.433487,-0.168915,-0.331693,-0.363283,-0.240714,-0.120361,-0.376919,-0.439456,-0.192994,-0.195295,-0.641616,-0.372205,0.0860717 +-5920.16,0.251767,0.394006,2,-0.3603,0.00740834,-2.1207,-2.16148,-1.84954,-2.47626,-2.38379,-2.33881,-1.71358,-2.07503,-1.85708,-2.22353,-2.20331,-1.33006,-3.44575,-2.85664,-1.62061,-1.46828,-1.93052,-2.75016,-3.26038,-1.25687,-2.14326,-2.76077,-0.272716,-0.329279,-0.350111,-0.273635,-0.356788,-0.426334,-0.42597,-0.282281,-0.3771,-0.359353,-0.429519,-0.433487,-0.168915,-0.331693,-0.363283,-0.240714,-0.120361,-0.376919,-0.439456,-0.192994,-0.195295,-0.641616,-0.372205,0.0860717 +-5923.09,0.444677,0.394006,2,-0.376413,0.00813125,-1.73089,-2.21241,-1.86774,-2.43275,-2.39237,-2.66652,-1.74278,-2.1043,-1.72724,-2.21988,-2.25212,-1.31961,-3.30752,-2.82003,-1.58062,-1.41195,-1.9272,-2.71004,-3.03464,-1.25812,-2.23571,-2.7622,-0.317079,-0.353505,-0.343871,-0.252963,-0.282808,-0.301741,-0.475859,-0.200667,-0.301547,-0.441097,-0.414422,-0.425853,-0.16291,-0.326447,-0.28146,-0.269768,-0.179279,-0.311478,-0.400424,-0.196245,-0.257609,-0.675453,-0.372503,0.0901734 +-5931.37,0.729411,0.394006,2,-0.279524,0.0163707,-2.19227,-2.01819,-1.98149,-2.51098,-2.29318,-2.61028,-1.64229,-1.99521,-2.05293,-2.18409,-2.29694,-1.5288,-2.68301,-2.62392,-1.21028,-1.504,-1.82784,-3.25231,-3.89221,-1.70175,-2.20078,-2.73941,-0.670928,-0.399873,-0.472057,-0.254705,-0.303421,-0.254902,-0.406621,-0.315395,-0.358102,-0.289341,-0.215978,-0.298556,-0.416433,0.181832,-0.257594,-0.370659,-0.502207,-0.19911,-0.20284,-0.566651,-0.498726,-0.203202,-0.0638947,0.127948 +-5926.79,0.94817,0.394006,3,-0.289311,0.0247656,-2.64281,-2.37165,-2.34524,-2.30267,-2.52743,-1.87535,-1.7306,-2.07603,-1.85796,-2.18585,-2.23773,-1.27217,-3.27512,-2.86349,-1.39674,-1.4318,-2.09595,-2.58063,-3.06549,-1.13936,-2.04228,-2.98536,-0.0917056,-0.308557,-0.232441,-0.277991,-0.127677,-0.398576,-0.437358,-0.171823,-0.461103,-0.307875,-0.405406,-0.257286,-0.309358,0.274505,-0.33118,-0.12402,-0.290516,-0.419518,-0.472141,-0.12814,-0.402791,-0.642377,-0.651603,0.157371 +-5925.97,0.990627,0.394006,2,-0.360019,0.0182134,-2.36721,-2.34539,-2.25898,-2.39131,-2.61869,-2.29244,-1.63496,-2.11733,-1.86329,-2.19244,-2.21886,-1.69263,-2.60772,-2.95643,-1.21736,-1.76826,-1.64254,-3.04446,-3.57356,-1.70277,-2.001,-2.66436,-0.167068,-0.383731,-0.5096,-0.370159,0.207326,-0.395249,-0.500992,-0.320994,-0.563261,-0.409825,-0.308895,-0.149421,-0.466016,0.237422,-0.371973,-0.152832,-0.362766,-0.286885,-0.176537,-0.442758,-0.569275,-0.328534,-0.324073,0.134957 +-5916.98,0.666518,0.394006,3,-0.304706,0.00510283,-2.58699,-2.51393,-2.03169,-2.46717,-2.57404,-1.90769,-1.71782,-2.20043,-2.14081,-2.27154,-2.26732,-1.41732,-2.87921,-2.62047,-1.26011,-1.3296,-2.19056,-2.96454,-3.06112,-1.41856,-2.33232,-3.02158,-0.433203,-0.468661,-0.267678,-0.225519,-0.347136,-0.322687,-0.33513,-0.198681,-0.243391,-0.265352,-0.228702,-0.408451,-0.125387,-0.232059,-0.18756,-0.420676,-0.0729795,-0.241425,-0.197933,-0.283721,-0.259735,-0.353441,-0.444081,0.0714341 +-5913,0.184098,0.394006,2,-0.269689,0.00664341,-2.31761,-2.24228,-1.97983,-2.36052,-2.67751,-2.34781,-1.77028,-2.19131,-2.01595,-2.27277,-2.26929,-1.45525,-2.99125,-2.72281,-1.36596,-1.22348,-1.95333,-2.93475,-2.87314,-1.41646,-2.21219,-3.13954,-0.3653,-0.327121,-0.32891,-0.235983,-0.174381,-0.356964,-0.422487,-0.193673,-0.154218,-0.322666,-0.287539,-0.327218,-0.213289,-0.221487,-0.306619,-0.336207,0.0577768,-0.30318,-0.373436,-0.479285,-0.316774,-0.228396,-0.258416,0.0815071 +-5913.71,0.532122,0.394006,2,-0.248144,0.00662088,-3.22465,-1.65392,-1.91504,-2.36973,-2.53319,-1.62682,-1.65233,-2.0375,-1.8948,-2.27291,-2.45914,-1.41769,-3.15672,-2.65293,-1.22201,-1.5607,-2.20771,-3.12213,-3.26897,-1.65937,-1.97504,-2.9846,-0.187905,-0.298841,-0.255931,-0.282148,-0.157565,-0.221058,-0.275759,-0.247682,-0.428029,-0.207559,-0.134804,-0.225463,-0.337757,-0.126833,-0.229928,-0.220267,-0.422953,-0.200099,-0.168704,-0.118784,-0.31351,-0.331769,-0.274741,0.0813688 +-5911.31,0.962936,0.394006,3,-0.232127,0.00802588,-3.15231,-1.88458,-2.00985,-2.33543,-2.55433,-1.32301,-1.5984,-2.04157,-2.02145,-2.30377,-2.36217,-1.46565,-3.00313,-2.72197,-1.37761,-1.57995,-2.04703,-2.79817,-3.37959,-1.63557,-1.93578,-3.00581,-0.186084,-0.260645,-0.279018,-0.234835,-0.055678,-0.251281,-0.369927,-0.345205,-0.10261,-0.247573,-0.221201,-0.309273,-0.324887,-0.109539,-0.212345,-0.145241,-0.20753,-0.200154,-0.113234,-0.228334,-0.394897,-0.226103,-0.219514,0.0895873 +-5922.77,0.319051,0.394006,2,-0.280332,0.0169248,-2.19372,-1.91079,-1.91684,-2.46362,-2.47305,-3.24691,-1.73074,-2.22237,-1.81111,-2.11694,-2.26625,-1.47954,-3.06181,-2.68224,-1.512,-1.56026,-2.17175,-3.12389,-2.71883,-1.54826,-2.05508,-2.81191,-0.305544,-0.303334,-0.345267,-0.224539,-0.253834,-0.351741,-0.45862,-0.0327251,-0.410752,-0.317035,-0.226669,0.00413482,0.0112845,-0.163586,-0.326684,-0.271269,0.153352,-0.148432,-0.354078,-0.175517,-0.402839,-0.283273,-0.259024,0.130095 +-5935.11,0.70946,0.394006,2,-0.0948125,0.0746935,-2.51443,-2.25222,-2.21348,-2.43906,-2.40523,-1.58706,-1.53512,-2.0903,-1.89635,-2.19606,-2.49747,-1.53249,-2.83921,-2.83496,-0.992107,-1.63182,-1.90857,-2.95134,-4.08284,-1.52614,-1.92258,-2.87511,-0.0546347,-0.346599,-0.0580753,-0.121967,-0.0111389,0.0370884,-0.54662,-0.314821,-0.387066,-0.457572,-0.08632,-0.301398,-0.729529,0.105823,-0.348102,0.124262,-0.442229,-0.121252,0.0267111,-0.247075,-0.6886,-0.479376,-0.151699,0.273301 +-5931.97,0.881777,0.394006,3,-0.178311,0.0602731,-2.50452,-2.08858,-2.45046,-2.53805,-2.51807,-2.03861,-1.6324,-2.03417,-1.99109,-2.07044,-2.41488,-1.4936,-2.5949,-2.69118,-1.17295,-1.62149,-1.89387,-2.90248,-4.34287,-1.612,-1.9468,-3.05204,-0.0481576,-0.0650483,-0.0483106,-0.0125788,0.0670027,-0.364606,-0.563724,-0.221315,-0.488965,-0.442636,-0.0109578,-0.280135,-0.544021,0.0452991,-0.391712,-0.0886763,-0.385764,-0.235001,0.184511,-0.253072,-0.588844,-0.46912,-0.338584,0.245506 +-5928.2,0.767272,0.394006,2,-0.281049,0.0276924,-2.98619,-2.38882,-2.03714,-2.30012,-2.57781,-2.06744,-1.56964,-2.05359,-1.64369,-2.21863,-2.38722,-1.41709,-3.11945,-2.98414,-1.41294,-1.59839,-1.82429,-2.70084,-4.05869,-1.42759,-2.03033,-2.65677,-0.18975,-0.209715,-0.0588569,-0.420209,-0.213715,-0.23192,-0.513245,-0.291996,-0.396598,-0.449,-0.112811,-0.0141839,-0.319752,0.0776981,-0.345261,-0.115951,-0.261433,-0.240405,0.484865,-0.195094,-0.567965,-0.238454,-0.176195,0.16641 +-5922.98,0.375247,0.394006,2,-0.310508,0.0200126,-2.44448,-2.01591,-2.59318,-2.32763,-2.3232,-2.84021,-1.69051,-1.88522,-1.83583,-2.12633,-2.29667,-1.55024,-2.69345,-2.6894,-1.22752,-1.49289,-1.86656,-2.93963,-3.69598,-1.79654,-2.13161,-2.94938,-0.44621,-0.377999,-0.208242,-0.422929,-0.159016,-0.305003,-0.426705,-0.377309,-0.4493,-0.35041,-0.403739,-0.171951,-0.368304,0.0693713,-0.30853,-0.317808,-0.412595,-0.258437,0.131317,-0.0692578,-0.191079,-0.468263,-0.404018,0.141466 +-5922.98,0.475134,0.394006,2,-0.310508,0.0200126,-2.44448,-2.01591,-2.59318,-2.32763,-2.3232,-2.84021,-1.69051,-1.88522,-1.83583,-2.12633,-2.29667,-1.55024,-2.69345,-2.6894,-1.22752,-1.49289,-1.86656,-2.93963,-3.69598,-1.79654,-2.13161,-2.94938,-0.44621,-0.377999,-0.208242,-0.422929,-0.159016,-0.305003,-0.426705,-0.377309,-0.4493,-0.35041,-0.403739,-0.171951,-0.368304,0.0693713,-0.30853,-0.317808,-0.412595,-0.258437,0.131317,-0.0692578,-0.191079,-0.468263,-0.404018,0.141466 +-5929.12,0.635504,0.394006,2,-0.257042,0.0169521,-2.94441,-2.07464,-2.65517,-2.31455,-2.45103,-1.84269,-1.60219,-2.07541,-1.86148,-2.2084,-2.27596,-1.5832,-3.08628,-2.78152,-1.12806,-1.6483,-2.08425,-3.2768,-3.8315,-1.51462,-2.16902,-2.80966,-0.157176,-0.42899,-0.214548,-0.224455,-0.239494,-0.171283,-0.384143,-0.296476,-0.290515,-0.599535,-0.244424,-0.240616,-0.119758,-0.210443,-0.417498,-0.471965,-0.0734201,-0.278749,0.0365342,-0.182846,-0.371215,-0.42877,0.208146,0.1302 +-5927.5,0.897053,0.394006,2,-0.198398,0.0365857,-2.26836,-2.2007,-1.81783,-2.49407,-2.31027,-2.44645,-1.80707,-2.21896,-1.97349,-2.24325,-2.28981,-1.34145,-2.76354,-2.92516,-1.3765,-1.31148,-1.82693,-2.78057,-3.57746,-1.45387,-2.18227,-3.08793,-0.252803,-0.183603,-0.276027,-0.235534,-0.205213,-0.456397,-0.326044,-0.0980655,-0.280494,-0.144185,-0.261004,-0.19925,-0.625247,0.36651,-0.209634,0.0292749,-0.355751,-0.111058,0.198196,-0.325524,-0.149246,-0.195405,0.197551,0.191274 +-5928.84,0.838494,0.394006,2,-0.25944,0.0196161,-2.59658,-2.10696,-1.88492,-2.33551,-2.57002,-3.13524,-1.67139,-2.12937,-1.93035,-2.19632,-2.27585,-1.27091,-2.74803,-2.76106,-1.46504,-1.56494,-2.00106,-3.03063,-3.82184,-1.42203,-2.07272,-3.00827,0.121292,-0.105098,-0.312861,-0.316186,-0.303129,-0.215609,-0.423624,-0.256801,-0.0834005,-0.288794,-0.268451,-0.358284,-0.474247,0.0493735,-0.276116,-0.137967,-0.0196865,-0.103674,0.123727,-0.305486,-0.153359,-0.124829,0.513082,0.140058 +-5920.55,0.997273,0.394006,3,-0.157711,0.0220794,-2.46956,-2.5176,-1.95368,-2.49046,-2.3105,-2.23547,-1.63962,-2.03902,-1.97153,-2.25517,-2.4149,-1.44479,-3.16963,-2.71452,-1.42399,-1.48881,-2.00294,-2.8261,-3.19358,-1.6134,-2.00222,-2.89241,-0.267314,-0.274434,-0.19785,-0.0701879,-0.0310923,0.217063,-0.471816,-0.131567,-0.360791,-0.331983,-0.129361,-0.191079,-0.151549,-0.100438,-0.0853144,-0.166428,-0.33377,-0.239447,-0.00707932,-0.0455897,-0.577809,-0.404973,0.184506,0.148592 +-5921.95,0.731805,0.394006,3,-0.154792,0.0259114,-2.51834,-2.45523,-1.9167,-2.47782,-2.36545,-2.25553,-1.64318,-2.19701,-1.92786,-2.25585,-2.40923,-1.45746,-3.19044,-2.67255,-1.37534,-1.43338,-1.99798,-2.61525,-3.28722,-1.55619,-2.0157,-2.84344,-0.273383,-0.30102,-0.198551,-0.0535466,-0.00481905,0.189745,-0.418284,-0.117281,-0.388624,-0.255292,-0.135279,-0.237033,-0.0128884,-0.0905309,-0.246059,-0.192138,-0.331507,-0.295399,0.076921,-0.112868,-0.667096,-0.325516,0.192446,0.16097 +-5925.34,0.94125,0.394006,3,-0.308572,0.0566761,-2.22291,-1.94138,-2.39015,-2.3407,-2.37799,-2.10319,-1.74674,-2.06154,-1.9565,-2.23316,-2.28522,-1.58669,-2.96921,-2.88524,-1.29502,-1.62088,-2.02936,-3.70168,-3.34834,-1.48572,-2.25415,-3.03554,-0.23754,-0.190385,-0.253428,-0.366641,-0.216714,-0.580104,-0.406038,-0.284253,-0.12363,-0.329103,-0.352534,-0.0946599,-0.565266,0.165374,-0.202911,-0.260878,0.0278859,0.218119,-0.40018,-0.29583,-0.228302,-0.300919,-0.758804,0.238067 +-5922.32,0.718304,0.394006,2,-0.262152,0.0345117,-2.16703,-2.57284,-2.14617,-2.28898,-2.31332,-2.05155,-1.65607,-1.98364,-2.16033,-2.23129,-2.29884,-1.48819,-2.86038,-2.94118,-1.54712,-1.22175,-2.15896,-2.76057,-3.24394,-1.54893,-2.0563,-2.72072,-0.331679,-0.406853,-0.11893,-0.350514,-0.114225,-0.551352,-0.390666,-0.287467,-0.366485,-0.292743,-0.157843,-0.155695,-0.138793,0.224333,-0.109335,-0.357472,-0.262967,-0.188335,-0.506139,-0.220774,-0.408217,-0.466692,-0.481588,0.185773 +-5922.89,0.853948,0.394006,2,-0.340431,0.0298652,-2.55691,-2.2471,-2.11431,-2.36157,-2.4153,-1.4541,-1.72272,-2.05153,-1.80123,-2.31338,-2.36052,-1.56614,-3.08715,-3.00009,-1.25618,-1.55478,-2.02834,-3.38692,-3.3769,-1.3992,-2.112,-2.63278,-0.351362,-0.36739,-0.216731,-0.349374,-0.0170462,-0.503897,-0.459373,-0.286638,-0.201474,-0.23505,-0.128888,-0.108548,-0.469716,0.388066,-0.290019,-0.175813,-0.296007,-0.411029,-0.302521,-0.185926,-0.455275,-0.722694,-0.157335,0.172816 +-5922.79,0.894106,0.394006,2,-0.181047,0.0225666,-2.43867,-2.27711,-1.8083,-2.47995,-2.51211,-2.20578,-1.69651,-2.21633,-1.91262,-2.28223,-2.45143,-1.4897,-2.99658,-2.98052,-1.47953,-1.77662,-2.33434,-3.46488,-3.43469,-1.47902,-2.14281,-2.8903,-0.231449,-0.28496,-0.466415,-0.252011,-0.124067,-0.385649,-0.293613,-0.0860766,-0.473004,-0.186317,-0.217886,-0.21784,-0.437124,0.35857,-0.235425,-0.098735,-0.108234,-0.0697279,0.00384767,-0.307794,-0.138854,-0.673576,-0.223514,0.150222 +-5921.08,0.953715,0.394006,2,-0.293161,0.0286779,-2.61815,-1.76587,-2.01203,-2.38101,-2.70765,-1.90847,-1.6699,-2.24469,-1.86406,-2.21047,-2.26046,-1.53764,-2.90139,-2.9198,-1.31666,-1.30989,-1.87498,-2.85811,-3.71306,-1.55847,-2.23509,-2.67746,-0.21192,-0.410716,-0.27191,-0.118445,0.00158713,-0.670696,-0.48207,-0.0483077,-0.280195,-0.37409,-0.188507,-0.00111001,-0.122917,0.129579,-0.162199,-0.350967,-0.164934,-0.216134,-0.210498,-0.167708,-0.411973,-0.452348,-0.185146,0.169345 +-5927.87,0.526551,0.394006,2,-0.258966,0.0332586,-2.04864,-2.31538,-1.89675,-2.56209,-2.16269,-2.33762,-1.75952,-2.2164,-2.03558,-2.1952,-2.22575,-1.39526,-2.99293,-2.56501,-1.49063,-1.59068,-2.18277,-3.15647,-2.7222,-1.556,-2.03083,-2.96724,-0.234024,-0.689405,-0.490198,-0.17969,-0.30599,0.0856601,-0.28442,-0.153293,-0.274485,-0.270338,-0.499247,-0.40081,-0.564461,-0.105263,-0.28774,-0.217847,-0.181532,-0.138984,-0.448603,-0.160103,-0.411065,-0.369401,-0.354381,0.18237 +-5924.34,0.97925,0.394006,3,-0.275076,0.0188431,-2.71852,-2.00571,-2.25476,-2.28875,-2.59381,-1.77614,-1.56286,-2.00051,-1.77606,-2.17309,-2.27588,-1.56037,-2.97425,-2.8306,-1.27491,-1.42169,-1.69772,-2.63477,-4.08111,-1.49535,-2.14065,-2.82813,-0.40303,-0.159844,-0.223737,-0.272176,-0.182562,-0.792588,-0.541282,-0.347869,-0.296606,-0.259398,-0.295319,0.025793,-0.111442,0.058699,-0.32573,-0.285879,-0.52895,-0.412402,-0.0654407,-0.433193,-0.402034,-0.41273,-0.275158,0.13727 +-5924.41,0.869684,0.394006,2,-0.283392,0.0113136,-1.88783,-2.2836,-2.19161,-2.4494,-2.51802,-1.98725,-1.65398,-2.25731,-2.31427,-2.29715,-2.42272,-1.68248,-3.03088,-2.80604,-1.43425,-1.65655,-1.93825,-3.11401,-2.70161,-1.40373,-1.99668,-3.08437,-0.0656232,-0.366887,-0.262357,-0.292855,-0.109204,-0.25479,-0.509692,-0.0117071,-0.15932,-0.335108,-0.116047,-0.0798761,-0.543159,0.0131735,-0.115266,-0.185866,-0.0967191,-0.100607,-0.3611,-0.167326,-0.331107,-0.330814,-0.303397,0.106366 +-5924.25,0.947421,0.394006,3,-0.331603,0.0167294,-2.00793,-2.16879,-1.86279,-2.34599,-2.47927,-2.2403,-1.73367,-2.12502,-2.04684,-2.36293,-2.33237,-1.35309,-3.07589,-2.6297,-1.38556,-1.75445,-2.22306,-3.01198,-3.19007,-1.30962,-2.02152,-3.1841,-0.186012,-0.340897,-0.463256,-0.408632,-0.254995,0.0820062,-0.306784,-0.242323,-0.253949,-0.124824,-0.301305,-0.576122,-0.326907,-0.134667,-0.404696,-0.249981,-0.317606,-0.243451,-0.29295,-0.355161,-0.454999,-0.439363,-0.276103,0.129342 +-5915.03,0.965277,0.394006,2,-0.278724,0.00805869,-2.13799,-2.19823,-1.7036,-2.35408,-2.34556,-2.05426,-1.73559,-2.25856,-1.8403,-2.28158,-2.27679,-1.54671,-3.217,-2.91423,-1.4063,-1.529,-1.95887,-2.60092,-3.08647,-1.63565,-2.04691,-2.74418,-0.449971,-0.329094,-0.45141,-0.230672,-0.29039,-0.522544,-0.366895,-0.021704,-0.416906,-0.239716,-0.332874,-0.0524645,-0.325319,-0.108643,-0.28429,-0.211741,-0.241713,-0.365307,-0.356448,-0.348273,-0.289523,-0.245442,-0.368089,0.0897702 +-5915.03,0.176489,0.394006,2,-0.278724,0.00805869,-2.13799,-2.19823,-1.7036,-2.35408,-2.34556,-2.05426,-1.73559,-2.25856,-1.8403,-2.28158,-2.27679,-1.54671,-3.217,-2.91423,-1.4063,-1.529,-1.95887,-2.60092,-3.08647,-1.63565,-2.04691,-2.74418,-0.449971,-0.329094,-0.45141,-0.230672,-0.29039,-0.522544,-0.366895,-0.021704,-0.416906,-0.239716,-0.332874,-0.0524645,-0.325319,-0.108643,-0.28429,-0.211741,-0.241713,-0.365307,-0.356448,-0.348273,-0.289523,-0.245442,-0.368089,0.0897702 +-5924.01,0.823594,0.394006,2,-0.313958,0.0110587,-2.81546,-2.16101,-2.36031,-2.32378,-2.26387,-1.78433,-1.88448,-2.11487,-2.174,-2.25918,-2.20503,-1.4708,-2.88786,-2.75109,-1.13497,-1.51622,-1.74256,-3.49212,-3.30274,-1.75247,-2.0237,-3.05318,-0.246867,-0.323658,-0.224615,-0.401759,-0.33834,-0.217291,-0.301894,-0.241339,-0.260297,-0.430267,-0.314185,-0.0618887,-0.346699,0.134547,-0.419912,-0.413431,-0.413129,-0.0302248,-0.307595,-0.239275,-0.471562,-0.513588,-0.498218,0.10516 +-5920.03,0.966631,0.394006,2,-0.300697,0.011488,-2.82717,-2.11477,-2.19178,-2.25365,-2.46861,-2.31552,-1.81958,-2.19612,-1.93005,-2.23499,-2.18005,-1.5015,-2.89057,-2.81306,-1.18964,-1.37281,-1.6298,-3.06721,-3.15883,-1.82079,-1.97201,-2.79793,-0.227039,-0.300253,-0.154374,-0.383083,-0.360587,-0.36081,-0.152533,-0.289685,-0.298883,-0.202257,-0.2936,-0.400341,-0.276199,-0.000552969,-0.316813,-0.223825,-0.339347,-0.0641449,-0.313425,-0.260482,-0.374353,-0.39168,-0.493166,0.107182 +-5921.06,0.754805,0.394006,2,-0.274224,0.0104636,-2.14146,-1.98102,-2.13019,-2.31004,-2.53964,-2.43142,-1.81859,-2.16892,-1.81902,-2.27574,-2.30945,-1.29892,-2.99958,-3.02101,-1.30763,-1.60101,-1.79641,-2.76674,-3.08892,-1.43023,-2.08718,-2.6969,-0.407431,-0.685396,-0.355333,-0.356963,0.0425122,-0.102176,-0.353951,0.0132643,-0.253157,-0.294581,-0.378461,-0.137778,-0.330601,0.317072,-0.372037,-0.185755,-0.368836,-0.385563,-0.283906,-0.247026,-0.317975,-0.394261,-0.158927,0.102292 +-5921.7,0.971552,0.394006,2,-0.252314,0.0215665,-2.01528,-2.13704,-2.54909,-2.22529,-2.55476,-2.97453,-1.73181,-2.1768,-2.08209,-2.21034,-2.33719,-1.41881,-2.72404,-2.90933,-1.1416,-1.4059,-1.87411,-2.78304,-3.28291,-1.52123,-2.00463,-2.6824,-0.0644959,-0.586792,-0.17814,-0.326378,-0.0417363,-0.176509,-0.294725,-0.21906,-0.294468,-0.295464,-0.303477,-0.287397,-0.248385,0.239145,-0.352655,-0.321939,-0.351694,-0.069006,-0.295063,-0.159894,-0.190457,-0.416181,-0.260258,0.146855 +-5926.98,0.885936,0.394006,2,-0.269293,0.0165388,-2.60643,-2.04005,-1.87763,-2.34667,-2.39823,-2.75871,-1.64003,-2.19064,-1.74252,-2.12628,-2.39333,-1.35623,-2.95787,-3.00051,-1.4098,-1.50551,-1.79668,-3.13796,-2.69503,-1.50636,-2.24094,-2.60118,-0.125366,-0.685823,-0.141167,-0.389696,-0.357331,-0.205127,-0.364993,0.117683,-0.274102,-0.380542,-0.258192,-0.316405,-0.267756,0.170605,-0.365179,-0.144634,-0.192647,-0.140606,-0.423,-0.203446,-0.502542,-0.50718,-0.352857,0.128603 +-5917.67,1,0.394006,3,-0.295089,0.015037,-2.54874,-2.30043,-2.11927,-2.43935,-2.57621,-2.34986,-1.6731,-1.83512,-1.91416,-2.23308,-2.33674,-1.5595,-2.83714,-2.83288,-1.30301,-1.50671,-1.85671,-2.44605,-3.51585,-1.47463,-2.11797,-2.85329,-0.182036,-0.332525,-0.386536,-0.278041,-0.115861,-0.34036,-0.360972,-0.377926,-0.0697043,-0.268067,-0.316,-0.183569,-0.338045,0.0586751,-0.533771,-0.130006,-0.216162,-0.382479,-0.378337,-0.37464,-0.60549,-0.302479,-0.443148,0.122626 +-5919.26,0.928642,0.394006,2,-0.325693,0.0127047,-2.69,-2.46977,-2.1891,-2.43722,-2.57093,-2.33688,-1.66948,-1.87681,-1.90168,-2.25706,-2.31945,-1.60553,-2.89726,-2.82373,-1.25392,-1.54519,-1.90383,-2.22795,-3.53249,-1.57088,-2.14553,-2.91329,-0.142747,-0.377613,-0.400573,-0.242393,-0.108926,-0.32783,-0.37708,-0.403572,-0.0640856,-0.260165,-0.323469,-0.187126,-0.284836,0.0180531,-0.484279,-0.141084,-0.252987,-0.33959,-0.261802,-0.402906,-0.548423,-0.324399,-0.390519,0.112715 +-5923.31,0.577016,0.394006,3,-0.290359,0.0141271,-2.48647,-2.39124,-1.948,-2.49185,-2.56292,-2.37805,-1.71342,-2.02561,-1.88106,-2.29108,-2.24984,-1.56755,-3.00831,-2.86974,-1.2067,-1.7565,-1.9601,-2.39169,-4.06479,-1.41251,-2.2137,-2.78831,0.101557,-0.401996,-0.458376,-0.25097,-0.265112,-0.0950757,-0.193884,-0.231557,-0.340347,-0.347299,-0.427088,-0.204173,-0.388168,-0.0625822,-0.385448,-0.254464,-0.257565,-0.368183,-0.354052,-0.416129,-0.367608,-0.532485,-0.288404,0.118857 +-5917.76,0.850813,0.394006,2,-0.195888,0.0130883,-2.80577,-2.2054,-1.8743,-2.54131,-2.37556,-1.92062,-1.71494,-2.06936,-1.80706,-2.19743,-2.29971,-1.40984,-3.13731,-2.5659,-1.40093,-1.39144,-2.14176,-3.35162,-2.85029,-1.51468,-2.05549,-2.90296,-0.301688,-0.191451,-0.170491,0.0272325,-0.0497902,-0.395194,-0.494883,-0.325005,-0.400822,-0.285576,-0.132028,-0.18576,-0.13587,-0.278697,-0.201628,-0.148666,-0.177955,-0.282614,-0.188245,-0.124121,-0.337757,-0.234582,-0.24548,0.114404 +-5922.04,0.889228,0.394006,2,-0.182404,0.00883122,-2.48476,-2.10263,-1.94755,-2.49813,-2.49203,-1.96511,-1.71777,-1.88044,-1.97698,-2.18945,-2.44686,-1.46195,-3.06335,-2.6056,-1.62666,-1.47959,-2.20759,-3.3638,-2.94053,-1.62556,-1.99565,-2.91136,-0.446805,-0.0500626,-0.165823,0.00156117,-0.179142,-0.154954,-0.524728,-0.284296,-0.239081,-0.404373,-0.125478,-0.11935,-0.212031,-0.249539,-0.175617,-0.148161,-0.00862085,-0.0489201,-0.00779756,-0.0456055,-0.295846,-0.248742,-0.24153,0.0939746 +-5919.74,0.986105,0.394006,2,-0.159364,0.014222,-1.93586,-2.34989,-2.38596,-2.44495,-2.35186,-2.45737,-1.61332,-2.10107,-1.70735,-2.1938,-2.26806,-1.44713,-3.11451,-2.72593,-1.40029,-1.58076,-2.06117,-2.78453,-3.45724,-1.72293,-2.05844,-3.23036,-0.159708,-0.248138,-0.0644083,-0.235404,-0.0427738,-0.155409,-0.505302,-0.19616,-0.250047,-0.280668,-0.246926,-0.187938,-0.0660067,0.0336491,0.0567746,-0.0803529,-0.34066,-0.189637,-0.275371,-0.228101,-0.570753,-0.242423,-0.091931,0.119256 +-5916.57,0.922736,0.394006,3,-0.299272,0.00379293,-2.92297,-2.0332,-1.86817,-2.4549,-2.37737,-1.92412,-1.8005,-2.14207,-2.16914,-2.30406,-2.39021,-1.49153,-2.69307,-2.70442,-1.14983,-1.3316,-2.12623,-3.11932,-3.38367,-1.2699,-2.23245,-2.69382,-0.360954,-0.367348,-0.278575,-0.35584,-0.239336,-0.30543,-0.221595,-0.283606,-0.123097,-0.257761,-0.311985,-0.301678,-0.459723,-0.115817,-0.67106,-0.241539,-0.290557,-0.297636,-0.376986,-0.266012,-0.248715,-0.407736,-0.206706,0.0615868 +-5915.96,0.892306,0.394006,3,-0.264158,0.00592168,-2.10832,-2.17728,-2.39998,-2.46479,-2.38907,-2.26777,-1.60579,-2.09758,-1.65979,-2.17821,-2.26079,-1.32931,-3.35622,-2.6106,-1.63207,-1.64171,-1.77872,-3.17317,-3.26421,-1.70313,-2.06485,-3.12913,-0.256466,-0.314933,-0.314815,-0.323413,-0.28512,-0.150017,-0.327496,-0.249248,-0.213908,-0.31527,-0.318327,-0.301944,-0.337723,-0.267354,-0.0248507,-0.0860993,-0.329247,-0.137668,-0.358817,-0.172959,-0.374253,-0.240543,-0.305067,0.0769524 +-5916.51,0.173444,0.394006,2,-0.271449,0.00570781,-2.04277,-2.77824,-1.72924,-2.41095,-2.4935,-2.27258,-1.7344,-2.16196,-2.05509,-2.10765,-2.37594,-1.39473,-3.05242,-2.70127,-1.2644,-1.57252,-1.81624,-2.41618,-3.58984,-1.76986,-2.1123,-2.88404,-0.273063,-0.235771,-0.251867,-0.153597,-0.205675,-0.362415,-0.351494,-0.219492,-0.523246,-0.422866,-0.203026,-0.215083,-0.151592,-0.153047,-0.353937,-0.340524,-0.176818,-0.385821,-0.195463,-0.307023,-0.250575,-0.2837,-0.186114,0.07555 +-5912.07,0.96827,0.394006,2,-0.185428,0.00279922,-2.75048,-1.83138,-2.52049,-2.40093,-2.30475,-2.25209,-1.75979,-2.05611,-1.80873,-2.27747,-2.33376,-1.50105,-2.94595,-2.68174,-1.5054,-1.45562,-2.07266,-3.61701,-3.41495,-1.2379,-2.1417,-2.99336,-0.317312,-0.309485,-0.172833,-0.239926,-0.145608,-0.348649,-0.199442,-0.193109,-0.00714924,-0.189792,-0.124565,-0.138647,-0.285421,-0.118561,-0.173303,-0.214492,-0.0954579,-0.233281,-0.137279,-0.241934,-0.151049,-0.211051,-0.118943,0.0529077 +-5919.91,0.66116,0.394006,2,-0.239745,0.0143409,-3.44508,-2.2549,-2.33651,-2.3897,-2.43006,-2.69183,-1.74005,-2.11083,-1.98738,-2.23247,-2.27766,-1.59876,-2.73175,-2.94451,-1.27829,-1.32244,-1.84664,-3.01901,-3.57428,-1.23611,-2.29952,-3.04077,0.0765014,-0.166934,-0.323078,-0.18057,-0.238473,0.0101664,-0.340727,-0.21648,-0.604771,-0.29385,-0.339196,-0.171699,-0.299972,0.00569193,-0.25058,-0.272939,-0.313589,-0.0756953,-0.273111,-0.208819,-0.325755,-0.226177,-0.264643,0.119753 +-5922.53,0.629874,0.394006,2,-0.241447,0.0115356,-1.88001,-2.19606,-2.05528,-2.41975,-2.76767,-1.80874,-1.60797,-2.20468,-1.79646,-2.26387,-2.25763,-1.58175,-2.95093,-2.66077,-1.34065,-1.50833,-1.81477,-3.50239,-3.24942,-1.50376,-2.15237,-2.76419,-0.414368,-0.291009,-0.130411,-0.275147,0.131793,-0.342136,-0.536475,-0.168846,-0.142502,-0.308353,-0.314741,-0.0435865,-0.129169,-0.0336724,-0.495442,-0.07437,-0.442115,-0.099455,-0.122677,-0.368672,-0.286409,-0.38016,-0.325769,0.107404 +-5920.14,1,0.394006,2,-0.236288,0.0159135,-1.67814,-2.32865,-2.27981,-2.43268,-2.79268,-1.85906,-1.63814,-2.18023,-1.8538,-2.29039,-2.24795,-1.60019,-2.98502,-2.71416,-1.28902,-1.51169,-1.86837,-3.48978,-3.26559,-1.49328,-2.21905,-2.74193,-0.343675,-0.251032,-0.125977,-0.291579,0.164052,-0.331461,-0.53213,-0.15044,-0.229225,-0.292999,-0.34242,-0.114198,-0.141328,-0.0302436,-0.404923,-0.0979786,-0.515465,-0.113491,-0.127929,-0.369018,-0.287835,-0.354928,-0.356707,0.126149 +-5924.09,0.402783,0.394006,3,-0.17775,0.0358177,-3.38654,-1.99858,-2.17087,-2.33728,-2.51163,-2.38452,-1.60031,-2.14592,-2.02242,-2.12084,-2.44182,-1.61281,-3.12672,-2.63279,-1.348,-1.43865,-2.14224,-2.7192,-3.69871,-1.47796,-2.25033,-2.9987,0.141082,-0.35897,-0.26503,-0.345866,0.179373,-0.299502,-0.3705,-0.193407,-0.407659,-0.370253,-0.0568508,0.0927493,-0.46886,0.0144609,-0.206747,-0.31804,0.137917,-0.239526,-0.199844,-0.156979,-0.224104,-0.359667,-0.228171,0.189256 +-5923.44,0.932673,0.394006,3,-0.250039,0.00999407,-2.01734,-2.0731,-2.08457,-2.35186,-2.31259,-2.58946,-1.67985,-2.12976,-2.13594,-2.25604,-2.17677,-1.64743,-3.31915,-2.76722,-1.29716,-1.57863,-2.10689,-2.97021,-3.39374,-1.45706,-1.92246,-2.86956,-0.70754,-0.150992,-0.246712,-0.135318,-0.295704,-0.144873,-0.23357,-0.177194,-0.305911,-0.146889,-0.459539,-0.277984,-0.294191,0.13642,-0.250765,-0.133853,-0.00976943,-0.0428954,-0.239295,-0.267546,-0.319241,-0.411692,-0.138436,0.0999703 +-5930.16,0.776886,0.394006,3,-0.155847,0.0099424,-3.11664,-2.0057,-2.30281,-2.41993,-2.50629,-2.09161,-1.72039,-2.12386,-1.81544,-2.3172,-2.25114,-1.24036,-3.06813,-2.819,-1.56614,-1.23512,-2.18503,-3.2603,-3.79006,-1.58151,-2.31879,-3.12766,-0.617546,-0.367993,-0.0917164,-0.333632,-0.0928078,-0.250973,-0.55484,-0.168984,-0.11606,-0.309486,-0.184844,-0.110825,-0.100719,-0.100719,-0.174029,-0.539714,-0.0941517,0.0237296,-0.139575,-0.207768,-0.284071,-0.0766449,-0.350182,0.0997116 +-5923.33,1,0.394006,2,-0.239095,0.015747,-2.92618,-1.78116,-2.19884,-2.27036,-2.52876,-2.47446,-1.59914,-2.23226,-1.9314,-2.2267,-2.2763,-1.26051,-2.90955,-2.68687,-1.47007,-1.40142,-1.93773,-3.26516,-3.49286,-1.65321,-2.30858,-3.1078,0.056415,-0.211524,-0.217304,-0.0564576,0.0300997,-0.200624,-0.560544,-0.0765641,-0.337335,-0.289459,-0.247505,-0.362916,-0.145971,0.0765877,-0.25225,-0.329017,-0.241178,-0.160975,-0.210968,-0.162956,-0.17084,-0.198473,-0.216129,0.125487 +-5922.32,0.77579,0.394006,2,-0.211592,0.00897655,-2.03743,-2.16904,-2.00184,-2.49533,-2.21323,-2.43573,-1.51283,-2.38898,-2.15385,-2.35482,-2.34331,-1.42657,-3.10399,-2.77067,-1.35263,-1.60421,-1.64802,-3.34962,-3.55747,-1.46253,-1.80306,-2.97041,-0.361378,-0.277166,-0.23151,-0.372657,-0.237446,-0.160735,-0.585632,-0.164161,-0.172496,-0.152485,-0.220606,-0.0725336,-0.132764,-0.239626,-0.153099,-0.0499873,-0.186176,-0.181588,-0.186688,-0.206175,-0.371525,-0.223082,-0.165256,0.0947446 +-5917,0.733385,0.394006,2,-0.214874,0.0105295,-1.81915,-2.23846,-2.17088,-2.29013,-2.33439,-2.09895,-1.57726,-2.02249,-2.02166,-2.3262,-2.34388,-1.45569,-2.90078,-2.75833,-1.49236,-1.30814,-2.29485,-2.61786,-3.11672,-1.45799,-1.94654,-2.92828,-0.195188,-0.299166,-0.0848313,-0.269787,-0.15211,-0.21847,-0.584532,-0.0322624,-0.279384,-0.206362,-0.230635,-0.0309359,-0.383265,0.124453,-0.162573,-0.30814,-0.285957,-0.089848,-0.279449,-0.262408,-0.30399,-0.249826,-0.221069,0.102613 +-5920.11,0.408169,0.394006,3,-0.182055,0.0132202,-3.39864,-2.23504,-2.18003,-2.41159,-2.32268,-1.97695,-1.78537,-2.03203,-1.84486,-2.22708,-2.35803,-1.30066,-2.74259,-2.59194,-1.31083,-1.58917,-2.1345,-3.09024,-4.37975,-1.56361,-2.12909,-2.82829,-0.0542892,-0.286243,-0.38196,-0.153992,-0.225812,-0.196933,-0.305654,-0.12168,-0.396846,-0.364091,-0.216404,-0.235948,-0.105045,-0.0609744,-0.225685,-0.155552,-0.424075,-0.0669562,-0.200167,-0.13899,-0.161491,-0.180836,-0.267687,0.114979 +-5923.12,0.778638,0.394006,2,-0.188193,0.00510837,-2.64206,-1.92253,-1.85052,-2.56027,-2.49695,-2.66122,-1.69032,-2.26594,-1.85802,-2.25133,-2.30256,-1.32828,-3.56898,-2.87543,-1.30274,-1.58719,-1.89364,-2.86456,-3.7312,-1.50595,-2.19742,-2.99816,-0.244445,-0.155542,-0.501149,-0.20098,-0.0469601,-0.206922,-0.298102,-0.195376,-0.186598,-0.124982,-0.242898,-0.220557,-0.203238,-0.126411,-0.258196,-0.318416,-0.116741,0.00776381,0.121543,-0.017015,-0.292306,-0.286558,-0.140526,0.0714729 +-5921.6,0.969304,0.394006,2,-0.209347,0.002769,-2.25152,-2.48489,-2.2836,-2.32594,-2.31777,-1.78175,-1.87171,-1.9333,-2.10863,-2.27661,-2.3682,-1.72572,-2.60649,-2.72867,-1.36811,-1.51181,-2.17734,-3.05505,-2.92069,-1.55684,-2.11316,-2.83589,-0.122977,-0.199398,-0.042005,-0.249599,-0.185803,-0.276347,-0.215976,-0.284065,-0.269415,-0.274385,-0.14407,-0.0862695,-0.279184,-0.149461,-0.154201,0.00876046,-0.119136,-0.238892,-0.532225,-0.312387,-0.327549,-0.278118,-0.301113,0.0526213 +-5921.6,0.0620647,0.394006,3,-0.209347,0.002769,-2.25152,-2.48489,-2.2836,-2.32594,-2.31777,-1.78175,-1.87171,-1.9333,-2.10863,-2.27661,-2.3682,-1.72572,-2.60649,-2.72867,-1.36811,-1.51181,-2.17734,-3.05505,-2.92069,-1.55684,-2.11316,-2.83589,-0.122977,-0.199398,-0.042005,-0.249599,-0.185803,-0.276347,-0.215976,-0.284065,-0.269415,-0.274385,-0.14407,-0.0862695,-0.279184,-0.149461,-0.154201,0.00876046,-0.119136,-0.238892,-0.532225,-0.312387,-0.327549,-0.278118,-0.301113,0.0526213 +-5925.59,0.705782,0.394006,2,-0.250672,0.00600311,-2.98403,-1.88265,-2.35667,-2.3894,-2.4372,-2.83117,-1.5636,-2.21022,-1.92768,-2.2114,-2.14632,-1.22914,-3.37444,-2.61241,-1.39689,-1.60599,-1.68588,-2.90958,-4.14779,-1.57685,-2.15959,-3.07242,-0.285031,-0.261467,-0.508505,-0.303534,-0.0903832,-0.106357,-0.585328,-0.16696,-0.234221,-0.322427,-0.431282,-0.292862,-0.238969,-0.125911,-0.345031,-0.310358,-0.354228,-0.193066,0.0911401,0.0077468,-0.264487,-0.261686,-0.218338,0.0774797 +-5918.93,0.898939,0.394006,2,-0.181745,0.00824835,-2.22149,-2.62591,-2.08027,-2.39313,-2.53816,-2.35153,-1.65848,-2.0806,-2.07916,-2.19273,-2.39299,-1.73995,-3.05889,-2.74364,-1.17722,-1.52443,-2.2723,-3.17503,-3.7079,-1.79473,-2.31262,-2.90142,-0.129129,-0.232389,0.0579843,-0.175621,-0.251419,-0.383177,-0.432706,-0.205608,-0.253159,-0.331906,-0.0758018,-0.0828927,-0.162271,-0.158353,-0.156123,-0.03848,-0.0228791,-0.211959,-0.377327,-0.0688633,-0.221652,-0.241276,-0.265961,0.0908204 +-5917.44,0.878144,0.394006,2,-0.150787,0.00967502,-2.31072,-2.55053,-2.07479,-2.42009,-2.49542,-2.26979,-1.68319,-2.1333,-2.10003,-2.18825,-2.39562,-1.67065,-3.04117,-2.68285,-1.27309,-1.48281,-2.29417,-3.19552,-3.36326,-1.80933,-2.289,-2.91735,-0.129429,-0.260011,-0.0285478,-0.240463,-0.194913,-0.349798,-0.43929,-0.223127,-0.211813,-0.339046,-0.0591933,-0.118501,-0.130976,-0.187225,-0.172013,-0.0783273,-0.0592848,-0.245346,-0.453169,-0.040279,-0.179123,-0.213689,-0.343327,0.0983617 +-5917.3,0.775036,0.394006,2,-0.151651,0.00769507,-2.5343,-1.88707,-2.08475,-2.41422,-2.55214,-2.50062,-1.83955,-2.08225,-1.78598,-2.36578,-2.32675,-1.29893,-3.01751,-2.85697,-1.52477,-1.76974,-1.96454,-2.68076,-3.19566,-1.36011,-2.07277,-2.98904,-0.219814,-0.21139,-0.376516,-0.132408,0.00649773,0.0323061,-0.315332,-0.0752289,-0.392584,-0.208992,-0.2887,-0.145429,-0.136654,-0.0749557,-0.199922,-0.157996,-0.168479,-0.205929,-0.162179,-0.261146,-0.191457,-0.162677,0.0268958,0.0877215 +-5919.19,0.589008,0.394006,3,-0.182381,0.00401735,-2.34394,-1.82222,-2.23173,-2.39465,-2.54641,-2.2464,-1.84447,-2.155,-1.81859,-2.39565,-2.22981,-1.28078,-2.86631,-2.79908,-1.73162,-1.65702,-1.98802,-2.58681,-3.18785,-1.42611,-2.18829,-2.86965,-0.182135,-0.336672,-0.339454,-0.22242,-0.0771701,-0.130028,-0.272126,-0.284012,-0.213374,-0.200081,-0.21753,-0.288303,-0.072256,-0.156959,0.0500053,-0.192202,-0.186671,-0.177744,0.00497548,-0.0955942,-0.170712,-0.207616,-0.0363122,0.0633826 +-5919.19,0.21664,0.394006,2,-0.182381,0.00401735,-2.34394,-1.82222,-2.23173,-2.39465,-2.54641,-2.2464,-1.84447,-2.155,-1.81859,-2.39565,-2.22981,-1.28078,-2.86631,-2.79908,-1.73162,-1.65702,-1.98802,-2.58681,-3.18785,-1.42611,-2.18829,-2.86965,-0.182135,-0.336672,-0.339454,-0.22242,-0.0771701,-0.130028,-0.272126,-0.284012,-0.213374,-0.200081,-0.21753,-0.288303,-0.072256,-0.156959,0.0500053,-0.192202,-0.186671,-0.177744,0.00497548,-0.0955942,-0.170712,-0.207616,-0.0363122,0.0633826 +-5917.21,0.544936,0.394006,3,-0.248396,0.0107157,-2.68668,-2.4831,-1.98537,-2.48023,-2.22029,-2.1684,-1.68784,-2.1595,-1.97162,-2.1975,-2.47102,-1.68451,-3.1901,-2.70578,-0.961627,-1.41052,-1.96287,-3.36067,-3.70762,-1.72205,-2.13594,-3.06138,-0.214756,-0.191993,-0.239562,-0.315784,-0.223243,-0.242508,-0.409945,-0.26694,-0.241619,-0.415217,-0.130833,-0.352213,-0.229417,0.0102242,-0.397976,-0.288195,-0.20054,-0.272998,-0.137897,-0.339621,-0.310108,-0.256599,-0.187062,0.103517 +-5913,0.869327,0.394006,2,-0.233233,0.00237193,-2.02291,-2.16553,-2.40077,-2.2948,-2.39176,-1.92451,-1.75863,-1.98487,-1.97953,-2.24188,-2.34733,-1.34323,-2.55417,-2.78443,-1.38554,-1.6186,-2.077,-2.67014,-2.91134,-1.15935,-2.02119,-3.03986,-0.322444,-0.340804,-0.201511,-0.2115,-0.298936,-0.162101,-0.209517,-0.26083,-0.244694,-0.199978,-0.244158,-0.0838165,-0.211569,-0.297701,-0.181633,-0.234983,-0.278733,-0.12679,-0.295961,-0.223717,-0.272459,-0.245852,-0.147542,0.0487025 +-5913,1.2323e-05,0.394006,2,-0.233233,0.00237193,-2.02291,-2.16553,-2.40077,-2.2948,-2.39176,-1.92451,-1.75863,-1.98487,-1.97953,-2.24188,-2.34733,-1.34323,-2.55417,-2.78443,-1.38554,-1.6186,-2.077,-2.67014,-2.91134,-1.15935,-2.02119,-3.03986,-0.322444,-0.340804,-0.201511,-0.2115,-0.298936,-0.162101,-0.209517,-0.26083,-0.244694,-0.199978,-0.244158,-0.0838165,-0.211569,-0.297701,-0.181633,-0.234983,-0.278733,-0.12679,-0.295961,-0.223717,-0.272459,-0.245852,-0.147542,0.0487025 +-5908.38,0.38309,0.394006,1,-0.227048,0.00555922,-3.04393,-2.32451,-2.25422,-2.43943,-2.40111,-2.69318,-1.78362,-2.01389,-2.19063,-2.19717,-2.20044,-1.33316,-2.99563,-2.67356,-1.35509,-1.58596,-2.13242,-2.82971,-3.39214,-1.32603,-2.18812,-2.80383,-0.0936436,-0.219276,-0.245971,-0.229576,-0.10295,-0.302408,-0.303317,-0.196745,-0.234938,-0.305671,-0.242794,-0.334125,-0.228078,-0.0115109,-0.257164,-0.197362,-0.110614,-0.314868,-0.158629,-0.341228,-0.0888886,-0.236506,-0.290351,0.0745602 +-5911,0.253644,0.394006,2,-0.2457,0.00584546,-3.10302,-2.18766,-2.17384,-2.42103,-2.3386,-1.97883,-1.76129,-2.27612,-2.01469,-2.2706,-2.16317,-1.47957,-2.92342,-2.81931,-1.12315,-1.65725,-1.88243,-2.99747,-3.59337,-1.35611,-2.22328,-2.83963,-0.200078,-0.24443,-0.350988,-0.286721,-0.347902,-0.386213,-0.305705,-0.255058,-0.33768,-0.317947,-0.175136,-0.285267,-0.23719,-0.236068,-0.162208,-0.181149,-0.150592,-0.168129,-0.229539,-0.327006,-0.213908,-0.13954,-0.279864,0.0764556 +-5915.95,0.000158409,0.394006,2,-0.208928,0.00144156,-3.08965,-2.36826,-2.06121,-2.38709,-2.44325,-2.56198,-1.77346,-2.05377,-1.82954,-2.28173,-2.39408,-1.65123,-3.32261,-2.63384,-1.36024,-1.17566,-1.65252,-2.88465,-3.43884,-1.56439,-2.13505,-3.065,-0.229192,-0.242171,-0.167445,-0.19488,-0.15654,-0.208017,-0.233057,-0.192586,-0.236705,-0.190451,-0.26914,-0.11054,-0.188839,-0.0398172,-0.385741,-0.273322,-0.3851,-0.236927,-0.297837,-0.180075,-0.260074,-0.37804,-0.109494,0.0379679 +-5911.88,1.44149e-09,0.394006,2,-0.199753,0.00322267,-2.93857,-2.3626,-2.0955,-2.40832,-2.49506,-2.52364,-1.79347,-2.06341,-1.87126,-2.27886,-2.42607,-1.60404,-3.26587,-2.72009,-1.33069,-1.23792,-1.64822,-2.71002,-3.474,-1.53368,-2.21136,-3.09248,-0.258136,-0.250693,-0.298558,-0.150065,-0.179874,-0.176418,-0.22245,-0.22625,-0.193578,-0.229204,-0.240697,-0.0999881,-0.134825,-0.0838035,-0.326878,-0.333774,-0.419214,-0.143146,-0.122949,-0.170378,-0.214328,-0.39923,-0.114885,0.0567686 +-5911.88,0.0738957,0.394006,2,-0.199753,0.00322267,-2.93857,-2.3626,-2.0955,-2.40832,-2.49506,-2.52364,-1.79347,-2.06341,-1.87126,-2.27886,-2.42607,-1.60404,-3.26587,-2.72009,-1.33069,-1.23792,-1.64822,-2.71002,-3.474,-1.53368,-2.21136,-3.09248,-0.258136,-0.250693,-0.298558,-0.150065,-0.179874,-0.176418,-0.22245,-0.22625,-0.193578,-0.229204,-0.240697,-0.0999881,-0.134825,-0.0838035,-0.326878,-0.333774,-0.419214,-0.143146,-0.122949,-0.170378,-0.214328,-0.39923,-0.114885,0.0567686 +-5909.86,0.7092,0.394006,2,-0.204352,0.00405929,-2.28319,-2.10255,-2.1026,-2.44448,-2.50571,-2.20568,-1.78431,-2.13047,-2.04115,-2.33394,-2.29663,-1.49141,-3.25241,-2.77195,-1.24837,-1.18836,-1.77935,-2.76589,-3.29085,-1.32554,-2.39222,-2.96428,-0.211296,-0.182194,-0.154656,-0.213433,-0.264406,-0.127194,-0.167734,-0.239445,-0.292787,-0.223975,-0.178253,-0.268855,-0.27287,-0.170107,-0.235197,-0.322772,-0.238292,-0.34694,-0.103641,-0.266067,-0.261085,-0.0752839,-0.118555,0.0637125 +-5909.86,0.333358,0.394006,2,-0.204352,0.00405929,-2.28319,-2.10255,-2.1026,-2.44448,-2.50571,-2.20568,-1.78431,-2.13047,-2.04115,-2.33394,-2.29663,-1.49141,-3.25241,-2.77195,-1.24837,-1.18836,-1.77935,-2.76589,-3.29085,-1.32554,-2.39222,-2.96428,-0.211296,-0.182194,-0.154656,-0.213433,-0.264406,-0.127194,-0.167734,-0.239445,-0.292787,-0.223975,-0.178253,-0.268855,-0.27287,-0.170107,-0.235197,-0.322772,-0.238292,-0.34694,-0.103641,-0.266067,-0.261085,-0.0752839,-0.118555,0.0637125 +-5909.86,7.49005e-07,0.394006,2,-0.204352,0.00405929,-2.28319,-2.10255,-2.1026,-2.44448,-2.50571,-2.20568,-1.78431,-2.13047,-2.04115,-2.33394,-2.29663,-1.49141,-3.25241,-2.77195,-1.24837,-1.18836,-1.77935,-2.76589,-3.29085,-1.32554,-2.39222,-2.96428,-0.211296,-0.182194,-0.154656,-0.213433,-0.264406,-0.127194,-0.167734,-0.239445,-0.292787,-0.223975,-0.178253,-0.268855,-0.27287,-0.170107,-0.235197,-0.322772,-0.238292,-0.34694,-0.103641,-0.266067,-0.261085,-0.0752839,-0.118555,0.0637125 +-5907.27,6.42773e-05,0.394006,2,-0.222366,0.00397887,-2.31526,-1.85085,-2.3386,-2.59237,-2.41183,-1.82714,-1.79572,-2.23536,-2.05611,-2.29214,-2.28931,-1.49309,-3.14607,-2.66578,-1.29867,-1.24447,-1.82027,-2.6236,-3.09013,-1.20802,-2.26612,-2.84689,-0.188158,-0.268927,-0.237997,-0.19833,-0.20841,-0.33756,-0.2695,-0.23819,-0.36917,-0.217363,-0.252137,-0.237406,-0.1343,-0.189421,-0.223503,-0.277372,-0.270711,-0.188996,-0.132504,-0.232004,-0.233406,-0.196988,-0.137607,0.0630783 +-5907.27,4.03774e-23,0.394006,2,-0.222366,0.00397887,-2.31526,-1.85085,-2.3386,-2.59237,-2.41183,-1.82714,-1.79572,-2.23536,-2.05611,-2.29214,-2.28931,-1.49309,-3.14607,-2.66578,-1.29867,-1.24447,-1.82027,-2.6236,-3.09013,-1.20802,-2.26612,-2.84689,-0.188158,-0.268927,-0.237997,-0.19833,-0.20841,-0.33756,-0.2695,-0.23819,-0.36917,-0.217363,-0.252137,-0.237406,-0.1343,-0.189421,-0.223503,-0.277372,-0.270711,-0.188996,-0.132504,-0.232004,-0.233406,-0.196988,-0.137607,0.0630783 +-5907.27,5.58228e-14,0.394006,2,-0.222366,0.00397887,-2.31526,-1.85085,-2.3386,-2.59237,-2.41183,-1.82714,-1.79572,-2.23536,-2.05611,-2.29214,-2.28931,-1.49309,-3.14607,-2.66578,-1.29867,-1.24447,-1.82027,-2.6236,-3.09013,-1.20802,-2.26612,-2.84689,-0.188158,-0.268927,-0.237997,-0.19833,-0.20841,-0.33756,-0.2695,-0.23819,-0.36917,-0.217363,-0.252137,-0.237406,-0.1343,-0.189421,-0.223503,-0.277372,-0.270711,-0.188996,-0.132504,-0.232004,-0.233406,-0.196988,-0.137607,0.0630783 +-5907.27,2.3401e-05,0.394006,2,-0.222366,0.00397887,-2.31526,-1.85085,-2.3386,-2.59237,-2.41183,-1.82714,-1.79572,-2.23536,-2.05611,-2.29214,-2.28931,-1.49309,-3.14607,-2.66578,-1.29867,-1.24447,-1.82027,-2.6236,-3.09013,-1.20802,-2.26612,-2.84689,-0.188158,-0.268927,-0.237997,-0.19833,-0.20841,-0.33756,-0.2695,-0.23819,-0.36917,-0.217363,-0.252137,-0.237406,-0.1343,-0.189421,-0.223503,-0.277372,-0.270711,-0.188996,-0.132504,-0.232004,-0.233406,-0.196988,-0.137607,0.0630783 +-5907.14,0.0719536,0.394006,2,-0.202222,0.00419593,-2.88788,-2.39315,-2.49361,-2.43052,-2.11173,-2.14117,-1.83124,-2.0756,-1.94023,-2.25475,-2.38052,-1.469,-3.32625,-2.8011,-1.24674,-1.33801,-1.85677,-2.84885,-3.07373,-1.18018,-2.3209,-3.03716,-0.270009,-0.225059,-0.202183,-0.289805,-0.270271,-0.222794,-0.222319,-0.109739,-0.174946,-0.249041,-0.174686,-0.165498,-0.267038,-0.132774,-0.362288,-0.183035,-0.175377,-0.225871,-0.28295,-0.252039,-0.182125,-0.243536,-0.276929,0.064776 +-5912.45,0.00226854,0.394006,2,-0.213907,0.00322612,-2.74212,-2.57463,-2.36531,-2.37045,-2.04985,-2.10156,-1.87661,-2.1018,-1.90214,-2.25213,-2.31088,-1.42157,-3.31103,-2.86394,-1.18853,-1.42137,-1.662,-2.92459,-3.09911,-1.14757,-2.40278,-2.9562,-0.246524,-0.141532,-0.205311,-0.30435,-0.160891,-0.191658,-0.203471,-0.171015,-0.202586,-0.277834,-0.1936,-0.217048,-0.233224,-0.0537915,-0.401511,-0.230284,-0.177528,-0.357255,-0.240076,-0.30989,-0.223943,-0.22444,-0.190998,0.0567989 +-5912.45,0.0578094,0.394006,2,-0.213907,0.00322612,-2.74212,-2.57463,-2.36531,-2.37045,-2.04985,-2.10156,-1.87661,-2.1018,-1.90214,-2.25213,-2.31088,-1.42157,-3.31103,-2.86394,-1.18853,-1.42137,-1.662,-2.92459,-3.09911,-1.14757,-2.40278,-2.9562,-0.246524,-0.141532,-0.205311,-0.30435,-0.160891,-0.191658,-0.203471,-0.171015,-0.202586,-0.277834,-0.1936,-0.217048,-0.233224,-0.0537915,-0.401511,-0.230284,-0.177528,-0.357255,-0.240076,-0.30989,-0.223943,-0.22444,-0.190998,0.0567989 +-5912.45,0.178593,0.394006,2,-0.213907,0.00322612,-2.74212,-2.57463,-2.36531,-2.37045,-2.04985,-2.10156,-1.87661,-2.1018,-1.90214,-2.25213,-2.31088,-1.42157,-3.31103,-2.86394,-1.18853,-1.42137,-1.662,-2.92459,-3.09911,-1.14757,-2.40278,-2.9562,-0.246524,-0.141532,-0.205311,-0.30435,-0.160891,-0.191658,-0.203471,-0.171015,-0.202586,-0.277834,-0.1936,-0.217048,-0.233224,-0.0537915,-0.401511,-0.230284,-0.177528,-0.357255,-0.240076,-0.30989,-0.223943,-0.22444,-0.190998,0.0567989 +-5912.45,0.00946894,0.394006,2,-0.213907,0.00322612,-2.74212,-2.57463,-2.36531,-2.37045,-2.04985,-2.10156,-1.87661,-2.1018,-1.90214,-2.25213,-2.31088,-1.42157,-3.31103,-2.86394,-1.18853,-1.42137,-1.662,-2.92459,-3.09911,-1.14757,-2.40278,-2.9562,-0.246524,-0.141532,-0.205311,-0.30435,-0.160891,-0.191658,-0.203471,-0.171015,-0.202586,-0.277834,-0.1936,-0.217048,-0.233224,-0.0537915,-0.401511,-0.230284,-0.177528,-0.357255,-0.240076,-0.30989,-0.223943,-0.22444,-0.190998,0.0567989 +-5912.45,0.0362998,0.394006,2,-0.213907,0.00322612,-2.74212,-2.57463,-2.36531,-2.37045,-2.04985,-2.10156,-1.87661,-2.1018,-1.90214,-2.25213,-2.31088,-1.42157,-3.31103,-2.86394,-1.18853,-1.42137,-1.662,-2.92459,-3.09911,-1.14757,-2.40278,-2.9562,-0.246524,-0.141532,-0.205311,-0.30435,-0.160891,-0.191658,-0.203471,-0.171015,-0.202586,-0.277834,-0.1936,-0.217048,-0.233224,-0.0537915,-0.401511,-0.230284,-0.177528,-0.357255,-0.240076,-0.30989,-0.223943,-0.22444,-0.190998,0.0567989 +-5909.89,0.0654011,0.394006,2,-0.22309,0.00433253,-2.86468,-2.50767,-2.21586,-2.39973,-2.24966,-2.09561,-1.8952,-2.19642,-1.89647,-2.25954,-2.36785,-1.40594,-3.23927,-2.84355,-1.19325,-1.38054,-1.77988,-2.66316,-3.11005,-1.06168,-2.39747,-2.89787,-0.210101,-0.20767,-0.195228,-0.262884,-0.226066,-0.147209,-0.185107,-0.196025,-0.208701,-0.211215,-0.208763,-0.220746,-0.244331,-0.0559169,-0.345231,-0.156149,-0.183589,-0.369504,-0.205276,-0.329554,-0.20403,-0.225375,-0.172408,0.0658219 +-5913.11,0.0631259,0.394006,2,-0.227616,0.00386893,-2.9529,-2.39306,-2.27783,-2.39719,-2.26766,-2.43809,-1.86976,-2.22789,-1.88033,-2.23674,-2.36444,-1.3547,-3.22417,-2.77173,-1.13559,-1.38485,-1.80176,-2.64976,-3.19855,-1.17902,-2.36393,-2.84404,-0.379609,-0.217176,-0.146523,-0.212897,-0.153309,-0.197046,-0.213389,-0.220355,-0.20297,-0.22563,-0.143555,-0.169889,-0.263837,-0.0301161,-0.331827,-0.0995596,-0.236341,-0.27053,-0.351382,-0.413146,-0.29124,-0.251779,-0.211583,0.0622007 +-5913.11,0.174648,0.394006,2,-0.227616,0.00386893,-2.9529,-2.39306,-2.27783,-2.39719,-2.26766,-2.43809,-1.86976,-2.22789,-1.88033,-2.23674,-2.36444,-1.3547,-3.22417,-2.77173,-1.13559,-1.38485,-1.80176,-2.64976,-3.19855,-1.17902,-2.36393,-2.84404,-0.379609,-0.217176,-0.146523,-0.212897,-0.153309,-0.197046,-0.213389,-0.220355,-0.20297,-0.22563,-0.143555,-0.169889,-0.263837,-0.0301161,-0.331827,-0.0995596,-0.236341,-0.27053,-0.351382,-0.413146,-0.29124,-0.251779,-0.211583,0.0622007 +-5911.63,0.34288,0.394006,2,-0.190381,0.00453389,-2.50438,-2.17745,-2.13705,-2.38532,-2.39064,-2.68354,-1.63884,-2.1524,-2.00108,-2.3524,-2.51952,-1.47668,-2.68867,-2.75552,-1.396,-1.48698,-1.91391,-2.64185,-3.04789,-1.26043,-2.0257,-2.94016,0.0039006,-0.195523,-0.172685,-0.298697,-0.232837,-0.192649,-0.30673,-0.106051,-0.251771,-0.230804,-0.164302,-0.227243,-0.133823,-0.134658,-0.0749637,-0.316508,-0.185078,-0.219135,-0.0302403,-0.165209,-0.140361,-0.203826,-0.141259,0.0673342 +-5913.74,5.69671e-05,0.394006,3,-0.219977,0.00310951,-2.45042,-2.20602,-2.0988,-2.37775,-2.46831,-2.55589,-1.89009,-2.18797,-2.16349,-2.32157,-2.28813,-1.34011,-3.36469,-2.72684,-1.38063,-1.59886,-1.72606,-3.17703,-4.09475,-1.70464,-2.28991,-2.83842,-0.281286,-0.224924,-0.225933,-0.149657,0.0489401,-0.174818,-0.227575,-0.20698,-0.162042,-0.169681,-0.184996,-0.225983,-0.315442,-0.00688142,-0.26545,-0.0120428,-0.238309,-0.144112,-0.335537,-0.222685,-0.283699,-0.260922,-0.228153,0.0557629 +-5911.24,0.329049,0.394006,2,-0.212053,0.00417972,-2.04837,-2.3617,-2.15633,-2.4463,-2.63056,-2.36289,-1.78307,-2.09493,-2.14295,-2.27669,-2.32645,-1.22837,-3.40829,-2.81853,-1.53381,-1.50096,-1.67125,-3.47109,-3.18526,-1.51602,-2.29019,-2.93237,-0.256547,-0.141588,-0.225606,-0.209119,-0.0319362,-0.238794,-0.260563,-0.188304,-0.372788,-0.254058,-0.194682,-0.186473,-0.282534,-0.141579,-0.0845616,-0.0405696,-0.19126,-0.255819,-0.139915,-0.269421,-0.15504,-0.241224,-0.191028,0.0646508 +-5907.61,0.0908341,0.394006,2,-0.227601,0.00317189,-2.06826,-2.21067,-2.17142,-2.42782,-2.66887,-2.4394,-1.80174,-2.09055,-2.06566,-2.26939,-2.35849,-1.29818,-3.3934,-2.883,-1.58989,-1.47028,-1.67655,-3.33834,-3.28481,-1.58476,-2.23827,-2.91457,-0.372293,-0.168624,-0.310638,-0.234627,-0.0709813,-0.191897,-0.235083,-0.16627,-0.245551,-0.224277,-0.27029,-0.200554,-0.221797,-0.152398,-0.161242,-0.0708843,-0.199603,-0.204824,-0.232172,-0.293211,-0.180813,-0.184057,-0.246913,0.0563195 +-5905.83,3.22438e-07,0.394006,2,-0.220306,0.00445291,-2.31333,-2.1487,-2.19873,-2.39675,-2.67123,-2.61006,-1.8171,-2.09488,-1.98486,-2.28194,-2.34253,-1.38235,-3.45173,-2.7666,-1.61583,-1.44113,-1.72411,-3.23902,-3.47629,-1.56882,-2.21399,-2.95982,-0.352852,-0.291752,-0.246689,-0.21413,-0.0442852,-0.278232,-0.273881,-0.295337,-0.230493,-0.229036,-0.24884,-0.202277,-0.240248,-0.133132,-0.187308,-0.106383,-0.144588,-0.0845924,-0.26549,-0.254333,-0.197463,-0.253297,-0.240987,0.0667301 +-5910.34,0.246418,0.394006,3,-0.276083,0.0102446,-2.19651,-2.15818,-2.06912,-2.44665,-2.1662,-2.83701,-1.69816,-2.15336,-1.99996,-2.24279,-2.31421,-1.54654,-2.634,-2.71725,-1.17103,-1.48854,-2.14908,-3.00457,-4.05669,-1.42687,-2.20981,-2.86132,-0.272078,-0.398031,-0.316973,-0.191125,-0.211004,-0.23961,-0.404893,-0.146568,-0.288128,-0.292251,-0.303141,-0.182747,-0.376442,-0.181012,-0.290636,-0.112724,0.0389041,-0.332148,-0.322433,-0.331696,-0.214119,-0.239367,-0.318403,0.101216 +-5911.71,0.547923,0.394006,2,-0.263872,0.00830205,-2.25344,-2.29279,-1.99466,-2.50179,-2.11871,-2.64272,-1.69685,-2.27163,-2.02368,-2.27263,-2.35146,-1.65484,-2.57136,-2.7627,-1.08395,-1.5624,-2.11902,-3.01558,-3.81151,-1.45011,-2.17055,-2.96588,-0.240275,-0.241691,-0.260635,-0.224325,-0.259316,-0.30322,-0.405887,-0.171635,-0.294148,-0.31632,-0.324443,-0.078812,-0.359777,-0.18205,-0.327102,-0.139039,0.0886038,-0.253101,-0.244057,-0.29548,-0.253335,-0.312526,-0.351395,0.0911156 +-5914.55,6.98264e-05,0.394006,2,-0.260952,0.0158185,-2.76847,-1.94985,-2.11964,-2.52293,-2.50015,-2.30956,-1.66163,-2.10009,-2.04257,-2.24282,-2.33908,-1.49784,-2.79613,-2.70322,-1.37137,-1.69819,-2.22978,-3.22405,-3.19907,-1.47729,-1.92093,-2.9828,-0.317735,-0.418857,-0.291895,-0.236755,-0.25799,-0.111352,-0.441115,-0.102027,-0.11855,-0.261538,-0.321041,-0.212848,-0.396568,-0.029978,-0.309667,-0.152875,0.136651,-0.319219,-0.179211,-0.258687,-0.294109,-0.185931,-0.284507,0.125772 +-5918.44,0.516584,0.394006,2,-0.23118,0.0147733,-2.95852,-1.93324,-2.1473,-2.46469,-2.51394,-2.41623,-1.65816,-2.23149,-2.05426,-2.19549,-2.37905,-1.4696,-2.87326,-2.63554,-1.23981,-1.79056,-2.28192,-3.30184,-3.1788,-1.45284,-1.90655,-3.0124,-0.294087,-0.409154,-0.349418,-0.259742,-0.247157,-0.101138,-0.441216,-0.163195,-0.164787,-0.241888,-0.401676,-0.108751,-0.326699,-0.0754517,-0.228412,-0.16824,0.0649916,-0.320093,-0.134704,-0.188458,-0.343116,-0.285536,-0.382019,0.121545 +-5917.92,0.671764,0.394006,2,-0.223084,0.0151801,-2.10937,-2.40492,-2.29806,-2.34047,-2.47149,-2.03754,-1.58316,-2.09923,-1.86291,-2.28148,-2.1376,-1.43306,-2.95496,-2.8858,-1.47753,-1.21656,-1.82791,-2.61191,-3.35429,-1.60019,-2.40421,-2.8663,-0.1689,-0.169613,-0.167231,-0.191897,-0.068645,-0.38123,-0.535932,-0.252363,-0.347093,-0.304171,-0.133349,-0.298023,-0.187395,-0.016055,-0.270508,-0.222349,-0.331662,-0.111601,-0.38964,-0.238869,-0.253477,-0.327347,-0.191136,0.123208 +-5908.79,1,0.394006,2,-0.273385,0.00518923,-3.00907,-2.18724,-2.21085,-2.48323,-2.56039,-2.55038,-1.77183,-2.14663,-1.94722,-2.22152,-2.48271,-1.48879,-3.00443,-2.46601,-1.15684,-1.67161,-1.94315,-3.40782,-3.58888,-1.44318,-2.02593,-2.84386,-0.257813,-0.264036,-0.263173,-0.235814,-0.168978,-0.378555,-0.27749,-0.175794,-0.232553,-0.329701,-0.319351,-0.291808,-0.347239,-0.233722,-0.271883,-0.221474,-0.32083,-0.252322,-0.0510321,-0.244442,-0.44357,-0.248601,-0.267966,0.0720363 +-5906.94,3.6453e-25,0.394006,2,-0.232602,0.00285107,-2.94059,-2.246,-2.3265,-2.46116,-2.49228,-2.22969,-1.67608,-2.23845,-1.99341,-2.16936,-2.28716,-1.4703,-2.98998,-2.41869,-1.40454,-1.70621,-1.87409,-3.33503,-3.33339,-1.54208,-2.02381,-2.81296,-0.283494,-0.271382,-0.186367,-0.169897,-0.136524,-0.211553,-0.234727,-0.174113,-0.311583,-0.264637,-0.215876,-0.236994,-0.214321,-0.274538,-0.280313,-0.277413,-0.210334,-0.168718,-0.172766,-0.384502,-0.172271,-0.36056,-0.231838,0.0533954 +-5906.94,0.00246034,0.394006,3,-0.232602,0.00285107,-2.94059,-2.246,-2.3265,-2.46116,-2.49228,-2.22969,-1.67608,-2.23845,-1.99341,-2.16936,-2.28716,-1.4703,-2.98998,-2.41869,-1.40454,-1.70621,-1.87409,-3.33503,-3.33339,-1.54208,-2.02381,-2.81296,-0.283494,-0.271382,-0.186367,-0.169897,-0.136524,-0.211553,-0.234727,-0.174113,-0.311583,-0.264637,-0.215876,-0.236994,-0.214321,-0.274538,-0.280313,-0.277413,-0.210334,-0.168718,-0.172766,-0.384502,-0.172271,-0.36056,-0.231838,0.0533954 +-5909.26,0.00464982,0.394006,2,-0.253969,0.00462917,-2.81823,-1.8256,-2.35653,-2.42089,-2.1719,-2.30105,-1.77317,-2.17914,-1.64437,-2.2746,-2.19079,-1.33497,-2.78801,-2.68665,-1.54547,-1.56851,-1.82878,-3.23133,-4.09054,-1.51433,-2.12946,-2.78629,-0.190939,-0.156205,-0.423348,-0.244388,-0.323685,-0.259257,-0.28449,-0.225895,-0.252063,-0.232792,-0.273893,-0.19842,-0.25942,-0.145336,-0.156966,-0.131765,-0.279474,-0.252926,-0.274114,-0.167576,-0.350177,-0.317226,-0.256832,0.068038 +-5910.41,0.148809,0.394006,2,-0.224236,0.00437467,-2.79141,-1.91557,-2.19799,-2.40475,-2.20736,-2.27389,-1.70917,-2.07245,-1.77988,-2.29949,-2.38867,-1.33068,-2.8332,-2.65857,-1.57925,-1.45479,-1.8407,-3.11196,-3.1783,-1.68053,-2.2368,-3.04112,-0.334872,-0.275367,-0.499057,-0.243976,-0.289253,-0.188481,-0.302652,-0.411548,-0.240457,-0.229679,-0.268442,-0.208912,-0.219887,-0.172393,-0.298594,-0.277089,-0.200958,-0.157142,-0.169732,-0.0754528,-0.155302,-0.204123,-0.259014,0.0661413 +-5914.5,0.702823,0.394006,3,-0.321348,0.00899391,-2.41048,-2.24123,-1.45287,-2.40136,-2.41155,-2.42466,-1.68436,-1.84506,-1.98513,-2.24863,-2.24645,-1.47545,-3.23839,-2.65799,-1.44985,-1.4664,-2.19436,-3.18554,-2.94795,-1.52496,-1.96356,-2.87602,-0.0957242,-0.327067,-0.349155,-0.309597,-0.250831,-0.416135,-0.385879,-0.225034,-0.386103,-0.286147,-0.148255,-0.315586,-0.354537,-0.285106,-0.247925,-0.281974,-0.268113,-0.32593,-0.418996,-0.263391,-0.533651,-0.443655,-0.330122,0.0948362 +-5928.73,0.472566,0.394006,2,-0.237092,0.00784591,-2.36834,-2.13767,-2.88953,-2.39613,-2.24973,-2.17824,-1.74341,-2.35105,-1.73548,-2.27833,-2.49178,-1.11421,-2.96132,-2.70795,-1.44712,-1.62551,-1.97188,-3.02284,-3.70467,-1.24026,-2.54756,-2.80573,-0.425922,-0.261942,-0.475698,-0.136126,-0.243293,-0.120674,-0.283353,-0.286168,-0.3601,-0.299718,-0.279468,-0.436068,-0.16247,-0.201233,-0.199978,-0.158203,-0.189027,-0.251031,-0.150861,-0.361295,-0.0545401,-0.2629,-0.209473,0.0885771 +-5926.2,0.941122,0.394006,2,-0.242332,0.00942112,-2.46907,-2.08411,-2.90295,-2.34647,-2.30582,-2.08998,-1.69002,-2.35704,-1.71332,-2.33154,-2.42009,-1.23251,-2.92004,-2.69476,-1.46996,-1.70255,-2.03672,-3.11603,-3.65463,-1.23475,-2.56182,-2.88602,-0.149527,-0.220793,-0.465302,-0.172946,-0.247023,-0.189861,-0.283435,-0.198935,-0.256999,-0.320437,-0.291194,-0.430132,-0.226201,-0.259207,-0.192884,-0.0298124,-0.194713,-0.24323,-0.166625,-0.375246,-0.0866798,-0.255995,-0.268976,0.0970625 +-5925.21,0.837968,0.394006,2,-0.145255,0.0213184,-2.3911,-2.34561,-2.22972,-2.35954,-2.51376,-2.34109,-1.83677,-1.93252,-2.26545,-2.2687,-2.2516,-1.72942,-3.52598,-2.75723,-1.23703,-1.29743,-2.08668,-2.75566,-3.16918,-1.68287,-1.84908,-3.00113,-0.026925,-0.148921,0.0249142,-0.242761,-0.0264958,-0.118049,-0.296474,-0.35594,-0.1244,-0.325939,-0.096046,-0.0282464,0.0913728,-0.183384,-0.236937,-0.241839,-0.153293,-0.192831,-0.117716,0.0195665,-0.376435,-0.212877,-0.215008,0.146008 +-5929.07,0.798808,0.394006,2,-0.177045,0.0134951,-2.28791,-2.24462,-2.13924,-2.36189,-2.55463,-2.37046,-1.77485,-2.02871,-2.16526,-2.27001,-2.29558,-1.52241,-3.28716,-2.67841,-1.39054,-1.8228,-2.22621,-2.94351,-3.51066,-1.62654,-1.94049,-3.06894,0.0101979,-0.292275,0.0760362,-0.164312,-0.187824,-0.0995242,-0.223067,-0.19117,-0.168129,-0.282926,-0.201122,0.0154399,0.243636,0.0964906,-0.225104,-0.35056,-0.0536843,-0.282387,-0.448388,-0.0106467,-0.141618,-0.227678,-0.276984,0.116168 +-5928.53,0.870171,0.394006,2,-0.144247,0.0194134,-2.24507,-2.01859,-2.2993,-2.37065,-2.33023,-2.09859,-1.70324,-2.29112,-1.83933,-2.1645,-2.38127,-1.50805,-2.92378,-2.93278,-1.58149,-1.20289,-2.1974,-2.89946,-3.25683,-1.37307,-2.47806,-2.99996,-0.442055,-0.201631,-0.35508,-0.35067,-0.106519,-0.316748,-0.401834,-0.0430108,-0.199998,-0.319605,-0.143675,-0.237985,-0.507102,-0.0318724,-0.0314256,-0.0133903,0.0146359,-0.0124352,0.137528,-0.303237,-0.276262,-0.127804,-0.057128,0.139332 +-5932.12,0.92159,0.394006,3,-0.270669,0.0178738,-2.4965,-2.19108,-2.20293,-2.31217,-2.59406,-2.69685,-1.74926,-1.94572,-2.07975,-2.21968,-2.28475,-1.1722,-2.97337,-2.73521,-1.27244,-2.09793,-1.9463,-3.40895,-3.97106,-1.58849,-2.14397,-2.83145,-0.0165217,-0.565867,-0.312609,-0.259759,-0.0972062,0.0569463,-0.312413,-0.160402,-0.433265,-0.283533,-0.290388,-0.387775,-0.11945,-0.163025,-0.341139,-0.0334002,-0.169005,-0.265409,-0.246058,-0.198421,-0.125896,-0.524721,-0.43954,0.133693 +-5933.69,0.853211,0.394006,2,-0.273429,0.0190087,-2.101,-1.96061,-2.0125,-2.48153,-2.27952,-1.84897,-1.72096,-2.01827,-1.81164,-2.20983,-2.42368,-1.72753,-2.93238,-2.74437,-1.32071,-1.04095,-2.04359,-2.57832,-2.78307,-1.14385,-2.00081,-3.07057,-0.65332,-0.214152,-0.282757,-0.230299,-0.351203,-0.563071,-0.494497,-0.284408,-0.153114,-0.186339,-0.170718,0.0996751,-0.575747,-0.164373,-0.217816,-0.377365,-0.174215,-0.310766,-0.175038,-0.580688,-0.592508,-0.320983,-0.184947,0.137872 +-5925.99,0.981623,0.394006,2,-0.293008,0.0111889,-2.34355,-2.2909,-2.48057,-2.283,-2.50831,-2.30968,-1.75416,-2.08855,-2.02695,-2.3021,-2.32334,-1.45808,-2.80833,-2.58591,-1.27436,-1.8119,-1.68694,-3.24939,-3.78489,-1.46215,-2.21903,-2.55124,-0.137111,-0.556321,-0.359692,-0.369522,-0.212089,-0.229243,-0.339397,-0.32945,-0.515623,-0.388997,-0.287647,-0.178005,-0.237595,-0.1848,-0.421959,-0.35099,-0.336424,-0.371452,-0.482192,-0.26647,-0.208087,-0.612134,-0.449622,0.105777 +-5927.73,0.904774,0.394006,2,-0.207786,0.0197775,-2.25608,-2.11951,-1.66236,-2.45682,-2.24217,-1.97964,-1.60306,-1.95066,-1.86034,-2.24533,-2.22478,-1.55306,-3.18134,-2.76906,-1.36864,-1.33339,-1.98089,-2.65521,-3.1526,-1.49787,-2.03464,-2.80163,-0.555859,-0.0436048,-0.21307,-0.193083,-0.222134,-0.509323,-0.418231,-0.242402,-0.101817,-0.198047,-0.355603,-0.190513,-0.466757,-0.208985,-0.186816,-0.0737871,-0.279775,-0.245288,-0.0151633,-0.275452,-0.482857,-0.809774,-0.168272,0.140633 +-5925.45,0.980455,0.394006,2,-0.296001,0.0107446,-2.02514,-2.44285,-2.61342,-2.40501,-2.33748,-2.16249,-1.70538,-2.17627,-2.0818,-2.28049,-2.20905,-1.36524,-3.00909,-2.51363,-1.35833,-1.70014,-1.83884,-3.28386,-3.68774,-1.55425,-2.05616,-2.70254,-0.0316504,-0.353825,-0.263436,-0.180465,-0.304218,-0.17639,-0.482553,-0.229672,-0.445411,-0.325826,-0.281874,-0.10368,-0.196148,-0.168949,-0.218417,-0.335832,-0.20266,-0.0404618,-0.451207,0.0516121,-0.333273,-0.266989,-0.146198,0.103656 +-5916.14,0.995848,0.394006,3,-0.255783,0.00740484,-2.22968,-2.18254,-1.69696,-2.38481,-2.43233,-2.47401,-1.80127,-2.23828,-2.20639,-2.29903,-2.38118,-1.439,-3.11537,-2.74393,-1.39427,-1.54214,-2.01666,-2.41897,-3.6037,-1.42779,-2.35283,-3.0141,-0.195122,-0.454315,-0.382549,-0.219496,-0.244136,-0.24182,-0.386071,-0.274502,-0.356238,-0.28164,-0.151117,-0.229218,-0.226824,0.100119,-0.262624,-0.391655,-0.234939,-0.234134,-0.328297,-0.455667,-0.159058,-0.198702,-0.157187,0.0860514 +-5921.5,0.867762,0.394006,2,-0.27441,0.00893172,-2.04462,-2.30902,-1.67092,-2.3772,-2.38229,-2.57858,-1.83415,-2.21691,-2.25263,-2.26399,-2.34588,-1.4524,-3.08647,-2.64895,-1.36901,-1.55347,-1.93921,-2.59822,-3.51824,-1.43057,-2.36447,-3.11598,-0.174353,-0.327343,-0.424834,-0.195963,-0.221573,-0.301583,-0.387144,-0.296353,-0.364843,-0.283167,-0.135837,-0.293801,-0.189725,0.12502,-0.201859,-0.385813,-0.250656,-0.189253,-0.367287,-0.454821,-0.168809,-0.1596,-0.155844,0.0945078 +-5927.42,0.548613,0.394006,2,-0.213258,0.00981236,-3.52937,-2.26058,-2.24236,-2.55928,-2.46381,-2.404,-1.68306,-2.04096,-2.11796,-2.23923,-2.45081,-1.44613,-3.06548,-2.75807,-1.0267,-1.22595,-1.78391,-3.17151,-3.0361,-1.5154,-2.13526,-2.89073,-0.294195,-0.105479,-0.0439177,-0.0509132,-0.264855,-0.177974,-0.2402,-0.0828243,-0.11528,-0.305014,-0.263888,-0.223488,-0.294799,-0.354825,-0.347951,-0.135674,-0.21813,-0.259143,-0.0697362,-0.379689,-0.357535,-0.476425,-0.265976,0.0990573 +-5927.79,0.983467,0.394006,3,-0.33979,0.00982642,-1.71048,-1.93495,-1.85082,-2.24021,-2.44268,-2.21817,-1.64839,-2.04438,-1.71079,-2.26733,-2.2178,-1.45519,-2.87937,-3.18174,-1.68798,-1.47764,-2.25465,-3.08286,-3.52244,-1.53891,-2.15212,-2.95667,-0.39256,-0.443193,-0.461995,-0.55745,-0.319205,-0.701736,-0.49312,-0.148268,-0.485694,-0.335565,-0.294856,-0.157468,-0.367852,0.391997,-0.300003,-0.0612397,-0.259919,-0.337735,-0.128612,-0.205278,-0.373323,-0.279326,-0.275509,0.0991283 +-5930.01,0.724366,0.394006,2,-0.302427,0.0268775,-2.2675,-2.22965,-2.02442,-2.34051,-2.32929,-1.63232,-1.5612,-2.14794,-1.97416,-2.18516,-2.20165,-1.72848,-2.66898,-2.71256,-1.38493,-1.64669,-1.51023,-3.34149,-2.80382,-1.44359,-1.9631,-2.95039,-0.117551,-0.348675,-0.287082,-0.306796,-0.235539,-0.648032,-0.50827,-0.394054,-0.28999,-0.392764,-0.640674,-0.115126,-0.414167,0.184581,-0.0553333,-0.0941986,-0.394737,-0.243974,-0.277406,-0.29728,-0.351086,-0.426617,-0.261399,0.163944 +-5933.66,0.804127,0.394006,3,-0.218417,0.0385807,-2.63,-2.28039,-1.95552,-2.38845,-2.32481,-2.89821,-1.57235,-2.34707,-2.04796,-2.11199,-2.23438,-1.77513,-3.01975,-2.93571,-1.59253,-1.60808,-1.93051,-2.57901,-3.51062,-1.56776,-1.95574,-2.74335,-0.303949,-0.437948,-0.339944,-0.207154,-0.353664,-0.0891645,-0.582879,0.266902,-0.198689,-0.431775,-0.250925,-0.00527449,-0.330071,0.0727297,0.0891563,0.00448048,-0.606461,0.0587078,-0.0579921,-0.218595,-0.325871,-0.367108,-0.467844,0.19642 +-5924.34,0.944355,0.394006,3,-0.216672,0.0224363,-2.0223,-2.19637,-2.37915,-2.384,-2.4431,-1.78511,-1.78246,-1.93239,-1.96932,-2.42469,-2.42358,-1.23172,-3.06276,-2.80543,-1.52576,-1.42209,-1.89114,-3.46702,-3.25759,-1.52029,-2.26651,-3.10276,-0.0798823,-0.0594956,-0.229691,-0.245998,-0.0256617,-0.288962,-0.257948,-0.532016,-0.31432,-0.228058,-0.18767,-0.283038,-0.289162,0.067519,-0.143717,-0.317071,-0.0237776,-0.27697,-0.193506,-0.2329,-0.392023,-0.215316,-0.105904,0.149787 +-5925.49,0.792007,0.394006,2,-0.102757,0.0163791,-2.93218,-2.07091,-1.88572,-2.36873,-2.39164,-2.62227,-1.71467,-2.40602,-2.06042,-2.18795,-2.34313,-1.66281,-2.98359,-2.75558,-1.23318,-1.63475,-2.40284,-2.89518,-4.16534,-1.37472,-2.21262,-3.14133,-0.228717,-0.3371,-0.190216,-0.188571,-0.195963,-0.0693594,-0.277639,0.0910082,-0.0771563,-0.113657,-0.0965543,0.0167156,-0.0511621,-0.214404,-0.128316,0.0143373,-0.147788,-0.0040024,-0.123165,-0.126336,-0.052289,-0.148292,-0.198236,0.127981 +-5925.41,0.760298,0.394006,2,-0.123534,0.0332805,-2.12005,-2.41291,-2.27489,-2.54456,-2.53714,-1.95408,-1.6229,-2.05758,-1.93289,-2.28603,-2.41857,-1.4229,-3.03846,-2.92244,-1.53253,-1.37947,-1.69156,-3.13297,-2.85506,-1.74967,-2.19611,-2.79176,-0.0680509,0.0152724,-0.232612,-0.0232742,-0.170616,-0.481983,-0.524688,-0.183431,-0.232243,-0.345652,-0.148885,-0.219848,-0.202293,0.143969,-0.224797,-0.10969,-0.200182,-0.33798,-0.169859,-0.222895,-0.362722,-0.492453,-0.0833953,0.182429 +-5928.05,1,0.394006,2,-0.175544,0.0219409,-2.55412,-2.02641,-2.38269,-2.32659,-2.39872,-2.69728,-1.80209,-2.05301,-2.04876,-2.20882,-2.23305,-1.76219,-2.94299,-2.63575,-1.26995,-1.46512,-2.21754,-2.85875,-3.87265,-1.32755,-2.06043,-2.9539,-0.505327,-0.656446,-0.268281,-0.30493,-0.119981,0.121056,-0.197228,-0.179592,-0.354541,-0.20165,-0.256945,0.07284,-0.542455,-0.314886,-0.378943,-0.3588,-0.125573,-0.0446877,-0.240086,-0.207306,-0.361029,-0.258187,-0.21185,0.148125 +-5920.63,1,0.394006,2,-0.336513,0.007257,-2.09411,-1.92348,-2.56273,-2.30807,-2.57129,-2.19957,-1.85622,-2.14037,-1.93795,-2.23967,-2.29884,-1.65288,-2.94116,-2.60818,-1.49561,-1.31029,-1.97361,-3.30863,-3.96675,-1.4242,-2.08119,-2.81061,-0.238761,-0.416447,-0.175933,-0.203608,-0.196542,-0.219199,-0.26963,-0.370976,-0.308408,-0.324664,-0.299437,0.0565401,-0.345817,-0.14605,-0.154193,-0.495285,-0.244816,-0.370817,-0.322104,-0.24783,-0.280816,-0.326043,-0.204737,0.085188 +-5926.88,0.950207,0.394006,2,-0.301262,0.0109842,-3.22206,-2.23353,-1.75103,-2.43233,-2.12622,-2.30345,-1.53543,-2.11247,-1.9163,-2.25812,-2.11062,-1.28031,-3.02896,-2.76408,-1.31004,-1.74507,-1.9257,-2.6988,-2.85594,-1.60324,-2.21133,-3.09251,-0.155622,-0.284144,-0.409469,-0.346267,-0.264109,-0.447409,-0.482784,-0.196741,-0.496267,-0.264582,-0.318237,-0.470893,-0.206488,0.0629072,-0.333829,0.138266,-0.311783,-0.0791778,-0.0598259,-0.193667,-0.251862,-0.201712,-0.338131,0.104805 +-5931.57,0.912467,0.394006,2,-0.286211,0.0213079,-1.88967,-2.40961,-2.27696,-2.37778,-2.74336,-2.06548,-1.74024,-1.99295,-1.7086,-2.30127,-2.38737,-1.39816,-3.29444,-2.92943,-1.10673,-1.68413,-2.49008,-3.15161,-3.54175,-1.66754,-2.07815,-2.80125,-0.109053,-0.529433,-0.258701,-0.221525,-0.224748,-0.230151,-0.518204,-0.346849,-0.427015,-0.264149,-0.413784,-0.152697,-0.181601,0.152773,-0.565326,-0.0532376,0.179057,-0.33799,-0.488962,-0.00954538,-0.541329,-0.424154,-0.427173,0.145972 +-5926.12,0.937645,0.394006,2,-0.236471,0.0287388,-2.82184,-2.37702,-2.16606,-2.46522,-2.64451,-2.27822,-1.74015,-2.07273,-1.85012,-2.17562,-2.34208,-1.24987,-3.34315,-2.74855,-1.31843,-1.649,-2.50705,-3.40249,-3.32917,-1.74394,-2.05235,-2.7724,-0.217597,-0.263884,-0.184079,-0.199144,-0.15765,-0.359164,-0.461039,-0.298273,-0.505906,-0.386876,-0.301035,-0.170627,-0.013245,-0.109665,-0.586247,-0.107119,0.14099,-0.311113,-0.208584,-0.198669,-0.505766,-0.509335,-0.383486,0.169525 +-5928.08,0.879346,0.394006,3,-0.310095,0.030619,-2.54232,-2.35861,-1.94242,-2.35866,-2.50546,-2.1654,-1.694,-2.19234,-1.94326,-2.27196,-2.33471,-1.39237,-2.61135,-2.99683,-1.63438,-1.45414,-1.39275,-2.97835,-3.06392,-1.39692,-2.20412,-2.89894,-0.657542,-0.374764,-0.533208,-0.381046,-0.267508,-0.161388,-0.51548,-0.191639,-0.307346,-0.235536,-0.311988,-0.0353588,-0.599264,0.352105,-0.172018,-0.495201,-0.443583,-0.359254,-0.307713,-0.485899,-0.283496,-0.40086,-0.464005,0.174983 +-5928.3,0.656519,0.394006,3,-0.312757,0.0497988,-1.98995,-2.06637,-2.28058,-2.44419,-2.44631,-2.03989,-1.71151,-2.02639,-1.82609,-2.12261,-2.25136,-1.38931,-3.27637,-2.76963,-1.14399,-1.65598,-2.31134,-2.69064,-3.24567,-1.44186,-1.96682,-2.69451,-0.0279762,-0.525573,-0.371364,-0.291074,-0.182315,-0.509476,-0.40125,-0.281105,-0.36475,-0.36363,-0.35111,-0.346428,-0.0291625,0.0791245,-0.614602,-0.316837,0.229716,-0.403326,-0.00255836,-0.122989,-0.615669,-0.176102,-0.401994,0.223156 +-5927.76,1,0.394006,2,-0.348597,0.0399492,-2.01922,-2.1376,-2.14341,-2.4451,-2.42849,-2.06758,-1.67357,-2.06158,-1.8089,-2.08363,-2.2604,-1.35103,-3.25123,-2.7553,-1.16846,-1.63588,-2.28026,-2.65996,-3.16813,-1.45752,-1.99924,-2.74721,-0.00995595,-0.554124,-0.354176,-0.260439,-0.263083,-0.485026,-0.42294,-0.300723,-0.407183,-0.380614,-0.31023,-0.36796,0.0353337,0.114503,-0.602568,-0.390664,0.189249,-0.33007,-0.079939,-0.132566,-0.709568,-0.272194,-0.431372,0.199873 +-5933.39,0.963524,0.394006,2,-0.27356,0.0201816,-3.00078,-1.9436,-2.18205,-2.54013,-2.2528,-1.97072,-1.6326,-2.14261,-1.78438,-2.29185,-2.39433,-1.40675,-3.16606,-2.6592,-1.24781,-1.53272,-2.08843,-2.66312,-3.63821,-1.50968,-1.82003,-2.81338,-0.364829,0.1365,-0.445114,-0.194781,-0.137361,-0.383755,-0.448498,-0.245123,-0.690418,-0.382406,-0.195448,-0.3056,0.36399,-0.25696,-0.406615,-0.122382,-0.129363,-0.365119,-0.32007,-0.265049,-0.550459,-0.606345,-0.193959,0.142062 +-5943.33,0.330862,0.394006,3,0.0200425,0.0570731,-1.89692,-2.66922,-2.20005,-2.40563,-2.52661,-2.36853,-1.63505,-2.18914,-2.1578,-2.29278,-2.27455,-1.57834,-2.85886,-3.09858,-1.46738,-1.42746,-2.1764,-3.21085,-3.24352,-1.59111,-2.43786,-3.07705,-0.189232,-0.433667,0.0310848,-0.167626,-0.122199,-0.134675,-0.332468,-0.250718,-0.029622,-0.346511,-0.266685,0.122879,-0.800943,0.363387,-0.237121,-0.20008,-0.406141,0.152973,-0.0692365,-0.0829927,-0.138273,-0.0343089,-0.941566,0.2389 +-5931.63,1,0.394006,3,-0.305672,0.0843991,-2.92501,-1.79549,-2.01221,-2.37803,-2.53448,-2.69505,-1.7813,-2.13101,-1.9046,-2.3036,-2.22592,-1.62426,-2.69544,-2.76387,-1.45437,-1.6336,-2.21143,-2.77011,-3.91631,-1.57223,-1.92523,-2.79224,-0.144471,-0.0446296,-0.452109,-0.274392,0.0318664,-0.323385,-0.353739,-0.228418,-0.391179,-0.329581,-0.20928,-0.212854,-0.363042,-0.0818437,-0.190529,-0.0360859,0.229967,-0.309583,0.14272,-0.173403,-0.521157,-0.441011,-0.929853,0.290515 +-5930.85,0.945399,0.394006,2,-0.274835,0.0674575,-2.3618,-2.34048,-1.7171,-2.38349,-2.42455,-1.65359,-1.64674,-2.06123,-2.17562,-2.08277,-2.31382,-1.34968,-3.14287,-2.76494,-1.33685,-1.63446,-2.43128,-2.92126,-2.92858,-1.3467,-2.128,-2.80654,-0.296106,-0.49237,-0.88143,-0.27369,-0.232194,-0.330519,-0.395562,-0.234711,-0.163447,-0.399084,-0.341564,-0.242042,-0.30148,-0.000480132,-0.325556,-0.108263,0.127848,-0.242282,-0.0989381,-0.571964,-0.371245,-0.459727,-1.15375,0.259726 +-5934.19,0.850561,0.394006,2,-0.267589,0.0551163,-2.33927,-2.37528,-1.71364,-2.4643,-2.30807,-1.7252,-1.61517,-2.0451,-2.09877,-2.05993,-2.29534,-1.35981,-3.22237,-2.82251,-1.34258,-1.62927,-2.35609,-2.88133,-2.98576,-1.32375,-2.05099,-2.83365,-0.343895,-0.501699,-0.778457,-0.287966,-0.152618,-0.307856,-0.370072,-0.2363,-0.0894337,-0.354413,-0.421513,-0.240293,-0.235933,-0.0996106,-0.251028,-0.0670467,0.175556,-0.329346,-0.136291,-0.648215,-0.431343,-0.46225,-1.04239,0.234769 +-5941.57,0.900076,0.394006,3,-0.198034,0.0639321,-2.49742,-2.3305,-2.19497,-2.40387,-2.61742,-2.779,-1.65751,-2.14387,-1.70265,-2.31773,-2.45339,-1.59081,-2.89826,-3.00518,-1.33034,-1.38718,-1.91102,-2.90141,-4.5431,-1.7754,-2.15522,-2.97587,-0.117852,-0.342116,-0.687637,-0.419274,-0.267563,-0.221738,-0.387323,-0.105695,-0.367509,-0.0522414,-0.226666,-0.102577,-0.405385,0.146435,-0.254924,-0.420162,-0.257314,0.0143074,-0.338671,0.0599552,-0.234766,-0.233278,-1.74516,0.252848 +-5946,0.964628,0.394006,2,-0.192954,0.0621213,-2.82621,-2.14026,-2.08431,-2.41958,-2.67064,-2.07754,-1.64097,-2.10763,-1.69771,-2.38859,-2.46955,-1.60508,-2.93831,-2.95325,-1.50508,-1.50516,-1.89881,-3.1214,-4.54464,-1.80011,-2.17587,-2.81961,-0.202062,-0.418076,-0.51846,-0.497375,-0.322897,-0.346704,-0.314376,-0.0849109,-0.299549,-0.093209,-0.132815,-0.0191108,-0.30096,0.0532118,-0.188468,-0.394348,-0.294854,0.147505,-0.300724,0.0830108,-0.124028,-0.261193,-1.8761,0.249242 +-5932.36,1,0.394006,3,-0.172426,0.0316054,-2.20517,-1.85399,-2.31378,-2.48127,-2.46988,-2.28091,-1.5699,-2.11176,-2.20551,-2.12634,-2.11863,-1.52609,-2.83009,-2.77827,-1.16683,-1.79049,-2.07833,-2.65838,-2.84719,-1.50176,-2.0612,-2.87036,-0.00783226,-0.436816,0.0617939,-0.133419,-0.00155707,-0.12535,-0.551209,-0.0101091,-0.238761,-0.479142,-0.341058,-0.205569,-0.377061,-0.115134,-0.390679,-0.00430712,0.15041,-0.36042,-0.0741338,-0.234033,-0.428044,-0.486095,-1.05969,0.177779 +-5934.13,0.881407,0.394006,3,-0.307376,0.032354,-2.4662,-2.00654,-2.24841,-2.34566,-2.37432,-1.96637,-1.64895,-2.42512,-1.69249,-2.15425,-2.09903,-1.41986,-2.99298,-2.67394,-1.49738,-1.33664,-2.30214,-2.9831,-4.15588,-1.58836,-1.99729,-3.0123,-0.152937,-0.411555,-0.0172325,-0.347326,-0.0555939,-0.101502,-0.511551,-0.0011727,-0.359606,-0.422078,-0.618036,-0.156026,-0.283618,0.0564378,-0.37813,-0.0737744,0.114059,-0.555203,-0.29175,-0.190893,-0.395427,-0.141512,-0.782786,0.179872 +-5928.97,0.407875,0.394006,2,-0.21653,0.0322649,-2.27918,-2.25037,-1.97249,-2.32973,-2.60713,-2.42215,-1.6513,-2.2411,-1.96389,-2.22703,-2.0703,-1.63311,-2.82661,-2.54662,-1.51723,-1.45678,-2.07916,-2.82784,-3.52533,-1.72592,-2.18682,-3.04743,-0.29872,-0.319359,-0.270842,-0.29336,-0.266703,-0.384017,-0.394159,0.0758042,-0.296845,-0.263493,-0.48621,0.00755121,-0.306211,-0.395921,-0.0286837,-0.119189,-0.136647,-0.399146,-0.157533,-0.382416,-0.415278,-0.379499,-0.758396,0.179624 +-5922.91,0.96088,0.394006,2,-0.169283,0.0381022,-2.43354,-2.02322,-2.36809,-2.35778,-2.36669,-1.9692,-1.6568,-2.19035,-1.99141,-2.30579,-2.39674,-1.59328,-3.14303,-2.9995,-1.33943,-1.62402,-1.79518,-2.83123,-4.06863,-1.43727,-2.12968,-2.85633,-0.00879481,-0.302592,-0.233229,-0.347708,0.0596717,-0.159871,-0.565275,-0.237011,-0.272298,-0.318813,-0.167065,-0.0436727,-0.285916,0.355444,-0.380373,-0.219452,-0.374158,-0.118957,0.173128,-0.105389,-0.205675,-0.222936,-0.514732,0.195198 +-5924.73,0.835452,0.394006,2,-0.195212,0.0125737,-2.57944,-2.03006,-2.55597,-2.28303,-2.46579,-1.95537,-1.57132,-2.13146,-1.9786,-2.20263,-2.32702,-1.55529,-3.11329,-2.60435,-1.56986,-1.48986,-1.87802,-3.09548,-3.56131,-1.63212,-2.25659,-2.85559,-0.216143,-0.599673,-0.171156,-0.192256,-0.282184,-0.328802,-0.487285,-0.166658,-0.189021,-0.181714,-0.0199455,0.0338235,-0.159929,-0.243216,-0.163631,-0.287165,-0.0497342,-0.255038,0.335562,-0.131656,-0.298292,-0.384714,-0.0224543,0.112133 +-5922.95,0.945212,0.394006,3,-0.249914,0.00963869,-2.25886,-2.10755,-2.17703,-2.52907,-2.34162,-2.53821,-1.58638,-2.10694,-2.03168,-2.23918,-2.40222,-1.80637,-2.74813,-2.81199,-1.14023,-1.5279,-2.16142,-2.78868,-3.7325,-1.38015,-1.95685,-2.89174,-0.236396,-0.220699,-0.236793,-0.186726,0.0109143,-0.190256,-0.60773,-0.131139,-0.263139,-0.434339,-0.312536,0.246412,-0.445203,0.0571317,-0.355119,-0.183832,-0.288551,-0.190785,-0.452538,-0.30445,-0.335503,-0.325116,-0.389592,0.0981768 +-5919.58,0.629592,0.394006,2,-0.295848,0.0312915,-1.96346,-2.12935,-1.88687,-2.40323,-2.6497,-2.30135,-1.59762,-2.11392,-1.82908,-2.24415,-2.20165,-1.5966,-3.17848,-2.90507,-1.33636,-1.40977,-1.96959,-3.12873,-3.50148,-1.47642,-2.2812,-3.00252,-0.314552,-0.457013,-0.527647,-0.199236,-0.0656393,-0.372276,-0.410104,-0.243629,-0.263056,-0.175101,-0.433897,0.025836,-0.315517,-0.00929879,-0.293264,-0.327047,-0.0689854,-0.13558,-0.301662,-0.239654,-0.346394,-0.236608,0.0383963,0.176894 +-5926.06,0.925638,0.394006,2,-0.191375,0.0576962,-2.54602,-2.23162,-2.17263,-2.45449,-2.26481,-1.69644,-1.66466,-2.20939,-1.83498,-2.35191,-2.34853,-1.5087,-2.98178,-2.63589,-1.41868,-1.3502,-2.35662,-2.90684,-3.86897,-1.42546,-2.04546,-2.8535,-0.227991,-0.0622962,-0.478842,-0.196191,-0.209845,-0.608844,-0.580108,-0.0271349,-0.627073,-0.269371,-0.0949023,-0.237885,-0.126673,-0.015007,-0.176817,-0.314187,0.00426591,-0.218647,-0.0445277,-0.305861,-0.284671,-0.371035,-0.591477,0.2402 +-5928.76,0.625788,0.394006,2,-0.227415,0.0910824,-2.47262,-2.39561,-2.06157,-2.46752,-2.22398,-1.74753,-1.69115,-2.18107,-1.86003,-2.33452,-2.42605,-1.41859,-3.08608,-2.63917,-1.52088,-1.37046,-2.28699,-2.83663,-3.9855,-1.43896,-2.05496,-2.798,-0.237854,0.0568365,-0.309517,-0.22085,-0.231486,-0.621013,-0.585704,-0.0718709,-0.633383,-0.245229,-0.140066,-0.232165,-0.128519,0.0179073,-0.243273,-0.349236,-0.00402761,-0.172897,0.00798104,-0.2944,-0.352433,-0.358854,-0.63226,0.301799 +-5920.79,0.945636,0.394006,2,-0.241848,0.0298177,-2.62422,-2.39819,-2.04848,-2.43455,-2.35629,-2.05214,-1.58171,-2.13118,-1.77665,-2.29414,-2.35651,-1.45284,-2.98286,-2.80854,-1.3582,-1.46509,-2.30514,-2.68173,-3.59893,-1.49222,-2.12971,-2.91602,-0.161335,-0.00658745,-0.514078,-0.114055,-0.167176,-0.404635,-0.495852,-0.101684,-0.376367,-0.149883,-0.320401,-0.199313,-0.348095,-0.132314,-0.0640809,-0.229905,0.0487033,-0.236895,0.220924,-0.390211,-0.263552,-0.491791,-0.389083,0.172678 +-5927.65,0.681628,0.394006,2,-0.111886,0.0383751,-2.24494,-2.317,-1.88867,-2.37914,-2.19065,-3.00091,-1.74951,-2.1377,-1.9007,-2.28946,-2.19069,-1.63966,-2.86359,-2.79609,-1.49307,-1.69932,-2.15912,-3.10725,-3.33202,-1.38403,-1.99558,-2.67136,-0.0769881,-0.234077,-0.183454,-0.279834,-0.278692,-0.600385,-0.42103,0.0176177,-0.303291,-0.242562,-0.16992,-0.0306634,-0.154644,0.203974,0.00650074,-0.106041,0.101169,0.00105742,-0.0478355,-0.136521,-0.245718,-0.413095,-0.413109,0.195896 +-5921.05,0.898232,0.394006,2,-0.207731,0.0143479,-3.07306,-2.19482,-2.33432,-2.46141,-2.48396,-1.77289,-1.57374,-2.03271,-1.94492,-2.22223,-2.35906,-1.68441,-3.31045,-2.81486,-1.48258,-1.42887,-1.99535,-3.31841,-3.27222,-1.48782,-2.16384,-2.85495,-0.162788,-0.135261,-0.29286,-0.249753,-0.343249,-0.603927,-0.546515,-0.282827,-0.14193,-0.242517,-0.217558,-0.157565,-0.155819,-0.0486996,0.0878769,-0.0744534,-0.0681982,-0.0915241,-0.0584455,-0.0699332,-0.21502,-0.360143,-0.0884463,0.119783 +-5921.62,0.842114,0.394006,2,-0.218572,0.0195273,-2.67665,-1.88303,-1.89606,-2.40717,-2.39481,-2.23889,-1.63438,-2.22864,-2.08298,-2.34242,-2.22169,-1.46154,-2.74912,-2.63522,-1.3967,-1.80448,-1.97478,-2.9047,-3.88488,-1.66578,-2.05292,-3.1672,0.0682083,-0.421528,-0.155626,-0.143217,0.116918,-0.210956,-0.509396,-0.0130619,-0.236434,-0.210678,-0.254735,-0.099111,-0.427598,-0.155548,-0.356103,0.13607,-0.277186,-0.204906,-0.291529,-0.226628,-0.356871,-0.20288,-0.27659,0.13974 +-5926.51,0.794482,0.394006,2,-0.172298,0.0102257,-2.02769,-1.94251,-1.92724,-2.47054,-2.35122,-2.17097,-1.6959,-2.1467,-2.18376,-2.27468,-2.19679,-1.30025,-2.77569,-2.54651,-1.29106,-1.71622,-2.08725,-3.23837,-4.12646,-1.56186,-2.11906,-3.15111,0.149074,-0.306724,-0.275858,-0.17523,-0.0162463,-0.404339,-0.375385,-0.17281,-0.204976,-0.148807,-0.289296,-0.21397,-0.103001,-0.282633,-0.294924,0.180063,-0.184225,-0.158554,-0.347717,-0.0558341,-0.270837,-0.181227,-0.337042,0.101122 +-5923.07,0.553281,0.394006,2,-0.163182,0.0218001,-2.02009,-2.12645,-1.94424,-2.49113,-2.33726,-2.12912,-1.72274,-2.10971,-2.13466,-2.37014,-2.24358,-1.39012,-2.88326,-2.58032,-1.14134,-1.58727,-2.01657,-3.42638,-4.0695,-1.58221,-1.9975,-3.18684,0.024544,-0.21736,-0.127355,-0.228777,-0.134884,-0.372593,-0.413999,-0.194574,-0.244287,-0.112978,-0.257182,-0.23213,-0.194662,-0.183826,-0.292653,0.139651,-0.157736,-0.186671,-0.304567,-0.0857629,-0.312755,-0.140926,-0.336459,0.147649 +-5924.54,0.754581,0.394006,3,-0.255302,0.0155683,-2.94089,-2.22571,-2.33873,-2.34387,-2.56444,-2.6159,-1.73502,-2.3965,-1.89591,-2.18719,-2.45567,-1.53109,-3.19455,-2.89861,-1.41927,-1.42336,-1.9346,-2.55486,-2.92575,-1.46781,-2.26026,-2.72323,-0.449805,-0.192519,-0.145697,-0.279143,-0.22863,-0.058949,-0.148145,-0.038443,-0.313407,-0.438932,-0.148389,-0.0336186,-0.329501,-0.041875,-0.206531,-0.358317,-0.315912,-0.152604,-0.239039,-0.198494,-0.120168,-0.189765,-0.251588,0.124773 +-5924.03,0.974803,0.394006,2,-0.259023,0.0309101,-2.01587,-2.055,-2.06011,-2.4311,-2.58246,-2.26872,-1.72069,-2.0201,-1.89418,-2.13662,-2.35752,-1.4428,-3.00507,-2.56758,-1.54015,-1.56286,-1.84521,-3.42122,-4.25132,-1.5689,-1.93814,-2.94059,-0.0983919,-0.307701,-0.235609,-0.184708,0.00691928,-0.346102,-0.516296,-0.197521,-0.265512,-0.343184,-0.176714,-0.317925,-0.0700849,-0.132647,-0.159327,-0.0277929,-0.158259,0.0640527,-0.133909,-0.208364,-0.519064,-0.719906,-0.147121,0.175813 +-5933.77,0.62152,0.394006,3,-0.222497,0.0567574,-2.88883,-2.38214,-2.4123,-2.29603,-2.43706,-1.93645,-1.61398,-2.08243,-2.00915,-2.26612,-2.38062,-1.40457,-3.2873,-2.86748,-1.59082,-1.6437,-2.22947,-2.84264,-3.64677,-1.32669,-2.17602,-2.44234,0.14451,-0.378657,0.273724,-0.347514,-0.181434,-0.616511,-0.435556,-0.335222,-0.343279,-0.386256,-0.145472,-0.108239,-0.514081,0.02119,-0.131715,-0.240372,-0.181727,-0.434304,0.199308,-0.363022,-0.473709,-0.718038,-0.0441473,0.238238 +-5929.04,0.872391,0.394006,3,-0.259806,0.0710149,-2.37279,-2.42187,-2.37169,-2.34492,-2.31037,-2.33433,-1.69184,-1.9815,-1.94057,-2.22265,-2.27401,-1.60603,-2.88511,-2.66383,-1.08704,-1.33153,-1.75678,-3.02224,-3.45859,-1.54035,-2.08182,-3.01986,-0.00720976,0.14848,-0.270493,-0.380693,-0.297976,-0.0524153,-0.481642,-0.303738,-0.256432,-0.295102,-0.315641,-0.174874,0.0348679,0.0260927,-0.466081,-0.220535,-0.244764,-0.130761,-0.164865,-0.407092,-0.29422,-0.544624,0.0619656,0.266486 +-5929.86,1,0.394006,2,-0.233681,0.0669511,-2.56078,-2.41102,-2.15914,-2.31424,-2.27612,-2.59172,-1.70157,-1.96159,-1.95755,-2.16461,-2.25511,-1.55582,-2.85725,-2.75891,-1.1095,-1.25424,-1.74274,-3.05559,-3.43083,-1.55476,-2.12916,-2.96082,-0.0365325,0.268174,-0.315497,-0.361902,-0.301817,-0.0396763,-0.441128,-0.375938,-0.284155,-0.354069,-0.318392,-0.182075,0.0961625,-0.00717844,-0.521396,-0.265438,-0.354692,-0.142333,-0.279619,-0.306126,-0.315597,-0.491996,0.129124,0.258749 +-5926.76,1,0.394006,3,-0.263207,0.0205752,-2.02315,-2.20195,-2.15259,-2.52397,-2.45127,-1.73969,-1.76999,-2.21404,-1.86864,-2.21386,-2.34856,-1.39389,-2.93794,-2.70789,-1.70635,-1.60772,-2.21179,-2.79169,-3.42874,-1.39175,-2.06382,-2.96344,-0.26231,-0.475308,-0.258586,-0.193964,-0.128045,-0.614698,-0.426085,0.00679565,-0.279932,-0.172439,-0.125897,-0.248868,-0.639852,0.050769,-0.156194,0.0657747,-0.0323176,-0.0549417,-0.300977,-0.0801068,-0.318559,-0.223305,-0.632475,0.14344 +-5925.97,0.646282,0.394006,3,-0.408587,0.0176946,-2.71621,-1.97327,-1.99183,-2.32715,-2.26934,-2.28608,-1.66545,-1.9564,-2.08685,-2.15699,-2.2659,-1.3763,-2.89918,-2.8185,-1.25516,-1.27089,-1.49204,-2.87853,-3.39763,-1.39185,-2.21977,-2.8481,-0.366921,-0.284891,-0.371526,-0.408129,-0.300356,-0.154916,-0.452589,-0.361657,-0.417332,-0.360196,-0.402298,-0.211553,-0.168199,0.0353212,-0.503429,-0.463665,-0.353787,-0.299674,-0.284481,-0.639886,-0.583015,-0.883701,-0.451566,0.133021 +-5918.28,0.930214,0.394006,3,-0.431574,0.0123393,-2.10449,-2.21311,-1.99055,-2.41698,-2.33543,-1.95475,-1.63502,-2.12473,-1.68446,-2.14699,-2.11233,-1.37066,-2.95206,-2.56493,-1.28495,-1.45471,-2.08144,-2.86139,-3.20966,-1.40585,-1.94154,-2.66037,-0.322811,-0.542854,-0.544358,-0.219087,-0.37393,-0.554073,-0.420701,-0.197805,-0.400219,-0.390019,-0.395779,-0.381355,-0.500338,-0.496686,-0.437469,-0.282295,-0.28285,-0.393613,-0.423789,-0.234906,-0.529754,-0.314686,-0.557294,0.111082 +-5924.45,0.502132,0.394006,3,-0.328065,0.00829517,-1.69471,-2.04217,-2.29814,-2.38968,-2.43419,-2.1593,-1.52454,-2.19145,-1.79043,-2.17522,-2.03598,-1.34762,-2.84587,-2.41171,-1.26097,-1.58383,-2.06753,-2.40636,-3.66478,-1.59658,-2.10772,-2.85499,-0.369922,-0.319453,-0.71281,-0.343171,-0.2751,-0.228404,-0.539173,-0.376259,-0.63582,-0.371165,-0.401822,-0.309924,-0.218545,-0.344988,-0.420638,-0.314673,-0.123913,-0.302625,-0.225331,-0.234517,-0.367935,-0.388235,-0.187281,0.0910778 +-5923.11,0.528279,0.394006,2,-0.363753,0.0113175,-2.59676,-2.42579,-1.77203,-2.45471,-2.42372,-2.17285,-1.82455,-1.93209,-2.10397,-2.23863,-2.38727,-1.49233,-3.12982,-2.95811,-1.19024,-1.40011,-2.00689,-3.39548,-3.45532,-1.26974,-1.97962,-2.87281,-0.493817,-0.421524,-0.239349,-0.102544,-0.211069,-0.480408,-0.386761,-0.30379,-0.0163318,-0.329606,-0.354695,-0.250612,-0.47157,-0.117179,-0.377694,-0.256853,-0.311304,-0.333224,-0.439372,-0.44106,-0.444672,-0.420422,-0.5675,0.106384 +-5924.86,0.958381,0.394006,2,-0.282883,0.00552079,-2.22341,-2.09935,-2.42013,-2.28971,-2.48067,-2.28391,-1.59293,-2.16213,-1.83179,-2.15214,-2.18265,-1.28246,-2.68834,-2.36184,-1.50647,-1.72189,-1.74164,-2.61681,-3.15969,-1.34946,-2.26272,-2.97027,-0.233727,-0.246019,-0.384445,-0.480498,-0.315356,-0.223956,-0.369017,-0.163439,-0.599786,-0.436251,-0.256334,-0.384817,-0.299412,-0.343663,-0.324628,-0.105287,-0.298863,-0.160729,-0.287424,-0.348549,-0.400877,-0.408548,-0.201014,0.074302 +-5926.38,0.4077,0.394006,2,-0.306264,0.0248821,-2.08321,-2.25955,-2.5048,-2.39208,-2.88535,-2.25566,-1.80726,-1.906,-1.92547,-2.13724,-2.32333,-1.62016,-3.06558,-2.8705,-1.4804,-1.54092,-1.93667,-2.68729,-3.29398,-1.61339,-2.21817,-2.76434,-0.507561,-0.447191,-0.169763,-0.255655,-0.022491,-0.09666,-0.404651,-0.420798,-0.306521,-0.4893,-0.358101,-0.0711628,-0.421342,-0.112795,-0.285288,-0.221604,-0.219055,-0.638154,-0.172777,-0.25047,-0.322416,-0.301919,-0.0918882,0.157741 +-5930.93,0.840903,0.394006,3,-0.344343,0.035133,-2.66777,-2.08878,-2.46332,-2.49185,-2.54927,-2.21088,-1.79333,-2.14149,-2.04303,-2.11458,-2.30034,-1.73747,-2.82781,-2.83592,-1.53455,-1.49327,-2.05402,-2.4247,-2.82354,-1.51146,-2.08931,-3.201,-0.495353,-0.231983,-0.167855,-0.154248,0.00534799,-0.281115,-0.258133,-0.307177,-0.375415,-0.52711,-0.195359,-0.0760853,-0.568364,0.145172,-0.00938213,-0.379083,-0.114742,-0.610387,-0.292893,-0.333992,-0.323342,-0.368362,-0.0904722,0.187438 +-5934.37,0.893938,0.394006,2,-0.253335,0.0242196,-2.79208,-2.45459,-2.38292,-2.39963,-2.63318,-1.48553,-1.73298,-2.23506,-2.01218,-2.09614,-2.26599,-1.80408,-2.87023,-2.74608,-1.47722,-1.59219,-1.96344,-2.3821,-3.70949,-1.54087,-1.91295,-3.15819,-0.427525,-0.499162,0.133971,-0.157967,0.00354943,-0.384849,-0.288441,-0.189389,-0.260885,-0.481412,-0.199018,-0.0143315,-0.443991,0.139136,-0.210818,-0.23591,-0.330941,-0.793218,-0.422164,-0.327382,-0.441213,-0.210707,-0.349578,0.155626 +-5928.42,0.979457,0.394006,2,-0.256917,0.0215002,-2.37599,-2.06973,-2.05102,-2.40477,-2.40065,-2.29717,-1.72429,-1.97105,-1.88321,-2.13334,-2.36124,-1.55689,-3.06697,-2.84668,-1.66104,-1.27007,-2.08922,-2.98136,-2.93424,-1.35601,-2.18269,-2.97826,-0.355142,-0.261322,-0.272185,-0.281611,0.0561679,-0.124554,-0.366404,-0.15182,-0.216887,-0.362214,-0.319524,0.444105,-0.228274,0.00378591,0.0786686,-0.528051,0.0190064,-0.140211,-0.240375,-0.282218,-0.305093,-0.211668,-0.49371,0.146629 +-5929.38,0.594256,0.394006,3,-0.241722,0.0340286,-2.20433,-2.23559,-2.27846,-2.4332,-2.66011,-2.65696,-1.59568,-2.0254,-2.04414,-2.19215,-2.349,-1.59101,-3.20212,-2.8025,-1.54965,-1.30736,-1.90213,-2.90286,-2.89676,-1.48279,-1.99623,-2.78589,-0.549513,-0.316093,-0.137331,-0.326779,0.047771,-0.462466,-0.377875,-0.339549,-0.112428,-0.328333,-0.166957,0.345256,-0.219969,0.0843965,-0.217568,-0.430622,-0.116701,0.229664,-0.313757,-0.223882,-0.379321,-0.340374,-0.597454,0.184468 +-5931.18,0.960484,0.394006,3,-0.365652,0.0375732,-2.67548,-2.04294,-2.50044,-2.29445,-2.35559,-2.59603,-1.64838,-2.1564,-1.79747,-2.27551,-2.22447,-1.15951,-2.81559,-2.75685,-1.42043,-1.64364,-1.84979,-3.18232,-3.13572,-1.52414,-2.15299,-2.79671,0.0227811,-0.64819,-0.457413,-0.32661,-0.521095,-0.694375,-0.386218,-0.0773203,-0.436922,-0.269241,-0.394477,-0.413917,-0.619067,-0.0203061,-0.459629,-0.0732585,-0.041162,0.492327,-0.22622,-0.21946,-0.449947,-0.484612,-0.263305,0.193838 +-5932.93,0.887263,0.394006,3,-0.251049,0.0164658,-1.16032,-2.51533,-2.19525,-2.5477,-2.7516,-2.82748,-1.67739,-2.1356,-1.85305,-2.28927,-2.39372,-1.5505,-3.12982,-2.70742,-1.45499,-1.38757,-1.84497,-2.29308,-3.38677,-1.34803,-2.1487,-2.93996,-0.235103,-0.256363,-0.316015,-0.167844,-0.116946,-0.480557,-0.325006,-0.195519,-0.258708,-0.162333,-0.203352,0.0684633,-0.379232,0.10971,-0.295317,-0.470264,-0.0996046,-0.353429,0.163019,-0.395118,-0.270668,-0.252401,-0.0353801,0.128319 +-5925.78,1,0.394006,2,-0.244836,0.0144589,-2.24744,-2.29685,-2.19277,-2.59019,-2.69974,-2.84068,-1.70546,-2.15594,-1.81183,-2.42411,-2.33157,-1.50595,-3.15978,-2.67527,-1.28413,-1.51122,-1.83935,-2.39742,-3.52824,-1.38492,-2.17089,-2.9136,-0.448297,-0.141424,-0.438467,-0.0976437,-0.163172,-0.204202,-0.445307,-0.246665,-0.191562,-0.204521,-0.178508,0.0347191,-0.272686,-0.0728888,-0.24228,-0.310721,-0.0118498,-0.295637,0.143764,-0.350399,-0.369932,-0.279975,-0.164774,0.120245 +-5920.67,0.96892,0.394006,2,-0.248098,0.0139716,-2.87911,-2.22807,-1.84601,-2.60618,-2.60635,-2.28835,-1.69504,-2.02354,-1.81537,-2.33855,-2.311,-1.57847,-3.41591,-2.82124,-1.32449,-1.68238,-2.20325,-3.08792,-3.54098,-1.54316,-2.12027,-2.87363,-0.343224,-0.0998374,-0.328963,-0.0508705,-0.168521,-0.428587,-0.4189,-0.234127,-0.317,-0.223362,-0.360568,-0.062603,-0.190677,-0.172313,-0.382781,-0.290914,-0.132504,-0.242509,-0.11804,-0.249971,-0.124195,-0.460876,-0.380524,0.118201 +-5905.85,1.33301e-48,0.394006,3,-0.244164,0.0016512,-1.73645,-2.6136,-2.03572,-2.34442,-2.51458,-1.98097,-1.77875,-2.16415,-1.93583,-2.1882,-2.25295,-1.46007,-2.86313,-2.64128,-1.53149,-1.37595,-1.90866,-2.89269,-3.37903,-1.38979,-2.0733,-2.94057,-0.192662,-0.322348,-0.295116,-0.243859,-0.216841,-0.137297,-0.240617,-0.200353,-0.410001,-0.27107,-0.216402,-0.279196,-0.209702,-0.0974669,-0.209677,-0.180281,-0.257464,-0.212039,-0.292182,-0.262733,-0.406139,-0.210738,-0.14864,0.0406349 +-5909.85,0.00317009,0.394006,2,-0.335635,0.00479017,-2.87945,-1.88421,-2.24221,-2.40189,-2.52222,-2.27511,-1.60002,-1.99788,-1.90202,-2.23853,-2.31032,-1.39933,-3.24252,-2.81019,-1.41071,-1.43828,-1.77935,-3.36111,-3.53237,-1.56832,-2.11761,-2.85721,-0.470309,-0.398182,-0.347146,-0.305302,-0.132994,-0.327122,-0.467406,-0.27201,-0.264874,-0.378335,-0.30144,-0.284366,-0.385568,-0.280556,-0.301461,-0.347104,-0.543373,-0.356093,-0.408967,-0.349053,-0.348702,-0.392187,-0.498887,0.0692111 +-5909.85,0.327639,0.394006,2,-0.335635,0.00479017,-2.87945,-1.88421,-2.24221,-2.40189,-2.52222,-2.27511,-1.60002,-1.99788,-1.90202,-2.23853,-2.31032,-1.39933,-3.24252,-2.81019,-1.41071,-1.43828,-1.77935,-3.36111,-3.53237,-1.56832,-2.11761,-2.85721,-0.470309,-0.398182,-0.347146,-0.305302,-0.132994,-0.327122,-0.467406,-0.27201,-0.264874,-0.378335,-0.30144,-0.284366,-0.385568,-0.280556,-0.301461,-0.347104,-0.543373,-0.356093,-0.408967,-0.349053,-0.348702,-0.392187,-0.498887,0.0692111 +-5908.11,0.233766,0.394006,3,-0.124917,0.010134,-2.32386,-2.5722,-1.91318,-2.36597,-2.55525,-2.07609,-1.8345,-2.16776,-1.94915,-2.22228,-2.29219,-1.4936,-2.80007,-2.80483,-1.28365,-1.55006,-2.16897,-3.02902,-3.4294,-1.49713,-2.1532,-2.99269,-0.16833,-0.171295,-0.104374,-0.15547,-0.193052,-0.26494,-0.229188,-0.0499658,-0.19728,-0.206494,-0.309292,-0.0953795,-0.177838,-0.0388953,-0.201675,-0.143024,0.0230231,-0.0923201,-0.222362,-0.154405,-0.29094,-0.257402,-0.140941,0.100668 +-5911.8,0.00722259,0.394006,3,-0.18565,0.00823285,-2.5555,-2.47857,-1.81677,-2.39119,-2.42946,-2.48443,-1.70819,-1.99561,-1.89929,-2.32666,-2.17226,-1.64988,-2.73175,-2.74499,-1.33679,-1.43011,-2.08647,-2.85094,-3.30511,-1.69326,-2.13178,-3.08968,-0.294426,-0.317875,-0.209218,-0.299311,-0.136289,-0.109134,-0.297283,-0.169233,-0.210382,-0.295367,-0.364251,-0.052928,-0.252121,0.050988,-0.200503,-0.103788,-0.230424,-0.15188,-0.0986859,-0.206295,-0.112223,-0.147963,-0.240802,0.0907351 +-5913.07,0.222294,0.394006,2,-0.193286,0.00851011,-2.25484,-2.06698,-2.04067,-2.42663,-2.39119,-1.85823,-1.77705,-2.26486,-2.06204,-2.28474,-2.5041,-1.35165,-3.38426,-2.82847,-1.50179,-1.52735,-1.97991,-2.90559,-4.02473,-1.54168,-2.15814,-2.77852,-0.241423,-0.269832,-0.144296,-0.192137,-0.143227,-0.382447,-0.222294,-0.0552734,-0.255635,-0.175854,0.00987601,-0.354047,-0.193939,-0.182537,-0.187158,-0.315053,-0.212181,-0.24992,0.00697319,-0.186769,-0.382796,-0.271381,-0.177773,0.0922503 +-5914.81,0.642191,0.394006,3,-0.226858,0.0108693,-2.31968,-2.13275,-2.35574,-2.37659,-2.41645,-2.21624,-1.57758,-2.03589,-1.97752,-2.16943,-2.06397,-1.61431,-3.29702,-2.7319,-1.35003,-1.54491,-2.13663,-2.7727,-3.67962,-1.46098,-2.23505,-3.08815,-0.167131,-0.195336,-0.0708932,-0.235469,-0.0628052,-0.335573,-0.567564,-0.318723,-0.274471,-0.291718,-0.369747,-0.185348,-0.252804,-0.0464985,-0.23496,-0.277522,-0.163424,-0.24137,-0.504249,-0.161862,-0.398571,-0.203804,-0.168744,0.104256 +-5919.6,0.327732,0.394006,2,-0.302529,0.00540668,-2.60801,-1.92576,-2.11878,-2.33648,-2.35831,-3.00525,-1.68566,-2.0588,-2.0262,-2.27891,-2.31268,-1.57199,-2.88075,-2.55363,-1.17678,-1.6745,-1.83254,-2.7967,-4.19917,-1.33367,-2.02915,-3.07737,-0.657446,-0.356956,-0.325239,-0.284258,-0.373618,-0.180893,-0.412235,-0.0350086,-0.333833,-0.381261,-0.156901,-0.219065,-0.315869,-0.310082,-0.361461,-0.235232,-0.181455,-0.26271,-0.229486,-0.452546,-0.294244,-0.29822,-0.335788,0.0735301 +-5916.68,1,0.394006,2,-0.306898,0.00757389,-2.24348,-2.0333,-2.20632,-2.47088,-2.41256,-1.73582,-1.66141,-2.26875,-1.81075,-2.1868,-2.14425,-1.3467,-2.90306,-2.73543,-1.44377,-1.52433,-2.10548,-2.9309,-3.78014,-1.29499,-2.06788,-2.74187,-0.0394684,-0.454758,-0.330379,-0.249615,-0.103746,-0.369957,-0.420101,-0.277482,-0.339705,-0.2537,-0.511383,-0.283808,-0.38696,-0.0430548,-0.38786,-0.226669,-0.371728,-0.331492,-0.118538,-0.326569,-0.511246,-0.365624,-0.376499,0.0870281 +-5924.17,0.938939,0.394006,3,-0.187671,0.0250221,-2.5296,-2.26466,-1.79653,-2.42907,-2.52465,-2.43192,-1.79507,-1.96678,-2.00199,-2.23343,-2.3695,-1.46408,-3.06232,-3.05871,-1.1582,-1.38219,-1.9407,-3.3591,-2.75958,-1.55767,-2.33434,-3.07671,-0.18099,-0.314654,-0.355603,-0.127531,-0.1193,-0.34194,-0.290018,-0.130158,-0.338452,-0.405069,-0.0860263,-0.236312,-0.223169,0.400992,-0.237268,-0.313358,0.000309627,0.0707554,-0.515723,-0.259495,-0.078436,-0.30951,-0.0792054,0.158184 +-5924.56,0.929944,0.394006,3,-0.251413,0.0214967,-2.52699,-2.16275,-2.56966,-2.40202,-2.30078,-2.06447,-1.66222,-2.35524,-1.895,-2.27452,-2.41198,-1.41936,-3.13418,-3.05759,-1.58596,-1.64189,-1.93846,-2.43129,-4.03461,-1.60901,-1.89921,-2.78696,-0.0643368,-0.219536,-0.158866,-0.301502,-0.261715,-0.301078,-0.385841,-0.234112,-0.154721,-0.219754,-0.264485,-0.098271,-0.286466,0.1016,-0.368422,-0.143219,-0.396519,-0.310608,0.0144979,-0.160297,-0.520247,-0.291313,-0.177411,0.146618 +-5919.84,0.991762,0.394006,2,-0.26261,0.00512954,-2.05724,-2.25292,-2.39654,-2.2722,-2.4757,-2.53876,-1.74941,-2.15401,-2.36405,-2.28363,-2.48698,-1.56618,-3.01634,-2.65629,-1.1607,-1.42906,-1.8158,-3.37363,-3.79058,-1.36664,-2.03871,-3.01664,-0.436139,-0.264842,-0.284405,-0.299138,-0.198453,-0.207347,-0.266528,-0.0320157,-0.274463,-0.231296,-0.127435,-0.103385,-0.213961,0.0279899,-0.169505,-0.264696,-0.126769,-0.152364,-0.363943,-0.276021,-0.515649,-0.27115,-0.27592,0.0716208 +-5918.54,0.970141,0.394006,2,-0.255877,0.00663904,-3.00971,-2.13252,-2.46304,-2.44321,-2.35708,-1.91795,-1.73983,-2.2885,-1.79883,-2.19967,-2.17393,-1.26921,-3.0251,-2.69735,-1.38838,-1.62521,-2.08822,-2.86748,-3.02773,-1.47255,-2.15007,-2.81571,0.152636,-0.215525,-0.190003,-0.223903,-0.15053,-0.215214,-0.281082,-0.170364,-0.152167,-0.300447,-0.342028,-0.350728,-0.315807,-0.13663,-0.436493,-0.135574,-0.36719,-0.311622,-0.0378817,-0.2519,-0.160801,-0.295129,-0.144563,0.0814803 +-5913.89,0.815899,0.394006,2,-0.241208,0.00818903,-2.87663,-2.31381,-2.39354,-2.45481,-2.53875,-1.96081,-1.68564,-2.3447,-2.06157,-2.21991,-2.23915,-1.26614,-2.82821,-2.64065,-1.20209,-1.54748,-2.13222,-3.2592,-3.11446,-1.44711,-2.09459,-2.81299,-0.121586,-0.176831,-0.392761,-0.144383,-0.31468,-0.225963,-0.386479,-0.1913,-0.216661,-0.317486,-0.299063,-0.273378,-0.292337,-0.284378,-0.348364,-0.289657,-0.382429,-0.29013,-0.210966,-0.305171,-0.2294,-0.46722,-0.303576,0.0904933 +-5913.89,0.249038,0.394006,2,-0.241208,0.00818903,-2.87663,-2.31381,-2.39354,-2.45481,-2.53875,-1.96081,-1.68564,-2.3447,-2.06157,-2.21991,-2.23915,-1.26614,-2.82821,-2.64065,-1.20209,-1.54748,-2.13222,-3.2592,-3.11446,-1.44711,-2.09459,-2.81299,-0.121586,-0.176831,-0.392761,-0.144383,-0.31468,-0.225963,-0.386479,-0.1913,-0.216661,-0.317486,-0.299063,-0.273378,-0.292337,-0.284378,-0.348364,-0.289657,-0.382429,-0.29013,-0.210966,-0.305171,-0.2294,-0.46722,-0.303576,0.0904933 +-5912.15,0.484625,0.394006,2,-0.292358,0.00596885,-3.01081,-2.30299,-2.45976,-2.46389,-2.57648,-2.12762,-1.65523,-2.34164,-2.00883,-2.24682,-2.20933,-1.37001,-3.00979,-2.69792,-1.18364,-1.49243,-1.96892,-3.16322,-3.11305,-1.44918,-2.13583,-2.86778,-0.205528,-0.277786,-0.3619,-0.12256,-0.250348,-0.193907,-0.373214,-0.172374,-0.12668,-0.406217,-0.224636,-0.327473,-0.185627,-0.230277,-0.432823,-0.208304,-0.281115,-0.210257,-0.362255,-0.282452,-0.320801,-0.322362,-0.428514,0.0772583 +-5924.75,0.7187,0.394006,2,-0.254939,0.0112626,-1.75339,-2.49808,-2.23391,-2.37646,-2.5019,-2.37507,-1.7353,-1.77435,-2.04954,-2.32283,-2.26159,-1.41998,-3.00778,-2.85207,-1.32106,-1.28487,-2.17406,-2.96842,-3.61909,-1.62716,-1.94394,-2.61013,-0.167298,-0.212161,-0.292629,-0.410659,-0.117879,-0.285905,-0.285612,-0.328606,-0.168749,-0.00378335,-0.248532,-0.125596,-0.323229,0.0227201,-0.22569,-0.287513,-0.147886,-0.23357,-0.106197,-0.18704,-0.276488,-0.362526,0.0121379,0.106125 +-5923.13,0.854779,0.394006,2,-0.20094,0.0112145,-2.51749,-1.87936,-2.80316,-2.3579,-2.6393,-2.23284,-1.81245,-2.13743,-2.05744,-2.32719,-2.32816,-1.44942,-2.84629,-2.96655,-1.06751,-1.3243,-1.8768,-2.68915,-3.33875,-1.63075,-2.02718,-2.79566,-0.298415,-0.209128,-0.313746,-0.371141,-0.175873,-0.181743,-0.274332,-0.164817,-0.149565,-0.240877,-0.223966,-0.213826,-0.400555,0.091742,-0.292052,-0.568522,-0.175353,0.0232636,-0.374579,-0.21482,-0.391286,-0.218302,-0.33212,0.105899 +-5920.34,0.637365,0.394006,2,-0.261545,0.00781598,-2.59921,-1.8615,-2.75347,-2.35241,-2.43711,-2.02854,-1.69487,-2.08261,-1.81394,-2.22475,-2.32625,-1.37134,-2.71223,-3.07353,-1.21497,-1.26591,-1.90034,-2.7903,-3.71567,-1.71414,-2.04056,-2.96084,-0.216085,-0.0439515,-0.192391,-0.322719,-0.110236,-0.275103,-0.317731,-0.308778,-0.202181,-0.204392,-0.176363,-0.276154,-0.275592,0.245003,-0.3538,-0.48715,-0.252205,-0.0795906,-0.278759,-0.103598,-0.318891,-0.359139,-0.157334,0.088408 +-5922.21,0.239105,0.394006,2,-0.209677,0.0171482,-2.8028,-1.98859,-2.82256,-2.36956,-2.50484,-2.23102,-1.74423,-2.02962,-1.88909,-2.15878,-2.30553,-1.39679,-2.86433,-2.88799,-1.34033,-1.36783,-1.88177,-2.9992,-3.6855,-1.47117,-2.45407,-2.84529,-0.0467984,-0.553538,0.151489,-0.254271,-0.197223,-0.253617,-0.414102,-0.190314,-0.337694,-0.457219,-0.32363,-0.246023,-0.266984,0.245607,-0.257281,-0.203519,-0.352308,-0.00665216,-0.177725,-0.191011,-0.267068,-0.155179,-0.420449,0.130951 +-5919.94,0.953506,0.394006,2,-0.257244,0.0141928,-2.52337,-1.91211,-2.45958,-2.44509,-2.4061,-2.32842,-1.62649,-2.16454,-1.96192,-2.36554,-2.35454,-1.41163,-3.1524,-2.82454,-1.2705,-1.47598,-1.84516,-2.75666,-3.25942,-1.57293,-1.98233,-3.05956,0.342134,-0.639566,-0.341475,-0.210649,-0.0913656,-0.234606,-0.438676,-0.279388,-0.306752,-0.230485,-0.116845,-0.257717,-0.277472,-0.00859075,-0.335423,-0.36249,-0.188079,-0.494098,-0.278306,-0.270623,-0.325454,-0.466419,-0.130428,0.119133 +-5923.61,0.723409,0.394006,3,-0.194304,0.026696,-2.93886,-2.11762,-1.7018,-2.35681,-2.45036,-2.3638,-1.72019,-2.03124,-1.89068,-2.32261,-2.22192,-1.48716,-3.07631,-3.0365,-1.59616,-1.55076,-1.9064,-3.25012,-3.52543,-1.3303,-2.24717,-2.77475,0.341308,-0.463732,-0.17705,-0.243473,-0.230689,-0.171509,-0.431723,-0.25481,-0.361566,-0.125033,-0.383499,-0.150943,-0.248359,0.295087,0.0244667,0.0148177,-0.321481,0.0833742,-0.13915,-0.259558,-0.197954,-0.356277,-0.41839,0.163389 +-5933.39,0.551914,0.394006,3,-0.254284,0.0248658,-2.66166,-1.77295,-2.61114,-2.4081,-2.65009,-1.74704,-1.76104,-2.17178,-1.96508,-2.08624,-2.42807,-1.45711,-2.94873,-2.65324,-1.39376,-1.16879,-2.06836,-2.74991,-3.56582,-1.60233,-2.00634,-2.89378,0.55368,-0.422106,-0.279899,-0.286958,-0.228854,-0.247056,-0.438341,-0.103531,-0.218393,-0.65579,-0.0723346,-0.254474,-0.35738,-0.24984,-0.392429,-0.25816,-0.0723061,-0.437659,0.0463012,-0.08681,-0.409971,-0.517247,-0.0404685,0.157689 +-5929.78,0.916726,0.394006,3,-0.285607,0.0269637,-2.87597,-2.46717,-1.69758,-2.42186,-2.20323,-2.44089,-1.69257,-1.90543,-2.04589,-2.33226,-2.08206,-1.4838,-3.1802,-2.88797,-1.0208,-1.63876,-1.747,-2.94138,-3.61547,-1.4958,-2.04627,-2.92462,0.0292345,-0.283436,-0.416405,-0.268315,-0.361111,-0.370949,-0.62374,-0.235001,-0.355365,-0.150478,-0.518778,-0.167777,-0.479857,0.181567,-0.665014,-0.229603,-0.324988,-0.0796908,-0.0318607,-0.303191,-0.264626,-0.419099,-0.637509,0.164206 +-5922.93,0.690098,0.394006,2,-0.286916,0.0231414,-2.38264,-2.09146,-1.83823,-2.25083,-2.26173,-2.47836,-1.66044,-2.1184,-2.1656,-2.29921,-2.15989,-1.35579,-2.78522,-2.95935,-1.30594,-1.51408,-1.94126,-2.54082,-3.31327,-1.52094,-2.21613,-2.78934,-0.2261,-0.237679,-0.193749,-0.266856,-0.237323,-0.239039,-0.439475,-0.26038,-0.255643,-0.217792,-0.47161,-0.0250524,-0.442591,0.343553,-0.595297,-0.291814,-0.345981,-0.293161,-0.188835,-0.169168,-0.284314,-0.562545,-0.625641,0.152123 +-5922.54,0.69788,0.394006,2,-0.375262,0.0123583,-2.30954,-1.98118,-2.55944,-2.48698,-2.44093,-1.86049,-1.77688,-2.19646,-1.65541,-2.19307,-2.35207,-1.59207,-2.9229,-2.79453,-1.29332,-1.25084,-1.98434,-3.08068,-3.32182,-1.48801,-2.09409,-2.7949,-0.368441,-0.47124,-0.394974,-0.310338,-0.331866,-0.384786,-0.333819,-0.0982378,-0.457312,-0.324918,-0.120261,-0.436375,-0.367379,-0.0398735,-0.0400808,-0.394971,-0.167657,-0.244166,-0.329395,-0.364349,-0.468429,-0.355208,-0.035362,0.111168 +-5932.54,0.996969,0.394006,2,-0.31493,0.00553057,-2.17081,-1.67431,-2.3441,-2.40956,-2.48509,-2.20629,-1.66746,-2.10684,-1.73339,-2.11718,-2.41272,-1.49708,-2.89941,-2.84874,-1.41474,-0.828601,-1.9949,-3.07287,-3.14795,-1.37693,-1.93624,-2.82849,-0.380837,-0.299607,-0.479973,-0.221204,-0.317494,-0.41964,-0.273966,-0.0539691,-0.489131,-0.336808,-0.120333,-0.288377,-0.335116,-0.0444551,-0.130367,-0.436634,-0.415437,-0.371874,-0.4077,-0.311671,-0.29912,-0.52499,-0.354392,0.0743678 +-5916.08,0.77455,0.394006,3,-0.372737,0.0187682,-2.67506,-1.92177,-2.196,-2.37746,-2.40968,-2.09131,-1.6542,-2.16555,-1.79284,-2.22986,-2.36151,-1.54446,-2.60174,-2.80815,-1.35466,-1.19922,-2.07155,-2.77701,-2.93312,-1.39382,-1.93781,-2.86812,-0.283668,-0.357043,-0.371541,-0.270535,-0.180713,-0.233514,-0.572194,-0.105424,-0.401132,-0.257167,-0.159503,-0.266784,-0.431569,0.0187438,-0.380272,-0.40685,-0.196066,-0.223834,-0.388524,-0.415663,-0.42591,-0.248082,-0.431356,0.136997 +-5915.16,0.943475,0.394006,2,-0.253442,0.00743048,-2.99025,-2.06227,-2.28889,-2.40905,-2.58902,-1.85918,-1.6235,-2.17071,-1.82952,-2.28872,-2.39218,-1.33904,-2.99763,-2.75699,-1.20667,-1.55773,-2.03092,-2.6692,-3.30358,-1.53527,-2.1339,-2.88704,-0.173753,-0.349595,-0.426132,-0.393215,-0.0490737,-0.377819,-0.527856,-0.272191,-0.240454,-0.335411,-0.222663,-0.145453,-0.350069,-0.111659,-0.399297,-0.179894,-0.296798,-0.281878,-0.297763,-0.299556,-0.322111,-0.629408,-0.261189,0.0862003 +-5924.99,0.90164,0.394006,2,-0.275186,0.028691,-2.24121,-2.18856,-2.03134,-2.3141,-2.38931,-1.91371,-1.64529,-2.19712,-1.65046,-2.1405,-2.51064,-1.64976,-2.85859,-2.74408,-1.19732,-1.62436,-1.88656,-2.9298,-3.24374,-1.33481,-2.00942,-2.5844,-0.259411,-0.294237,-0.784439,-0.349942,-0.17671,-0.415138,-0.618509,-0.137322,-0.35335,-0.306429,-0.022941,-0.175007,-0.287785,-0.0238635,-0.183093,-0.282814,-0.204382,-0.181266,-0.143441,-0.214433,-0.189062,-0.624126,-0.171843,0.169384 +-5929.89,0.94584,0.394006,3,-0.293068,0.0546663,-2.49874,-1.6799,-2.09622,-2.42712,-2.45991,-2.15932,-1.58937,-2.34774,-2.09573,-2.28026,-2.48499,-1.60582,-3.16131,-2.72344,-1.56357,-1.42082,-1.80805,-3.30243,-3.48265,-1.38724,-2.11574,-2.80354,-0.289754,-0.6724,-0.110097,-0.239891,-0.0666679,-0.608443,-0.405137,0.051826,-0.472121,-0.389483,-0.130751,0.143303,-0.603516,-0.0952757,-0.189849,-0.238034,-0.38594,0.13616,-0.129688,-0.533743,-0.605501,-0.485516,-0.245664,0.233808 +-5929.3,0.97818,0.394006,3,-0.250221,0.013894,-2.76484,-2.18969,-1.98616,-2.36729,-2.64649,-2.31812,-1.758,-2.0426,-2.01875,-2.07707,-2.17507,-1.22196,-3.4143,-2.86389,-1.17238,-1.44074,-2.34916,-3.05527,-3.36901,-1.62457,-2.14983,-3.02273,-0.191518,-0.172558,-0.289646,-0.476917,0.156263,-0.509121,-0.450265,-0.177007,-0.264671,-0.413486,-0.478846,-0.452287,-0.274017,0.167065,-0.563035,-0.137887,-0.0288634,-0.0831635,-0.198213,-0.27896,-0.18248,-0.244464,-0.24976,0.117873 +-5921.87,0.781646,0.394006,3,-0.160201,0.0111339,-2.57505,-2.18799,-2.18958,-2.57888,-2.29746,-2.01305,-1.77407,-2.14434,-2.08695,-2.27409,-2.46726,-1.50791,-2.65479,-2.80346,-1.61105,-1.59068,-1.58344,-2.96896,-3.36458,-1.5932,-2.02387,-2.8172,-0.179505,-0.268974,-0.0789883,0.0127726,-0.280886,-0.140769,-0.372879,-0.091802,-0.254252,-0.158395,-0.0979041,0.0617103,-0.173131,-0.0713125,0.0260514,-0.184562,-0.135827,-0.219396,-0.0828326,-0.243798,-0.672823,-0.26759,-0.0517576,0.105517 +-5918.33,0.852568,0.394006,2,-0.144597,0.00532294,-2.50373,-2.07298,-2.20646,-2.59336,-2.30573,-2.02401,-1.72233,-2.19405,-1.93704,-2.34978,-2.38663,-1.71772,-2.92069,-2.92753,-1.35313,-1.33906,-1.93844,-2.91051,-3.92111,-1.58849,-1.78795,-2.75577,-0.139582,-0.0818632,-0.130245,0.0328381,-0.187667,-0.248388,-0.320884,-0.150764,-0.0414956,-0.229393,-0.158094,-0.190883,-0.185817,0.0192069,-0.17594,-0.106404,-0.22251,-0.0747337,-0.232755,-0.113855,-0.383645,-0.223017,-0.245282,0.0729585 +-5914.56,0.599553,0.394006,2,-0.188727,0.00794498,-2.78537,-2.20558,-2.21887,-2.50068,-2.2802,-2.76004,-1.66067,-2.16056,-1.93072,-2.33709,-2.48822,-1.78421,-2.82629,-2.90485,-1.38272,-1.46285,-1.85774,-2.85381,-3.78076,-1.55355,-1.88081,-2.76129,-0.133211,-0.231594,-0.284998,-0.032315,-0.154072,-0.144347,-0.378502,-0.196303,-0.182403,-0.199102,-0.0852552,-0.0910259,-0.180743,0.0178028,-0.239681,-0.110126,0.016758,-0.175016,-0.137156,-0.132639,-0.305969,-0.244377,-0.217307,0.0891346 +-5919.53,0.683967,0.394006,2,-0.166146,0.00622765,-2.48268,-2.42772,-1.85132,-2.48911,-2.03397,-3.18606,-1.74367,-2.27691,-1.97435,-2.16225,-2.43507,-1.65925,-3.1286,-2.8316,-1.36868,-1.33661,-2.01353,-2.95812,-3.83681,-1.54758,-1.93726,-2.8148,-0.143837,-0.24323,-0.078875,-0.0846419,-0.19195,-0.219492,-0.143184,-0.106364,-0.230194,-0.195978,-0.236132,-0.270041,-0.196581,0.0927975,-0.198964,-0.280117,-0.180453,-0.166205,-0.207147,-0.177956,-0.408052,-0.236774,-0.136757,0.0789155 +-5912.51,0.0539614,0.394006,3,-0.28559,0.00476992,-2.10984,-2.5511,-2.2021,-2.45106,-2.37503,-2.37173,-1.71265,-2.05479,-2.16519,-2.23324,-2.27377,-1.40801,-3.48251,-2.75713,-1.3207,-1.44445,-1.76217,-2.9719,-3.66319,-1.70834,-2.28116,-2.77869,-0.376329,-0.261734,-0.439171,-0.299519,-0.350684,-0.26639,-0.459499,-0.29175,-0.277663,-0.403346,-0.250537,-0.0940188,-0.288534,-0.00190802,-0.293668,-0.262229,-0.30609,-0.34114,-0.264635,-0.336606,-0.196721,-0.407677,-0.369954,0.0690646 +-5909.8,0.614955,0.394006,2,-0.280438,0.00402403,-2.6348,-1.92836,-2.39153,-2.33034,-2.125,-2.39989,-1.56455,-1.99526,-2.25375,-2.20357,-2.20417,-1.4538,-2.7609,-2.76694,-1.23179,-1.58078,-1.79753,-3.06183,-3.09619,-1.55462,-2.01754,-2.7895,-0.242855,-0.380784,-0.168954,-0.275885,-0.302788,-0.359798,-0.289862,-0.324303,-0.325995,-0.293188,-0.307212,-0.208188,-0.350453,-0.288316,-0.236253,-0.297994,-0.328999,-0.287638,-0.353071,-0.220172,-0.482273,-0.400718,-0.284057,0.0634353 +-5913.72,0.00264196,0.394006,3,-0.193504,0.00690376,-1.8774,-2.38649,-2.0968,-2.4802,-2.63036,-2.1581,-1.88534,-2.23651,-1.64571,-2.31448,-2.55905,-1.45863,-3.2672,-2.73818,-1.3492,-1.4902,-2.23712,-3.31603,-3.66033,-1.32822,-2.31044,-2.98922,-0.209593,-0.0395287,-0.129536,-0.197513,-0.142535,-0.115566,-0.23887,-0.149439,-0.204794,-0.257654,-0.112149,-0.115457,-0.154551,-0.108403,-0.219235,-0.200577,0.0371708,-0.180119,-0.217753,-0.218434,-0.267838,-0.264876,-0.0453273,0.0830889 +-5907.47,0.661564,0.394006,1,-0.185341,0.00344904,-2.08799,-2.45601,-1.92746,-2.55544,-2.46169,-2.14354,-1.84801,-2.08802,-1.98711,-2.18105,-2.43275,-1.51327,-3.06478,-2.70359,-1.4909,-1.49714,-2.06334,-2.94943,-3.83469,-1.40452,-2.16184,-2.96367,-0.122674,-0.266297,-0.217839,-0.252512,-0.0248423,-0.233676,-0.223526,-0.28199,-0.239159,-0.192259,-0.149735,-0.223203,-0.218119,-0.157522,-0.201075,-0.244272,-0.0830457,-0.389015,-0.21623,-0.152542,-0.266458,-0.214729,-0.241712,0.0587285 +-5905.41,0.15295,0.394006,1,-0.195087,0.00504146,-2.50259,-2.10965,-2.00585,-2.54662,-2.56359,-2.64,-1.77865,-2.14241,-2.0172,-2.26743,-2.41779,-1.4315,-3.15344,-2.73112,-1.33683,-1.40115,-1.94489,-2.93964,-3.63068,-1.53284,-2.14716,-3.03939,-0.366426,-0.231375,-0.149691,-0.136437,-0.211587,-0.190243,-0.214488,-0.143507,-0.188917,-0.182413,-0.205328,-0.241743,-0.200952,-0.188092,-0.403727,-0.271873,-0.190437,-0.104898,-0.0272898,-0.183956,-0.234222,-0.138096,-0.0681064,0.0710032 +-5911.91,0.858551,0.394006,2,-0.177225,0.00883491,-2.20487,-2.60008,-2.05263,-2.34908,-2.22078,-1.89735,-1.69391,-2.0583,-1.89712,-2.22286,-2.37582,-1.60651,-2.94283,-2.70574,-1.47209,-1.57599,-1.79151,-3.8587,-3.45712,-1.36769,-2.14871,-2.90212,-0.159123,-0.21162,-0.177174,-0.315923,-0.272172,-0.206243,-0.26385,-0.155676,-0.268494,-0.222912,-0.228934,-0.0797554,-0.237991,-0.141358,-0.0519564,-0.252771,-0.243828,-0.0823523,-0.058156,-0.0915088,-0.258754,-0.176728,-0.0948355,0.0939942 +-5919.37,0.101578,0.394006,2,-0.197811,0.00425105,-1.87205,-2.84915,-1.83959,-2.36081,-2.27686,-2.11862,-1.7256,-2.20942,-1.85847,-2.20432,-2.35936,-1.65707,-3.25259,-2.84203,-1.69242,-1.42388,-1.76648,-4.03077,-3.00395,-1.36598,-2.2197,-2.96281,-0.245112,-0.149669,-0.279557,-0.348404,-0.369104,-0.112631,-0.210297,-0.0932498,-0.227404,-0.314155,-0.183449,-0.111154,-0.234325,-0.0816614,-0.131332,-0.267191,-0.23726,-0.147471,-0.246346,-0.271178,-0.185354,-0.117738,-0.23124,0.0652001 +-5919.37,0.242883,0.394006,2,-0.197811,0.00425105,-1.87205,-2.84915,-1.83959,-2.36081,-2.27686,-2.11862,-1.7256,-2.20942,-1.85847,-2.20432,-2.35936,-1.65707,-3.25259,-2.84203,-1.69242,-1.42388,-1.76648,-4.03077,-3.00395,-1.36598,-2.2197,-2.96281,-0.245112,-0.149669,-0.279557,-0.348404,-0.369104,-0.112631,-0.210297,-0.0932498,-0.227404,-0.314155,-0.183449,-0.111154,-0.234325,-0.0816614,-0.131332,-0.267191,-0.23726,-0.147471,-0.246346,-0.271178,-0.185354,-0.117738,-0.23124,0.0652001 +-5917.41,0.302942,0.394006,2,-0.22953,0.00628523,-3.00687,-2.10478,-1.78843,-2.48191,-2.41211,-2.10282,-1.65843,-2.08422,-1.94848,-2.28818,-2.34367,-1.43581,-3.02587,-2.51906,-1.81935,-1.48492,-1.87627,-3.27315,-4.38455,-1.61773,-2.31396,-2.86507,-0.19472,-0.321924,-0.227593,-0.154828,-0.031717,-0.346493,-0.466237,-0.277507,-0.265532,-0.270966,-0.249299,-0.269428,-0.222165,-0.157774,-0.219918,-0.00490459,-0.225278,-0.239041,-0.161333,-0.0362878,-0.199583,-0.44527,-0.235272,0.0792794 +-5917.01,0.686073,0.394006,2,-0.256972,0.00730361,-2.83315,-2.1358,-1.82231,-2.50321,-2.41011,-2.10318,-1.61914,-2.14211,-1.8938,-2.31176,-2.3666,-1.5205,-3.12209,-2.51821,-1.80198,-1.49619,-1.78568,-3.42046,-4.04814,-1.5521,-2.31111,-2.84781,-0.136599,-0.287101,-0.193494,-0.171179,-0.0183125,-0.318732,-0.430098,-0.242884,-0.245897,-0.202801,-0.286336,-0.316297,-0.260835,-0.234775,-0.29762,-0.0903878,-0.26023,-0.217384,-0.207264,-0.0358995,-0.254707,-0.362133,-0.211694,0.0854611 +-5922.47,0.444192,0.394006,2,-0.220725,0.0158193,-1.91452,-2.20723,-2.33839,-2.49056,-2.51456,-2.41094,-1.77712,-2.13177,-2.06504,-2.28999,-2.28029,-1.21564,-3.0683,-2.83235,-1.2224,-1.53779,-1.9845,-2.22949,-2.61223,-1.51531,-1.99646,-2.8327,-0.317586,-0.258579,-0.320495,-0.0752134,-0.348609,0.0183735,-0.288888,-0.13087,-0.250375,-0.235399,-0.201951,-0.333384,-0.198161,-0.0666929,-0.0800896,-0.402045,-0.180893,-0.270979,-0.283813,-0.139538,-0.291738,-0.285588,-0.2499,0.125775 +-5919.82,0.896448,0.394006,2,-0.187653,0.00917284,-2.3552,-2.13753,-2.26678,-2.40018,-2.48131,-3.03507,-1.81381,-2.23516,-1.78079,-2.24537,-2.26271,-1.69211,-3.17254,-2.79289,-1.16234,-1.47602,-2.14798,-2.82349,-3.06244,-1.43425,-2.25294,-3.04479,-0.327318,-0.419319,-0.129112,-0.0897924,0.0454077,-0.133842,-0.30266,-0.16381,-0.239822,-0.259671,-0.162347,-0.252053,-0.316302,0.0912256,-0.274891,-0.410293,-0.0367402,-0.319369,-0.13337,-0.215419,-0.315022,-0.234221,-0.153382,0.095775 +-5923.89,0.991647,0.394006,2,-0.210627,0.00803203,-2.16148,-2.44529,-2.30073,-2.55906,-2.37339,-2.58581,-1.74786,-2.17686,-1.86198,-2.34557,-2.37649,-1.49684,-3.22746,-2.74506,-1.16392,-1.49639,-2.13018,-2.81452,-3.12035,-1.84745,-2.00686,-3.08955,-0.419771,-0.477492,-0.267672,-0.224603,-0.333347,-0.173815,-0.144565,-0.131271,-0.20848,-0.191301,-0.232647,-0.177357,-0.0551103,0.152054,-0.165161,-0.226662,-0.0787756,0.0523594,-0.279126,-0.130153,-0.180497,-0.245793,-0.171087,0.0896216 +-5918.34,1,0.394006,2,-0.228968,0.0105002,-2.54248,-1.91762,-2.1726,-2.33978,-2.31629,-1.9859,-1.83131,-2.19993,-2.04853,-2.19656,-2.44628,-1.46508,-2.92737,-2.97891,-1.59825,-1.4758,-1.98814,-2.84761,-3.66939,-1.56012,-2.37013,-2.89063,0.0462005,-0.430652,-0.136967,-0.146621,-0.0543005,-0.182833,-0.375866,-0.14871,-0.288126,-0.30446,-0.089075,-0.17502,-0.360734,-0.00755054,-0.248937,-0.167772,-0.219393,-0.442132,-0.0752784,-0.202094,-0.344297,-0.198205,-0.266686,0.10247 +-5922.92,0.673627,0.394006,2,-0.184761,0.0103401,-2.43895,-2.59248,-2.35065,-2.53503,-2.48783,-2.3266,-1.66288,-2.1679,-1.8764,-2.22204,-2.41822,-1.42037,-3.17968,-2.58456,-1.06607,-1.46471,-1.82621,-3.01116,-2.97038,-1.48771,-2.3393,-2.89969,-0.243598,-0.0236455,-0.08709,-0.197696,-0.238778,-0.225739,-0.23529,-0.0969085,-0.163443,-0.255953,-0.119778,-0.162031,-0.00191945,-0.046155,-0.203764,-0.211725,-0.24482,0.16511,-0.262605,-0.212895,0.121317,-0.369678,-0.048869,0.101686 +-5923.57,0.744896,0.394006,3,-0.29343,0.0338244,-1.79043,-1.96443,-1.63757,-2.39946,-2.40734,-1.73825,-1.6621,-2.1294,-2.06722,-2.22918,-2.32428,-1.69076,-2.96864,-2.87388,-1.14385,-1.47144,-2.16302,-2.69003,-3.61507,-1.44566,-1.90682,-2.87842,-0.48429,-0.351503,-0.376836,-0.33953,-0.199329,-0.457176,-0.368682,-0.184911,-0.0277186,-0.319136,-0.428021,0.00451399,-0.327329,0.165718,-0.160129,-0.195567,-0.0164569,-0.0933574,-0.0129842,-0.282742,-0.641191,-0.454073,-0.0426765,0.183914 +-5924.17,0.852427,0.394006,3,-0.180029,0.0327582,-2.37667,-1.78757,-2.19205,-2.52292,-2.83032,-1.92811,-1.70967,-2.0867,-1.86085,-2.13372,-2.49102,-1.5095,-3.13061,-2.75573,-1.20197,-1.45827,-2.10909,-2.3084,-3.65818,-1.62305,-2.27338,-2.88885,-0.0575153,-0.383113,-0.0618155,-0.114009,-0.0518495,-0.24683,-0.301371,-0.10727,-0.257236,-0.390927,-0.159211,-0.150025,-0.247138,-0.0366014,-0.0771203,-0.121547,-0.0599171,-0.232329,-0.0206502,-0.0420853,-0.19284,-0.338367,0.097472,0.180992 +-5926.1,0.59057,0.394006,3,-0.341242,0.0160965,-2.21777,-2.70639,-2.0324,-2.29785,-2.30277,-2.44562,-1.72882,-2.10066,-2.06039,-2.40578,-2.16634,-1.41824,-2.80549,-2.82565,-1.30456,-1.50611,-1.83968,-3.55811,-3.21456,-1.34444,-1.99617,-2.91475,-0.323527,-0.418765,-0.436832,-0.441648,-0.542145,-0.206892,-0.419945,-0.22884,-0.462906,-0.232949,-0.342743,-0.291369,-0.191521,-0.0602555,-0.170218,-0.239556,-0.395415,0.331398,-0.409404,-0.525254,-0.426407,-0.25436,-0.345343,0.126872 +-5921.63,0.847668,0.394006,2,-0.319269,0.0138129,-2.4794,-2.00518,-2.27969,-2.33959,-2.4227,-1.7404,-1.78483,-2.01068,-1.78621,-2.21819,-2.22306,-1.42238,-3.22377,-2.60661,-1.43236,-1.46689,-1.51485,-3.01673,-3.24592,-1.25005,-2.06372,-2.99924,-0.17266,-0.211734,-0.426402,-0.283923,-0.0558308,-0.383121,-0.302956,-0.342071,-0.348819,-0.196117,-0.465876,-0.256737,-0.449223,-0.169185,-0.494331,-0.399832,-0.44547,-0.0822869,-0.321762,-0.552555,-0.452847,-0.406139,-0.270719,0.117528 +-5920.51,0.719295,0.394006,3,-0.291348,0.00562846,-2.75049,-2.3054,-1.55646,-2.43168,-2.39643,-2.54993,-1.67765,-2.03344,-1.87542,-2.22954,-2.29965,-1.42474,-2.66944,-2.69351,-1.08735,-1.4801,-2.07321,-2.96483,-3.10049,-1.29596,-2.06895,-2.85022,-0.368516,-0.486371,-0.279133,-0.312054,-0.484555,-0.216483,-0.423141,-0.238302,-0.428065,-0.486346,-0.166747,-0.337559,-0.253548,-0.339641,-0.217733,-0.185079,-0.233206,-0.464409,-0.312162,-0.239891,-0.297904,-0.288996,-0.342821,0.0750231 +-5920.51,0.0513926,0.394006,2,-0.291348,0.00562846,-2.75049,-2.3054,-1.55646,-2.43168,-2.39643,-2.54993,-1.67765,-2.03344,-1.87542,-2.22954,-2.29965,-1.42474,-2.66944,-2.69351,-1.08735,-1.4801,-2.07321,-2.96483,-3.10049,-1.29596,-2.06895,-2.85022,-0.368516,-0.486371,-0.279133,-0.312054,-0.484555,-0.216483,-0.423141,-0.238302,-0.428065,-0.486346,-0.166747,-0.337559,-0.253548,-0.339641,-0.217733,-0.185079,-0.233206,-0.464409,-0.312162,-0.239891,-0.297904,-0.288996,-0.342821,0.0750231 +-5919.79,0.473922,0.394006,2,-0.327031,0.00698106,-2.72063,-2.34518,-1.54067,-2.4336,-2.34915,-2.73095,-1.6472,-1.97406,-1.84187,-2.227,-2.33125,-1.35806,-2.65041,-2.72324,-1.14276,-1.49308,-2.02712,-3.27393,-3.06382,-1.30635,-2.15938,-2.79581,-0.339685,-0.378604,-0.220266,-0.25793,-0.381301,-0.160806,-0.423996,-0.189329,-0.377523,-0.506247,-0.106806,-0.376174,-0.337093,-0.293032,-0.300958,-0.188703,-0.227396,-0.415682,-0.306032,-0.268333,-0.310924,-0.279988,-0.179714,0.0835527 +-5916.24,0.785101,0.394006,2,-0.265271,0.0167184,-2.18868,-2.08652,-2.46147,-2.33557,-2.44473,-1.87472,-1.7866,-2.11327,-2.06571,-2.30359,-2.25221,-1.62594,-3.34939,-2.79061,-1.51386,-1.48435,-1.81195,-2.93952,-3.66722,-1.52135,-2.09192,-3.01167,-0.122761,-0.369009,-0.378869,-0.242156,-0.315575,-0.238588,-0.374658,-0.213304,-0.284278,-0.203869,-0.438603,-0.228839,-0.383806,0.1312,-0.116866,-0.277496,-0.151706,-0.00197868,-0.334169,-0.317834,-0.383325,-0.24784,-0.236809,0.1293 +-5915.12,0.563192,0.394006,3,-0.235384,0.00419723,-3.07531,-2.27313,-1.90589,-2.4789,-2.57439,-2.57308,-1.77171,-2.15233,-1.99198,-2.19307,-2.61817,-1.33633,-2.82717,-2.59436,-1.38457,-1.56782,-2.05611,-2.72495,-3.27663,-1.39347,-2.09859,-2.99211,-0.0873342,-0.248504,-0.473082,-0.116578,-0.223572,-0.225966,-0.393275,-0.212921,-0.282829,-0.302797,-0.17762,-0.260055,-0.464392,-0.178136,-0.163722,-0.203433,-0.0337158,-0.0379242,-0.194251,-0.259318,-0.327437,-0.23317,-0.226579,0.064786 +-5915.12,0.159532,0.394006,2,-0.235384,0.00419723,-3.07531,-2.27313,-1.90589,-2.4789,-2.57439,-2.57308,-1.77171,-2.15233,-1.99198,-2.19307,-2.61817,-1.33633,-2.82717,-2.59436,-1.38457,-1.56782,-2.05611,-2.72495,-3.27663,-1.39347,-2.09859,-2.99211,-0.0873342,-0.248504,-0.473082,-0.116578,-0.223572,-0.225966,-0.393275,-0.212921,-0.282829,-0.302797,-0.17762,-0.260055,-0.464392,-0.178136,-0.163722,-0.203433,-0.0337158,-0.0379242,-0.194251,-0.259318,-0.327437,-0.23317,-0.226579,0.064786 +-5912.75,0.845718,0.394006,3,-0.183961,0.00627294,-1.93933,-2.08869,-2.49857,-2.31996,-2.28865,-1.98608,-1.68553,-2.08363,-1.99607,-2.20781,-2.08223,-1.59051,-3.48673,-2.84414,-1.41926,-1.43191,-1.97557,-3.11828,-3.56611,-1.73501,-2.27416,-2.89798,-0.066113,-0.187995,-0.0507362,-0.296117,-0.209912,-0.199222,-0.185214,-0.19138,-0.258274,-0.230668,-0.256741,-0.15915,-0.0427333,-0.128427,-0.135273,-0.168426,-0.184876,-0.0146631,-0.166178,-0.212379,-0.248227,-0.330721,-0.179034,0.0792019 +-5907.13,0.532426,0.394006,2,-0.185639,0.00529198,-2.83352,-2.09121,-2.64834,-2.42703,-2.4267,-2.19451,-1.83112,-2.11414,-2.16806,-2.2981,-2.4191,-1.5949,-2.91114,-2.7067,-1.50482,-1.60923,-1.99667,-3.11162,-3.00575,-1.57027,-2.17975,-2.94032,-0.311344,-0.207593,-0.327041,-0.165288,-0.149113,-0.222729,-0.363621,-0.165751,-0.12902,-0.247133,-0.20063,-0.145083,-0.309596,-0.0582025,-0.226266,-0.205545,-0.211893,-0.255106,-0.247259,-0.0704755,-0.179209,-0.133471,-0.268813,0.072746 +-5908.18,0.770069,0.394006,2,-0.214579,0.00800335,-1.97158,-2.33416,-1.71707,-2.35941,-2.44185,-2.2928,-1.63445,-2.11999,-1.77756,-2.22093,-2.21384,-1.31716,-3.12915,-2.75021,-1.29615,-1.50559,-2.10322,-2.97582,-3.81348,-1.45615,-2.14284,-2.89334,-0.0965032,-0.395251,-0.270047,-0.182299,-0.0854413,-0.216744,-0.469068,-0.224129,-0.223669,-0.250832,-0.128639,-0.269805,-0.166725,0.00120959,-0.285892,-0.242069,-0.175948,-0.278457,-0.161401,-0.258657,-0.33327,-0.192192,-0.268122,0.0894614 +-5908.59,0.670231,0.394006,2,-0.288519,0.00426499,-2.83231,-2.09761,-2.47192,-2.39075,-2.25896,-2.05507,-1.84563,-1.99041,-2.04884,-2.26919,-2.53542,-1.45279,-2.75319,-2.69679,-1.43216,-1.45159,-1.90317,-2.71663,-3.37229,-1.6345,-2.17069,-2.89967,-0.350541,-0.238775,-0.235406,-0.358385,-0.237608,-0.292967,-0.183697,-0.225956,-0.33878,-0.3322,-0.218668,-0.227556,-0.369328,-0.264615,-0.14475,-0.335399,-0.350191,-0.30464,-0.382434,-0.203494,-0.198584,-0.37613,-0.284644,0.0653069 +-5910.2,0.300344,0.394006,2,-0.210838,0.00489188,-2.6853,-2.6567,-1.98155,-2.395,-2.58998,-2.12987,-1.6692,-2.13863,-2.07274,-2.25012,-2.2385,-1.61984,-3.28196,-2.61331,-1.2162,-1.72781,-1.9377,-3.16119,-3.19268,-1.22705,-2.39284,-2.8864,-0.185832,-0.190676,-0.232717,-0.162663,-0.12468,-0.167058,-0.424669,-0.179736,-0.216501,-0.207187,-0.250204,-0.0858674,-0.289769,-0.193431,-0.38865,-0.129749,-0.254837,-0.263111,-0.254631,-0.360802,-0.207299,-0.211475,-0.355149,0.069942 +-5912.95,0.226343,0.394006,2,-0.23332,0.00537023,-2.32842,-2.64712,-2.01006,-2.46426,-2.71053,-1.87072,-1.67834,-2.15056,-2.09508,-2.22247,-2.26885,-1.56961,-3.33841,-2.65957,-1.13484,-1.72533,-1.74159,-3.19711,-3.06475,-1.2467,-2.33535,-2.8337,-0.165264,-0.1075,-0.220066,-0.156936,-0.105674,-0.126846,-0.458791,-0.193717,-0.16673,-0.203997,-0.18308,-0.156829,-0.255067,-0.146505,-0.34344,-0.216518,-0.242303,-0.241881,-0.2395,-0.379413,-0.231466,-0.242736,-0.208294,0.0732819 +-5912.95,0.00725184,0.394006,3,-0.23332,0.00537023,-2.32842,-2.64712,-2.01006,-2.46426,-2.71053,-1.87072,-1.67834,-2.15056,-2.09508,-2.22247,-2.26885,-1.56961,-3.33841,-2.65957,-1.13484,-1.72533,-1.74159,-3.19711,-3.06475,-1.2467,-2.33535,-2.8337,-0.165264,-0.1075,-0.220066,-0.156936,-0.105674,-0.126846,-0.458791,-0.193717,-0.16673,-0.203997,-0.18308,-0.156829,-0.255067,-0.146505,-0.34344,-0.216518,-0.242303,-0.241881,-0.2395,-0.379413,-0.231466,-0.242736,-0.208294,0.0732819 +-5917.36,0.0809358,0.394006,2,-0.234648,0.00601435,-2.6207,-2.96211,-1.69611,-2.4293,-2.74094,-2.08537,-1.62164,-2.0043,-2.0695,-2.26639,-2.23425,-1.44995,-3.1058,-2.71993,-1.1363,-1.39587,-2.07248,-2.93205,-3.29018,-1.45598,-2.27513,-2.867,-0.370215,-0.302379,-0.239667,-0.194148,0.0861881,-0.309128,-0.24783,-0.242457,-0.289728,-0.34685,-0.250764,-0.0853522,-0.184419,-0.149456,-0.159542,-0.240846,-0.107445,-0.170182,-0.445244,-0.185684,-0.234219,-0.257714,-0.23287,0.0775522 +-5917.36,0.480232,0.394006,3,-0.234648,0.00601435,-2.6207,-2.96211,-1.69611,-2.4293,-2.74094,-2.08537,-1.62164,-2.0043,-2.0695,-2.26639,-2.23425,-1.44995,-3.1058,-2.71993,-1.1363,-1.39587,-2.07248,-2.93205,-3.29018,-1.45598,-2.27513,-2.867,-0.370215,-0.302379,-0.239667,-0.194148,0.0861881,-0.309128,-0.24783,-0.242457,-0.289728,-0.34685,-0.250764,-0.0853522,-0.184419,-0.149456,-0.159542,-0.240846,-0.107445,-0.170182,-0.445244,-0.185684,-0.234219,-0.257714,-0.23287,0.0775522 +-5924.98,0.491982,0.394006,2,-0.226809,0.00411062,-2.72636,-3.24841,-1.70159,-2.48875,-2.78479,-2.52049,-1.61778,-1.99842,-1.95965,-2.28175,-2.17873,-1.41659,-3.2844,-2.65502,-1.27451,-1.47056,-2.20742,-3.29009,-3.4617,-1.35321,-2.18381,-2.77749,-0.150677,-0.171511,-0.400427,-0.164634,-0.0339871,-0.136709,-0.248097,-0.350384,-0.409357,-0.370829,-0.262763,-0.251167,-0.264127,-0.200439,-0.217956,-0.251353,-0.257114,-0.283097,-0.248637,-0.153504,-0.151303,-0.338444,-0.221163,0.0641141 +-5919.06,1,0.394006,2,-0.194401,0.0133181,-2.53077,-2.09071,-2.01779,-2.34609,-2.18525,-2.01676,-1.85972,-2.11911,-1.98951,-2.24359,-2.54672,-1.65291,-2.99248,-2.67831,-1.25828,-1.51037,-1.82218,-2.84615,-3.38984,-1.77049,-2.00729,-3.09184,-0.312002,-0.20841,-0.0581937,-0.268111,-0.345288,-0.33971,-0.329005,-0.0659314,-0.072144,-0.169949,-0.146321,-0.117593,-0.0746559,-0.173219,-0.311868,-0.221581,-0.150789,-0.244827,-0.276551,-0.280242,-0.405518,-0.288973,-0.169104,0.115404 +-5919.58,0.701397,0.394006,3,-0.236142,0.0173436,-2.40081,-2.18674,-2.17861,-2.44526,-2.53512,-2.40961,-1.60323,-2.10435,-2.03106,-2.25941,-2.2563,-1.55822,-2.97048,-2.79734,-1.4656,-1.50552,-2.19531,-3.19452,-3.5486,-1.23359,-2.25024,-2.8148,0.215503,-0.374438,-0.441212,-0.251461,-0.123243,-0.165199,-0.357025,-0.284341,-0.341709,-0.38001,-0.184995,0.0248359,-0.396724,-0.206741,-0.140904,-0.154477,-0.0982481,-0.156155,-0.0595132,-0.165021,-0.164727,-0.320621,-0.342291,0.131695 +-5917.39,0.557747,0.394006,2,-0.24422,0.00779335,-2.64729,-2.22526,-2.01331,-2.44449,-2.46199,-2.12308,-1.61726,-2.13102,-2.08879,-2.26608,-2.27308,-1.46518,-2.96319,-2.70345,-1.48154,-1.61638,-2.11874,-3.05266,-3.45083,-1.35716,-2.21626,-2.69937,0.142089,-0.370196,-0.447521,-0.190584,-0.188514,-0.239075,-0.416134,-0.258937,-0.278923,-0.38819,-0.208242,-0.0383441,-0.357597,-0.136014,-0.121294,-0.15663,-0.150623,-0.148818,0.0670713,-0.152154,-0.176724,-0.277513,-0.368127,0.08828 +-5919.77,0.990602,0.394006,3,-0.253843,0.0109694,-2.2869,-1.98107,-2.13578,-2.30071,-2.35144,-2.25709,-1.7809,-2.34769,-1.89289,-2.25252,-2.26611,-1.44938,-2.76921,-2.81288,-1.07049,-1.41762,-1.94017,-2.84657,-3.61322,-1.70707,-2.22592,-3.23464,-0.379119,-0.412214,-0.0289269,-0.381023,-0.0357438,-0.179572,-0.290287,0.0960771,-0.197525,-0.268799,-0.307091,-0.199497,-0.42996,-0.035964,-0.510621,-0.287078,-0.157987,-0.195435,-0.312658,-0.188504,-0.301799,-0.244165,-0.0359685,0.104735 +-5922.36,0.70783,0.394006,2,-0.230155,0.00639048,-2.48365,-2.50432,-2.24636,-2.53169,-2.50852,-2.46397,-1.62143,-2.02691,-1.93847,-2.20355,-2.46512,-1.33781,-3.17083,-2.84216,-1.56203,-1.60023,-1.85985,-3.18856,-3.39309,-1.30889,-2.09009,-2.56711,-0.0284792,-0.0590268,-0.394996,-0.187165,-0.189095,-0.206738,-0.473216,-0.254055,-0.285524,-0.256603,-0.0350845,-0.290228,-0.114516,0.041983,-0.0737599,-0.264369,-0.265624,-0.344363,-0.0178354,-0.214817,-0.291144,-0.386246,-0.356343,0.0799405 +-5919.83,0.967802,0.394006,2,-0.243113,0.0163284,-2.31148,-1.79432,-1.93057,-2.3269,-2.65081,-2.10063,-1.81267,-2.16758,-2.2174,-2.13668,-2.4482,-1.54345,-2.77499,-2.62897,-1.33904,-1.48842,-2.15104,-3.05864,-3.01438,-1.45429,-2.2992,-2.70682,-0.347539,-0.346635,-0.305101,-0.310867,-0.0855198,-0.242671,-0.272197,-0.106176,-0.138439,-0.44398,-0.133673,-0.197588,-0.502911,-0.139991,-0.326824,-0.223902,-0.0821734,0.0554616,-0.52921,-0.12895,-0.207248,-0.432889,-0.0991682,0.127783 +-5919.33,0.752632,0.394006,2,-0.298948,0.00751786,-1.80675,-2.35402,-2.45142,-2.26026,-2.26204,-2.04942,-1.74778,-2.18563,-2.18969,-2.21338,-2.56111,-1.43008,-3.22002,-2.88261,-1.46269,-1.28957,-2.27545,-3.17397,-3.50823,-1.55343,-2.05053,-3.09364,-0.0656398,-0.297385,-0.191705,-0.335614,-0.235849,-0.416528,-0.414554,-0.263831,-0.219873,-0.36877,-0.0871604,-0.201224,-0.241427,-0.0933891,-0.403058,-0.408058,-0.207907,-0.331342,-0.213543,-0.313241,-0.336904,-0.186225,-0.392816,0.0867056 +-5919.33,0.453649,0.394006,2,-0.298948,0.00751786,-1.80675,-2.35402,-2.45142,-2.26026,-2.26204,-2.04942,-1.74778,-2.18563,-2.18969,-2.21338,-2.56111,-1.43008,-3.22002,-2.88261,-1.46269,-1.28957,-2.27545,-3.17397,-3.50823,-1.55343,-2.05053,-3.09364,-0.0656398,-0.297385,-0.191705,-0.335614,-0.235849,-0.416528,-0.414554,-0.263831,-0.219873,-0.36877,-0.0871604,-0.201224,-0.241427,-0.0933891,-0.403058,-0.408058,-0.207907,-0.331342,-0.213543,-0.313241,-0.336904,-0.186225,-0.392816,0.0867056 +-5923.91,0.684792,0.394006,2,-0.267079,0.0168221,-2.89534,-1.98889,-1.90121,-2.41831,-2.48833,-2.16647,-1.78626,-2.11605,-1.70353,-2.27984,-2.14549,-1.38459,-2.8436,-2.7039,-1.59936,-1.71961,-1.70933,-3.22868,-3.51447,-1.19987,-2.15822,-2.6616,-0.496793,-0.227038,-0.381702,-0.211515,-0.150004,-0.147846,-0.324316,-0.244033,-0.289988,-0.282551,-0.347477,-0.280343,-0.233731,-0.0610088,0.266679,-0.205027,-0.187195,-0.0405963,-0.182092,-0.364332,-0.229787,-0.524872,-0.169405,0.1297 +-5928.07,0.769322,0.394006,2,-0.20298,0.00622805,-2.14851,-2.48121,-1.99994,-2.36484,-2.47414,-2.56392,-1.70252,-2.16277,-1.78216,-2.2237,-2.23387,-1.40204,-2.84877,-2.83401,-1.33989,-1.66072,-1.77561,-3.16502,-3.4935,-1.32454,-2.20576,-2.80691,-0.203816,-0.530902,-0.109318,-0.0398838,-0.097051,-0.265605,-0.186398,-0.146929,-0.308173,-0.243409,-0.213457,-0.162457,-0.308987,-0.169718,0.289199,-0.192404,-0.245643,-0.142851,-0.231057,-0.522109,-0.296746,-0.138552,-0.209823,0.078918 +-5933.37,0.362826,0.394006,2,-0.222095,0.0105459,-2.42342,-1.88338,-2.72654,-2.46718,-2.33345,-2.40315,-1.74214,-2.10559,-2.16327,-2.32048,-2.32465,-1.49111,-2.7644,-2.69897,-1.57145,-1.42306,-1.61705,-3.00269,-3.99716,-1.40987,-2.02616,-3.17086,-0.195601,-0.0704863,-0.424359,-0.432983,-0.241094,-0.0917608,-0.51494,-0.223862,-0.181339,-0.248171,-0.254132,-0.197107,-0.364569,0.00806105,-0.523312,-0.206171,-0.43164,-0.206086,-0.114681,0.0496161,-0.271434,-0.387116,-0.215174,0.102693 +-5923.22,0.997468,0.394006,2,-0.324889,0.0132729,-2.14481,-2.45795,-2.28035,-2.30497,-2.47537,-2.2674,-1.65694,-2.21037,-1.83021,-2.23881,-2.22341,-1.39125,-2.99997,-2.91761,-1.08375,-1.50562,-1.89112,-3.18265,-3.66104,-1.5106,-2.31841,-2.85792,-0.308561,-0.245348,-0.403149,-0.0542423,-0.136646,-0.423701,-0.366506,-0.0737397,-0.413436,-0.240344,-0.241321,-0.26261,-0.250821,0.0390958,-0.231791,-0.237801,-0.200659,-0.151144,-0.103038,-0.519438,-0.375607,-0.27218,-0.433544,0.115208 +-5923.39,0.585989,0.394006,2,-0.268038,0.0231038,-2.31469,-2.05006,-2.42257,-2.56101,-2.29678,-2.06015,-1.64482,-2.13071,-2.08656,-2.24715,-2.22622,-1.74375,-3.01102,-2.76943,-1.37906,-1.39655,-1.9321,-2.92119,-3.58047,-1.4748,-1.99859,-2.88671,-0.270277,-0.308767,-0.113306,-0.348354,-0.359661,-0.144021,-0.532166,-0.244733,-0.146108,-0.341615,-0.414743,0.0352696,-0.312004,0.0226069,-0.526731,-0.282633,-0.270156,-0.283326,-0.137919,0.0210323,-0.227884,-0.484049,-0.108126,0.151999 +-5925.77,0.336115,0.394006,3,-0.315541,0.00517498,-2.4376,-2.5968,-2.69172,-2.14931,-2.35781,-2.47273,-1.69754,-1.92658,-1.82245,-2.30132,-2.26505,-1.25894,-2.93909,-2.69713,-0.981233,-1.43175,-2.14088,-2.9285,-3.53394,-1.93757,-2.18553,-2.84854,-0.268883,-0.291813,-0.413451,-0.257635,-0.27701,-0.461789,-0.30467,-0.354929,-0.405483,-0.182421,-0.226431,-0.414028,-0.382156,-0.378926,-0.331158,-0.318131,-0.220553,-0.257163,-0.280731,-0.183333,-0.430852,-0.307797,-0.388308,0.0719373 +-5919.26,0.186137,0.394006,2,-0.301793,0.00942746,-2.57484,-2.43268,-2.31162,-2.47199,-2.57792,-2.54744,-1.68402,-1.96613,-2.01979,-2.18772,-2.40093,-1.62416,-3.29315,-2.66713,-1.51946,-1.5712,-2.09764,-3.40746,-2.94107,-1.25379,-1.99744,-2.84569,-0.353809,-0.292502,-0.0920776,-0.401805,-0.229725,-0.160059,-0.394247,-0.365844,-0.167217,-0.438515,-0.278619,-0.094954,-0.301389,-0.0653113,-0.36782,-0.164884,-0.318319,-0.256538,-0.293532,-0.36802,-0.257995,-0.298073,-0.321544,0.0970951 +-5928.51,0.563945,0.394006,2,-0.22609,0.0226683,-2.36591,-2.12776,-2.15839,-2.35962,-2.20365,-2.21044,-1.81889,-2.05486,-2.22467,-2.1547,-2.31336,-1.36876,-3.20207,-2.96906,-1.55524,-1.51083,-1.75026,-2.95741,-3.78626,-1.28645,-2.18726,-3.06011,-0.257672,-0.245634,-0.230706,0.00799074,-0.232098,-0.369575,-0.497233,-0.140287,-0.141599,-0.418453,-0.135627,0.0840531,-0.234785,0.0966685,-0.0773852,-0.347582,-0.2308,0.000272781,-0.208424,-0.216064,-0.375013,-0.271083,-0.220103,0.15056 +-5921.92,0.99526,0.394006,3,-0.230916,0.00638347,-2.50357,-2.19887,-1.98561,-2.38932,-2.52153,-2.25664,-1.58015,-2.21593,-1.66408,-2.32675,-2.33724,-1.68391,-2.97126,-2.58411,-1.15366,-1.67223,-2.43148,-3.14033,-3.04147,-1.58705,-2.09247,-2.84029,-0.200903,-0.140495,-0.169003,-0.244169,0.150867,-0.174261,-0.353247,-0.0680172,-0.529418,-0.168817,-0.283162,-0.204726,-0.378704,-0.207869,-0.343693,-0.0747504,-0.197725,-0.298224,-0.158117,-0.192894,-0.142315,-0.266066,-0.11216,0.0798966 +-5915.49,0.905306,0.394006,2,-0.191097,0.0178068,-2.66378,-2.1417,-1.89721,-2.42929,-2.59554,-2.58631,-1.59568,-2.20884,-1.93456,-2.23668,-2.33814,-1.3689,-2.65474,-2.59677,-1.41209,-1.47095,-2.10981,-3.22202,-3.75519,-1.35802,-2.18749,-3.01137,-0.133329,-0.260429,-0.0626004,-0.202448,-0.0912511,-0.218258,-0.533393,-0.204194,-0.321332,-0.292777,-0.0803401,-0.07117,-0.302647,-0.126702,-0.0906958,-0.126847,-0.0775157,0.0141016,-0.301434,-0.147163,-0.370328,-0.168876,-0.315581,0.133442 +-5917.47,0.902007,0.394006,2,-0.16505,0.0128039,-2.10016,-2.40255,-2.71677,-2.41923,-2.59375,-1.96121,-1.73106,-2.14412,-2.08084,-2.23154,-2.3653,-1.64031,-3.40948,-2.90669,-1.28026,-1.6559,-1.8611,-3.03502,-3.31446,-1.71281,-2.21625,-2.95783,-0.123831,-0.262946,-0.238478,-0.166717,0.153356,-0.0902826,-0.356036,-0.193978,-0.125127,-0.20842,-0.407123,-0.243431,-0.0221744,0.106154,-0.229282,-0.165634,-0.114025,-0.105288,-0.1739,-0.0534977,-0.210925,-0.227367,-0.1213,0.113154 +-5915.98,0.106933,0.394006,3,-0.358111,0.00739419,-2.01929,-2.14819,-1.81573,-2.32804,-2.06702,-2.32552,-1.73852,-2.13763,-1.88016,-2.24318,-2.49378,-1.49553,-3.08599,-2.82673,-1.22604,-1.53839,-1.95939,-3.13022,-3.01714,-1.1331,-2.14553,-2.74375,-0.271584,-0.578748,-0.596005,-0.352362,-0.281737,-0.263245,-0.396518,-0.20886,-0.401006,-0.300404,-0.346078,-0.399553,-0.27916,-0.0540583,-0.400084,-0.335021,-0.229549,-0.338467,-0.378829,-0.439821,-0.326621,-0.381336,-0.444291,0.0859895 +-5913.53,0.908106,0.394006,3,-0.191934,0.00904981,-2.31484,-2.09851,-2.29732,-2.55199,-2.34718,-2.72852,-1.71013,-2.17908,-2.0345,-2.14284,-2.2177,-1.49221,-2.94288,-2.87643,-1.30623,-1.30628,-2.03335,-2.73944,-3.49437,-1.54922,-2.22493,-3.06059,-0.153371,-0.359935,0.104805,-0.170398,-0.141773,-0.26118,-0.339352,-0.219059,-0.151306,-0.391952,-0.422788,-0.222671,-0.234229,-0.113771,-0.0838898,-0.1712,-0.244612,-0.236399,-0.152925,-0.218303,-0.168452,-0.177037,-0.163606,0.0951305 +-5916.1,0.526075,0.394006,2,-0.179898,0.00751344,-2.77314,-2.46291,-2.14488,-2.48679,-2.19122,-2.1018,-1.68209,-2.31634,-2.11395,-2.09226,-2.34864,-1.44859,-3.12816,-2.77337,-1.31052,-1.47084,-2.09759,-2.82795,-2.88598,-1.40838,-2.29571,-2.87597,-0.239889,-0.206977,-0.128972,-0.209511,-0.18444,-0.128,-0.354524,-0.0762382,-0.0885078,-0.444171,-0.36586,-0.141128,-0.250753,0.0229296,-0.128963,-0.065323,-0.278305,-0.0400059,-0.265241,-0.0884719,-0.16553,-0.149964,-0.209697,0.0866801 +-5918.67,0.722533,0.394006,2,-0.166209,0.00504725,-2.72952,-2.44424,-2.17804,-2.44926,-2.19312,-1.93947,-1.69857,-2.30095,-2.06686,-2.07661,-2.22761,-1.38488,-3.14222,-2.79818,-1.37761,-1.46652,-1.99739,-2.76074,-2.82777,-1.45716,-2.3583,-2.95036,-0.263579,-0.292454,-0.120163,-0.160106,-0.211415,-0.0152848,-0.27285,-0.114114,-0.0994494,-0.417875,-0.335808,-0.113634,-0.236383,0.0710159,-0.211686,-0.104671,-0.250122,0.0200768,-0.0937698,-0.134339,-0.269652,-0.207867,-0.185036,0.071044 +-5917.38,1,0.394006,2,-0.276862,0.00948569,-2.38599,-2.40632,-2.29622,-2.35471,-2.39126,-2.36579,-1.75137,-2.04411,-1.76889,-2.31629,-2.45277,-1.47088,-2.78939,-2.68759,-1.26625,-1.57915,-1.91698,-2.9052,-3.99881,-1.27944,-2.26128,-2.85057,-0.0118091,-0.146851,-0.371139,-0.316835,-0.242437,-0.437652,-0.384315,-0.204162,-0.485487,-0.252814,-0.0685809,-0.320935,-0.28943,-0.290878,-0.299477,-0.29818,-0.196275,-0.493543,-0.354297,-0.437099,-0.183397,-0.355718,-0.312872,0.0973945 +-5930.3,0.519558,0.394006,2,-0.362172,0.0266288,-2.8701,-2.18763,-2.00593,-2.39971,-2.62309,-1.68876,-1.48292,-2.06334,-1.99617,-2.39058,-2.26706,-1.64014,-2.84752,-2.59382,-1.40543,-1.00559,-1.99155,-2.98476,-3.394,-1.40964,-2.41829,-2.8417,-0.13985,-0.461891,-0.408491,-0.247727,-0.300623,-0.463823,-0.482855,-0.418875,-0.260366,-0.204661,-0.2989,-0.140848,-0.449066,-0.142525,-0.315496,-0.466342,-0.458811,-0.127283,-0.26587,-0.339151,-0.16713,-0.450997,-0.364091,0.163183 +-5918.48,1,0.394006,3,-0.241728,0.0138688,-1.88088,-2.29326,-2.10373,-2.43009,-2.14162,-2.53003,-1.89716,-2.12765,-1.89585,-2.17448,-2.29948,-1.44194,-3.09006,-2.77294,-1.20819,-1.80149,-1.82221,-2.83352,-3.25612,-1.44866,-1.77258,-2.98977,-0.313786,-0.326348,-0.271093,-0.243284,-0.29683,-0.035616,-0.234103,-0.258352,-0.222266,-0.397453,-0.38375,-0.195071,-0.0566981,-0.119385,-0.273911,-0.0536162,-0.201061,-0.228742,-0.13089,-0.242953,-0.586434,-0.345893,-0.258725,0.117766 +-5912.7,0.955693,0.394006,2,-0.201306,0.00613265,-2.49935,-2.04353,-2.14999,-2.38467,-2.23204,-2.60703,-1.75756,-2.15739,-1.97301,-2.26866,-2.27514,-1.49203,-3.28517,-2.80782,-1.25107,-1.38396,-1.8946,-2.58388,-3.77069,-1.61895,-2.01369,-3.02015,-0.18563,-0.209276,-0.315795,-0.173448,-0.22895,-0.230154,-0.195153,-0.0575198,-0.220947,-0.214636,-0.182551,-0.250221,-0.238189,-0.19434,-0.172422,-0.317089,-0.341594,-0.214212,-0.24889,-0.0109537,-0.534345,-0.285541,-0.410241,0.0783112 +-5911.46,0.947893,0.394006,2,-0.250671,0.00566986,-2.13516,-2.14421,-2.13657,-2.48041,-2.36959,-2.15866,-1.79264,-2.18651,-1.89,-2.21782,-2.25781,-1.55384,-3.20645,-2.53795,-1.3079,-1.68659,-1.87594,-3.24594,-3.2076,-1.5829,-2.23761,-2.74802,-0.195241,-0.238914,-0.248872,-0.25274,-0.238772,-0.10132,-0.354387,-0.218834,-0.288822,-0.314392,-0.341673,-0.163,-0.288207,-0.1734,-0.369058,-0.135671,-0.24111,-0.30607,-0.255142,-0.294844,-0.0320458,-0.20961,-0.0148054,0.0752985 +-5906.79,1.23392e-11,0.394006,3,-0.24469,0.0036716,-2.03813,-2.0777,-2.07789,-2.48109,-2.30916,-2.44621,-1.74977,-2.09261,-1.93567,-2.28524,-2.3168,-1.66515,-3.15461,-2.4586,-1.23437,-1.70027,-1.98152,-3.00145,-3.16598,-1.5148,-2.35657,-2.85121,-0.194055,-0.250985,-0.199972,-0.297493,-0.213767,-0.198867,-0.290197,-0.127972,-0.216867,-0.351721,-0.326222,-0.244562,-0.268371,-0.166229,-0.365176,-0.195746,-0.25349,-0.208243,-0.24767,-0.234664,-0.1385,-0.263367,-0.109039,0.0605937 +-5906.79,0.172036,0.394006,2,-0.24469,0.0036716,-2.03813,-2.0777,-2.07789,-2.48109,-2.30916,-2.44621,-1.74977,-2.09261,-1.93567,-2.28524,-2.3168,-1.66515,-3.15461,-2.4586,-1.23437,-1.70027,-1.98152,-3.00145,-3.16598,-1.5148,-2.35657,-2.85121,-0.194055,-0.250985,-0.199972,-0.297493,-0.213767,-0.198867,-0.290197,-0.127972,-0.216867,-0.351721,-0.326222,-0.244562,-0.268371,-0.166229,-0.365176,-0.195746,-0.25349,-0.208243,-0.24767,-0.234664,-0.1385,-0.263367,-0.109039,0.0605937 +-5906.79,0.625262,0.394006,1,-0.24469,0.0036716,-2.03813,-2.0777,-2.07789,-2.48109,-2.30916,-2.44621,-1.74977,-2.09261,-1.93567,-2.28524,-2.3168,-1.66515,-3.15461,-2.4586,-1.23437,-1.70027,-1.98152,-3.00145,-3.16598,-1.5148,-2.35657,-2.85121,-0.194055,-0.250985,-0.199972,-0.297493,-0.213767,-0.198867,-0.290197,-0.127972,-0.216867,-0.351721,-0.326222,-0.244562,-0.268371,-0.166229,-0.365176,-0.195746,-0.25349,-0.208243,-0.24767,-0.234664,-0.1385,-0.263367,-0.109039,0.0605937 +-5906.79,0.12388,0.394006,2,-0.24469,0.0036716,-2.03813,-2.0777,-2.07789,-2.48109,-2.30916,-2.44621,-1.74977,-2.09261,-1.93567,-2.28524,-2.3168,-1.66515,-3.15461,-2.4586,-1.23437,-1.70027,-1.98152,-3.00145,-3.16598,-1.5148,-2.35657,-2.85121,-0.194055,-0.250985,-0.199972,-0.297493,-0.213767,-0.198867,-0.290197,-0.127972,-0.216867,-0.351721,-0.326222,-0.244562,-0.268371,-0.166229,-0.365176,-0.195746,-0.25349,-0.208243,-0.24767,-0.234664,-0.1385,-0.263367,-0.109039,0.0605937 +-5910.88,3.9322e-06,0.394006,2,-0.263325,0.00311527,-1.99328,-1.95994,-2.0199,-2.53162,-2.18973,-2.49718,-1.70588,-2.09492,-1.99979,-2.31798,-2.31126,-1.66474,-3.04703,-2.60212,-1.29454,-1.80598,-1.98873,-3.18989,-2.84658,-1.52592,-2.35609,-2.85194,-0.254871,-0.215376,-0.251389,-0.320174,-0.228545,-0.316914,-0.309277,-0.0807592,-0.255867,-0.296708,-0.305346,-0.19907,-0.380378,-0.258449,-0.388226,-0.231899,-0.323838,-0.261164,-0.164429,-0.267049,-0.245497,-0.341318,-0.198437,0.0558146 +-5906.58,0.673369,0.394006,2,-0.229457,0.00374679,-1.6872,-2.06288,-2.31194,-2.38364,-2.098,-2.33175,-1.75517,-2.01767,-2.06838,-2.32041,-2.36521,-1.59271,-2.92924,-2.75726,-1.35269,-1.62081,-2.01878,-3.34777,-3.11966,-1.53862,-2.27885,-2.77858,-0.273965,-0.254517,-0.234833,-0.197069,-0.231418,-0.210461,-0.435882,-0.173189,-0.243833,-0.203599,-0.173346,-0.231561,-0.303036,-0.174719,-0.29668,-0.216421,-0.124375,-0.176658,-0.0439215,-0.239427,-0.305236,-0.146293,-0.239,0.0612111 +-5912.79,0.177981,0.394006,2,-0.209333,0.00662746,-1.96458,-2.01641,-2.02442,-2.37951,-2.05566,-1.97412,-1.76409,-2.17017,-1.74815,-2.24854,-2.29537,-1.44749,-3.07128,-2.80228,-1.39871,-1.58296,-2.07332,-3.3484,-3.36058,-1.48115,-2.08325,-2.72968,-0.195749,-0.148893,-0.175221,-0.226458,-0.23567,-0.176217,-0.387553,-0.202804,-0.262249,-0.177421,-0.189496,-0.0912675,-0.162243,-0.160653,-0.257627,-0.231512,-0.283404,-0.216457,0.114352,-0.265145,-0.180432,-0.26458,0.0157892,0.0814092 +-5903.25,0.500125,0.394006,2,-0.194315,0.00336578,-2.36308,-2.15819,-2.36511,-2.45566,-2.43207,-2.00256,-1.73388,-1.99486,-2.09101,-2.26896,-2.24986,-1.54871,-3.17741,-2.72474,-1.31333,-1.46937,-2.02725,-2.90991,-3.26804,-1.46486,-2.34341,-2.97289,-0.169316,-0.254639,-0.191065,-0.176682,-0.221157,-0.259201,-0.208721,-0.210604,-0.163562,-0.240349,-0.218329,-0.239129,-0.209362,0.0207379,-0.0661929,-0.149529,-0.050479,-0.137686,-0.289968,-0.105206,-0.24386,-0.206647,-0.329638,0.0580153 +-5903.25,0.00120351,0.394006,2,-0.194315,0.00336578,-2.36308,-2.15819,-2.36511,-2.45566,-2.43207,-2.00256,-1.73388,-1.99486,-2.09101,-2.26896,-2.24986,-1.54871,-3.17741,-2.72474,-1.31333,-1.46937,-2.02725,-2.90991,-3.26804,-1.46486,-2.34341,-2.97289,-0.169316,-0.254639,-0.191065,-0.176682,-0.221157,-0.259201,-0.208721,-0.210604,-0.163562,-0.240349,-0.218329,-0.239129,-0.209362,0.0207379,-0.0661929,-0.149529,-0.050479,-0.137686,-0.289968,-0.105206,-0.24386,-0.206647,-0.329638,0.0580153 +-5903.17,0.360151,0.394006,2,-0.21272,0.002409,-2.10893,-2.15047,-2.40523,-2.46406,-2.53051,-1.96895,-1.7491,-2.01943,-2.13483,-2.27722,-2.2662,-1.54728,-3.15748,-2.82895,-1.26889,-1.46009,-2.10518,-3.07569,-3.34869,-1.51098,-2.32258,-3.00813,-0.242264,-0.266561,-0.161212,-0.233323,-0.220982,-0.394278,-0.212949,-0.237468,-0.160402,-0.19358,-0.213711,-0.218368,-0.212567,-0.0475874,-0.215609,-0.302649,-0.0135493,-0.131044,-0.29987,-0.151905,-0.245556,-0.169232,-0.242624,0.0490816 +-5903.64,2.29885e-14,0.394006,3,-0.373537,0.00198183,-2.64602,-2.22238,-1.76636,-2.32557,-2.22665,-2.47466,-1.5961,-2.15651,-1.76341,-2.14159,-2.27831,-1.31509,-2.78727,-2.49195,-1.38355,-1.5043,-1.72127,-2.78692,-3.66504,-1.42874,-1.98194,-2.78079,-0.393043,-0.471222,-0.429937,-0.392241,-0.393662,-0.462685,-0.476785,-0.304422,-0.33995,-0.353143,-0.334427,-0.391571,-0.33568,-0.351745,-0.357359,-0.390785,-0.25054,-0.423386,-0.274818,-0.306497,-0.398151,-0.420337,-0.365352,0.0445178 +-5905.83,0.00876835,0.394006,3,-0.387091,0.00293643,-2.80883,-2.12304,-1.71386,-2.27872,-2.20144,-2.24623,-1.6154,-2.24508,-1.62645,-2.1485,-2.26379,-1.35363,-2.86518,-2.55077,-1.42069,-1.50789,-1.81026,-2.949,-3.62224,-1.43618,-1.97588,-2.76591,-0.30124,-0.335723,-0.446289,-0.323799,-0.378947,-0.393178,-0.47431,-0.273516,-0.399433,-0.321154,-0.35723,-0.350561,-0.355126,-0.259077,-0.380129,-0.395622,-0.317189,-0.414664,-0.363856,-0.277485,-0.431632,-0.486154,-0.336931,0.0541888 +-5905.83,0.124426,0.394006,2,-0.387091,0.00293643,-2.80883,-2.12304,-1.71386,-2.27872,-2.20144,-2.24623,-1.6154,-2.24508,-1.62645,-2.1485,-2.26379,-1.35363,-2.86518,-2.55077,-1.42069,-1.50789,-1.81026,-2.949,-3.62224,-1.43618,-1.97588,-2.76591,-0.30124,-0.335723,-0.446289,-0.323799,-0.378947,-0.393178,-0.47431,-0.273516,-0.399433,-0.321154,-0.35723,-0.350561,-0.355126,-0.259077,-0.380129,-0.395622,-0.317189,-0.414664,-0.363856,-0.277485,-0.431632,-0.486154,-0.336931,0.0541888 +-5908.48,0.233629,0.394006,2,-0.395058,0.00400792,-2.81883,-2.15358,-1.71294,-2.32847,-2.26547,-2.1767,-1.64567,-2.23322,-1.74107,-2.11502,-2.33222,-1.23583,-2.90752,-2.50433,-1.48243,-1.58533,-1.80967,-3.13182,-3.53733,-1.45621,-2.00056,-2.8037,-0.281697,-0.33535,-0.395901,-0.358719,-0.337405,-0.43575,-0.448965,-0.313869,-0.440231,-0.407721,-0.380031,-0.30969,-0.42097,-0.453544,-0.317338,-0.29873,-0.321797,-0.293343,-0.408892,-0.316961,-0.421943,-0.526897,-0.381602,0.0633081 +-5912.46,2.75421e-05,0.394006,3,-0.361852,0.00345794,-2.72224,-2.18936,-1.95988,-2.30517,-2.20189,-1.95921,-1.61138,-2.26094,-1.81675,-2.15716,-2.27612,-1.16079,-2.91036,-2.55617,-1.47547,-1.62922,-1.85238,-3.03946,-3.36086,-1.39808,-2.13268,-2.75037,-0.324077,-0.194212,-0.380294,-0.415236,-0.348185,-0.369782,-0.40349,-0.465339,-0.445088,-0.348741,-0.301266,-0.325435,-0.413159,-0.494999,-0.38249,-0.394766,-0.292729,-0.375365,-0.341227,-0.329157,-0.358535,-0.472609,-0.40492,0.0588043 +-5911.66,0.0128144,0.394006,3,-0.358465,0.00273491,-2.87298,-2.11522,-1.97428,-2.30128,-2.21449,-1.78335,-1.62609,-2.15507,-1.77524,-2.17786,-2.28127,-1.29068,-2.83465,-2.48136,-1.34403,-1.66984,-2.01328,-3.13883,-3.53734,-1.40879,-2.14184,-2.86731,-0.309006,-0.144028,-0.41968,-0.355056,-0.375193,-0.465185,-0.399477,-0.380789,-0.463262,-0.434746,-0.36658,-0.353244,-0.347204,-0.351474,-0.450975,-0.371321,-0.348601,-0.357192,-0.458586,-0.264565,-0.269028,-0.499479,-0.410219,0.0522964 +-5911.66,0.00497626,0.394006,3,-0.358465,0.00273491,-2.87298,-2.11522,-1.97428,-2.30128,-2.21449,-1.78335,-1.62609,-2.15507,-1.77524,-2.17786,-2.28127,-1.29068,-2.83465,-2.48136,-1.34403,-1.66984,-2.01328,-3.13883,-3.53734,-1.40879,-2.14184,-2.86731,-0.309006,-0.144028,-0.41968,-0.355056,-0.375193,-0.465185,-0.399477,-0.380789,-0.463262,-0.434746,-0.36658,-0.353244,-0.347204,-0.351474,-0.450975,-0.371321,-0.348601,-0.357192,-0.458586,-0.264565,-0.269028,-0.499479,-0.410219,0.0522964 +-5915.45,0.00431434,0.394006,2,-0.266552,0.00926766,-1.61565,-2.10681,-2.36484,-2.39237,-2.52837,-2.61918,-1.78931,-2.05602,-2.11193,-2.23621,-2.33679,-1.43872,-3.13522,-2.84129,-1.28717,-1.20224,-1.69493,-2.48014,-3.36706,-1.44842,-2.17758,-2.82757,-0.241309,-0.714278,-0.239281,-0.307939,-0.314749,-0.330283,-0.305694,-0.230615,-0.139084,-0.207872,-0.258298,-0.377435,-0.326325,0.0338357,-0.201314,-0.32132,-0.212944,-0.271417,-0.259262,-0.362099,-0.302501,-0.325075,-0.256271,0.0962687 +-5913.04,0.9868,0.394006,2,-0.276836,0.00690079,-3.00323,-1.89295,-1.91975,-2.41449,-2.20668,-1.96917,-1.61635,-2.14351,-1.85021,-2.31166,-2.36563,-1.42699,-2.76081,-2.78466,-1.27535,-1.72275,-2.28364,-3.45434,-3.47109,-1.33921,-2.09027,-2.8238,-0.212829,-0.226008,-0.220088,-0.20491,-0.289829,-0.194547,-0.375816,-0.138031,-0.373898,-0.302713,-0.243805,-0.11912,-0.229527,-0.0142381,-0.375053,-0.280017,-0.354292,-0.164706,-0.332514,-0.218392,-0.355065,-0.336518,-0.242422,0.083071 +-5914.38,0.883232,0.394006,2,-0.281409,0.00773516,-2.78549,-2.19148,-1.83115,-2.40272,-2.20309,-2.41706,-1.69353,-2.26455,-1.86247,-2.27031,-2.36322,-1.16918,-3.12646,-2.89222,-1.30462,-1.57963,-2.10533,-2.55033,-3.23373,-1.4203,-2.13323,-3.0537,-0.273622,-0.331648,-0.280314,-0.288534,-0.392486,-0.319959,-0.441895,-0.233952,-0.190861,-0.254315,-0.0643605,-0.445406,-0.306449,0.0669168,-0.235224,-0.147038,-0.0593613,-0.301609,-0.339587,-0.372998,-0.230555,-0.212419,-0.257555,0.0879498 +-5915.46,0.749225,0.394006,2,-0.233194,0.00824083,-2.70349,-2.08988,-1.84458,-2.39012,-2.11558,-2.86787,-1.67691,-2.0613,-2.07404,-2.26235,-2.39539,-1.14251,-2.99172,-2.85173,-1.3575,-1.7667,-2.14897,-2.71478,-3.1727,-1.45014,-2.11263,-2.95183,-0.219394,-0.278257,-0.123005,-0.240974,-0.380923,-0.203538,-0.2397,-0.32368,-0.284899,-0.223105,-0.161123,-0.385267,-0.403779,0.143485,-0.34838,-0.188769,-0.103366,-0.173519,-0.255106,-0.290063,-0.250471,-0.273506,-0.27245,0.090779 +-5916.07,0.486037,0.394006,2,-0.260717,0.00428035,-2.44553,-1.97064,-2.09923,-2.276,-2.10181,-2.81664,-1.5897,-2.06437,-1.93889,-2.18501,-2.47927,-1.24377,-3.25957,-2.92435,-1.35971,-1.70028,-2.08589,-2.79943,-3.29086,-1.28777,-2.06651,-2.8312,-0.244194,-0.235931,-0.189752,-0.248122,-0.310743,-0.143184,-0.308283,-0.328175,-0.298377,-0.19388,-0.324563,-0.28636,-0.275529,0.0829553,-0.297888,-0.181303,-0.159194,-0.122425,-0.211369,-0.29174,-0.262214,-0.210524,-0.326648,0.0654243 +-5923.78,0.772468,0.394006,2,-0.336769,0.00861648,-2.14759,-2.16957,-1.74217,-2.52759,-2.34472,-1.33517,-1.84175,-2.03262,-1.74365,-2.34286,-2.17043,-1.54272,-2.76748,-2.62388,-1.36409,-1.33976,-1.92972,-3.40284,-3.76409,-1.59054,-2.43919,-3.15824,-0.432581,-0.371347,-0.380831,-0.319154,-0.207885,-0.394375,-0.336386,-0.318505,-0.332189,-0.426406,-0.206966,-0.319999,-0.47506,-0.263134,-0.204994,-0.391143,-0.341678,-0.326423,-0.305936,-0.363844,-0.316723,-0.328851,-0.367609,0.092825 +-5926.71,0.343569,0.394006,3,-0.330306,0.00453741,-2.15126,-2.31026,-2.13874,-2.41944,-2.3859,-1.80948,-1.74401,-2.03531,-1.83537,-2.41253,-2.13312,-1.40837,-2.48953,-2.70025,-1.72368,-1.35499,-1.80648,-3.33306,-3.90711,-1.49341,-2.26285,-3.17492,-0.0484867,-0.53692,-0.26542,-0.248595,-0.400225,-0.415237,-0.29638,-0.2833,-0.361694,-0.301111,-0.178035,-0.265417,-0.425562,-0.312563,-0.330912,-0.390622,-0.221508,-0.223542,-0.344175,-0.352632,-0.356601,-0.329052,-0.489574,0.0673603 +-5915.45,0.82865,0.394006,2,-0.242878,0.00380472,-3.13533,-2.13788,-2.51197,-2.49111,-2.33822,-2.00208,-1.75503,-2.19559,-1.9502,-2.13349,-2.24073,-1.49868,-3.17856,-2.63857,-1.36244,-1.54431,-1.96501,-3.0712,-3.96423,-1.61837,-2.12215,-2.95139,-0.489016,-0.154303,-0.296189,-0.100443,-0.12879,-0.198304,-0.379674,-0.206688,-0.252481,-0.244856,-0.438306,-0.236209,-0.211425,-0.0940204,-0.28422,-0.146793,-0.319651,-0.264903,-0.186699,-0.124871,-0.258711,-0.245214,-0.135693,0.0616824 +-5921.07,0.175655,0.394006,2,-0.296258,0.0114657,-2.62369,-2.20414,-1.62947,-2.40558,-2.44806,-2.08578,-1.74806,-2.11735,-2.03611,-2.29836,-2.07441,-1.36686,-2.53116,-2.73982,-1.28178,-1.48627,-2.07177,-2.93477,-3.21384,-1.25248,-2.02881,-2.9807,0.0896283,-0.473964,-0.205323,-0.288739,-0.325393,-0.325691,-0.239439,-0.173985,-0.271038,-0.391391,-0.24704,-0.207582,-0.394988,-0.12872,-0.227247,-0.332278,-0.0296633,-0.0431803,-0.283061,-0.40023,-0.399092,-0.330625,-0.41949,0.107078 +-5920.3,0.738375,0.394006,3,-0.214271,0.00773253,-1.89299,-1.98084,-2.62739,-2.41711,-2.5789,-1.80382,-1.59497,-2.02598,-1.98951,-2.29949,-2.40834,-1.4537,-3.33018,-2.74461,-1.30692,-1.48316,-1.70838,-2.55171,-3.31625,-1.78829,-2.21832,-2.8401,-0.518762,-0.268276,-0.032984,-0.193232,-0.15635,-0.236806,-0.34293,-0.242892,-0.166604,-0.367119,-0.0710392,-0.1081,-0.121612,-0.141804,-0.192953,-0.152065,-0.104943,-0.0524045,-0.138568,-0.193455,-0.170652,-0.341306,-0.165009,0.0879348 +-5911.53,0.929886,0.394006,2,-0.167045,0.00477911,-1.8327,-2.06757,-2.51827,-2.42554,-2.25226,-2.14289,-1.70387,-2.13253,-2.1207,-2.13633,-2.34231,-1.4668,-3.14805,-2.75692,-1.37542,-1.57214,-1.92047,-2.98545,-3.44083,-1.54194,-2.14333,-2.82731,-0.185713,-0.181981,-0.278586,-0.0961621,-0.19036,-0.137157,-0.310188,-0.099954,-0.218515,-0.168817,-0.158093,-0.23455,-0.21392,-0.0117246,-0.179685,-0.115732,-0.231549,-0.359856,-0.199813,-0.105833,-0.258652,-0.413355,-0.319925,0.0691311 +-5925.02,0.495754,0.394006,3,-0.201632,0.0274582,-3.06737,-2.46555,-1.52853,-2.47296,-2.64072,-2.26243,-1.65844,-2.02281,-1.86726,-2.28455,-2.27804,-1.5301,-2.927,-2.82157,-1.59437,-1.33981,-2.0814,-3.03232,-3.37465,-1.48048,-2.20048,-3.1841,-0.3223,-0.287137,-0.681543,-0.249764,-0.145962,-0.351259,-0.416795,-0.275568,-0.256757,-0.368183,-0.330678,-0.0514998,-0.182813,0.38485,-0.129989,-0.236276,-0.20251,0.0507226,-0.262768,-0.296063,-0.20823,-0.0975585,-0.1627,0.165705 +-5929.41,0.775144,0.394006,2,-0.222016,0.0189423,-2.23995,-2.23798,-1.61019,-2.44487,-2.55647,-2.22964,-1.61651,-2.06613,-1.93883,-2.20777,-2.33728,-1.68819,-2.91015,-2.9892,-1.23994,-1.54188,-2.18818,-3.68406,-3.14726,-1.37703,-2.29751,-3.17242,-0.397046,-0.482866,-0.566189,-0.156382,-0.121937,-0.022699,-0.569132,-0.383338,-0.208806,-0.250382,-0.403386,0.121735,-0.292588,0.126607,-0.348212,-0.126977,-0.027249,-0.239728,-0.0673746,-0.154958,-0.192037,-0.233626,0.104953,0.137631 +-5928.03,0.976342,0.394006,2,-0.206121,0.0479199,-2.35839,-2.10191,-1.56475,-2.44304,-2.33465,-2.40108,-1.52827,-2.09642,-1.96694,-2.20813,-2.2356,-1.73654,-2.82223,-2.85636,-1.18829,-1.39123,-2.17258,-3.46519,-3.41232,-1.49637,-2.27405,-3.28821,-0.365066,-0.50139,-0.617985,-0.161758,-0.194892,-0.177324,-0.608649,-0.17363,-0.0731566,-0.373235,-0.424416,0.0014934,-0.455307,0.129098,-0.380241,-0.0957522,0.0107883,-0.19084,-0.181809,-0.0654144,-0.190022,-0.141838,-0.0348517,0.218906 +-5932.89,0.930446,0.394006,2,-0.208591,0.0265301,-2.15593,-1.98319,-1.56305,-2.33046,-2.2666,-2.6076,-1.66287,-2.08017,-1.96853,-2.22107,-2.19493,-1.71975,-2.77008,-2.7919,-1.1368,-1.44869,-2.17123,-3.48481,-3.47934,-1.6828,-2.17963,-3.08435,-0.329129,-0.626763,-0.603502,-0.197035,-0.244202,-0.345261,-0.680603,-0.267151,-0.137862,-0.389811,-0.525316,0.0203825,-0.562029,0.211022,-0.174914,-0.283941,0.153772,-0.295237,-0.213041,-0.157261,-0.175779,-0.179566,-0.0984625,0.162881 +-5935.62,0.982335,0.394006,3,-0.181035,0.0361294,-2.57747,-1.98854,-2.07134,-2.34253,-2.42619,-1.96578,-1.39399,-2.29871,-1.75532,-2.19314,-2.15896,-1.66888,-2.8657,-2.92715,-1.58413,-1.44701,-1.9793,-2.67687,-3.99405,-1.54971,-2.28723,-3.0497,-0.198197,-0.488677,-0.383565,-0.368694,-0.191496,-0.126986,-0.641516,0.00354071,-0.373803,-0.356431,-0.167034,0.367421,-0.283513,0.0937716,-0.230784,-0.261133,0.0572795,-0.214702,0.012809,-0.337509,-0.0878261,0.0938064,-0.0748444,0.190077 +-5926.91,0.864087,0.394006,2,-0.25685,0.0310632,-3.26001,-1.90515,-2.07479,-2.4076,-2.31096,-2.40791,-1.72976,-2.10287,-1.84517,-2.12958,-2.45839,-1.68039,-2.91079,-2.69043,-1.18362,-1.55158,-1.8756,-3.11443,-3.27044,-1.51556,-2.04494,-2.8994,0.289908,-0.413541,-0.523229,-0.179963,-0.25826,-0.201823,-0.665459,-0.14631,-0.471719,-0.464119,-0.379033,-0.0762592,-0.22794,-0.113132,-0.327337,-0.33172,-0.441211,-0.0989135,-0.253499,-0.234516,-0.511396,-0.471191,-0.177811,0.176248 +-5927.15,0.76788,0.394006,3,-0.276645,0.0148394,-2.44929,-2.08276,-2.48222,-2.34359,-2.33599,-2.60079,-1.87648,-2.08504,-2.05282,-2.29006,-2.44499,-1.55268,-2.93991,-2.7494,-1.29499,-1.56888,-2.14804,-3.28601,-3.2517,-1.62125,-2.25789,-2.95022,-0.35667,-0.302121,-0.307227,-0.226325,-0.135432,0.142613,-0.237948,-0.303427,-0.372224,-0.31428,-0.481777,-0.0415128,-0.0655693,0.0531051,-0.2531,-0.363242,-0.168933,0.207903,-0.180362,-0.0501404,-0.318092,-0.320401,-0.388693,0.121817 +-5932.36,0.687245,0.394006,2,-0.110247,0.0370555,-2.4113,-2.19783,-2.25067,-2.39188,-2.84673,-1.85931,-1.59342,-2.34344,-1.90891,-2.23558,-2.27976,-1.37761,-2.98849,-2.73728,-1.44528,-1.35752,-1.8939,-3.63246,-3.66297,-1.37166,-2.08584,-2.97646,0.00123796,-0.161105,-0.038497,-0.36354,0.161746,-0.446848,-0.531508,0.0228535,-0.0891199,-0.20273,0.0931799,-0.297107,-0.455664,0.157397,-0.253704,-0.0869317,-0.126214,0.166679,-0.10342,-0.379701,-0.150546,-0.21654,-0.349307,0.192498 +-5932.31,0.65386,0.394006,3,-0.346961,0.0433125,-2.43574,-2.18798,-1.68197,-2.33347,-2.40513,-2.43956,-1.62957,-2.07892,-2.11431,-2.21313,-2.4523,-1.51262,-3.12079,-2.98812,-1.42544,-1.63532,-1.91616,-2.77984,-3.27805,-1.36705,-1.97467,-2.9874,-0.296839,-0.333263,-0.49611,-0.209941,0.13608,-0.0225036,-0.538216,-0.143503,-0.346176,-0.364564,-0.470424,-0.0563728,-0.00345485,0.277879,0.0165062,-0.300919,-0.424679,-0.19562,-0.059012,-0.4286,-0.788877,-0.248691,-0.286336,0.208117 +-5937.05,1,0.394006,3,-0.355843,0.0180948,-1.66642,-2.53373,-1.97637,-2.43524,-2.65894,-1.8465,-1.60573,-2.19169,-1.88577,-2.25093,-2.17267,-1.32504,-3.07016,-3.14848,-1.43709,-1.39837,-1.92638,-2.9655,-4.22673,-1.48181,-1.93432,-2.74775,-0.55577,-0.375238,-0.510595,-0.327274,-0.34985,-0.680118,-0.504856,-0.216221,-0.405045,-0.281871,-0.21794,-0.572465,0.208562,0.590601,-0.38635,-0.231451,-0.308353,-0.414852,0.0766931,-0.484461,-0.500879,-0.49215,-0.517859,0.134517 +-5927.01,0.939466,0.394006,3,-0.290557,0.0141121,-2.7477,-2.40729,-2.45502,-2.50417,-2.53984,-2.12977,-1.73701,-2.02045,-2.09303,-2.27279,-2.25399,-1.6768,-2.4941,-2.83292,-1.47356,-1.28152,-2.03203,-3.11026,-3.92822,-1.64993,-2.25875,-2.85769,-0.110572,-0.392459,-0.254774,-0.258697,-0.449194,-0.48736,-0.412781,-0.310221,-0.117896,-0.35044,-0.114478,-0.112617,-0.645349,-0.0621344,-0.251306,-0.381128,-0.0942058,-0.311523,-0.195242,-0.198154,-0.243076,-0.311797,-0.620866,0.118794 +-5922.39,0.244244,0.394006,3,-0.229611,0.0121008,-1.99718,-1.92391,-1.7177,-2.3438,-2.13564,-2.27141,-1.70064,-2.16681,-1.79446,-2.19434,-2.57133,-1.52528,-3.21294,-2.71338,-1.11449,-1.61286,-2.10369,-2.76885,-2.99839,-1.35395,-1.98821,-2.9204,-0.363349,-0.296839,-0.317568,-0.211144,-0.0667548,-0.181488,-0.352149,-0.0813278,-0.401843,-0.342199,-0.132779,0.0491603,-0.59618,-0.204572,-0.306067,-0.179897,-0.252905,-0.230204,-0.243564,-0.24185,-0.278094,-0.337988,0.00616331,0.110004 +-5923.37,0.219861,0.394006,2,-0.182132,0.0125067,-2.18335,-2.20446,-1.83571,-2.45067,-2.51569,-2.62034,-1.66986,-2.1453,-1.79246,-2.325,-2.41445,-1.67022,-2.84487,-2.60172,-1.51026,-1.6415,-1.74973,-3.74479,-3.63376,-1.71627,-2.06127,-2.95045,0.00143426,-0.190045,-0.179343,-0.263324,-0.318132,-0.274804,-0.348782,-0.188853,-0.355452,-0.219466,-0.141421,-0.298568,-0.0875151,-0.0984937,-0.38589,-0.179812,-0.183717,-0.176006,-0.200112,-0.063911,-0.405624,-0.254243,0.0705072,0.111834 +-5924.29,0.936729,0.394006,2,-0.181724,0.0154284,-2.13511,-2.12434,-1.82621,-2.41854,-2.53567,-2.37753,-1.65016,-2.15005,-1.75082,-2.32058,-2.41834,-1.59369,-2.8654,-2.57179,-1.50944,-1.75421,-1.77053,-3.73668,-3.70915,-1.70318,-2.09472,-2.95928,-0.00898871,-0.10924,-0.224284,-0.207502,-0.232511,-0.335063,-0.32049,-0.307577,-0.23388,-0.21673,-0.108862,-0.297591,-0.0893577,-0.0933016,-0.261342,-0.0737742,-0.14648,-0.175509,-0.247646,-0.0170355,-0.462643,-0.213094,0.0426471,0.124211 +-5916.09,1,0.394006,2,-0.264724,0.00526828,-2.21274,-2.12266,-2.20323,-2.36789,-2.49644,-2.26157,-1.77769,-2.06575,-2.34384,-2.28642,-2.38982,-1.4057,-2.71829,-2.85114,-1.08398,-1.62201,-1.93655,-2.53457,-3.67402,-1.54527,-1.92551,-2.83379,-0.315275,-0.412573,-0.367971,-0.223195,-0.0333943,-0.0314057,-0.313986,-0.111876,-0.211504,-0.231943,-0.230547,-0.205154,-0.396484,-0.162498,-0.291637,-0.320297,-0.311309,-0.188214,-0.164733,-0.255681,-0.357058,-0.278742,-0.350185,0.0725829 +-5916.03,0.791219,0.394006,3,-0.228234,0.0101464,-2.63033,-2.18514,-2.14728,-2.40658,-2.25123,-2.004,-1.68979,-2.05138,-1.65625,-2.18517,-2.24675,-1.45477,-3.28355,-2.57307,-1.60517,-1.39769,-2.00977,-3.32927,-3.23505,-1.41659,-2.38533,-3.01769,-0.281575,-0.0516173,-0.375013,-0.206212,-0.115367,-0.0999226,-0.336672,-0.0908768,-0.448285,-0.230662,-0.302533,-0.160956,-0.316226,-0.194768,-0.148574,-0.297667,-0.192806,-0.136603,-0.134106,-0.219882,-0.141478,-0.196987,-0.328147,0.10073 +-5915.5,0.109974,0.394006,2,-0.26091,0.00372877,-1.7455,-2.1624,-2.08348,-2.51013,-2.53876,-2.31621,-1.76704,-2.14361,-1.92849,-2.32995,-2.18936,-1.57374,-2.92515,-2.97571,-1.3435,-1.36278,-1.82651,-3.42199,-3.64945,-1.55233,-2.32147,-2.58762,-0.156392,-0.365994,-0.166152,-0.249642,-0.313593,-0.299479,-0.292251,-0.28272,-0.389023,-0.324079,-0.350153,-0.193485,-0.290038,0.0988244,-0.234182,-0.289108,-0.206436,-0.220194,-0.34314,-0.148971,-0.257369,-0.365428,-0.146078,0.0610637 +-5911.28,0.481701,0.394006,2,-0.223388,0.0043693,-1.67734,-2.29131,-2.13676,-2.51429,-2.681,-2.29762,-1.77515,-2.15283,-1.97805,-2.3207,-2.15574,-1.60614,-2.96509,-2.93151,-1.40757,-1.46905,-1.8816,-3.40699,-3.45887,-1.56967,-2.38723,-2.66264,-0.229954,-0.24326,-0.224429,-0.171867,-0.208895,-0.26997,-0.278803,-0.178445,-0.380357,-0.266861,-0.340502,-0.180745,-0.329744,0.0325091,-0.306414,-0.262372,-0.227764,-0.286095,-0.25989,-0.179135,-0.327641,-0.272614,-0.313843,0.0661007 +-5910.17,0.138083,0.394006,2,-0.277648,0.00498921,-3.29073,-2.31565,-2.10425,-2.39032,-2.21292,-2.62664,-1.60988,-1.95661,-1.96142,-2.15378,-2.23784,-1.39074,-3.16037,-2.59144,-1.25082,-1.15856,-2.12514,-3.10215,-3.24539,-1.54521,-1.97775,-3.07584,-0.289836,-0.345829,-0.372473,-0.261668,-0.247416,-0.305684,-0.460212,-0.378533,-0.195639,-0.332632,-0.284517,-0.251122,-0.205865,-0.220533,-0.258512,-0.405901,-0.196781,-0.253027,-0.173105,-0.312409,-0.203357,-0.372673,-0.265652,0.0706343 +-5910.79,0.318482,0.394006,3,-0.275838,0.00745567,-2.02654,-1.8911,-2.13901,-2.46355,-2.35193,-2.12991,-1.74055,-2.10137,-1.87308,-2.25905,-2.6379,-1.49253,-2.8206,-2.77249,-1.58111,-1.73107,-1.86728,-3.11508,-3.62843,-1.45715,-2.16786,-2.85734,-0.322202,-0.35575,-0.179418,-0.236969,-0.186923,-0.304654,-0.272327,-0.0975705,-0.342067,-0.291757,-0.051541,-0.295421,-0.308928,-0.143392,-0.289996,-0.0973881,-0.386421,-0.287821,-0.205371,-0.24185,-0.386382,-0.323854,-0.372822,0.0863462 +-5909.68,0.938885,0.394006,2,-0.243935,0.00429954,-2.4491,-2.60151,-2.15645,-2.51632,-2.31827,-2.22675,-1.77982,-2.2098,-1.76434,-2.27089,-2.61242,-1.45601,-2.98498,-2.63032,-1.20858,-1.41658,-2.01342,-2.84286,-3.73814,-1.31822,-2.08389,-2.96463,-0.232334,-0.23091,-0.365489,-0.22939,-0.340095,-0.256642,-0.307029,-0.184139,-0.277846,-0.222972,-0.0294379,-0.26992,-0.372661,-0.190828,-0.249737,-0.255453,-0.116277,-0.250101,-0.319862,-0.347961,-0.191484,-0.253544,-0.390772,0.0655709 +-5915.93,0.191459,0.394006,2,-0.272978,0.0117828,-2.62292,-1.8973,-2.30837,-2.2498,-2.43125,-2.95512,-1.74996,-2.08873,-2.05378,-2.26059,-2.5491,-1.30429,-2.83638,-2.63952,-1.52552,-1.42811,-2.07732,-2.73645,-3.17189,-1.34804,-2.12162,-2.83723,-0.358525,-0.420845,-0.215817,-0.339673,-0.154596,-0.117365,-0.350103,-0.220328,-0.362486,-0.350529,-0.011739,-0.288353,-0.246582,-0.17391,-0.350877,-0.337665,-0.384586,-0.250383,-0.248459,-0.297947,-0.510786,-0.394251,-0.175371,0.108549 +-5923.38,0.58367,0.394006,2,-0.31269,0.00434994,-2.36534,-1.76311,-2.35649,-2.36537,-2.60467,-2.82619,-1.81666,-1.99412,-1.90149,-2.29662,-2.66806,-1.31423,-2.9821,-2.85747,-1.54771,-1.63743,-1.94905,-3.11847,-2.97562,-1.41563,-2.13662,-2.72836,-0.465638,-0.28633,-0.331446,-0.371199,-0.100876,-0.27451,-0.412202,-0.19476,-0.260656,-0.301369,-0.00272312,-0.194696,-0.326148,-0.141416,-0.292551,-0.281584,-0.241338,-0.208039,-0.320144,-0.25568,-0.581951,-0.361067,-0.371797,0.0659541 +-5916.18,0.629903,0.394006,3,-0.290744,0.00794059,-2.39276,-1.90551,-2.22565,-2.28006,-2.69637,-2.51598,-1.76532,-1.92809,-1.97887,-2.29417,-2.57743,-1.38641,-3.0451,-2.85837,-1.48283,-1.62215,-1.84741,-3.1847,-2.81367,-1.34409,-2.0612,-2.68188,-0.334783,-0.34734,-0.188239,-0.376026,-0.0299883,-0.319874,-0.382626,-0.212037,-0.274371,-0.317275,0.0122617,-0.238483,-0.306554,-0.0961801,-0.279687,-0.223218,-0.263853,-0.265659,-0.211186,-0.302496,-0.537218,-0.326305,-0.273053,0.08911 +-5916.48,0.248753,0.394006,2,-0.27637,0.0151682,-2.96155,-1.72958,-2.22776,-2.39755,-2.54095,-2.01714,-1.73488,-2.14631,-1.94106,-2.30235,-2.4235,-1.36044,-2.95914,-2.74461,-1.43542,-1.42793,-2.03681,-3.06698,-3.26797,-1.33928,-2.13432,-2.82997,-0.13255,-0.407099,-0.392739,-0.209775,-0.140182,-0.242965,-0.350001,-0.370976,-0.48497,-0.319996,-0.00832965,-0.295532,-0.21295,-0.127838,-0.284296,-0.442772,-0.101598,-0.0872376,-0.15033,-0.275889,-0.175459,-0.401343,-0.288026,0.123159 +-5920.94,0.992289,0.394006,2,-0.188702,0.0251888,-3.29929,-2.20338,-2.33084,-2.43585,-2.43369,-2.78534,-1.63946,-2.08266,-1.82008,-2.15391,-2.42418,-1.48541,-3.11217,-2.76829,-1.4043,-1.54859,-2.16146,-2.959,-3.83045,-1.45891,-2.14681,-2.77033,-0.121446,-0.091253,-0.0557051,-0.260166,-0.335833,-0.219604,-0.328004,-0.0080669,-0.426294,-0.321326,-0.121129,-0.0700157,-0.248886,0.0556194,-0.0699367,-0.0200941,-0.213398,-0.0787903,-0.206632,-0.412062,-0.488372,-0.459886,-0.205472,0.15871 +-5918.6,0.702073,0.394006,3,-0.204798,0.00548168,-2.0114,-2.09765,-2.01913,-2.39701,-2.55641,-3.00448,-1.64432,-2.01468,-2.05361,-2.26708,-2.27218,-1.38586,-2.6163,-2.7628,-1.3211,-1.41549,-2.1354,-3.07075,-3.77026,-1.64097,-2.18977,-3.10748,-0.512933,-0.127633,-0.220409,-0.191101,-0.251997,-0.184827,-0.28906,-0.0219468,-0.27524,-0.232258,-0.22688,-0.161097,-0.429374,-0.158584,-0.136895,-0.133067,-0.240251,-0.0544311,-0.222902,-0.111365,-0.500131,-0.180751,-0.240156,0.0740384 +-5913.06,0.167453,0.394006,1,-0.198325,0.0146268,-2.17996,-2.18686,-2.05207,-2.49443,-2.51315,-2.42977,-1.73,-2.22604,-1.99938,-2.3283,-2.26326,-1.30622,-2.59202,-2.78461,-1.35726,-1.44188,-1.8713,-3.0431,-3.09604,-1.54579,-2.29718,-3.03078,-0.43775,-0.275275,-0.158822,-0.138358,-0.0493825,-0.145747,-0.368663,-0.0182542,-0.0870432,-0.158799,-0.184762,-0.227965,-0.159268,0.0483828,-0.265645,-0.250112,-0.215437,-0.109033,-0.0922491,-0.279574,-0.288823,-0.202182,-0.140324,0.120941 +-5922.66,0.799628,0.394006,2,-0.112475,0.00754568,-2.42911,-1.98732,-2.06532,-2.45526,-2.4221,-1.50599,-1.53704,-2.16295,-1.93052,-2.30819,-2.32155,-1.2278,-3.21615,-2.71373,-1.4786,-1.40761,-1.76095,-3.20572,-3.2049,-1.49042,-2.13014,-3.01351,-0.00329604,-0.343546,-0.156666,-0.111699,-0.111232,-0.126249,-0.360976,-0.0142396,-0.128977,-0.143821,-0.181293,-0.331134,-0.285738,-0.090899,-0.116615,-0.257071,0.031173,-0.119706,-0.141503,-0.138427,-0.10388,-0.225494,0.129363,0.0868659 +-5925.33,0.842934,0.394006,3,-0.302072,0.0171294,-2.24585,-1.73686,-1.84616,-2.38556,-2.31533,-1.33089,-1.737,-2.09982,-1.82563,-2.22593,-2.22775,-1.1257,-3.20928,-2.6184,-1.37311,-1.23591,-1.52116,-2.81938,-3.09501,-1.56138,-2.07606,-2.87974,-0.504405,-0.339034,-0.192444,-0.335657,-0.257404,-0.382492,-0.331557,-0.203479,-0.309363,-0.335159,-0.20512,-0.330726,-0.209377,-0.0973048,-0.316485,-0.176383,-0.408754,-0.30911,-0.321879,-0.315824,-0.634937,-0.184604,-0.438205,0.130879 +-5925.83,0.789494,0.394006,2,-0.407596,0.00606814,-2.373,-2.731,-2.14398,-2.31531,-2.44278,-2.62316,-1.70517,-2.11862,-1.83449,-2.20622,-2.30934,-1.30718,-3.08589,-2.64928,-1.18317,-1.90604,-1.69444,-2.6388,-3.47975,-1.39853,-1.97403,-2.96951,-0.210399,-0.321973,-0.43967,-0.357739,-0.304774,-0.324219,-0.379904,-0.173115,-0.617763,-0.397145,-0.385303,-0.344078,-0.406684,-0.320395,-0.231909,-0.445063,-0.33797,-0.31503,-0.293471,-0.346677,-0.356233,-0.45867,-0.1527,0.0778982 +-5930.92,1,0.394006,2,-0.447655,0.0155774,-3.18064,-2.03207,-2.02937,-2.36556,-2.1715,-2.2152,-1.67143,-1.8583,-1.87418,-2.27495,-2.23396,-1.49395,-2.79791,-2.70419,-1.40115,-1.11062,-1.85826,-3.20598,-3.14923,-1.46759,-2.22616,-2.67077,-0.510178,-0.408779,-0.241405,-0.31938,-0.266382,-0.271133,-0.401082,-0.446612,-0.345296,-0.356148,-0.292609,-0.199925,-0.303615,-0.184305,-0.515811,-0.0882302,-0.34496,-0.200004,-0.498417,-0.321908,-0.374596,-0.412707,-0.683992,0.12481 +-5932.78,1,0.394006,3,-0.206724,0.0362028,-1.6724,-2.02067,-2.66908,-2.36835,-2.33684,-1.79389,-1.77733,-2.17535,-2.00401,-2.19842,-2.38929,-1.48116,-2.93007,-2.80795,-1.16813,-1.78097,-2.04926,-2.81499,-3.53339,-1.43761,-2.06756,-2.96106,-0.0546512,-0.61439,-0.248617,-0.240887,-0.526713,-0.841088,-0.349756,-0.0873862,-0.302369,-0.232387,-0.209746,-0.158115,-0.568226,0.0811077,-0.168934,-0.510897,-0.134443,-0.174117,-0.0396076,-0.253693,-0.284585,-0.565358,-0.164865,0.19027 +-5931.42,0.9851,0.394006,2,-0.246758,0.0233802,-2.98058,-2.16845,-1.70024,-2.38613,-2.38409,-1.87297,-1.72758,-1.9413,-2.01823,-2.23562,-2.44935,-1.54776,-3.05806,-2.79622,-1.42844,-1.12119,-2.11232,-3.02873,-3.16004,-1.32566,-2.18326,-2.67672,-0.0519448,-0.355478,-0.120734,-0.319531,0.0986825,-0.387936,-0.330755,-0.388008,-0.0265598,-0.420749,0.0294846,-0.0257464,-0.165311,-0.0118352,-0.361856,-0.0781072,-0.0686008,-0.0174843,-0.296462,-0.357476,-0.428065,-0.20004,-0.302354,0.152906 +-5925.38,0.869683,0.394006,2,-0.220578,0.0084328,-3.13913,-2.05055,-1.72632,-2.41301,-2.47248,-2.00342,-1.83522,-1.94278,-2.21266,-2.28296,-2.47976,-1.56604,-3.12136,-2.65998,-1.41066,-1.21617,-2.04516,-2.89272,-2.84985,-1.34354,-2.14924,-2.79363,-0.332759,-0.122057,-0.155289,-0.328463,0.0527007,-0.263173,-0.459866,-0.432961,-0.0783432,-0.280357,-0.200267,-0.0231139,-0.226859,-0.277727,-0.388266,-0.303895,-0.131899,-0.173943,-0.271705,-0.269074,-0.294911,-0.416453,-0.306414,0.0918303 +-5927.9,0.936059,0.394006,2,-0.249285,0.0104532,-2.23744,-2.19076,-1.99872,-2.31898,-2.64242,-2.61877,-1.67935,-2.07603,-1.73248,-2.29929,-2.30988,-1.45892,-2.78693,-2.79881,-1.50525,-1.7068,-1.88417,-2.90537,-3.32357,-1.40049,-2.14271,-2.7561,-0.618276,-0.646338,-0.293647,-0.324804,0.0329045,-0.239333,-0.0959652,-0.0642489,-0.348008,-0.250773,-0.0767976,-0.302335,-0.270712,0.113512,-0.0372938,-0.104619,-0.259311,-0.235106,-0.225224,-0.208513,-0.244242,-0.381993,-0.0886359,0.102241 +-5924,0.998498,0.394006,2,-0.151497,0.0121093,-2.20581,-1.99953,-1.90131,-2.46997,-2.69033,-1.78779,-1.77975,-2.19625,-2.02297,-2.28812,-2.44092,-1.61647,-3.19235,-2.71202,-1.56286,-1.61023,-2.01741,-3.41588,-3.7513,-1.36364,-2.12539,-3.13114,-0.257566,0.00692343,-0.315404,-0.131179,0.224206,-0.183136,-0.477589,-0.237892,-0.150743,-0.125201,-0.192025,-0.081107,-0.279668,-0.179386,-0.415659,-0.0723606,-0.18418,-0.0830783,-0.100177,-0.381564,-0.322211,-0.107415,-0.086803,0.110042 +-5912.29,0.971008,0.394006,2,-0.128034,0.01069,-2.67636,-2.14271,-2.05042,-2.36283,-2.52621,-2.21099,-1.57343,-2.10951,-2.0269,-2.25704,-2.27907,-1.58097,-3.03054,-2.70068,-1.45755,-1.4079,-1.8673,-3.02856,-3.44224,-1.42617,-2.28342,-3.0077,-0.050353,-0.399217,-0.0455846,-0.197339,0.00255713,-0.346823,-0.455021,-0.066874,-0.193056,-0.307375,-0.176483,-0.149298,-0.061619,-0.0138945,-0.130937,-0.177032,-0.161842,-0.219641,-0.177248,-0.0707196,-0.0881072,-0.28801,-0.258307,0.103393 +-5912.79,0.999532,0.394006,2,-0.128232,0.00458446,-2.35344,-2.30137,-2.30278,-2.54053,-2.5516,-2.39574,-1.89384,-2.1966,-2.01621,-2.28739,-2.38926,-1.40671,-3.01078,-2.76873,-1.37855,-1.59519,-2.18569,-3.01053,-3.54521,-1.68328,-2.22114,-2.98429,-0.233838,-0.02463,-0.141205,-0.113302,-0.266236,-0.113831,-0.0704649,-0.290266,-0.30846,-0.17608,-0.155,-0.0527224,-0.0732318,-0.0198237,-0.0686789,-0.0961939,-0.152691,-0.221229,-0.186709,-0.0910917,-0.273926,-0.201033,-0.170521,0.0677086 +-5916.06,0.321764,0.394006,3,-0.265572,0.014097,-2.28713,-2.007,-1.91058,-2.34773,-2.49132,-1.97717,-1.57516,-2.34518,-2.0226,-2.19402,-2.27373,-1.53546,-3.07519,-3.06729,-1.25189,-1.37854,-1.82137,-2.75992,-3.29881,-1.22324,-2.17255,-3.02891,-0.367375,-0.40324,-0.296571,-0.369401,-0.208149,-0.206047,-0.619884,-0.082743,-0.333793,-0.331455,-0.270957,-0.00443912,-0.179364,0.359403,-0.167317,-0.23462,-0.217994,-0.179825,-0.232314,-0.252848,-0.421958,-0.291224,-0.265177,0.118731 +-5921.46,0.718263,0.394006,2,-0.267379,0.0179829,-2.68508,-2.46484,-1.73352,-2.37636,-2.31273,-2.57849,-1.53274,-1.9962,-1.81709,-2.23049,-2.53648,-1.61465,-3.02518,-2.91315,-1.18538,-1.27746,-2.04511,-3.19858,-2.95305,-1.42473,-1.97097,-2.64226,-0.171041,-0.384407,-0.4548,-0.170966,-0.243496,-0.353422,-0.462722,-0.236763,-0.2403,-0.332472,-0.125441,-0.280151,-0.262063,0.33413,-0.238117,-0.383316,-0.267229,-0.284664,-0.313882,-0.338156,-0.520667,-0.485616,-0.289932,0.1341 +-5925.3,0.949341,0.394006,2,-0.260682,0.013418,-2.70001,-2.33996,-1.68976,-2.41866,-2.31101,-2.5706,-1.58952,-2.04998,-2.03714,-2.31027,-2.58996,-1.65461,-2.87171,-2.78477,-1.10051,-1.25604,-1.99073,-3.2133,-3.43003,-1.42404,-2.04185,-2.63531,-0.112856,-0.32505,-0.377698,-0.134247,-0.285614,-0.204172,-0.465014,-0.234932,-0.3017,-0.297909,-0.125557,-0.257388,-0.206687,0.365186,-0.428586,-0.371103,-0.381529,-0.33857,-0.155904,-0.29718,-0.61474,-0.433091,-0.320369,0.115836 +-5929.21,0.657093,0.394006,2,-0.321137,0.0178745,-2.10775,-2.09549,-1.81088,-2.36986,-2.28971,-2.08853,-1.76183,-2.02422,-1.61661,-2.06791,-2.36729,-1.41471,-2.98564,-3.08934,-1.72296,-1.6521,-2.16585,-2.67532,-2.9873,-1.64525,-2.03023,-3.13649,-0.471437,-0.311783,-0.584833,-0.347837,-0.282281,-0.384505,-0.375904,-0.378076,-0.446239,-0.433571,-0.0399474,-0.160984,-0.403389,0.0533517,-0.123305,-0.233254,-0.0148389,-0.086613,-0.274544,-0.383488,-0.384515,-0.221886,-0.235573,0.133695 +-5929.91,0.940576,0.394006,2,-0.228183,0.0197221,-2.23735,-1.85895,-1.70412,-2.31016,-2.32249,-1.81612,-1.65369,-1.95629,-2.02746,-2.12204,-2.41292,-1.4654,-3.11342,-2.84254,-1.43679,-1.48209,-2.10569,-3.48448,-3.70718,-1.19104,-2.20204,-2.79894,-0.161869,-0.128937,-0.225041,-0.272812,-0.21499,-0.439112,-0.280798,-0.288379,-0.262631,-0.547466,-0.274288,-0.350039,-0.280915,0.452427,-0.208052,-0.0613848,-0.257256,-0.122785,-0.140099,-0.321605,-0.317927,-0.184785,-0.594402,0.140435 +-5929.88,0.969931,0.394006,2,-0.255516,0.0124088,-1.84403,-2.03704,-1.92799,-2.32795,-2.3111,-1.65829,-1.73203,-1.97935,-1.80369,-2.05673,-2.32912,-1.5536,-2.84401,-2.91135,-1.34914,-1.44568,-2.03977,-3.36575,-4.16621,-1.35843,-2.44508,-2.71924,0.0533303,-0.314396,-0.178062,-0.18909,-0.21293,-0.423637,-0.344083,-0.468791,-0.294757,-0.550095,-0.124784,-0.283293,-0.362782,0.34799,-0.196976,-0.173135,-0.0648498,-0.117889,-0.257862,-0.295659,-0.241778,-0.177632,-0.331784,0.111395 +-5936.91,0.762775,0.394006,3,-0.289892,0.0319442,-3.6184,-2.28615,-2.03147,-2.48634,-2.39653,-2.881,-1.51147,-2.29066,-1.84274,-2.38951,-2.15957,-1.56346,-3.1123,-2.52536,-1.24284,-1.3979,-2.34315,-2.4677,-3.11591,-1.61161,-1.87244,-2.92831,-0.439485,-0.29786,-0.813592,-0.266245,-0.24956,-0.270202,-0.642678,-0.000506559,-0.633712,-0.0459785,-0.453138,-0.0515687,-0.382694,-0.169249,-0.307546,-0.313918,-0.0332887,-0.522699,-0.289889,-0.230069,-0.413375,-0.549544,-0.296926,0.178729 +-5934.78,0.85934,0.394006,3,-0.348499,0.0268896,-2.08202,-2.33126,-1.83158,-2.22574,-2.46206,-2.88757,-1.6624,-1.91727,-1.90346,-2.26251,-1.89183,-1.54232,-2.59776,-2.69473,-1.26831,-1.51456,-2.01253,-2.81562,-3.58416,-1.30598,-2.06741,-2.74301,-0.416024,-0.325116,-0.899213,-0.429635,-0.256985,-0.366119,-0.532717,-0.277282,-0.39865,-0.387995,-0.524374,-0.0468449,-0.425681,-0.202203,-0.196385,-0.189381,0.308964,-0.358229,-0.228544,-0.560119,-0.354639,-0.345069,-0.107819,0.16398 +-5927.6,0.983057,0.394006,3,-0.131387,0.0317423,-3.02691,-2.15321,-2.26787,-2.44376,-2.47618,-2.10796,-1.71983,-2.16529,-1.91949,-2.2953,-2.56381,-1.25685,-3.09748,-2.91739,-1.36612,-1.4622,-2.0692,-3.23482,-2.99775,-1.59909,-2.15374,-3.00884,-0.247276,-0.289096,0.255283,-0.0178498,-0.0194522,-0.406311,-0.322834,-0.035906,-0.249397,-0.335542,0.241578,-0.228752,-0.0382667,0.0385056,-0.276363,-0.305939,-0.263097,-0.225269,-0.114869,-0.0541599,-0.24159,-0.262779,-0.2725,0.178164 +-5928.1,0.799424,0.394006,3,-0.278065,0.0191574,-3.7062,-2.47528,-1.87853,-2.20935,-2.29116,-2.5494,-1.59202,-1.93956,-1.951,-2.25914,-1.97095,-1.46339,-2.74673,-2.78888,-1.29923,-1.61275,-2.20256,-2.74746,-3.16321,-1.40546,-2.10341,-2.87026,0.068855,-0.0444893,-0.430078,-0.397677,-0.212487,-0.253271,-0.355529,-0.408061,-0.18881,-0.246853,-0.327893,-0.106561,-0.36849,-0.00523393,-0.327061,-0.203917,-0.26244,-0.364149,-0.0465428,-0.299608,-0.183977,-0.281102,-0.222856,0.13841 +-5919.66,0.991394,0.394006,3,-0.295321,0.0062722,-1.37713,-1.9616,-2.32638,-2.51208,-2.45346,-2.09705,-1.71057,-2.26981,-1.96733,-2.13398,-2.54845,-1.37951,-3.03345,-2.5901,-1.24607,-1.41629,-1.98384,-3.20738,-3.42422,-1.49774,-2.12225,-2.8022,-0.418638,-0.234687,-0.36101,-0.12443,-0.215907,-0.34897,-0.228002,-0.137575,-0.261011,-0.399273,-0.0360202,-0.28228,-0.242112,-0.153515,-0.362711,-0.425624,-0.441519,-0.376733,-0.143192,-0.247473,-0.229104,-0.330613,-0.345682,0.0791972 +-5925.88,0.556114,0.394006,3,-0.183419,0.0200494,-3.10389,-2.06817,-1.95405,-2.26556,-2.20617,-2.16154,-1.76563,-2.38776,-2.04816,-2.3336,-2.22574,-1.60213,-3.03213,-2.78655,-1.39762,-1.68635,-2.05717,-2.86591,-3.78074,-1.48078,-2.44525,-3.04286,0.0492701,-0.293592,-0.113731,-0.358594,-0.157251,-0.0310618,-0.39061,0.0132912,-0.197852,-0.232503,-0.308969,-0.0592641,-0.210353,-0.0295012,-0.0580319,0.105089,0.18688,0.206632,-0.205824,-0.270502,-0.235702,-0.164202,-0.0713622,0.141596 +-5925.19,0.656367,0.394006,2,-0.148885,0.0204667,-2.80479,-2.25346,-1.97245,-2.31349,-2.10153,-1.93186,-1.75409,-2.32023,-2.12486,-2.31615,-2.29183,-1.64459,-2.95215,-2.81212,-1.54945,-1.67679,-2.16426,-3.06155,-3.70259,-1.54566,-2.36747,-3.14272,0.0267904,-0.111129,-0.0317378,-0.324926,-0.110972,-0.11332,-0.367653,-0.0252701,-0.243341,-0.212276,-0.273337,-0.0735794,-0.218845,-0.102067,-0.14225,0.189708,0.177713,0.19299,-0.230864,-0.231458,-0.28751,-0.276922,-0.0219496,0.143062 +-5919.35,0.575153,0.394006,3,-0.378352,0.0247638,-2.11597,-2.23512,-1.60695,-2.35427,-2.19276,-1.82996,-1.7725,-2.13016,-2.08013,-2.16594,-2.17366,-1.33281,-3.17723,-2.73846,-1.22261,-1.31773,-2.10229,-2.61971,-3.52844,-1.26163,-2.12756,-2.92879,-0.481042,-0.423873,-0.351702,-0.335574,-0.216142,-0.467102,-0.437571,-0.219854,-0.409517,-0.426084,-0.371557,-0.343386,-0.276105,0.0814689,-0.450385,-0.370549,-0.324888,-0.288824,-0.547965,-0.570928,-0.273939,-0.467961,-0.436042,0.157365 +-5923.99,0.250714,0.394006,2,-0.301479,0.0127942,-1.8846,-2.03717,-1.67301,-2.31915,-2.43521,-1.9557,-1.74861,-1.96509,-1.9367,-2.23619,-2.12482,-1.52571,-2.81405,-2.60605,-1.27126,-1.35031,-1.78827,-2.6576,-3.28896,-1.25257,-2.30729,-2.97011,-0.54756,-0.356929,-0.509573,-0.326488,-0.197569,-0.384851,-0.460436,-0.215854,-0.309598,-0.386038,-0.345617,-0.407581,-0.330738,0.0798398,-0.204607,-0.192035,-0.33252,-0.233615,-0.587396,-0.529599,-0.349868,-0.303887,-0.546068,0.113112 +-5926.42,0.807175,0.394006,2,-0.327262,0.0148402,-1.55551,-1.72494,-1.42335,-2.31711,-2.24013,-2.07505,-1.64891,-2.02456,-1.81189,-2.20705,-2.30761,-1.30164,-2.96291,-2.79939,-1.44587,-1.21232,-1.79381,-3.37064,-3.08206,-1.41629,-2.11185,-2.93025,-0.286642,-0.325534,-0.339848,-0.371709,-0.0405648,-0.152859,-0.358109,-0.249833,-0.252542,-0.222903,-0.291377,-0.222333,-0.287232,-0.0688645,-0.300109,-0.340369,-0.178883,-0.270468,-0.196204,-0.576001,-0.315391,-0.608241,-0.357147,0.12182 +-5928,0.342424,0.394006,2,-0.218577,0.0128824,-2.93399,-2.12871,-2.17133,-2.39477,-2.50269,-2.05862,-1.68226,-1.79548,-2.36742,-2.35168,-2.44907,-1.6194,-2.72929,-2.78688,-1.40251,-1.32783,-2.2282,-3.20364,-3.65699,-1.45631,-2.01634,-2.46867,-0.24914,-0.422198,-0.25599,-0.333838,-0.22537,-0.228259,-0.523292,-0.378849,-0.162331,-0.264939,-0.147203,-0.255049,-0.229365,0.0895914,-0.111572,-0.419731,-0.242614,-0.161719,-0.173661,-0.370579,-0.287761,-0.521935,-0.336472,0.113501 +-5925.82,0.285647,0.394006,2,-0.338902,0.00972867,-2.87118,-2.29964,-1.45477,-2.44099,-2.39072,-1.88884,-1.79147,-2.20894,-1.87493,-2.18191,-2.3565,-1.4091,-3.14098,-2.89755,-1.07689,-1.3272,-1.8089,-2.90632,-3.05068,-1.43757,-2.33333,-2.9569,-0.344233,-0.210034,-0.57933,-0.224139,-0.2803,-0.417409,-0.315575,-0.179994,-0.144497,-0.487402,-0.11987,-0.290393,-0.308984,0.208358,-0.418706,-0.389628,-0.164391,-0.155752,-0.203618,-0.370283,-0.158905,-0.388824,-0.10665,0.098634 +-5918.48,0.54007,0.394006,2,-0.274459,0.0101253,-2.12092,-2.24084,-1.69682,-2.51452,-2.17176,-1.59455,-1.6779,-2.09063,-2.06463,-2.10679,-2.34741,-1.40457,-3.10185,-3.01107,-1.06673,-1.23075,-2.001,-3.02213,-3.15004,-1.46347,-2.30311,-3.0226,-0.219408,-0.296782,-0.530301,-0.207036,-0.334321,-0.264481,-0.36659,-0.248118,-0.217662,-0.472862,-0.133915,-0.349531,-0.273905,0.348962,-0.357007,-0.368522,-0.31452,-0.258293,-0.374076,-0.262841,-0.397313,-0.379085,-0.318284,0.100624 +-5910.98,0.632625,0.394006,2,-0.12934,0.00473423,-2.09393,-2.28594,-2.23098,-2.48037,-2.53287,-2.68241,-1.78012,-1.95311,-1.97026,-2.27822,-2.56103,-1.37949,-2.85621,-2.75915,-1.44262,-1.79765,-1.88488,-3.06805,-3.49353,-1.64286,-2.14479,-2.81321,-0.268059,-0.196494,-0.0537084,-0.0943827,-0.101956,-0.258668,-0.316248,-0.324521,-0.193499,-0.216894,-0.138516,-0.133958,-0.250409,-0.0959429,-0.220508,-0.137888,-0.120172,-0.163779,-0.050384,-0.148727,-0.108157,-0.210316,-0.15199,0.0688058 +-5908.03,0.158498,0.394006,3,-0.178018,0.00445031,-1.92224,-2.29512,-2.15405,-2.46519,-2.41829,-2.58258,-1.91427,-2.18887,-2.09545,-2.14936,-2.41168,-1.29643,-3.01044,-2.5586,-1.27603,-1.62881,-2.1347,-3.07831,-3.20539,-1.52986,-2.04223,-2.98792,-0.269723,-0.174848,-0.30569,-0.179021,-0.217483,-0.208728,-0.101457,-0.161089,-0.185646,-0.229148,-0.191378,-0.244462,-0.0683009,-0.216937,-0.123887,-0.177736,-0.219465,-0.1693,-0.239651,-0.143358,-0.317836,-0.127913,-0.204033,0.0667106 +-5908.03,0.181003,0.394006,2,-0.178018,0.00445031,-1.92224,-2.29512,-2.15405,-2.46519,-2.41829,-2.58258,-1.91427,-2.18887,-2.09545,-2.14936,-2.41168,-1.29643,-3.01044,-2.5586,-1.27603,-1.62881,-2.1347,-3.07831,-3.20539,-1.52986,-2.04223,-2.98792,-0.269723,-0.174848,-0.30569,-0.179021,-0.217483,-0.208728,-0.101457,-0.161089,-0.185646,-0.229148,-0.191378,-0.244462,-0.0683009,-0.216937,-0.123887,-0.177736,-0.219465,-0.1693,-0.239651,-0.143358,-0.317836,-0.127913,-0.204033,0.0667106 +-5914.74,0.00402167,0.394006,3,-0.231178,0.00602674,-2.00964,-2.11745,-2.26902,-2.40742,-2.32923,-2.32428,-1.83231,-2.0318,-1.94871,-2.17126,-2.46471,-1.30464,-2.89418,-2.70198,-1.25426,-1.50135,-2.27707,-3.02056,-3.49447,-1.6359,-2.04597,-2.82156,-0.256294,-0.415606,-0.0792214,-0.172117,0.0281725,-0.222134,-0.165808,-0.205257,-0.223938,-0.253304,-0.137047,-0.302748,-0.129897,-0.173396,-0.387075,-0.260497,-0.207097,-0.347425,-0.15973,-0.237417,-0.34013,-0.142841,-0.320874,0.0776321 +-5916.73,1,0.394006,2,-0.15064,0.017351,-2.26322,-2.10594,-2.00695,-2.47251,-2.39427,-2.05474,-1.74523,-2.19338,-2.06613,-2.34334,-2.31845,-1.51244,-3.03847,-2.63928,-1.32123,-1.51492,-1.94681,-2.54953,-3.22812,-1.53347,-2.37431,-3.01232,-0.177777,-0.0244224,-0.332735,-0.220878,-0.45631,-0.15119,-0.35972,-0.115708,-0.241912,-0.234761,-0.208734,-0.103837,-0.249174,-0.0960714,-0.432873,-0.082274,-0.112334,-0.108847,-0.187637,-0.119933,-0.110995,-0.408513,-0.0820288,0.131723 +-5924.26,0.65056,0.394006,2,-0.279739,0.0166843,-1.86503,-1.99288,-1.92919,-2.31439,-2.33975,-2.16693,-1.70094,-1.95803,-1.90497,-2.16541,-2.27916,-1.41969,-2.55331,-2.8304,-1.27111,-1.51044,-2.38748,-2.94386,-3.40097,-1.58504,-2.2292,-2.96227,-0.273465,-0.339588,0.0534483,-0.308446,-0.246551,-0.168877,-0.167758,-0.287819,-0.0990285,-0.191222,-0.273382,-0.163446,-0.302433,-0.046853,-0.135663,-0.247304,-0.110615,-0.218238,-0.0798249,-0.20417,-0.244006,-0.352001,-0.121557,0.129168 +-5923.29,0.965501,0.394006,3,-0.255606,0.0235855,-2.67252,-2.44209,-2.29394,-2.46875,-2.56942,-1.68649,-1.50948,-2.27225,-1.66529,-2.14944,-2.35983,-1.45635,-3.15964,-2.76938,-1.35647,-1.42623,-1.79256,-3.04984,-3.66905,-1.40797,-2.07139,-2.98638,-0.0636753,-0.199701,-0.473038,-0.137245,-0.0575955,-0.295419,-0.444335,0.0298729,-0.233311,-0.228439,-0.157783,-0.163367,-0.0935531,-0.124048,-0.329778,-0.171263,-0.197807,-0.195595,-0.394586,-0.282765,-0.398495,-0.387386,-0.168911,0.153576 +-5920.16,0.971327,0.394006,2,-0.229639,0.00633133,-2.09276,-2.21845,-1.8426,-2.4303,-2.42516,-2.68929,-1.912,-2.16619,-2.12847,-2.34136,-2.47673,-1.58717,-3.04774,-2.55181,-1.25383,-1.73265,-2.01335,-3.33698,-3.70988,-1.65018,-1.97145,-2.72551,-0.329504,-0.269306,-0.0841147,-0.236126,-0.237421,-0.234292,-0.244686,-0.239176,-0.316206,-0.324111,-0.113477,-0.185894,-0.324344,-0.217102,-0.189961,-0.201164,-0.219273,-0.539629,-0.0573529,-0.165802,-0.32912,-0.416612,-0.268131,0.0795696 +-5911.63,0.760756,0.394006,2,-0.207285,0.00530494,-2.63007,-2.03179,-2.11033,-2.51515,-2.6039,-2.14535,-1.80691,-2.0984,-1.91525,-2.17858,-2.5178,-1.333,-3.01526,-2.7001,-1.20213,-1.69535,-2.04087,-3.39977,-3.07685,-1.56804,-2.20731,-2.84091,-0.190583,-0.328625,-0.462132,-0.123713,-0.228273,-0.227756,-0.221922,-0.219288,-0.228047,-0.230803,-0.154313,-0.256161,-0.17906,-0.229638,-0.349023,-0.143907,-0.287782,-0.322035,-0.16188,-0.306931,-0.236934,-0.165562,-0.260876,0.072835 + +# Elapsed Time: 0.176053 seconds (Warm-up) +# 0.165157 seconds (Sampling) +# 0.34121 seconds (Total) diff --git a/gui/test/app/util/stan_stats/ess.test.ts b/gui/test/app/util/stan_stats/ess.test.ts new file mode 100644 index 00000000..c4138229 --- /dev/null +++ b/gui/test/app/util/stan_stats/ess.test.ts @@ -0,0 +1,134 @@ +import { describe, expect, test } from "vitest"; +import { + compute_effective_sample_size, + compute_split_effective_sample_size, +} from "@SpUtil/stan_stats/stan_stats"; +import { computeStdDev } from "@SpUtil/stan_stats/summaryStats"; + +import { data1, data2 } from "./data"; + +describe("ESS", () => { + test("too few samples", () => { + const chains = [[1, 2]]; + const actual = compute_effective_sample_size(chains); + expect(actual).toBe(NaN); + }); + + test("Non-finite", () => { + const chains = [[1, 2, 3, 4, 5, 6, Infinity]]; + const actual = compute_effective_sample_size(chains); + expect(actual).toBe(NaN); + }); + + test("Constant chains", () => { + const chain = [1, 1, 1, 1, 1, 1, 1]; + const chains = [chain, chain]; + const actual = compute_effective_sample_size(chains); + expect(actual).toBe(NaN); + }); + + test("one chain", () => { + // Based on the unit test in Stan 2.35 but with more digits of precision + // https://github.com/stan-dev/stan/blob/v2.35.0/src/test/unit/analyze/mcmc/compute_effective_sample_size_test.cpp#L22-L57 + + const expected_ess = [ + 284.77189783, 105.68133852, 668.69085592, 569.40248945, 523.29194917, + 403.39642868, 432.34846958, 441.28796989, 209.86506314, 472.82764779, + 451.13261546, 429.32700879, 375.41770775, 507.37609173, 222.90641272, + 218.27768923, 316.07200543, 489.08398336, 404.05662679, 379.35140759, + 232.84915591, 445.68359658, 675.56238444, 362.88182976, 720.20116516, + 426.74354119, 376.69233682, 509.39946501, 247.15051215, 440.42603897, + 160.53246711, 411.10864659, 419.39514647, 411.98813366, 425.52858473, + 420.61546436, 336.49516091, 131.94624221, 461.60551174, 469.62779507, + 479.45824312, 611.19593264, 483.30090212, 584.6144363, 500.26381682, + 453.11227606, 646.06673456, 72.18775005, + ]; + + for (const [i, expected] of expected_ess.entries()) { + const chains = [data1[i + 4]]; + const actual = compute_effective_sample_size(chains); + expect(actual).toBeCloseTo(expected, 8); + } + }); + + test("two chains", () => { + // Based on the unit test in Stan 2.35 but with more digits of precision + // https://github.com/stan-dev/stan/blob/v2.35.0/src/test/unit/analyze/mcmc/compute_effective_sample_size_test.cpp#L59-L96 + + const expected_ess = [ + 467.36757686, 138.62780027, 1171.62891355, 543.89301136, 519.89670767, + 590.53267759, 764.75729757, 690.21936104, 326.2174526, 505.50985231, + 356.4451065, 590.14928533, 655.71371952, 480.727695, 178.74587968, + 184.87140679, 643.85564048, 472.13048627, 563.84825583, 584.74450883, + 449.13707437, 400.2347514, 339.21683773, 680.60538752, 1410.38271694, + 836.01702508, 871.38979093, 952.26509331, 620.94420986, 869.97895746, + 235.16790031, 788.52022938, 911.34806602, 234.22761856, 909.20881398, + 748.70965886, 722.36225578, 196.76168649, 945.74138475, 768.7970146, + 725.52731616, 1078.4672626, 471.56987828, 956.35673474, 498.19497759, + 582.66324514, 696.8506905, 99.78353935, + ]; + + for (const [i, expected] of expected_ess.entries()) { + const chains = [data1[i + 4], data2[i + 4]]; + const actual = compute_effective_sample_size(chains); + + expect(actual).toBeCloseTo(expected, 8); + } + }); + + test("two chains (split)", () => { + // https://github.com/stan-dev/stan/blob/v2.35.0/src/test/unit/analyze/mcmc/compute_effective_sample_size_test.cpp#L170-L208 + const expected_ess = [ + 467.84472286, 134.49757091, 1189.59121923, 569.19341812, 525.00159997, + 572.69157167, 763.91010048, 710.97717906, 338.29803319, 493.34818866, + 333.49289697, 588.28304375, 665.62041018, 504.26271137, 187.04932436, + 156.91316803, 650.01816166, 501.45489247, 570.16074452, 550.3664524, + 446.21946848, 408.21801438, 364.20430683, 678.69938531, 1419.23404653, + 841.74191739, 881.92328583, 960.42014222, 610.92148539, 917.64184496, + 239.59903291, 773.72649323, 921.33231871, 227.34002818, 900.81898633, + 748.47755057, 727.36524051, 184.94880796, 948.42542442, 776.03021619, + 735.27919044, 1077.17739932, 475.25192235, 955.28139954, 503.04549546, + 591.91289033, 715.96959077, 95.5938079, + ]; + + for (const [i, expected] of expected_ess.entries()) { + const chains = [data1[i + 4], data2[i + 4]]; + const actual = compute_split_effective_sample_size(chains); + + expect(actual).toBeCloseTo(expected, 8); + } + }); +}); + +describe("MCSE", () => { + test("MCSE from ESS", () => { + const expected_mcse = [ + 1.04145411, 3.791888876e-2, 2.17337681e-2, 1.825876681e-2, 2.6612159e-3, + 1.131246947e-3, 1.260798781e-2, 1.030700714e-2, 1.228143969e-2, + 3.330029841e-3, 5.353227092e-3, 1.308588008e-2, 4.700032366e-3, + 5.257861092e-3, 7.53385116e-3, 2.758236978e-3, 4.345012004e-3, + 5.841727439e-3, 1.771073621e-2, 1.03721158e-2, 6.046724542e-3, + 6.605926256e-3, 7.575775682e-3, 1.190997112e-2, 1.602859734e-2, + 7.008613253e-3, 7.249334314e-3, 5.329946992e-3, 3.879811372e-3, + 4.748270142e-3, 4.865599426e-3, 2.880021654e-3, 5.057902504e-3, + 4.800369415e-3, 7.453771374e-3, 4.140658457e-3, 3.925703715e-3, + 5.498448282e-3, 3.515675895e-3, 4.387941995e-3, 5.155243445e-3, + 1.318791554e-2, 3.738973852e-3, 4.325514463e-3, 4.724583423e-3, + 4.468024552e-3, 7.140312463e-3, 3.651782874e-3, 5.773674797e-3, + 5.189233437e-3, 6.343078722e-3, 4.972475627e-3, + ]; + + const MCSE = (d: number[][]) => { + const ess = compute_effective_sample_size(d); + const std = computeStdDev(d.flat()); + return std / Math.sqrt(ess); + }; + + for (const [i, expected] of expected_mcse.entries()) { + const chains = [data1[i], data2[i]]; + const actual = MCSE(chains); + + expect(actual).toBeCloseTo(expected, 8); + } + }); +}); diff --git a/gui/test/app/util/stan_stats/rhat.test.ts b/gui/test/app/util/stan_stats/rhat.test.ts new file mode 100644 index 00000000..2131f6de --- /dev/null +++ b/gui/test/app/util/stan_stats/rhat.test.ts @@ -0,0 +1,68 @@ +import { describe, expect, test } from "vitest"; +import { + compute_potential_scale_reduction, + compute_split_potential_scale_reduction, +} from "@SpUtil/stan_stats/stan_stats"; + +import { data1, data2 } from "./data"; + +describe("R-Hat", () => { + test("too few samples", () => { + const chains = [[1, 2]]; + const actual = compute_potential_scale_reduction(chains); + expect(actual).toBe(NaN); + }); + + test("Non-finite", () => { + const chains = [[1, 2, 3, 4, 5, 6, Infinity]]; + const actual = compute_potential_scale_reduction(chains); + expect(actual).toBe(NaN); + }); + + test("Constant chains", () => { + const chain = [1, 1, 1, 1, 1, 1, 1]; + const chains = [chain, chain]; + const actual = compute_potential_scale_reduction(chains); + expect(actual).toBe(NaN); + }); + + test("basic", () => { + // Based on the unit test in Stan 2.35 but using slightly more precision: + // https://github.com/stan-dev/stan/blob/v2.35.0/src/test/unit/analyze/mcmc/compute_potential_scale_reduction_test.cpp#L23-L60 + const expected_rhat = [ + 1.000417, 1.000359, 0.999546, 1.000466, 1.001193, 1.000887, 1.000175, + 1.00019, 1.002262, 0.999539, 0.999603, 0.999511, 1.002374, 1.005145, + 1.005657, 0.999572, 1.000986, 1.008535, 1.000799, 0.999605, 1.000602, + 1.000457, 1.010228, 0.9996, 1.0011, 0.999672, 0.999734, 0.999579, + 1.002418, 1.002131, 1.002444, 0.999978, 0.999686, 1.000791, 0.999546, + 1.000902, 1.001362, 1.002881, 1.00036, 0.999889, 1.000768, 0.999972, + 1.001942, 0.999718, 1.002574, 1.001089, 1.000042, 0.999555, + ]; + + for (const [i, expected] of expected_rhat.entries()) { + const chains = [data1[i + 4], data2[i + 4]]; + const actual = compute_potential_scale_reduction(chains); + expect(actual).toBeCloseTo(expected, 6); + } + }); + + test("split", () => { + const expected_rhat = [ + 1.00718209, 1.00472781, 0.99920319, 1.00060574, 1.00378194, 1.01031069, + 1.00173146, 1.00449845, 1.0011052, 1.00336914, 1.00546003, 1.00105054, + 1.00557523, 1.00462913, 1.00534461, 1.01243951, 1.00174291, 1.00718051, + 1.00186144, 1.0055401, 1.00436048, 1.00146549, 1.01016783, 1.00161542, + 1.00143164, 1.0005802, 0.99922069, 1.00012079, 1.01028435, 1.00100481, + 1.00304822, 1.00435219, 1.00054786, 1.00246262, 1.00446672, 1.00479686, + 1.00209188, 1.01159003, 1.00201738, 1.00076562, 1.00209813, 1.00262278, + 1.00308325, 1.00196623, 1.002463, 1.00084883, 1.00047332, 1.00735293, + ]; + + for (const [i, expected] of expected_rhat.entries()) { + const chains = [data1[i + 4], data2[i + 4]]; + const actual = compute_split_potential_scale_reduction(chains); + + expect(actual).toBeCloseTo(expected, 6); + } + }); +});