Three-dimensional point cloud learning (9) 5-Realize RANSAC Registration-batch output of results

Three-dimensional point cloud learning (9) 5-Realize RANSAC Registration-batch output of results

Due to limited personal ability in this chapter, most of the code is taken from the code of github god

Batch processing point cloud registration

Just modify the 3D point cloud learning (9) 5-realize the main.py part of the RANSAC Registration registration .

    ##批量读取
    for i,r  in progressbar.progressbar(
            list(registration_results.iterrows())
    ):
        idx_target = int(r['idx1'])
        idx_source = int(r['idx2'])
    # idx_target = 643
    # idx_source = 456
    ##load point cloud
        # add result:
        io.add_to_output(df_output, idx_target, idx_source, final_result.transformation)

    # # write output:
    io.write_output(
        os.path.join(input_dir, 'reg_result_yaogefad.txt'),
        df_output
    )

Insert picture description here
Insert picture description here

Output result reg_result_yaogefad.txt

idx1,idx2,t_x,t_y,t_z,q_w,q_x,q_y,q_z
643,456,-4.324577666048505,-5.936694871967135,-1.1100622877187845,0.9998109024876956,0.009204823146906377,-0.002207201170144596,-0.016987017412379565
0,456,1.0600245170334337,1.6823260556699455,-0.13284587301159623,-0.5446973339068893,0.0019370955830865651,-0.007114282189493684,0.8386002916076032
645,189,-0.591458678067337,4.343619982607567,-0.09857074174926916,0.7654577420953953,0.002928412071592264,0.0078130486160687,0.6434320676965682
2,458,-7.768247423943679,-4.795637924359908,-0.07058072563595927,0.9999323255999062,-0.009379431804758054,-0.006881963618598362,9.51637301975783e-05
189,270,-7.542600454936164,-2.3395360479411798,0.0052372766422035255,-0.036792823091166035,-0.01089744160309408,0.015396388798157148,0.9991448769560225
646,189,-0.18085618066533016,3.56592568461196,-0.04722209584340176,0.7515849489384009,0.010465425366519336,-0.005283899279838294,-0.6595321218936647
3,273,3.7011138201932683,-9.510750216829008,0.03182990395094587,0.9597231197686402,-0.00525162240901305,6.702829640289185e-05,0.28089846804642543
189,273,11.631442495081856,-0.25848665355854916,0.19855816140882257,0.6937264916221906,-0.020895593094793545,0.0028041212014361314,0.7199299034732972
273,458,0.904277337957998,10.80643969463171,0.041296958222136415,0.9964939082875988,-0.00036049518761160806,-0.002554670355973241,0.08362556097449397
647,635,-29.56152427486179,-14.690674119038787,0.641095401480471,0.0017429800040181245,0.041453906592091395,0.02597592974709211,0.9988011747704014
179,192,15.194478134234501,2.052186525662951,0.5474244021977785,0.9992368898117596,-0.03487440165809431,0.017506391566068997,-0.0017147602301448854
191,635,8.035628550374138,-20.535693511240396,-0.2059241225780094,0.9478565349259812,-0.030739196760956534,-0.009750109969248202,0.31706154975996514
459,635,-3.861995616125352,0.13516344230345612,-1.3610144845065189,0.03292512621089851,0.9942738685464794,-0.09790971707957438,-0.02736964908456963
648,461,3.039077881162317,7.865171511070145,0.09122849891408324,-0.50854836408472,-0.016411023222888215,-0.01629792921562427,0.8607227295748703
191,274,-9.93026319244237,1.8380486909685687,0.36128324693397906,0.8870590076083922,0.003456091604777164,0.01760983443023366,-0.4613071278258918
649,178,-17.53591143684232,1.67684304795073,0.08511137318022288,-0.38093235326565955,0.023159748947561617,0.06909630796706916,0.9217265692652526
6,178,1.6425211890640852,2.391808442042407,-0.676790670470597,0.03723948309533722,-0.6735935444992788,0.7371633959983843,-0.03840683933649891
7,178,-28.743806371012624,-10.708613741591854,14.223592231933493,-0.3781927212277766,-0.16858362441102678,0.8968281318793251,-0.1557213185810181
177,274,10.3843518605881,1.7005881751137726,-1.4629264470567513,-0.04441537130548155,-0.0016423734945396062,0.9989461184332804,0.011455560579187271
192,446,-5.746000437851121,0.08939614903281012,0.6170090129111103,0.12811209863334272,0.3080571694850456,-0.0868783440741131,0.938690696578784
275,462,0.6091400565367602,3.5797405375734703,0.11571822899816375,0.8477877721575906,0.013229046818696678,-0.017877607914612584,0.5298691129284564
650,177,3.3481935798229436,-1.7711253005218068,0.010589125937974841,5.432183814157998e-07,0.00015830612501669533,-3.1204471207987514e-05,0.9999999869825782
8,193,1.721791018622596,18.071102900936094,-0.7196259094375276,-0.6328720424947151,0.0065838513201767115,0.007683494400027105,0.774190283227687
177,463,8.964222910646434,1.2135224658501331,-1.499004489205412,-0.025457913508312544,0.8497526643099805,-0.5253470757234483,-0.03581555760719284
275,633,-2.03111246765401,-6.539601480516714,-0.24782860863582218,-0.6401134422661632,0.021369298438934474,-0.04210208672007835,0.7668282391828083
651,9,9.997542129641104,-5.05387944418485,0.13022112946399855,0.9974659608247594,0.0017452999505361284,0.00590122458543096,-0.07087867431332774
9,176,-8.136217013834004,-0.2004564759331,-0.3837537420533206,0.19353331393048234,-0.010403213424763504,-0.03651791366112855,0.9803586443395921
176,276,9.110642694514507,-2.353216408797578,-0.13098094433529917,0.9987540368182132,0.04018183063277134,-0.003357968626023503,0.029402694996023285
195,445,-12.453007495628501,3.5065307273630566,-0.02759006695478311,0.87634465476885,-0.007560952783003279,0.01419790598838381,-0.4814159298534097
277,464,0.9643596148355211,2.872610636867786,0.0861376606473554,0.9484854252061445,0.007294962109649075,-0.007897616633741602,0.3166382941951976
652,175,-4.259355995470567,-6.965502826220761,1.5807669720816537,0.8023062515675571,-0.050739083497518656,0.04078782693959938,0.5933519843018922
9,196,2.008870838054342,-1.1723006865245087,0.033352810003470346,0.6174667010069148,-0.0052861153627782225,-0.0009929594680629795,0.7865786319011618
176,196,-2.6070690880725444,-1.6680153200249035,0.09281999133019325,-2.8704757099151657e-05,-0.002047897005049343,0.003657287109507936,0.9999912147338557
277,465,7.174841909814906,11.756663510366204,-5.030441323841461,0.9834923413230263,0.03883149435886673,-0.05492989792489135,-0.16798105821422277
653,278,-3.6512119511852847,-2.068119882296453,-0.014814758009085605,0.9950418399016703,0.002256535837400491,-5.7001012424134975e-05,0.09943159277612923
11,279,0.5820830945275874,5.425889034676438,0.10469900094304907,-0.5050497007559738,0.0004539943748091968,-0.0006107385471365737,0.8630899261686675
174,466,-5.063166934117067,3.627362377230132,-0.24680381146282948,-0.03099775937974064,-0.03224719822644053,-0.020121480263232138,0.9987964673305552
278,442,11.178749477725319,0.7672176880854737,-0.1944029717077458,0.2928273274107272,0.017723710258467085,-0.03443322354931623,0.9553807510789442
465,630,2.496133479728714,0.22509946267499847,2.6173757058300953,0.12666900807442588,0.034620841061966674,0.9782652472209279,-0.16047886414534487
654,467,4.747443720355754,-0.5911623990277658,0.0028003497654756626,0.9995986744163851,0.02831290066873259,0.0007050930390604463,-0.0006104134128104983
12,442,-1.160536785363309,-4.02586985934156,-2.2191125882985885,-0.10389307287260299,0.9762922467873021,0.07733915707461712,-0.17343106139062145
197,442,-4.410513613013294,-0.35958751917831344,-0.17603810459008074,0.9934531489160864,-0.026497633747498923,-0.024661796604614074,-0.10835364369843989
442,467,2.666147712521486,1.8526202093232655,-0.02852951651440988,0.9722710949823167,0.0009670484948257379,-0.028045635010529382,0.23216680433677786
655,467,-1.1244167248184556,-1.2154645264358306,-0.04407926024563724,-0.12068336298048758,0.008229672623985827,0.005644055555400463,0.9926408932867461
172,281,3.798610276426187,-5.147026983327348,12.925784217305592,0.046870341014577495,0.07205089761812263,0.9707482456480023,0.2241867142738969
199,468,-6.5396005585134365,3.749623322367346,-0.2674448152776956,0.9668015228912971,-0.0005922538185560275,9.659370853269737e-05,0.25552779739225745
656,468,-2.397725912417161,0.18650867164288387,-0.08048327112734133,0.898203745884161,0.004944434896416662,0.007366393560371439,0.4394898402570078
200,282,1.9175354172869257,-0.10598921336005906,-0.0863248588371539,0.7212555356661732,-0.0030767959584956984,0.0036106181761397095,-0.6926528344227846
13,201,4.468186238048171,12.202532180569833,-0.41531892101049583,-0.005748152054095745,-0.0003696124620637578,-0.001864522486530976,0.9999816726772986
201,282,2.8071779640059624,8.133751277402014,0.33449564185050085,0.11292806565429978,-0.0018362405549356695,-0.0033801609821602426,0.993595719958544
658,470,1.5044622503268572,0.8701225596583001,-0.12611719318200332,0.27135028474123185,-0.0038375329798722825,-0.0032053173087813916,0.9624676733545032
16,470,-9.805181036750486,2.033570403768962,0.2975636295479285,0.639578498797197,-0.000814151188817562,-0.00032878447345372765,0.7687252909426979
659,17,9.74771937321836,-2.2247970223457614,-0.08466392735567352,0.9995559710359011,-0.0014231167238792305,-0.007533778027239021,-0.02879370927656506
17,203,-6.468415862739345,0.8834375199786089,0.12985569912527217,0.9731156732114147,-0.000754814827812323,-0.001143714140714533,-0.23031284966939033
660,204,-1.8551878483375817,-2.3481115002736854,0.028977403634780297,0.8332740732957538,-0.002903786716621963,0.008101628455102669,0.5527931352795389
204,285,8.402528108705269,-1.6798125401566464,0.08587938934722206,0.9682914254958978,-0.0016151447089508839,0.00041349165432101424,0.24981780489657537
661,286,-4.292303047753331,2.3478418885074337,-0.055871512888801655,0.9806287072872212,-0.0001193215948938398,-0.0057453525691294645,-0.19579150934197032
662,288,-0.8431576589029686,7.265117745146487,0.013717551087017332,-0.1595522933867617,-0.00025966958563751426,0.0030838805320686385,0.9871846270721576
165,287,5.339061018459783,-4.105803880303181,-0.06069290510160996,0.73935859622454,0.012946778302288114,-0.03437942714126628,0.6723089335342104
663,288,2.334601487424865,-1.5292741034269095,-0.013983162761558532,-0.38442067607349895,-0.0022190466345599702,0.004281441365513712,0.9231454321498109
165,289,-13.902736243758078,5.163261155290379,0.016894791302124568,0.9994755761716732,0.0274215985225026,-0.016482611403121093,0.0049952069132644765
664,20,3.996535096917129,6.59210588899364,-0.01289004177040387,0.4253878595318103,-0.000737484535089324,-0.0022482954164201323,0.9050080498245449
20,290,-4.535798614814597,14.214273123106068,0.06514815589748801,-0.3062299963211571,-0.0012563635906842198,0.00648375264059709,0.9519346468405105
207,290,6.399728361162019,-9.000898677401931,0.10191878985494496,0.8911842031775943,0.0012854493872940344,0.001987117156313706,0.4536354428304696
290,477,0.04857532899149497,-2.6652210907384837,0.020583397919206492,-0.3793783703465307,0.0038268169571687174,0.00790947390458903,0.9251998961347432
208,291,5.341910337025602,-9.22363026274131,0.15440970380595642,0.7293597543875905,-0.0017817639439806695,0.002031376825350652,-0.6841250232999191
23,478,1.2764619598628,-2.168420496664945,-0.009261591413865178,-0.6106079613011083,-0.00012198964263000822,0.0027698512701321157,0.7919281726508867
211,292,-0.265526697309022,-2.674670572350546,0.014335514182768128,0.9992764735129843,-0.007858891995311888,0.002189281622969019,0.0371480059496508
669,26,-0.0030556342854497487,1.2147291993029157,-0.08286176072208606,0.7682303590159298,-0.0037638701328224157,-0.007357817662094244,-0.6401201537892164
26,481,2.4801843018945675,0.0685710674061375,0.06989093819270309,0.5574436626212845,0.00023439748924737044,0.0009512531270095314,0.8302141911450761
670,213,4.805425939630198,-1.0610249934528357,-0.0286272467594908,0.7971825123217394,0.006198023381335696,0.004369374231745062,0.6036907611711374
213,482,-1.1645418326200372,14.022827205706609,-0.22088415775263814,0.9925234630030095,0.0011245867988022567,-0.0008754843673178907,0.12204566448738795
27,483,0.26025633989247465,-15.386543386794838,-0.19552542998364686,0.36338558710793545,0.0009111615594617679,-0.0015891094331753433,0.9316370321096318
672,29,8.070869655868389,-2.850591794168496,0.09248155253309642,0.7032868265505859,-0.015730878168171744,-0.002806028060416831,0.7107266037506887
29,296,6.591668904584929,15.153982438591747,0.17160067666142442,0.7863580687310121,0.005907723894516761,0.00028269062011180136,-0.617742670232543
297,484,0.38616290186951474,-0.3216469976857622,-0.17584675963707164,-0.5371795222027733,0.0037901779346829027,-0.003469396639746953,0.8434522860032924
673,301,-10.848076292812573,2.6301079880328633,0.37433971957180723,-0.044515229741130063,0.010119709607472925,0.018891281271573423,0.9987788069890515
30,300,6.395096796287791,4.087330424873639,0.08886416221952387,-0.15025033108926858,0.017216913892754093,-0.008020657233204635,0.9884655203602816
31,299,-1.441250125079353,3.5422378316678724,0.15891160213148736,-0.059478825794881694,-0.00841510002209973,0.01820547522412008,0.9980280637564979
32,298,6.007564513682988,2.796690026175107,0.18756187486621956,0.9823549383436165,-0.02000217151268395,-0.004094766493119466,-0.18590836757406462
216,300,-3.822090865013015,5.966095934955689,0.1608593277895718,-0.6872651929121494,0.002719270841452814,0.0107902494499848,0.7263213687441145
217,485,-2.563005972690914,-5.464388824751263,0.008722338483214465,0.917968376408711,-0.003101408236328424,-0.006444401099330928,-0.3965890957590459
218,487,-3.1913992163400366,-1.6008625981823967,-0.03024627353073117,0.9898315049058786,-0.007105591763357873,0.0024689378657662105,0.14204579123392233
300,485,7.074015332473268,6.218878213578376,-0.32864564776697014,0.5484131786807764,0.010071094297270997,0.005557271552999175,0.8361283844253755
674,33,-9.643575084307962,-4.778840443761078,7.218520152862493,0.19334377574405776,0.8153066027693077,-0.24515673459483206,0.4876387016476451
674,302,-7.527033425846886,-0.4619595700811825,0.32876130583315244,0.9997363035902355,-0.0191422006717431,0.0061374401143087015,0.011100957887431297
31,303,-4.987565420484023,-7.762169391955885,0.3411682740473463,0.9806541854879428,-0.014266446835347175,-0.00605811522636915,0.19513363682250628
33,219,-0.9614997996814032,2.4036037444258804,-0.08699243203222284,0.7658818775353596,-0.016101196080919557,0.010452194060647773,0.6426946808454188
33,488,3.408585037026939,0.5449577562200956,0.052794638295422525,0.8871329186977567,-0.007402889466079128,-0.00805747640480189,-0.46138428545447707
34,302,-2.7669842321907088,-0.5424857176976653,0.09938055923333922,0.620095471132594,-0.014606095632978697,-0.013166313209171462,0.7842798715048632
218,303,0.5913019187121622,9.957885443930117,-0.005876701192029099,-0.23790168600584882,0.007111348655556805,-0.004987957379419904,0.9712503986084406
219,489,-4.023801537352971,-5.730852780480059,-0.028087842691784992,0.8737516401826472,-0.001282223939906472,-0.004766402259676841,0.4863473127194195
221,299,1.6911999587234368,-10.069099162584983,0.3588102939718114,0.948885740517402,-0.0013971254274505619,0.010407122127724924,0.315445068581362
300,489,12.392007881749695,-11.439614893164823,-0.8498920309924051,-0.0008334269393545646,0.020600549436727334,-0.005774863387165069,0.9997707605822954
675,32,1.7792962155069743,1.9182189957718463,-0.03814173071284355,0.3418371360233347,-0.007212142514524712,0.0020333549629626417,0.9397293349168733
675,487,-3.436044735499366,2.8347501203582297,-0.2531722585892653,0.9051361244853329,0.00840136580776309,-0.014489439633065385,-0.4247917952872394
676,489,2.388878960229525,6.645562721288231,0.15322860885875444,-0.5467558719088697,-0.00702306689517848,0.0008379441285827849,0.8372621996209999
678,36,-4.086761998632517,-7.292487819522801,0.014911956491746148,0.8026443373647587,0.0076718087850094294,0.002033835034077855,0.5964051262030766
33,490,9.680145947191734,-7.145711164159951,0.398809176327791,-0.6590726565911883,-0.003502996807008321,-0.001048250720660304,0.7520703846832624
35,490,-3.7774207908605435,0.18321803898345257,0.0533169291895732,0.7873764056001752,1.808869884876177e-05,0.002962037361184071,0.6164654263716808
222,303,-5.831414696672898,3.758486167736281,0.04990876432695557,0.9666344723007374,-0.005343127639609313,-0.005635215292193509,0.25604197369867354
679,36,-0.7881320427843894,-2.680106550078214,-0.033544277861211835,0.7814994858781381,0.0064697512499225,0.0009537458308010446,0.6238716103974119
35,491,-10.037508986446056,2.725666253025826,0.09298530850666076,0.24849083780883635,0.0013085946057702536,0.003106625879188656,0.9686283807430315
223,491,-0.5242829851491346,-1.874474085460646,0.0076516155476875625,-0.21769702299995414,-0.001018156923622539,-0.00048502362496094726,0.9760157448963206
680,306,2.747985214229046,-3.5906613701153245,-0.02095225000908263,0.8079178266745675,0.00024564151990682246,0.0037802722769533937,-0.5892829834156078
37,306,-0.7947222025040652,-0.3097385770585125,0.020195504037881395,-0.10194719962545408,0.0014007857917361605,0.0007285010577686864,0.9947885582242602
224,492,1.4075748597523134,-0.7365311420768486,-0.01582167688962155,0.7219592067135494,0.0014808666880570625,2.459182151247099e-05,0.6919340360689283
681,307,1.056523280111341,-6.041527426564347,-0.011825219281740962,0.7951686042746104,0.006590838480063459,0.005333476946454895,-0.6063291232060023
38,492,0.4759018379391755,9.277440275622318,-0.06852346564490297,0.9188967817496472,-0.003343174170463807,-0.0004284534733565966,0.3944836423785255
307,493,-2.555812475835914,0.49468546305493466,-0.09944823527680313,-0.27173908095464766,-0.004865311060588767,0.0021619086238996374,0.9623562369420738
38,494,0.09028201157466587,-6.155875488836234,0.034676661417274435,0.8552505144936285,-4.6287189293429035e-05,-0.0008031874160313588,-0.5182141547718032
307,494,5.408040288339038,-0.4933701809402038,0.012741786633419405,0.9841315129606937,-0.0009755013530040582,-0.006495492398179731,0.17731898424396556
39,227,-6.449809125476073,-0.3161856391814648,-0.006361150140042238,0.9143141311096052,-0.0004300327761960619,0.001654830785804381,-0.405002155871014
40,309,7.279187786146079,-5.2601165721737,0.015286550007612032,0.9788967696931047,-0.002221644833518561,-0.001677360298702353,-0.2043364016543961
685,497,0.6520140447162395,-1.4592550160432576,-0.05227241625823709,0.6136062641466233,-0.01003428223902945,0.005587136525848059,0.7895286249943146
42,310,-0.44276681588988254,1.0646752636177648,0.28304796410704225,0.991364616395314,-0.007504981740928151,-0.008738018347743865,-0.13062740770525436
686,43,-1.2183133569043294,-0.5334123282758565,-0.3388987384673179,-0.6625388225629245,-0.015013660947076866,0.006741558373463038,0.7488467466528763
42,230,2.141967325610232,-7.712273675381774,0.5775185878350375,0.9744897679663743,-0.019448767965342666,-0.004241136471430725,0.2235474229663648
44,311,1.862962993123784,-2.8902586735138023,0.23055817546603707,0.9261202698017125,0.004730256625263208,0.01192862790899331,-0.377010050755774
687,230,5.4150728340311325,-1.9068969879140276,-0.04629057409143722,-0.6434721204205823,4.683193667679604e-05,-0.0007733033219880088,0.7654691568248726
688,231,-5.743255686300521,-1.3833556686035844,-0.05322495983364561,0.3729689919349328,-0.0005114205592765444,-0.0006055274657244089,0.9278434689324163
231,313,0.22842931815063894,0.23508999419783164,-0.023064968681859144,-0.3111296949892559,-0.009278736574783536,-0.007263974999380063,0.9502944031249878
689,233,-2.5922334501380755,3.18132061968842,-0.0032065922653436996,0.9978034962267857,0.0018181932653954286,-0.0008449917396017919,0.0662130129190075
690,47,-3.7112675345339445,3.149886155159322,0.04573870151978632,0.9302288634407161,-0.001689536714250556,-0.00399772260322562,0.3669542550529593
46,502,-5.675515856129513,5.4443154956630675,0.020629665085055704,0.7916081587488201,-0.0024738374044043564,0.0024159908984831614,0.6110192845719175
234,502,1.0727385425091402,-0.3846200429535882,-0.016977323002610012,0.5600419969810764,-0.0065037242297032805,0.0038479821612693245,0.8284297533417535
691,503,0.1888927414585515,-0.27201895655098407,-0.05763324508549528,0.9999007368099737,0.0010100388187764622,-0.0016072638838437237,0.013961126432485716
234,317,-8.24196836787226,1.1873124816095557,-0.08183243044479727,0.804629111525187,0.004867779038744318,-0.0062738146881002,-0.5937246305002661
692,236,-3.9249526108215647,0.6343915023491906,-0.0028659031688933467,0.6561520275310456,0.003377661435555384,0.0003729459995907454,0.7546210764889926
236,504,-1.287762110700429,-3.266767930874253,-0.049436923973106506,-0.641616955148732,0.0046301166816543554,-0.001205316828787769,0.7670102946483356
236,319,3.074247398383176,10.033972937459747,-0.14771800585942896,-0.16716122194286048,0.002901248911615675,0.0026368527470257467,0.9859217796767212
694,238,-1.4638688593335785,-1.022165626239834,-0.000474961635933413,0.9348510105321727,-0.0006543287882928546,0.0013412272996795043,0.3550371263264491
320,506,-0.9985413343105066,2.607982642940685,-0.02217584967865882,-0.596709438770227,-0.009716591066730848,0.0014759102462845507,0.8023971929347133
239,507,1.5046600691601046,-0.5307929853289899,-0.0743098971857803,0.3440838046019553,0.00984721240821872,0.004841596102105624,0.9388748195396523
697,509,-0.8014607642883929,0.8180379506125893,-0.03364987269477804,0.7778860917522792,-0.005739871421789566,-0.006072683263310622,-0.628349747077541
698,322,-0.6942795023890616,-4.686892734304312,-0.16227548690910676,0.6436137601932378,0.004229569082260452,-0.009935470523919927,0.7652742808044499
699,510,2.8865710699319314,2.3210775935309127,0.058402242550148475,0.7916952614378379,0.0034036521295948154,-0.0059666451672398795,0.6108775878312303
700,326,9.200311758120503,-0.6313285207396011,0.11310975899449471,0.8885923794196683,0.005361188115168677,-0.010194010067384584,-0.4585530755082033
702,59,-1.3767946493952474,-2.3260550400425255,0.16931326961932958,-0.2951620815968247,-0.015191831024132128,-0.02526503989031195,0.9549922678309518
59,327,3.053251970718715,5.440216625138528,-0.11867477069665533,0.9848561124657825,0.022101642066707616,-0.01607285652530185,-0.17120636214772514
246,327,5.47868751113319,5.7408617372413335,4.931243390290971,0.053009701299438175,0.9864845052560685,0.014957720189921475,0.1543196651906505
328,515,-1.4529179272944357,2.0315134941802677,0.10514153480962118,-0.5207315545297088,-0.0062981173289014605,0.009294648128428399,0.8536466431441951
247,328,-1.4031620325878937,0.545170537351936,-0.12555889668413323,0.9966282839811824,-0.002909998406233022,-0.0004057821606502522,-0.0819965293097046
60,330,-4.7327133839031035,14.278999198592754,-0.38261823462323563,0.9969958551885836,-0.0031234931231116612,-0.003993351541153911,-0.0772888198316134
705,330,-0.9281019012838043,0.5992107047380936,-0.19029860453240732,0.8812245020714011,0.009107115534759727,0.0001529245508778385,0.4726102136113115
62,330,-3.255014016717202,3.885729366620441,-0.08595696350042137,-0.0521373061797138,-0.003746740151373733,-0.0016118022913691635,0.9986315964037661
249,517,-0.6546116940681643,-0.5806603606175247,-0.11846458000209847,0.9409938319136243,0.001553176974510916,0.0007590450696264447,-0.3384192958334113
706,332,13.780838369904913,14.759593024718512,-0.23321089413643953,0.9999794596715591,0.006131663399984862,-0.001865582839586807,-5.0394390297803224e-05
63,517,8.77296809030059,7.536582337507651,-0.07778258787516656,0.533301197907773,-0.001078138929288148,-0.0016961593366290669,0.8459230419902796
332,518,-0.6482552570627242,-3.328076516100126,-0.02025883714794241,0.022491776181341794,0.0069375093476982085,0.006978198848302688,0.9996986024343
63,333,-9.361814210551183,-6.724179983669046,0.05495202793196219,0.932660571701231,-0.0027905525454413717,0.006997111470476638,0.36067646338719417
251,332,4.182438175340465,-8.494887647977274,-0.2232884231263721,0.9957826142844713,0.0063967518393993955,0.0023350902230037324,0.09149105971809122
708,252,-2.066342402290193,4.123040992715986,-0.055009396395998555,-0.6104164692155771,0.0017095689430625422,0.006135261185902848,0.7920550296883404
65,333,-3.14897256346913,8.213714873603761,-0.27432514321794066,0.607289699448211,-0.006954056706788815,0.006497451809140524,0.7944234671504916
709,252,-4.736758231621226,-0.7950430809222104,-0.01106515294266186,0.33338516100390847,0.004310239466618331,0.004909801153899501,0.9427680786443545
66,252,-6.03935121503201,4.805347162493023,-0.12139314538086987,0.6848438954935021,-0.005646131352051528,0.0008028799627989941,0.7286674930239484
253,335,-0.676550111562964,0.4151207134089915,-0.08598550224510237,-0.27658699455706465,-0.0014011003457490973,0.0030881909070589247,0.9609829001790994
710,254,4.535412410309037,-0.16434274409458505,0.003326356230693772,0.6218917808227821,0.0024241551364083402,0.0011054524286901665,0.7830986619780878
711,336,-4.478923211349068,3.955073764391661,-0.025637426322265622,0.8878211160861188,0.0018026865732082913,-0.0002321503054244445,0.4601851391113719
68,336,-5.989988724742172,3.873690682646355,-0.0676869821315833,0.8655687119770444,-0.0019632729916230435,-0.0014059928852014055,0.5007843583715125
337,522,-6.010761150055254,6.53599684934764,-0.15132677651655413,0.920044934275615,0.003868199219671791,0.0029331451179037513,0.3917827875344879
256,337,0.57345323617521,8.769642619143895,-0.04026516617514986,0.9548937180314004,0.0021226424985054558,0.0016874237423588712,-0.2969354041775849
713,257,-3.219456164430649,-1.6766531812971746,0.030304419596087318,0.7677058945458907,0.001768565673209382,-0.0010388044856153085,-0.6407990734545376
70,257,-3.6900991200289015,0.07573316646622362,0.05819499182805632,-0.6930670867863721,3.310090163528447e-05,-0.00038221516238685883,0.7208729888332279
339,525,-1.5400774662949035,5.840513731679288,-0.15901165312211207,0.10676037727050304,0.0011420187460590232,0.0013927341217878897,0.9942831477652176
70,526,6.737101515823847,-3.082773107925827,-0.01837888806849597,0.6372287960749837,-0.03418773451407682,0.025613280363638413,0.769489844072445
258,526,-2.048338106508934,-2.8474715109180075,-0.15623371815021753,0.70130701949053,-0.0023728364320627165,-0.000509849231794172,0.7128552266164124
715,527,-0.7335786438663712,1.1611269919647857,-0.046561860356110096,-0.02476479992840967,-0.004333984661502523,0.0012361533657072735,0.9996831463950545
258,341,19.425876567570526,16.781392786898884,0.8642456640349723,-0.3163642194413775,-0.003150980613259273,0.0020349425530784416,0.9486303869195993
716,259,0.9477032343323437,-0.3258125600267334,0.01539034160146744,0.9206271018998056,-0.00487312476144036,0.004983506187849823,0.39038078406691573
259,528,6.089268079264819,-2.051122437652767,0.16048422381829885,0.9999051934993025,-0.0026735060938381573,-0.0031149493547214064,0.013143571387038925
717,342,-1.2293971004470052,-3.60616865638789,-0.04289320885531589,0.9903821783789358,-0.0077373232024325654,0.0003235747768202705,0.1381418469487741
720,264,1.6853061323187029,-2.0567987567183255,0.15152542841945693,-0.6813478812238788,0.00119481866097203,-0.0024618447394142025,0.7319546273373627
721,347,2.025079410419333,-6.7656093844413165,0.22107159166815604,0.8081293091001971,-0.001839110244728186,-0.003126618285740865,-0.5889939402955188
264,532,-0.8472637577199136,-0.6756901691347965,-0.08064172163679495,-0.08776961368411412,-0.0017913393747405267,-0.003321301778783822,0.9961336531668228
722,79,0.5642706028304865,-0.7479443946182438,0.018664202086253745,0.4412209668212041,-0.002525531665808399,0.00015568878494445198,0.8973949274918871
79,348,-2.7446945339642523,-5.01615813208119,0.15085366956634205,0.47253325776470056,-0.0005137844699070381,0.0015715643223083858,0.8813112880914316
348,533,5.6742218741388175,-14.664933542226365,-0.4635892554506662,-0.11955095181553163,0.00010704982849750222,0.0013327825131004725,0.9928271663039381
80,349,0.10032946335555204,0.22153246063081272,-0.034688226987732884,0.07697204850996105,0.000500731937380405,0.0018054736111720782,0.997031490616393
724,267,0.42295738359062596,0.4445993006054576,0.09620824329126543,-0.5006726625340109,0.001780400870317552,0.00029254057955568235,0.8656348130614056
725,82,-1.7718342756082748,-0.14358769453053583,-0.018276103756151185,0.9507558540388482,-0.005215209456393527,0.006205865013534945,-0.30983478636302264
81,351,-8.031682016314129,10.08258511331191,0.1986433065810309,-0.19751535545232204,0.006672388889211758,-0.0047719682502384815,0.9802654701182086
82,538,1.131540637102472,5.67900302898784,-0.01819184292088405,0.012677431012037624,0.0007483917680521981,0.011946642182950384,0.9998479886428981
84,536,-11.285651018669029,-9.268251384709611,-0.2779871936127345,0.9715720354325191,-0.016966090097643084,0.0007619332130985452,-0.23613418052050206
352,537,0.28407660474837226,9.904544307023702,0.006555097299878021,0.7084147289539166,0.001653791632024517,0.02168811242305851,-0.7054611701248423
726,539,1.7828725998805954,-1.9456605239854794,-0.120245250055935,-0.4536413216994431,-0.010933857801167521,-0.023880418596893997,0.890797242703413
85,538,7.994374554734877,2.737327520835023,-0.2681471484186144,0.9765497017025908,0.014142536292807486,0.0001757340053921495,-0.21482699525280052
727,352,-2.836337166554352,-0.4081501968630059,-0.06864551016737064,0.7190322129339923,-0.0073245549375234205,1.2668921431238742e-05,0.6949381465265175
728,353,1.3120100019001792,-2.1282653315973814,-0.037278404603783954,0.8583143935210005,0.006827349374316898,0.0029783937658398427,-0.5130700910653182
729,87,6.625228510819618,-1.247322829976257,-0.03153135721278688,0.8188044860264626,0.001476498046279416,-0.00015209429841643845,-0.5740705622863658
730,543,-8.578360787434551,-3.6410386319090233,-0.17669319796433913,-0.4471669954709694,0.000831839774271831,-0.00019406117296840946,0.8944500816391695
731,543,-0.055119505552129855,-0.5760622079994457,0.010743381763111959,0.5007146178889575,-0.00010640065604787985,0.0004541275421696694,0.8656122999815743
89,358,5.040639673966567,1.266782066517473,-0.24834609662880203,0.9953676887068693,-0.0004966369878826297,0.00030225955154233994,-0.09613961862422112
90,359,-4.836416065536687,1.7515746020000893,-0.27248740234768976,-0.34477708143492425,-0.00017082494696242775,-0.00012703880255566244,0.9386845683173851
735,92,-0.18864461747850436,0.7562662895885164,-0.06828772764369928,-0.35871503033643576,0.0009691421053719985,0.002213965278347749,0.9334439919631257
736,548,-0.5738388939675927,-0.6964840468063132,0.043242407703338426,0.7373414293175788,-0.0026729947722719505,0.0033804567317151524,0.6755065093862103
361,548,2.1184052104668503,1.5812993811985236,-0.17801995464992793,-0.13129268953927548,-0.00023524664890844704,0.000534467511372632,0.9913434766401789
737,549,-4.533250296248555,-0.01541019802836141,-0.1044773221183779,0.9058943812686,-0.00486502316247852,0.009603022239344745,-0.42336684270202296
738,95,-4.83790067091021,-5.185935991870622,-0.3150660471121749,0.15710991945200473,0.0036891378075869495,0.007349283133343123,0.9875468857271776
362,550,-0.6734990881931262,-11.802859402907824,-0.5678215866535918,0.8778798836822245,-0.004784089359689283,0.0047651503705442595,0.4788332858699664
96,552,-2.6813910269959056,-1.3245966039132995,-0.0520594928077911,0.9368185457167507,-0.004158761231495516,0.00028110387282519563,-0.34979084906095576
97,366,0.38002690635938463,-0.9062848635173577,-0.02339966686512962,0.8339333011168705,0.005344559188694668,0.0037924220240975384,-0.5518263336508947
367,553,5.572009389764688,-0.44960455101536456,0.2461388284731153,0.9696294115826366,-0.002471619295289469,0.0016485300752721354,0.24456078516507937
99,367,1.9310868078932781,-2.79773523671961,0.13579323707868962,0.9002496290426076,-0.0004726337641149283,-0.005469974983219584,-0.43533947833806125
368,554,-1.8817236417356862,-3.278762680868772,0.027136713827291326,0.672431608949043,0.006259184302942507,0.0015357017612290392,0.7401312015569697
100,369,2.3476409525222466,-8.895358085410276,-0.3068704484694934,0.35184296200791093,-0.0037306665730681534,-0.014561005961692186,0.935938346964053
744,102,8.906609884541224,2.886381498064693,-0.39715912783896995,0.9581043051441117,-0.004147338595236415,-0.0008817087806102163,-0.28638813284862447
102,370,-1.5889662598268528,-0.8355416611591906,0.08677010684559039,0.944307658957562,-0.005190726959938701,-0.008099420913622249,-0.32892324479820545
745,370,2.1618778092909903,0.43500460061270685,0.07337066664587732,0.66450294459168,0.008071559730935348,-0.0135227875740975,0.7471196830285777
371,558,-0.5318211804456396,1.4859909719603226,0.03991340315562797,0.9732536724686629,0.006326343921294455,0.01069231147547954,0.2293969068539541
103,558,0.9752976187335622,-2.1305156131448966,0.14298878746213595,0.632010362972086,0.003154828858539502,-0.0026920964106194917,0.7749488375161816
747,559,0.9834446479704859,-0.26987791326631155,0.08109975632629984,-0.5807030343377367,0.004017797311666581,0.0005195627908846708,0.8141053821651186
373,560,0.5195919005736349,0.9941571369937173,0.030238998730107935,0.7788169844264401,0.0018849360044203313,0.0025884888817327197,0.6272430561676027
374,560,8.975898431090748,-0.36372747025486446,0.2317115791937444,-0.5513795972195582,-0.002347069017277286,-0.00024352315691163358,0.8342511442806045
750,107,-2.553148108839651,-2.6677029789125655,0.03211276438424915,0.9596749336688342,-0.0006430773364528954,0.0005475399702121666,0.28111084706791195
375,562,-1.0434632178561785,-1.8222969324815392,0.04436931084481066,0.9969951131644217,0.00014302987755281395,-0.0013632557887812051,-0.07745234278167692
108,376,7.476101644833417,-0.7518872535234716,1.221851098472175,-0.036000335108217485,0.11515197747168754,-0.09265002151932289,0.9883622673235382
752,378,8.151570986933587,-0.7755926622825603,0.13549535251896616,0.35743314840002094,-0.010556158311930028,-0.003237252230359773,0.9338734561730189
753,110,5.554588597728513,-1.511209603796952,1.6006161555504568,-0.2674311297395915,0.08842892172199307,0.9466516688484585,0.15656159974821376
379,565,-1.5244180931034723,-7.451176770319208,-0.08540363873817047,0.9940153229880512,-0.0035926795278132103,-0.005864198743503852,0.1090240408894638
110,567,-16.73844847468303,-4.8804260654323475,0.19237100882846203,0.11823864954428454,0.004235828674682288,0.00027668377499758836,0.9929761341318688
380,567,2.4843631163262643,0.30911086597562076,-0.017468925751750852,0.9879231775843526,-0.0030384615202527455,-0.006719400579200734,-0.154768900619866
112,566,-2.383822121425526,-11.561911195012755,-0.08658617699560045,0.8790246446888322,0.004874316908746054,-0.002167426993595504,-0.4767464916751594
113,381,6.881591106459334,3.778304477643189,0.07221435386983521,-0.6184074652740683,-0.006610564805130837,0.001623700615807357,0.7858281433765079
382,568,12.499457350779354,-4.873356198187576,-0.037190745439152906,0.19543693867949413,0.008514887145345346,-0.004527589982633932,0.9806688537041639
114,570,-2.381138719885598,-7.483516342103061,-0.036870891577414966,0.9937161467514325,-0.00027947274853883515,0.0023483927730058585,0.11190454249873814
759,116,3.002392778641238,-1.7186009483679223,-0.04770486230673865,0.8558675768764135,0.007908197737830195,0.002618416792232909,0.5171279291952215
115,385,6.8631080791956265,2.268197501062659,-0.1334377241429705,0.5493378739226049,0.002049406278057412,0.002322570522744188,0.8355945822432471
117,383,-9.895143314993582,-10.996813736771246,-0.016162816158192816,-0.4182229053174191,0.0037010720357999413,0.0015263634819743185,0.908335606341711
384,572,-7.056508090272572,-0.39655653259715584,-0.005030895231413757,-0.41892978733812836,0.00020005293983492043,-0.004372868104858774,0.9080080788650449
760,118,4.496010114305914,-3.2344558777199577,-0.08304701921866775,0.8987185296353902,0.008219036829150829,-0.001526140748430286,0.43844625989740105
115,387,13.526136094864846,7.06982793156358,-0.18156388955181402,-0.21912010345331562,0.008339311963092762,-0.0036613172455824128,0.9756553853152339
118,385,-2.3146286354487575,6.980009908693987,-0.06569702538458189,0.999820078008842,0.003011085895824273,0.0008843318165777511,0.01870729615308235
119,387,-0.869202152463298,-4.369143749894732,-0.08746693902371772,-0.4453752753672453,0.006134427956383623,-0.0017950349039561463,0.8953211774189707
386,574,6.087262725329804,-0.1264039111247095,0.02414435420371608,-0.2594067164260033,0.000489532549718891,0.004037008734669245,0.9657596069371704
761,388,-8.789353208019751,0.5361737773499337,-0.16030142741021508,0.994984650907428,0.00862750072461865,0.003003803626881011,0.09960967750997621
762,388,-2.1473782622828277,7.180830443795828,-0.12907477113376314,0.8255258615623057,0.009980821583602981,-0.003467114022849226,-0.564265375698954
120,388,1.7058176631292685,7.098008489666053,0.011674246335401373,0.8245413871201925,0.0032474292162412524,0.004893602949146646,0.565771162025399
121,577,-6.218492738227464,-5.043096148275383,0.004508948234238197,0.3706068740389791,0.002518556957991062,0.0020624413728076428,0.9287841235300535
765,578,-9.509843888045642,-0.2716407888953146,0.06741635011687974,0.7703978347155576,-0.014915859488533537,0.009147312302032551,0.6373233245998047
766,122,7.448225897231847,1.4781044308429958,0.014808829666113299,0.7583465564170957,0.0009724048380350881,-0.0027569052113999445,-0.6518450385427652
123,578,-2.3354511899794472,0.2964499901822433,0.007383588766137983,-0.6338888808718256,-0.003975381321692227,-0.0011655242118170095,0.7734130362256143
767,580,-10.225362655810187,-0.010785528025428315,0.033439731648317705,-0.017401131899701147,0.0024441790193498987,-0.001039532309760869,0.9998450609820041
768,124,4.027807443573915,5.782801770431005,3.4208168853771195,0.0370641412590818,0.9990956904361162,0.005739540732822292,-0.020027692250568725
769,125,0.6937692275813899,4.774883026944533,-0.11169995132711896,0.8869650097348315,-0.001761011225852442,0.005327354002615488,0.4618025440000124
126,580,0.001765184505565509,-12.86949911150095,-0.08464221296345742,0.6478190994089502,0.0007834858830074,0.0011382451245242264,0.7617929541475716
770,582,2.8204662140398815,0.22157133430862064,0.03756074087911765,0.9791591936354374,0.0013714030093759516,-0.0045234957946845575,-0.20303923453062295
771,127,0.547076426716167,-4.917009001293579,-0.07667665436399163,0.997884149115636,0.003861865056463595,-0.00043790473332225055,0.06490084114627055
128,582,-4.049876755981769,-12.377166868597456,1.1194897177592065,-0.06931199299108427,0.9816699375442074,-0.04596534667888064,0.17148518377471061
128,398,4.079922469623055,13.458905465363141,0.08622868422850871,0.9763353366357371,0.003956007841028245,-0.003278803651823084,0.21620108668773244
773,585,-5.690377892622122,-6.990627255795832,0.03974158098087455,0.9617662312107186,0.0005554667921179085,0.002249334566538277,-0.2738619149377679
399,584,5.6370190602507915,-3.882726570006069,0.06947465544093068,0.9570595936916885,-0.002539079053294418,-0.0013283274869803749,0.28987708213370134
130,586,-1.8064663155341596,10.485240688963259,0.09432462587074197,0.7884266430354729,-0.00013909956943990943,0.0029584177806539847,-0.6151216602976681
775,131,-3.887976326389996,1.2262159575760374,-0.047366627356975055,-0.6955786660456813,0.003656088858472873,-0.0003292934716372433,0.7184405639453962
132,587,1.1010241985018998,-2.841372861888499,3.894115767175517,0.04827287117256592,0.005846703125621911,0.9986608813459216,0.0176632398133796
132,401,-1.6269034403818714,4.909777511257005,0.01660958874554619,0.7015658922730645,0.0052792764038154935,-0.0020073139376394007,0.7125822048932368
777,134,-4.292320971001128,2.845715877999211,-0.04438375400417083,0.3407204017164422,4.801102919795672e-05,-0.0030809381963796886,0.9401596212180979
778,590,-1.398159519794897,1.0795846383991465,-0.06753211868518183,0.9988242717970944,-0.0002721511083574563,0.0021843062410213526,-0.04842756249310399
135,591,2.6938040009787674,-2.5934156867563094,-0.2062580848551563,0.9977916388502415,0.003799645000156549,-0.0014634818361235157,0.06629680504622641
780,592,-3.792419282011017,0.29827155034927255,4.208464186185352,-0.0043866614188536246,0.000568861279461763,0.999968829968976,-0.006540083250103924
137,405,3.1623114770258813,-1.5691564381424636,0.05050456690274707,0.9446860087268765,-0.003958663772575298,-0.021263265610413768,-0.32726219982210103
138,591,-0.8211275015752921,-7.341205809010173,9.46347858081835,-0.08972254044210604,0.9565756535813763,-0.09885639064385468,-0.2591144510459563
406,593,-3.107756612596816,-2.9501638893046627,-0.028932144238336344,-0.3306540520760081,0.005200649800788458,0.01370126597762442,0.9436382391562863
781,407,2.279015488114994,1.6728943640304794,-0.05300647992709617,0.24565276160704627,0.004197667110415648,0.0023862942774575476,0.9693458649549619
138,594,0.46969605302552386,-5.055744598774471,-0.22346818325150397,0.8251860211954123,0.004194782262249843,0.003797575221441215,-0.5648327297951974
407,594,-4.451752704515917,-3.0655069063565925,-0.017926316514841778,-0.4152569699174586,0.008264926598181892,0.017123685373098857,0.9095054256696552
782,408,-0.4161840768184528,-1.0670463591022994,-0.0549042182863575,0.7811670322770452,0.005364391525244259,-0.001543002874442764,-0.6242971328855892
139,409,1.3558490060681119,-4.147385883549856,-0.2759227254612997,-0.33835298429474664,0.01176691739791461,-0.014307527575662777,0.9408369105899604
406,595,-8.399811688200685,-9.99432827091308,0.057851093487971905,-0.6088982161202667,0.010660268029380917,0.017695933548159546,0.7929793030255946
783,409,1.4297922737440638,1.7273672034203724,-0.042071051103182544,0.9477943794735298,-0.0027253548438693144,0.00245571288474145,-0.3188610295310315
784,596,0.65974489464049,0.833954832681358,-0.09682207509614549,-0.25244984794969294,0.0038143889444334,-0.005125379689387512,0.9675888874879647
785,598,2.60413243507909,-5.960022306540473,-0.0709254180104022,0.9561277861072236,0.0026281357737271975,-0.0002383280058804017,0.2929380356591061
411,597,5.794510258841708,-5.9284476223954385,-0.0649622470803144,0.8534438493058493,-0.006394740110225551,-0.0009056643904589753,0.5211447813736115
143,411,-9.44335286236787,-0.7619367403415452,-0.11072259900255488,-0.38315218684493685,-0.005632949875886993,0.0035960681188268455,0.9236610524893443
787,599,-0.9122973651508628,3.6414227904650365,-0.09104156001090602,0.8074255067804136,-0.0012842198304948325,-0.0005800485215557278,0.5899678510932033
788,600,-0.9270598003496876,2.39840902925042,-0.03892607929420411,0.7647199026024238,-0.00029339179973974984,-0.0023031087427281705,-0.6443586580275852
789,146,-2.453195846138245,2.577672803086244,0.13660484394079742,0.8902008785772323,-0.001679945050242656,-0.0013721215711787415,0.4555630481583707
146,601,-1.6158902934007577,-6.280944910599796,-0.16193637551318352,0.9578268088116345,0.002564930278317415,0.0015432039842345673,-0.2873305482816797
146,417,1.6767211889807903,17.390532701784082,0.2411026368104121,0.9940280483779775,0.006321972595527667,0.00010878511940861308,-0.10894154334398114
791,416,-9.020777506780641,-0.6853477109058379,0.08882469485275579,0.9810553790932084,0.00364024438390446,-0.0016903501139208645,0.19368591711737596
792,604,-2.286200711163267,-1.0599878489483727,0.1427393939062409,0.3368585231067927,-0.00023328193277062778,0.00023995798006380654,0.9415552152741857
793,604,7.679409653882162,-5.544663232843431,0.14603545955648056,-0.4666273189882622,-0.0006667916847126864,-4.527599686918945e-05,0.8844537854024709
794,152,7.785098272576618,1.8256091875244747,0.07957113895104984,-0.03554440200317509,0.0008960747277692994,0.00526442375129498,0.999353830421881
151,420,-4.273586658207796,3.822634109378786,-0.032140740301057624,0.7219006641799344,-0.002769082129958428,0.00826595167003839,0.6919417874964017
795,152,0.6014012197637615,-0.5045416903152613,0.052461779870274894,0.9560741320852634,0.005044052806553283,0.00015613979219306287,0.2930815366225933
421,607,-0.9534776730465389,7.039473084758242,-5.692600018358135,0.9233703651383476,0.1737845045268199,0.29340533267335167,-0.17635029211623707
155,610,2.772676678510239,2.408637936017141,0.03720550406659817,-0.40568219357525387,-0.0014920694573570216,0.0002679454325573284,0.914012942878792
155,424,-4.241840142601687,-3.237998808089189,0.05347279307156172,0.9974164082533258,0.004954691006656083,-0.004271585642734129,-0.07153819357630148
424,611,0.16464933532650194,0.2578897601252723,0.034806877930666724,0.9825095095071308,-0.003785951563574905,0.0036530149504410856,0.1861380825639593
156,425,3.0475238533898814,4.085481307584898,0.012440020897451332,0.4092522336327684,0.0009045000278028803,0.006564189001137147,0.912397228497022
800,157,0.569211056983227,-0.10304066756636254,-0.08117911629924235,0.09184776670746135,0.0010937572501411254,-0.0016573743362049138,0.9957710803976179
426,612,-2.2903892183252954,8.876454266593504,-0.12775765423210306,-0.6459023036250565,0.0011540607623253354,0.00538111869014137,0.7634002396366173
158,426,4.122510995147762,-4.2275956987672565,0.017359538257817553,-0.24474689447623882,-0.0035160262950595105,0.005473005132436791,0.9695651816242936
802,428,4.14505912222448,-0.3063342791166562,0.0018760861664581796,0.328550270773774,0.0030948901598476432,0.0008807427685830895,0.9444810032613433
428,614,-23.32555469472959,-17.11422203857108,0.1386821083994938,3.446801749795725e-06,0.0017259481182344584,0.0016579013486275433,0.999997136223065
804,161,0.048666824927043106,0.011940393002607089,-0.06863656215116398,0.17435038362928695,-0.0036450152944963853,-0.0009788358416699008,0.9846764440526737
161,616,5.169297338934496,2.300451859187066,-0.0349462085152934,0.9986758072826932,9.918292814069452e-05,-0.0003999330265842035,-0.05144377673326495
805,617,5.5090140409392525,-3.5076582826952243,-0.2231593436917385,0.14303245918839386,0.004023523327554021,-0.0013535945050822229,0.9897088938978315
430,618,-5.452559621354403,7.967604311042285,-0.1693876175445248,0.9988270521551773,0.0011513152454875315,0.0013019477320281628,0.048389040993876586
164,432,-4.2645129276943905,-2.1267961552082557,0.06336622131661329,0.9650946163795311,5.446951519080326e-07,0.0032730804170824643,0.26188101950987636
433,620,-0.28858895729775463,0.14964951115663494,-0.12418033230548486,-0.15808248222286245,-0.0008455031096335169,-0.0007927541740238728,0.9874252303235773
809,286,-0.8289754596178976,-5.358953608359553,6.382217839610967,-0.007838051573126873,-0.0002318111091443864,0.9999583951336176,0.0046603876390946646
167,286,2.6248916116864933,-3.634781053292007,-0.2662441376018725,0.850325847246859,-0.02434789705710372,0.026146186807086674,-0.5250423890775457
435,621,-1.4829264592329214,-1.4658344611328429,-0.019046645000325824,0.9618450918893663,0.00039290016514914974,0.0034802068473821957,0.273572208014806
167,622,-0.3506701602703757,0.4783501483220523,0.07708554389882583,0.9734574247938326,-0.0013025035998936653,-0.001520043073259433,0.22885942206338733
168,623,-0.0025181516254457748,-0.7337257871024045,0.11043819746281947,0.8306432959736767,0.00044290365825555214,-0.003329033234296849,-0.5567947882551179
16,168,1.1150723282720105,-3.032155393997076,0.027234011987918638,0.8446163073035269,0.02626331941368941,-0.03139288166154649,0.5338052252191925
169,437,-17.01683498844357,15.965381660375362,-0.71311691263733,0.9999994361970919,0.000920662304375323,-0.0005285091644763041,2.577756620092409e-05
813,625,-1.438843609397452,-2.234966299419979,0.013474618935661598,0.8454645068259233,0.01889130690745689,-0.003641920627733576,-0.5336849469818947
814,282,-1.7828577306016844,-4.369397730155187,-0.2943729389039905,0.9954875109774725,0.004035645642593886,-0.03880593060702976,0.08650103353051025
171,200,3.009170326378788,1.7434427563398525,-0.1630758418186019,-0.6301809476539264,0.019601207294637307,-0.022983073440727118,0.7758605185352648
282,438,4.682148970388182,22.46436432150258,-0.708247691326886,0.9991493441001382,0.008652065352764063,0.04029352226658036,-0.0014703784368632624
815,198,1.549043557094731,-6.153149553497417,-0.5108576002484649,-0.673475196611066,-0.03964525995852705,0.0038527978477983877,0.7381358742543616
172,628,4.339504772719251,-0.005832408809208378,0.052380479236739275,0.9723678020066203,0.0010256215046546132,0.0031650044644008614,0.2334304788755823
198,440,-13.345963841362188,-8.233388798755215,-0.33546927875311305,0.11720824933137045,-0.02714633104911694,0.023385518897307202,0.9924607904119692
281,628,2.9527675011139713,3.883420188542406,0.014348631960180658,0.9023609881980557,-0.035785319459343545,0.004975157222242182,0.42946397485707105
816,12,0.517000547578283,0.050665732454020174,-1.2665006977751627,0.06846428452594863,0.9973266497955299,-0.016768711319586883,-0.019261507538476854
12,173,9.514167035473168,-4.308664309010448,-0.30371516966295387,0.9999024760985116,0.0006038669589569744,0.01394993842551711,0.0002699160714632262
279,628,10.729738323187302,0.8815254471582008,-0.11204776924017557,-0.3796074768362548,-0.011348225704228523,-0.03522094316224298,0.9244073055023636
817,198,13.011581965670597,7.787577556770733,-15.829219048645557,-0.3046439081215867,-0.619329128748945,-0.11403368518264809,0.7145766845980517
10,174,-4.135179740708789,7.272762774413409,0.18894050827775377,0.7704164181224236,0.02005453517371055,0.03135631749525079,-0.6364535644173254
11,173,-2.2101952966869263,-3.927014503917855,-3.0198893449463977,0.4650406265901742,-0.16834624574261112,0.8373916685784,0.23274868541083021
198,279,5.515821619707982,4.7024315480821395,0.14681638032052247,-0.19349929913421152,-0.0029048561567444125,-0.002817646660697357,0.9810920669909492
443,466,18.263898683642644,-0.31695835559747526,-0.4269925565027065,-0.5295468594551134,0.013833590992295109,-0.0241949446615405,0.8478227173497471
818,278,-0.1866017630269381,-2.5967496942796604,0.1251983905585181,0.4710429831834745,-0.04824631964988243,-0.028058960328785694,0.8803428283226497
9,442,14.285371392627244,-7.772757830905379,-0.06605695052200655,0.5562092584838048,0.004805696324336352,-0.036914917969134785,0.8302080792735435
175,631,3.950667505376307,0.6396036493501752,-0.09998036043511016,0.9262499562333696,-0.0026270944809729906,0.0006742961438128995,-0.3769000693512531
443,631,-6.467622380695205,0.48714125713470025,-0.03970111660957665,0.5118548773560083,-0.0005836471652773214,0.0006792162333017471,0.8590714653322856
820,176,-3.4680175749495854,-2.0305142984787405,-2.1868222335154326,0.8257391927292245,0.20079294753571994,-0.4391798494725714,0.2914756209840816
821,193,-1.341883001352909,-1.4531653009469006,0.011007295509454673,0.6216374590858562,-0.033634834909340265,-0.030478074636169247,0.7819889093256847
178,445,0.13684502661919346,-0.6715267883734393,0.040081707417747414,-0.6942634871583064,0.015213261282472742,0.005539424258472582,0.7195387980219162
822,446,-0.424272992088248,-3.319443157781218,-0.016540304591982746,0.8008455697110721,0.0015142307164175378,0.005375445758559872,0.598844875708545
823,447,4.059129886628933,5.776535594618151,-0.03915572285758073,0.9695308604426937,0.007174067350131245,-0.014825422304263479,0.244414914152975
824,182,-4.525185147051702,3.7565406825256478,-0.0016001061688502016,-0.32514025514213635,0.008813535117765102,-0.02731483025812572,0.9452301498221499
181,450,1.3196193018500184,-0.8522140538176903,-0.052158388868594585,-0.5404831386037728,-0.04960284036753518,0.005506994599967199,0.839873328617455
825,182,-1.0386701764016335,4.39030566116741,0.03592610770637794,0.9682355384744928,-0.026816848324152646,0.0077197720986800595,-0.24847777325087375
183,451,0.1573677906815818,-9.620219588043321,0.5286413414867528,-0.0023266867145514537,-0.06592272565916098,0.9978195019639791,0.002241042381576373
826,639,-2.6393360053494574,3.523891446166504,0.09617359598043818,-0.5441055415767944,-0.006701065784247844,0.00528362222894897,0.838973383772644
184,639,-1.2907466565742312,-1.9121407553858565,-0.04224136407012313,0.9381240462792604,0.01357173328857176,-0.005355924724700294,-0.34599190152157505
827,268,5.953516532305265,-2.3219217380212274,-0.046106358261580827,-0.14683615635147398,0.03227012034515414,-0.028365176361813835,0.9882273014295841
185,454,-0.1499372909071476,-5.937208924390566,-0.38602970219604693,0.7117696110996947,-0.0057464093377717065,-0.031552056539213384,0.7016804594848416
268,639,1.696983731664711,-4.510769481950824,-0.23836176445230284,-0.0005329675975016546,0.011343935841757413,0.013919489830916554,0.9998386264132855

Guess you like

Origin blog.csdn.net/weixin_41281151/article/details/108396957