Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] multi-lane area detector (e2) value retrieval bug

Hi all,

I have created a corridor where I have placed a multi-lane area detector (e2) with a period of 300s and I want to retrieve last interval occupancy via traci or libsumo. In a previous project, I have done the same with induction loops (e1) and it works as follows. If the detector has a period of 300s for example, the interval occupancy is the running mean within the period of 300s. When the simulation time modulo (%) the period (300s) is 0 the interval occupancy becomes zero and the last interval occupancy value is updated. Within the period the last interval occupancy remains constant. It seems that there is some bug in multi-lane area detectors when it comes to the last interval occupancy value retrieval because it always remains zero. I have provided a printed output for 898 seconds (1 - 899s). The first column is the simulation time, the second is the last step occupancy, the third is the interval occupancy and the fourth is the last interval occupancy. The results are the same for traci and libsumo.

Best regards,
Manos
sim_time,last_step_occupancy,interval_occupancy,last_interval_occupancy
1.0,0.0,0.0,0.0
2.0,0.0,0.0,0.0
3.0,0.0,0.0,0.0
4.0,0.0,0.0,0.0
5.0,0.0,0.0,0.0
6.0,0.0,0.0,0.0
7.0,0.0,0.0,0.0
8.0,0.0,0.0,0.0
9.0,0.0,0.0,0.0
10.0,0.0,0.0,0.0
11.0,0.0,0.0,0.0
12.0,0.0,0.0,0.0
13.0,0.0,0.0,0.0
14.0,0.0,0.0,0.0
15.0,0.0,0.0,0.0
16.0,0.0,0.0,0.0
17.0,0.0,0.0,0.0
18.0,0.18841546363393136,0.010467525757440631,0.0
19.0,0.18841546363393136,0.019833206698308563,0.0
20.0,0.18841546363393136,0.028262319545089704,0.0
21.0,0.18841546363393136,0.03588865973979645,0.0
22.0,0.18841546363393136,0.04282169628043894,0.0
23.0,0.18841546363393136,0.049151860078416876,0.0
24.0,0.18841546363393136,0.054954510226563315,0.0
25.0,0.18841546363393136,0.060292948362858034,0.0
26.0,0.18841546363393136,0.06522073741174547,0.0
27.0,0.18841546363393136,0.06978350504960419,0.0
28.0,0.18841546363393136,0.07402036071333017,0.0
29.0,0.18841546363393136,0.0779650194347302,0.0
30.0,0.18841546363393136,0.0816467009080369,0.0
31.0,0.18841546363393136,0.08509085454435608,0.0
32.0,0.18841546363393136,0.0883197485784053,0.0
33.0,0.18841546363393136,0.09135295206493639,0.0
34.0,0.18841546363393136,0.09420773181696565,0.0
35.0,0.18841546363393136,0.09689938129745038,0.0
36.0,0.18841546363393136,0.09944149469568596,0.0
37.0,0.18841546363393136,0.10184619655888177,0.0
38.0,0.18841546363393136,0.10412433516611992,0.0
39.0,0.18841546363393136,0.10628564615247406,0.0
40.0,0.18841546363393136,0.10833889158951049,0.0
41.0,0.18841546363393136,0.11029197871254515,0.0
42.0,0.18841546363393136,0.11215206168686385,0.0
43.0,0.18841546363393136,0.11392562917400496,0.0
44.0,0.18841546363393136,0.11561857995718511,0.0
45.0,0.18841546363393136,0.11723628848333502,0.0
46.0,0.18841546363393136,0.11878366185617406,0.0
47.0,0.18841546363393136,0.12026518955357315,0.0
48.0,0.18841546363393136,0.12168498693024728,0.0
49.0,0.18841546363393136,0.12304683339358777,0.0
50.0,0.18841546363393136,0.12435420599839464,0.0
51.0,0.18841546363393136,0.12561030908928753,0.0
52.0,0.18841546363393136,0.12681810052283835,0.0
53.0,0.18841546363393136,0.12798031492116085,0.0
54.0,0.18841546363393136,0.1290994843417677,0.0
55.0,0.3768309272678627,0.13360369239496944,0.0
56.0,0.3768309272678627,0.13794703587484253,0.0
57.0,0.3768309272678627,0.14213798133787797,0.0
58.0,0.3768309272678627,0.1461844114401191,0.0
59.0,0.3768309272678627,0.15009367442025032,0.0
60.0,0.3768309272678627,0.1538726286343772,0.0
61.0,0.3768309272678627,0.157527682710336,0.0
62.0,0.3768309272678627,0.16106483181610254,0.0
63.0,0.5652463909017941,0.16748041211905002,0.0
64.0,0.5652463909017941,0.1736955055375304,0.0
65.0,0.5652463909017941,0.17971936531236524,0.0
66.0,0.5652463909017941,0.18556068388190206,0.0
67.0,0.5652463909017941,0.1912276347329452,0.0
68.0,0.5652463909017941,0.19672791055895772,0.0
69.0,0.5652463909017941,0.20206875810015826,0.0
70.0,0.5652463909017941,0.2072570099973245,0.0
71.0,0.5652463909017941,0.21229911395372547,0.0
72.0,0.5652463909017941,0.2172011594668931,0.0
73.0,0.5652463909017941,0.22196890236326158,0.0
74.0,0.5652463909017941,0.22660778734351203,0.0
75.0,0.7536618545357254,0.23363517490607488,0.0
76.0,0.7536618545357254,0.2404776312169913,0.0
77.0,0.7536618545357254,0.2471423613899619,0.0
78.0,0.7536618545357254,0.2536362010456768,0.0
79.0,0.7536618545357254,0.25996563969744957,0.0
80.0,0.7536618545357254,0.266136842382928,0.0
81.0,0.7536618545357254,0.2721556696934564,0.0
82.0,0.9420773181696568,0.2803254458943856,0.0
83.0,0.9420773181696568,0.28829836001818404,0.0
84.0,1.1304927818035881,0.2983244840870579,0.0
85.0,1.1304927818035881,0.30811469935431124,0.0
86.0,1.1304927818035881,0.3176772351967447,0.0
87.0,0.9420773181696568,0.3248542476447092,0.0
88.0,0.9420773181696568,0.33186814617340177,0.0
89.0,0.9420773181696568,0.33872442900482036,0.0
90.0,0.9420773181696568,0.34542834999554073,0.0
91.0,0.9420773181696568,0.35198493206338816,0.0
92.0,0.9420773181696568,0.35839897973845636,0.0
93.0,0.9420773181696568,0.36467509090438327,0.0
94.0,0.9420773181696568,0.37081766779018405,0.0
95.0,0.9420773181696568,0.3768309272678627,0.0
96.0,0.9420773181696568,0.3827189105064231,0.0
97.0,0.9420773181696568,0.3884854920287245,0.0
98.0,1.1304927818035881,0.39605699498561087,0.0
99.0,1.1304927818035881,0.4034755382868026,0.0
100.0,1.1304927818035881,0.41074571072197047,0.0
101.0,1.3189082454375196,0.4197374189864808,0.0
102.0,1.3189082454375196,0.42855281924580474,0.0
103.0,1.3189082454375196,0.4371970466845593,0.0
104.0,1.3189082454375196,0.4456750389802608,0.0
105.0,1.3189082454375196,0.45399154570842515,0.0
106.0,1.3189082454375196,0.46215113721530343,0.0
107.0,1.3189082454375196,0.47015821299308114,0.0
108.0,1.3189082454375196,0.47801700958978893,0.0
109.0,1.1304927818035881,0.48400302584863114,0.0
110.0,1.1304927818035881,0.48988020544822164,0.0
111.0,1.5073237090714509,0.499046363138521,0.0
112.0,1.5073237090714509,0.5080488394414936,0.0
113.0,1.5073237090714509,0.5168919798806967,0.0
114.0,1.5073237090714509,0.525579977505177,0.0
115.0,1.5073237090714509,0.5341168795187968,0.0
116.0,1.5073237090714509,0.5425065935666645,0.0
117.0,1.3189082454375196,0.5491425051211162,0.0
118.0,1.3189082454375196,0.5556659435983737,0.0
119.0,1.3189082454375196,0.5620797444541649,0.0
120.0,1.3189082454375196,0.5683866486290261,0.0
121.0,1.3189082454375196,0.5745893064538896,0.0
122.0,1.3189082454375196,0.5806902813635915,0.0
123.0,1.3189082454375196,0.586692053429233,0.0
124.0,1.2124014874766356,0.5917380972521961,0.0
125.0,1.3189082454375196,0.5975554584376787,0.0
126.0,1.5073237090714509,0.6047758413792166,0.0
127.0,1.8841546363393136,0.61484969015843,0.0
128.0,1.8841546363393136,0.6247661350504682,0.0
129.0,1.8841546363393136,0.6345288366108469,0.0
130.0,1.5742880057265995,0.6417577532963527,0.0
131.0,1.695739172705382,0.649803412986498,0.0
132.0,1.695739172705382,0.6577271687419441,0.0
133.0,1.695739172705382,0.6655317702755038,0.0
134.0,1.82354976347618,0.674173695597897,0.0
135.0,1.8841546363393136,0.6831365173811668,0.0
136.0,1.8841546363393136,0.6919675329617414,0.0
137.0,1.8841546363393136,0.7006696286068331,0.0
138.0,1.8841546363393136,0.7092456069237352,0.0
139.0,1.8841546363393136,0.7176981898691711,0.0
140.0,1.8841546363393136,0.7260300216296721,0.0
141.0,1.5073237090714509,0.7315711116115288,0.0
142.0,1.3189082454375196,0.7357072886103033,0.0
143.0,1.3189082454375196,0.7397856169797244,0.0
144.0,1.695739172705382,0.7464241833389305,0.0
145.0,1.695739172705382,0.7529711832655956,0.0
146.0,1.695739172705382,0.7594284982617586,0.0
147.0,1.695739172705382,0.7657979586321234,0.0
148.0,1.695739172705382,0.7720813452136995,0.0
149.0,1.8841546363393136,0.7795449243487708,0.0
150.0,1.8841546363393136,0.7869089890953744,0.0
151.0,1.8841546363393136,0.7941755165605661,0.0
152.0,1.8841546363393136,0.8013464318222684,0.0
153.0,1.8841546363393136,0.8084236096295694,0.0
154.0,1.8470193965521642,0.8151677381160798,0.0
155.0,1.8913670517240817,0.822110959494196,0.0
156.0,1.8841546363393136,0.8289189317816646,0.0
157.0,1.8841546363393136,0.8356401783075095,0.0
158.0,1.8841546363393136,0.8422763457634069,0.0
159.0,2.2609855636071763,0.851199045246701,0.0
160.0,2.2609855636071763,0.8600102109864538,0.0
161.0,2.2609855636071763,0.8687119212511788,0.0
162.0,2.2609855636071763,0.877306202994117,0.0
163.0,2.2609855636071763,0.8857950334273258,0.0
164.0,1.8841546363393136,0.8918825919816672,0.0
165.0,1.6964592517494492,0.8967588141620779,0.0
166.0,1.8841546363393136,0.9027069817655552,0.0
167.0,2.072570099973245,0.9097121501380563,0.0
168.0,2.2609855636071763,0.9177554442658485,0.0
169.0,2.4494010272411075,0.9268184358810867,0.0
170.0,2.4494010272411075,0.9357748040655574,0.0
171.0,2.072570099973245,0.9424227297726198,0.0
172.0,2.072570099973245,0.9489933540179721,0.0
173.0,2.072570099973245,0.9554880172893899,0.0
174.0,2.072570099973245,0.9619080292588372,0.0
175.0,2.2609855636071763,0.9693313294551135,0.0
176.0,2.072570099973245,0.97559973156033,0.0
177.0,2.2609855636071763,0.9828617984080522,0.0
178.0,2.2609855636071763,0.9900422689990585,0.0
179.0,2.2609855636071763,0.9971425108683775,0.0
180.0,2.1079988793505953,1.0033139351377232,0.0
181.0,2.2609855636071763,1.0102623971734659,0.0
182.0,2.4494010272411075,1.0181697522837276,0.0
183.0,2.2609855636071763,1.0249610955150033,0.0
184.0,2.2609855636071763,1.0316786197981127,0.0
185.0,1.8841546363393136,1.036286598265903,0.0
186.0,1.8841546363393136,1.0408450285781257,0.0
187.0,1.8841546363393136,1.0453547056249768,0.0
188.0,1.8841546363393136,1.0498164073840957,0.0
189.0,2.072570099973245,1.05522780258298,0.0
190.0,2.072570099973245,1.060582235727139,0.0
191.0,2.072570099973245,1.0658806015085323,0.0
192.0,2.072570099973245,1.0711237759797025,0.0
193.0,2.072570099973245,1.076312617036664,0.0
194.0,2.2609855636071763,1.0824191786169242,0.0
195.0,2.2609855636071763,1.0884631087963614,0.0
196.0,2.072570099973245,1.093484062832978,0.0
197.0,2.637816490875039,1.1013233137367449,0.0
198.0,2.637816490875039,1.1090833802879483,0.0
199.0,2.637816490875039,1.1167654562205467,0.0
200.0,3.0900136035964745,1.1266316969574264,0.0
201.0,3.0900136035964745,1.1363997661446854,0.0
202.0,3.0900136035964745,1.1460711217756347,0.0
203.0,3.0900136035964745,1.1556471931146537,0.0
204.0,3.0900136035964745,1.1651293814013293,0.0
205.0,3.0900136035964745,1.1745190605339886,0.0
206.0,3.0900136035964745,1.183817577733321,0.0
207.0,3.5422107163179097,1.1952107813013624,0.0
208.0,3.5422107163179097,1.2064944348350957,0.0
209.0,3.3537952526839785,1.2167686014276742,0.0
210.0,3.3537952526839785,1.2269449188146089,0.0
211.0,3.3537952526839785,1.2370247782168335,0.0
212.0,3.3537952526839785,1.2470095446058296,0.0
213.0,3.3537952526839785,1.2569005573198115,0.0
214.0,3.3537952526839785,1.266699130662635,0.0
215.0,3.3537952526839785,1.27640655448599,0.0
216.0,3.3537952526839785,1.2860240947554251,0.0
217.0,3.3537952526839785,1.2955529941007182,0.0
218.0,3.3537952526839785,1.3049944723511002,0.0
219.0,3.3537952526839785,1.3143497270558167,0.0
220.0,3.5422107163179097,1.324476367916099,0.0
221.0,3.5422107163179097,1.334511364967691,0.0
222.0,3.5422107163179097,1.3444559566404397,0.0
223.0,3.730626179951841,1.3551562715431815,0.0
224.0,3.6722648573304104,1.36550050630116,0.0
225.0,3.9190416435857722,1.376849578022425,0.0
226.0,3.9361472071177115,1.388173903814882,0.0
227.0,4.295872570853635,1.4009831490441276,0.0
228.0,4.624071380915441,1.4151195009383002,0.0
229.0,4.353578555484567,1.4279511998664496,0.0
230.0,4.484288034487567,1.4412396208865415,0.0
231.0,4.484288034487567,1.4544129906423902,0.0
232.0,4.861118961755429,1.4690970681040842,0.0
233.0,4.977900769109717,1.4841563114560399,0.0
234.0,4.861118961755429,1.4985877757735586,0.0
235.0,4.861118961755429,1.5128964191181624,0.0
236.0,4.672703498121498,1.5262854321647867,0.0
237.0,4.861118961755429,1.5403564597158022,0.0
238.0,4.861118961755429,1.5543092433378174,0.0
239.0,4.822466329941571,1.5679835407713059,0.0
240.0,4.672703498121498,1.5809198739269317,0.0
241.0,4.672703498121498,1.5937488516206852,0.0
242.0,4.526795409434636,1.6058688787190898,0.0
243.0,4.672703498121498,1.6184895973174538,0.0
244.0,4.672703498121498,1.6310068674027163,0.0
245.0,4.861118961755429,1.6441909984000742,0.0
246.0,4.4089218490339945,1.655429741695334,0.0
247.0,4.4089218490339945,1.666577483020592,0.0
248.0,4.4089218490339945,1.67763532320613,0.0
249.0,4.597337312667926,1.6893610340071814,0.0
250.0,4.785752776301857,1.7017466009763602,0.0
251.0,4.785752776301857,1.7140334781688922,0.0
252.0,5.350999167203651,1.728465881696808,0.0
253.0,5.350999167203651,1.742784195078258,0.0
254.0,5.1625837035697195,1.756247972670744,0.0
255.0,5.1625837035697195,1.769606152007603,0.0
256.0,5.1625837035697195,1.7828599705683925,0.0
257.0,5.1625837035697195,1.7960106465722887,0.0
258.0,4.974168239935788,1.8083290868566435,0.0
259.0,4.974168239935788,1.8205524040499994,0.0
260.0,4.785752776301857,1.8319570208663527,0.0
261.0,4.974168239935788,1.8439961443110633,0.0
262.0,5.1625837035697195,1.8566625090410582,0.0
263.0,5.1625837035697195,1.8692325516058061,0.0
264.0,5.1625837035697195,1.8817073665753663,0.0
265.0,5.1625837035697195,1.8940880319979867,0.0
266.0,4.785752776301857,1.9049589520893546,0.0
267.0,4.974168239935788,1.9164541179614387,0.0
268.0,5.1625837035697195,1.9285665417883353,0.0
269.0,5.3655767792799,1.9413435315187872,0.0
270.0,4.974168239935788,1.9525762156240354,0.0
271.0,5.1625837035697195,1.9644212617050156,0.0
272.0,4.785752776301857,1.9747938040380921,0.0
273.0,5.1625837035697195,1.9864706901169624,0.0
274.0,5.539414630837582,1.9994376388057238,0.0
275.0,5.539414630837582,2.0123102824131123,0.0
276.0,5.916245558105445,2.026454975440983,0.0
277.0,5.727830094471513,2.0398173404916347,0.0
278.0,5.727830094471513,2.05308357341962,0.0
279.0,5.1625837035697195,2.06422873517643,0.0
280.0,5.350999167203651,2.0759672010050987,0.0
281.0,5.350999167203651,2.087622119034275,0.0
282.0,5.539414630837582,2.099862518012301,0.0
283.0,5.350999167203651,2.1113506333804684,0.0
284.0,5.350999167203651,2.1227578465277332,0.0
285.0,5.727830094471513,2.135407222836308,0.0
286.0,5.539414630837582,2.1473093466405078,0.0
287.0,5.727830094471513,2.1597850286886997,0.0
288.0,5.727830094471513,2.172174074056001,0.0
289.0,5.611764080073738,2.1840757695785538,0.0
290.0,5.350999167203651,2.194996195087606,0.0
291.0,5.350999167203651,2.2058415661258053,0.0
292.0,5.350999167203651,2.2166126538007296,0.0
293.0,5.350999167203651,2.2273102186928897,0.0
294.0,5.539414630837582,2.238575879958688,0.0
295.0,5.539414630837582,2.2497651638599723,0.0
296.0,5.539414630837582,2.260878844491653,0.0
297.0,5.539414630837582,2.2719176855231207,0.0
298.0,5.539414630837582,2.2828824403731693,0.0
299.0,5.727830094471513,2.294404004433699,0.0
300.0,5.539414630837582,0.0,0.0
301.0,5.727830094471513,5.727830094471513,0.0
302.0,5.350999167203651,5.539414630837582,0.0
303.0,5.727830094471513,5.602219785382226,0.0
304.0,5.55188231683069,5.589635418244342,0.0
305.0,4.974168239935788,5.466541982582632,0.0
306.0,5.1625837035697195,5.415882269413813,0.0
307.0,5.350999167203651,5.4066132548123615,0.0
308.0,5.539414630837582,5.423213426815514,0.0
309.0,5.539414630837582,5.436124671706855,0.0
310.0,5.539414630837582,5.446453667619928,0.0
311.0,5.539414630837582,5.454904664276079,0.0
312.0,5.727830094471513,5.477648450125698,0.0
313.0,5.539414630837582,5.482399694795843,0.0
314.0,5.727830094471513,5.4999304376298195,0.0
315.0,6.104661021739377,5.54024580990379,0.0
316.0,6.481491949007238,5.599073693597755,0.0
317.0,6.293076485373307,5.639897387231611,0.0
318.0,6.481491949007238,5.68665264066359,0.0
319.0,6.293076485373307,5.718569685121996,0.0
320.0,6.481491949007238,5.756715798316258,0.0
321.0,6.312422141326844,5.783178005126286,0.0
322.0,6.6699074126411695,5.823483887286054,0.0
323.0,6.858322876275101,5.868476886807318,0.0
324.0,7.235153803542964,5.925421758337969,0.0
325.0,7.330656774418057,5.981631158981173,0.0
326.0,7.235153803542964,6.029843568387396,0.0
327.0,7.235153803542964,6.074484688207973,0.0
328.0,7.423569267176895,6.122666280314006,0.0
329.0,7.800400194444758,6.180519173904722,0.0
330.0,7.800400194444758,6.2345152079227235,0.0
331.0,8.177231121712621,6.297183463206268,0.0
332.0,8.177231121712621,6.355934952534592,0.0
333.0,7.988815658078689,6.405416186035929,0.0
334.0,7.800400194444758,6.446445127459718,0.0
335.0,7.915811128139231,6.4884270131934185,0.0
336.0,7.611984730810827,6.519636949793902,0.0
337.0,7.722360981444666,6.552143004703382,0.0
338.0,7.611984730810827,6.580033576443052,0.0
339.0,7.423569267176895,6.601662696718279,0.0
340.0,7.465779040793325,6.623265605320155,0.0
341.0,7.235153803542964,6.638189707715834,0.0
342.0,7.517675974049894,6.659129856914264,0.0
343.0,7.235153803542964,6.672525762649815,0.0
344.0,7.611984730810827,6.693877102835293,0.0
345.0,7.611984730810827,6.714279494568083,0.0
346.0,7.423569267176895,6.729698837450883,0.0
347.0,7.800400194444758,6.752479717386922,0.0
348.0,7.611984730810827,6.770386071833254,0.0
349.0,7.800400194444758,6.791406768213081,0.0
350.0,7.800400194444758,6.811586636737714,0.0
351.0,7.988815658078689,6.8346695587247925,0.0
352.0,7.988815658078689,6.85686467602006,0.0
353.0,7.988815658078689,6.878222241719279,0.0
354.0,7.619170741006398,6.891943510224596,0.0
355.0,7.423569267176895,6.901609433078274,0.0
356.0,7.800400194444758,6.917659268102676,0.0
357.0,7.988815658078689,6.936451485470676,0.0
358.0,7.725709657818765,6.950059384993919,0.0
359.0,7.542205950284892,6.960095767456478,0.0
360.0,7.332441591515527,6.966301531190795,0.0
361.0,7.327997573524953,6.972230974507749,0.0
362.0,7.514539412710144,6.9809778848013355,0.0
363.0,7.5130394149710735,6.98942330591514,0.0
364.0,7.0173953440593735,6.989860369011144,0.0
365.0,6.947746220295331,6.989212459030901,0.0
366.0,6.947746220295331,6.988584182686423,0.0
367.0,6.947746220295331,6.987974660859691,0.0
368.0,6.947746220295331,6.987383066145509,0.0
369.0,6.7593307566614,6.984077960210957,0.0
370.0,6.7593307566614,6.9808672858745355,0.0
371.0,6.7593307566614,6.977747053068717,0.0
372.0,6.570915293027468,6.972096611957032,0.0
373.0,6.570915293027468,6.966600977451148,0.0
374.0,6.570915293027468,6.9612538736075855,0.0
375.0,6.570915293027468,6.956049359199851,0.0
376.0,6.7593307566614,6.9534609565348715,0.0
377.0,6.947746220295331,6.953386739181111,0.0
378.0,6.7593307566614,6.95089884196932,0.0
379.0,6.7593307566614,6.948473929497067,0.0
380.0,6.570915293027468,6.943754446541197,0.0
381.0,6.570915293027468,6.939151494028683,0.0
382.0,6.382499829393537,6.932363059094107,0.0
383.0,6.382499829393537,6.925738200904943,0.0
384.0,6.570915293027468,6.921514118668307,0.0
385.0,6.947746220295331,6.921822731628626,0.0
386.0,6.947746220295331,6.922124167543355,0.0
387.0,7.324577147563193,6.9267500638654225,0.0
388.0,7.136161683929262,6.929129741366148,0.0
389.0,6.947746220295331,6.9293389152867,0.0
390.0,7.136161683929262,6.931636946049395,0.0
391.0,7.011626395940016,6.932515950993247,0.0
392.0,6.947746220295331,6.932681497398705,0.0
393.0,6.902435566346574,6.932356272333628,0.0
394.0,7.046738339909033,6.933573102839749,0.0
395.0,7.046738339909033,6.93476431586153,0.0
396.0,7.046738339909033,6.935930711945358,0.0
397.0,7.046738339909033,6.937073058625395,0.0
398.0,6.858322876275101,6.936269485336107,0.0
399.0,6.858322876275101,6.935482145850642,0.0
400.0,7.046738339909033,6.936594707791226,0.0
401.0,7.235153803542964,6.939550738442233,0.0
402.0,7.423569267176895,6.944296018135709,0.0
403.0,7.423569267176895,6.948949156475915,0.0
404.0,7.966310007594819,6.958731472352058,0.0
405.0,7.988815658078689,6.968541797930407,0.0
406.0,8.177231121712621,6.9799445274000504,0.0
407.0,7.800400194444758,6.987612337372431,0.0
408.0,7.800400194444758,6.99513815086384,0.0
409.0,7.842713649444071,7.002914072869163,0.0
410.0,7.988815658078689,7.0118768145528865,0.0
411.0,7.661105343491445,7.0177257202189995,0.0
412.0,7.988815658078689,7.026396166092747,0.0
413.0,8.05641492881509,7.035511376382326,0.0
414.0,8.365646585346552,7.047179229092538,0.0
415.0,8.37934063899597,7.058763241352567,0.0
416.0,8.177231121712621,7.068405205838429,0.0
417.0,8.365646585346552,7.079492738996619,0.0
418.0,8.554062048980484,7.0919890890812285,0.0
419.0,8.446151840650856,7.103368608001981,0.0
420.0,8.554062048980484,7.115457720010136,0.0
421.0,8.177231121712621,7.124232706801065,0.0
422.0,8.177231121712621,7.13286384134952,0.0
423.0,8.554062048980484,7.14441829832213,0.0
424.0,8.365646585346552,7.154266913540068,0.0
425.0,8.213550364487105,7.162741181147645,0.0
426.0,8.177231121712621,7.170792688612446,0.0
427.0,8.28317041136991,7.179551568319198,0.0
428.0,7.988815658078689,7.185873944020444,0.0
429.0,7.988815658078689,7.192098298392988,0.0
430.0,8.177231121712621,7.199676243187755,0.0
431.0,8.365646585346552,7.208576780150799,0.0
432.0,9.307723903516209,7.224479409873265,0.0
433.0,9.49613936715014,7.241559559927977,0.0
434.0,9.49613936715014,7.258384782369935,0.0
435.0,9.49613936715014,7.2749607422571945,0.0
436.0,9.49613936715014,7.291292938028467,0.0
437.0,9.684554830784071,7.308762002939091,0.0
438.0,9.684554830784071,7.325977892995939,0.0
439.0,9.684554830784071,7.342946072404488,0.0
440.0,9.49613936715014,7.3583260245098145,0.0
441.0,9.119308439882277,7.370815261498273,0.0
442.0,8.554062048980484,7.379147985353781,0.0
443.0,8.554062048980484,7.387364167616906,0.0
444.0,8.24330509113325,7.393308201807991,0.0
445.0,8.365646585346552,7.4000139837634284,0.0
446.0,7.99997789669732,7.404123325632839,0.0
447.0,7.988815658078689,7.408100824493015,0.0
448.0,7.800400194444758,7.410751495911608,0.0
449.0,7.976034749283498,7.414545343249675,0.0
450.0,7.988815658078689,7.418373812015202,0.0
451.0,7.611984730810827,7.419656003530404,0.0
452.0,7.800400194444758,7.422160899523262,0.0
453.0,7.800400194444758,7.4246330517776515,0.0
454.0,7.800400194444758,7.427073098158607,0.0
455.0,7.988815658078689,7.430697243706478,0.0
456.0,7.982852903072528,7.43423670306139,0.0
457.0,7.800400194444758,7.436568954598863,0.0
458.0,7.611984730810827,7.4376791810305845,0.0
459.0,7.611984730810827,7.438775442349956,0.0
460.0,7.423569267176895,7.438680403755124,0.0
461.0,7.423569267176895,7.438586545763955,0.0
462.0,7.800400194444758,7.440819963348405,0.0
463.0,7.800400194444758,7.443025977036113,0.0
464.0,8.28522288742081,7.448161324050654,0.0
465.0,8.457086986362796,7.454276025034363,0.0
466.0,8.425134881986805,7.460124572365403,0.0
467.0,8.45520639258427,7.466083146139168,0.0
468.0,8.643518395767288,7.473091689291716,0.0
469.0,8.455076953119303,7.478902252983004,0.0
470.0,8.606658923069611,7.485536115748219,0.0
471.0,8.643487269838571,7.492307759924185,0.0
472.0,8.45507180620464,7.497905225309537,0.0
473.0,8.45507180620464,7.503437980112398,0.0
474.0,8.643487269838571,7.509989987524617,0.0
475.0,8.643487269838571,7.516467114852125,0.0
476.0,9.020318197106434,7.525011723274025,0.0
477.0,9.020318197106434,7.533459782448219,0.0
478.0,8.45507180620464,7.5386373780873,0.0
479.0,9.208733660740364,7.547967524917764,0.0
480.0,9.397149124374296,7.558240756025855,0.0
481.0,9.208733660740364,7.56735950135577,0.0
482.0,9.212103306424908,7.576396555229776,0.0
483.0,9.151560029855371,7.58500400591079,0.0
484.0,9.49613936715014,7.595390611134917,0.0
485.0,9.307723903516209,7.6046464667694105,0.0
486.0,8.668838042382992,7.610367926853354,0.0
487.0,8.742477512614414,7.616421988809296,0.0
488.0,8.68696146465309,7.622116347723359,0.0
489.0,8.554062048980484,7.627047277359639,0.0
490.0,8.930892976248346,7.633909623143264,0.0
491.0,8.930892976248346,7.6407001119029765,0.0
492.0,9.119308439882277,7.648401196944536,0.0
493.0,8.784831875877428,7.654289438804292,0.0
494.0,8.960996945008839,7.661025044506378,0.0
495.0,9.047379519159671,7.668134554632805,0.0
496.0,9.301015133228837,7.676465577992989,0.0
497.0,9.098151561065784,7.68368225811011,0.0
498.0,9.457696277358783,7.692641924873992,0.0
499.0,9.307723903516209,7.700757914716416,0.0
500.0,9.872970294418003,7.711618976614924,0.0
501.0,9.840885915794518,7.722212344471539,0.0
502.0,10.007910402961773,7.733527681394758,0.0
503.0,9.872970294418003,7.744066807567287,0.0
504.0,9.872970294418003,7.754502608973418,0.0
505.0,9.94045536562031,7.765165793152183,0.0
506.0,10.438216685319796,7.77814176835688,0.0
507.0,10.252351925884588,7.790094474431893,0.0
508.0,10.249801221685866,7.801919987639844,0.0
509.0,10.061385758051934,7.812730828646601,0.0
510.0,9.872970294418003,7.822541492769322,0.0
511.0,9.872970294418003,7.832259164815051,0.0
512.0,9.872970294418003,7.841885160709405,0.0
513.0,9.49613936715014,7.849651612382836,0.0
514.0,9.488875457208493,7.857311536891367,0.0
515.0,9.49613936715014,7.8649339919158265,0.0
516.0,9.477892449488873,7.8724013921823675,0.0
517.0,9.684554830784071,7.880752329687445,0.0
518.0,9.684554830784071,7.88902665308697,0.0
519.0,9.684554830784071,7.89722541188924,0.0
520.0,9.684554830784071,7.9053496365205795,0.0
521.0,9.684554830784071,7.913400338757065,0.0
522.0,9.49613936715014,7.9205297938399175,0.0
523.0,9.49613936715014,7.927595307621577,0.0
524.0,9.49613936715014,7.934597736458758,0.0
525.0,9.49613936715014,7.941537921484054,0.0
526.0,9.49613936715014,7.9484166889427526,0.0
527.0,9.684554830784071,7.9560648745896305,0.0
528.0,9.49613936715014,7.962819587276299,0.0
529.0,9.49613936715014,7.969515306839067,0.0
530.0,9.119308439882277,7.974514407417517,0.0
531.0,9.15046835388152,7.979605117142469,0.0
532.0,9.307723903516209,7.985329767083735,0.0
533.0,9.119308439882277,7.990196628340382,0.0
534.0,9.307723903516209,7.995827086781304,0.0
535.0,9.307723903516209,8.001409626426986,0.0
536.0,9.684554830784071,8.008541597631888,0.0
537.0,9.355964073430561,8.014226924533991,0.0
538.0,9.119308439882277,8.018870124178314,0.0
539.0,9.119308439882277,8.023474468595484,0.0
540.0,9.119308439882277,8.028040443475847,0.0
541.0,8.742477512614414,8.031004912642397,0.0
542.0,8.930892976248346,8.034723458359776,0.0
543.0,8.742477512614414,8.037636026484282,0.0
544.0,8.742477512614414,8.040524721099569,0.0
545.0,8.742477512614414,8.043389834534324,0.0
546.0,8.528030584804926,8.045359918885017,0.0
547.0,8.554062048980484,8.047419441678926,0.0
548.0,8.042926439970927,8.047401324736555,0.0
549.0,7.988815658078689,8.047166040934716,0.0
550.0,7.800400194444758,8.046178977548756,0.0
551.0,7.800400194444758,8.045199779209698,0.0
552.0,7.800400194444758,8.044228352286027,0.0
553.0,7.800400194444758,8.043264604626575,0.0
554.0,7.7845148560724216,8.04224590482912,0.0
555.0,7.611984730810827,8.040558606107478,0.0
556.0,7.397918733101926,8.03804829410355,0.0
557.0,7.411946117665299,8.03561209886449,0.0
558.0,6.978020701865809,8.031512907403254,0.0
559.0,6.858322876275101,8.026983216163377,0.0
560.0,6.741035781099221,8.022037264490052,0.0
561.0,6.481491949007238,8.016134792016938,0.0
562.0,6.884714252159872,8.011816393009852,0.0
563.0,7.046738339909033,8.008146894709087,0.0
564.0,7.423569267176895,8.00593258551389,0.0
565.0,7.447367050283956,8.003824791041325,0.0
566.0,7.423569267176895,8.001643379297473,0.0
567.0,7.611984730810827,8.000183983610256,0.0
568.0,7.615841556297885,7.998749870075509,0.0
569.0,7.611984730810827,7.997312081453708,0.0
570.0,7.611984730810827,7.995884943117994,0.0
571.0,7.423569267176895,7.993773077155111,0.0
572.0,7.243910654898353,7.99101623001446,0.0
573.0,7.235153803542964,7.9882475031775675,0.0
574.0,7.004128242806089,7.984655827044825,0.0
575.0,6.858322876275101,7.980560070860207,0.0
576.0,6.954032012291117,7.976840766300174,0.0
577.0,6.6699074126411695,7.972122595348337,0.0
578.0,6.858322876275101,7.968116121538721,0.0
579.0,6.858322876275101,7.964138367971467,0.0
580.0,6.858322876275101,7.960189026929694,0.0
581.0,6.858322876275101,7.956267795076831,0.0
582.0,6.858322876275101,7.952374373378952,0.0
583.0,6.858322876275101,7.948508467028761,0.0
584.0,7.162809978095231,7.945741923053642,0.0
585.0,7.423569267176895,7.943909738296179,0.0
586.0,7.355641269010447,7.94185285553644,0.0
587.0,7.423569267176895,7.940046989374908,0.0
588.0,7.786750190718919,7.939514708824019,0.0
589.0,7.800400194444758,7.93903334372236,0.0
590.0,8.177231121712621,7.939854715370603,0.0
591.0,8.177231121712621,7.940670441852879,0.0
592.0,8.510228841915394,7.942620984318846,0.0
593.0,8.554062048980484,7.94470781389107,0.0
594.0,8.365646585346552,7.94613957841983,0.0
595.0,8.365646585346552,7.947561636070429,0.0
596.0,8.365646585346552,7.948974085223388,0.0
597.0,8.554062048980484,7.951011418434692,0.0
598.0,8.742477512614414,7.953667344925228,0.0
599.0,8.742477512614414,7.956305506021179,0.0
600.0,9.119308439882277,0.0,0.0
601.0,8.930892976248346,8.930892976248346,0.0
602.0,8.930892976248346,8.930892976248346,0.0
603.0,8.742477512614414,8.868087821703702,0.0
604.0,8.554062048980484,8.789581378522897,0.0
605.0,8.742477512614414,8.7801606053412,0.0
606.0,8.554062048980484,8.742477512614414,0.0
607.0,8.930892976248346,8.769394007419262,0.0
608.0,8.930892976248346,8.789581378522897,0.0
609.0,8.930892976248346,8.805282667159057,0.0
610.0,9.119308439882277,8.83668524443138,0.0
611.0,8.742477512614414,8.828120905175291,0.0
612.0,8.742477512614414,8.820983955795219,0.0
613.0,8.930892976248346,8.829438495830074,0.0
614.0,9.119308439882277,8.850143491833803,0.0
615.0,9.307723903516209,8.88064885261263,0.0
616.0,9.684554830784071,8.930892976248344,0.0
617.0,9.49613936715014,8.96414276394845,0.0
618.0,9.684554830784071,9.004165656550429,0.0
619.0,9.936717402328197,9.053247327380836,0.0
620.0,10.249801221685866,9.113075022096087,0.0
621.0,10.249801221685866,9.167204841124171,0.0
622.0,10.249801221685866,9.21641376751334,0.0
623.0,10.249801221685866,9.261343656825188,0.0
624.0,10.249801221685866,9.302529388694383,0.0
625.0,10.417007477644963,9.347108512252406,0.0
626.0,10.249801221685866,9.381827462615231,0.0
627.0,10.513582870773371,9.423744329584052,0.0
628.0,10.59720219578449,9.465653539091209,0.0
629.0,10.338742173360572,9.495760043721187,0.0
630.0,10.325167407139439,9.523406955835128,0.0
631.0,10.283729281296525,9.547933482462915,0.0
632.0,10.136751943505509,9.566334059370496,0.0
633.0,9.948336479871577,9.57790989029477,0.0
634.0,9.772041649135529,9.583619647907733,0.0
635.0,9.571505552603714,9.583273530899048,0.0
636.0,9.831751247978598,9.590175689706813,0.0
637.0,9.571505552603714,9.589671091406728,0.0
638.0,9.759921016237644,9.594151352586488,0.0
639.0,9.759921016237644,9.598401856782672,0.0
640.0,9.948336479871577,9.607150222359895,0.0
641.0,10.136751943505509,9.620067337509786,0.0
642.0,10.136751943505509,9.632369351938255,0.0
643.0,10.136751943505509,9.644099179649121,0.0
644.0,9.759921016237644,9.646731494117041,0.0
645.0,9.948336479871577,9.653433827133808,0.0
646.0,9.571505552603714,9.651652777687502,0.0
647.0,9.948336479871577,9.657965196882907,0.0
648.0,9.759921016237644,9.660089276452798,0.0
649.0,9.8359960537686,9.663679210683732,0.0
650.0,9.458160694066327,9.659568840351385,0.0
651.0,8.856761997600417,9.64382752970921,0.0
652.0,9.00625916170192,9.631566599555223,0.0
653.0,8.817843698067989,9.61621333726301,0.0
654.0,8.817843698067989,9.601428714314954,0.0
655.0,8.401357951923995,9.579609245907845,0.0
656.0,8.144592228620223,9.55398394202771,0.0
657.0,8.064181843532262,9.527847063106737,0.0
658.0,8.441012770800125,9.50910854082559,0.0
659.0,8.441012770800125,9.491005222689566,0.0
660.0,9.00625916170192,9.482926121673104,0.0
661.0,8.787686130504902,9.471528744768708,0.0
662.0,8.629428234434057,9.457946478472987,0.0
663.0,8.345611135820798,9.440290361922953,0.0
664.0,8.252597307166194,9.421732657942378,0.0
665.0,8.305943157889002,9.404566665633865,0.0
666.0,8.182670330048136,9.386053084791657,0.0
667.0,8.351076735629203,9.370605676595204,0.0
668.0,8.252597307166194,9.354164377044777,0.0
669.0,8.587856321452703,9.343058463195616,0.0
670.0,8.629428234434057,9.33286374564188,0.0
671.0,8.629428234434057,9.322956203230502,0.0
672.0,8.817843698067989,9.315940751769912,0.0
673.0,8.840660467022571,9.309430062937755,0.0
674.0,8.892208296496186,9.303791930958816,0.0
675.0,8.817843698067989,9.297312621186938,0.0
676.0,8.91464761188553,9.292277555275078,0.0
677.0,8.817843698067989,9.286116076610051,0.0
678.0,8.975988177014097,9.282140077897283,0.0
679.0,8.67234951651041,9.274421210031626,0.0
680.0,8.597333725660897,9.265957616476992,0.0
681.0,8.533701627268817,9.25691741907936,0.0
682.0,8.629428234434057,9.249265111949539,0.0
683.0,8.441012770800125,9.239527131935692,0.0
684.0,8.817843698067989,9.234507091056313,0.0
685.0,9.284708844061427,9.235097699915197,0.0
686.0,9.383090088969782,9.236818541648391,0.0
687.0,9.514442056023963,9.24000961652627,0.0
688.0,9.383090088969782,9.241635530985857,0.0
689.0,9.571505552603714,9.245341935723136,0.0
690.0,9.759921016237644,9.251059481062185,0.0
691.0,9.571505552603714,9.254580866463742,0.0
692.0,9.571505552603714,9.258025700008742,0.0
693.0,9.759921016237644,9.26342242383916,0.0
694.0,9.978181029905292,9.27102623879731,0.0
695.0,10.136751943505509,9.280139140952134,0.0
696.0,10.325167407139439,9.291024852058252,0.0
697.0,10.061385758051934,9.298966717068495,0.0
698.0,10.061385758051934,9.30674650320098,0.0
699.0,10.186092545377937,9.315628786455294,0.0
700.0,9.872970294418003,9.32120220153492,0.0
701.0,9.872970294418003,9.326665251959506,0.0
702.0,9.684554830784071,9.33017397332053,0.0
703.0,9.684554830784071,9.333614564169691,0.0
704.0,9.119308439882277,9.331553928359236,0.0
705.0,9.49613936715014,9.333121408728672,0.0
706.0,9.451626869666143,9.334239384775254,0.0
707.0,9.684554830784071,9.337513360906177,0.0
708.0,9.684554830784071,9.340726707849491,0.0
709.0,9.684554830784071,9.343881094298434,0.0
710.0,9.872970294418003,9.348690996117702,0.0
711.0,9.71168260284012,9.351961190772858,0.0
712.0,9.872970294418003,9.35661305776969,0.0
713.0,9.587043955567534,9.358652269254627,0.0
714.0,9.307723903516209,9.35820552920429,0.0
715.0,9.090642411450244,9.355878893397733,0.0
716.0,8.930892976248346,9.352215221698168,0.0
717.0,9.119308439882277,9.350224565443334,0.0
718.0,9.307723903516209,9.349864390342256,0.0
719.0,9.413118794280036,9.35039593995518,0.0
720.0,9.307723903516209,9.350040339651521,0.0
721.0,9.307723903516209,9.349690617038833,0.0
722.0,9.119308439882277,9.34780223853755,0.0
723.0,9.119308439882277,9.345944565377753,0.0
724.0,9.307723903516209,9.345636334233708,0.0
725.0,9.307723903516209,9.34533303478797,0.0
726.0,9.119308439882277,9.343539188796655,0.0
727.0,8.930892976248346,9.340290006020684,0.0
728.0,8.930892976248346,9.337091591725587,0.0
729.0,8.930892976248346,9.333942765249018,0.0
730.0,9.119308439882277,9.332291731976968,0.0
731.0,8.930892976248346,9.329227619337818,0.0
732.0,8.760769188880273,9.324921116076775,0.0
733.0,8.554062048980484,9.319125183241464,0.0
734.0,8.742477512614414,9.31482184241589,0.0
735.0,8.742477512614414,9.31058225478773,0.0
736.0,8.64744203066806,9.305706223728027,0.0
737.0,8.742477512614414,9.301595065252746,0.0
738.0,9.119308439882277,9.300274147677598,0.0
739.0,9.49613936715014,9.301683249975962,0.0
740.0,9.684554830784071,9.304418046981734,0.0
741.0,9.684554830784071,9.307114052540616,0.0
742.0,9.684554830784071,9.309772086190216,0.0
743.0,9.49613936715014,9.311075353889237,0.0
744.0,9.49613936715014,9.312360520647992,0.0
745.0,9.684554830784071,9.314927377959275,0.0
746.0,9.872970294418003,9.318749589715843,0.0
747.0,9.307723903516209,9.31867458504782,0.0
748.0,9.119308439882277,9.317327516499404,0.0
749.0,9.086454463114082,9.315778032919637,0.0
750.0,8.930892976248346,9.313212132541826,0.0
751.0,8.930892976248346,9.310680217599486,0.0
752.0,8.47869586352691,9.305206636322692,0.0
753.0,8.29028039989298,9.298573131509425,0.0
754.0,8.47869586352691,9.293249253145902,0.0
755.0,8.29028039989298,9.286778486350721,0.0
756.0,8.930892976248346,9.28449716897827,0.0
757.0,9.119308439882277,9.283445011468105,0.0
758.0,9.031986104568283,9.28185349939912,0.0
759.0,8.997013554614567,9.280062053205505,0.0
760.0,9.307723903516209,9.280234939769947,0.0
761.0,9.555226289826967,9.281942960577755,0.0
762.0,9.307723903516209,9.282102102200833,0.0
763.0,9.137267451018461,9.28121354605861,0.0
764.0,9.24939983167893,9.281019559995318,0.0
765.0,9.46816346124628,9.282153765457446,0.0
766.0,9.307723903516209,9.282307802433703,0.0
767.0,9.441928082170675,9.283263612492009,0.0
768.0,9.49613936715014,9.28453073007926,0.0
769.0,9.872970294418003,9.288012620992507,0.0
770.0,10.061385758051934,9.292561874739917,0.0
771.0,10.295153866263961,9.29842498580146,0.0
772.0,10.438216685319796,9.305051681728893,0.0
773.0,10.218602918337723,9.31033232471507,0.0
774.0,10.060703543467502,9.314644802983763,0.0
775.0,10.251815996580921,9.320000066947175,0.0
776.0,9.872970294418003,9.323141943239623,0.0
777.0,10.068877483940259,9.327355138384824,0.0
778.0,10.061385758051934,9.331478905911045,0.0
779.0,9.872970294418003,9.33450399746695,0.0
780.0,10.061385758051934,9.3385422294702,0.0
781.0,10.249801221685866,9.34357680953769,0.0
782.0,10.249801221685866,9.348556064549493,0.0
783.0,10.626632148953728,9.355540086868642,0.0
784.0,10.626632148953728,9.362448195901715,0.0
785.0,10.297183639027688,9.367500819918611,0.0
786.0,10.626632148953728,9.374270343192995,0.0
787.0,10.529126648353063,9.380446045359625,0.0
788.0,9.673788362222869,9.382006376832303,0.0
789.0,9.49613936715014,9.382610255087952,0.0
790.0,9.590947927607242,9.383706769153843,0.0
791.0,9.49613936715014,9.384295421499374,0.0
792.0,9.872970294418003,9.386840603129158,0.0
793.0,9.892102737298975,9.389458541648173,0.0
794.0,9.872970294418003,9.391950870270698,0.0
795.0,10.209996124826404,9.396145974140214,0.0
796.0,10.249801221685866,9.400501358056264,0.0
797.0,10.249801221685866,9.404812524876718,0.0
798.0,10.084914035016372,9.408247380988536,0.0
799.0,10.061385758051934,9.41152948338584,0.0
800.0,9.431104331743459,9.411627357627628,0.0
801.0,9.081638810276692,9.409985623561205,0.0
802.0,8.95540025863504,9.407735200962561,0.0
803.0,8.742477512614414,9.404458069492865,0.0
804.0,8.859163856085921,9.401785058642831,0.0
805.0,8.930892976248346,9.399488024094564,0.0
806.0,8.930892976248346,9.397213290852592,0.0
807.0,8.554062048980484,9.393140096447414,0.0
808.0,8.554062048980484,9.389106067373053,0.0
809.0,8.587578668940601,9.38527100805041,0.0
810.0,8.365646585346552,9.380415653656582,0.0
811.0,8.233468617543448,9.374979885712918,0.0
812.0,8.365646585346552,9.370218879579113,0.0
813.0,8.365646585346552,9.365502577728256,0.0
814.0,8.177231121712621,9.359949907373043,0.0
815.0,8.554062048980484,9.356201591752612,0.0
816.0,8.554062048980484,9.352487982758296,0.0
817.0,8.742477512614414,9.349676874600952,0.0
818.0,8.554062048980484,9.346027265309115,0.0
819.0,8.554062048980484,9.3424109857825,0.0
820.0,8.554062048980484,9.338827581524308,0.0
821.0,8.554062048980484,9.33527660626393,0.0
822.0,8.554062048980484,9.331757621771661,0.0
823.0,8.554062048980484,9.328270197678428,0.0
824.0,8.554062048980484,9.324813911300312,0.0
825.0,8.930892976248346,9.32306315158897,0.0
826.0,9.119308439882277,9.322161582068144,0.0
827.0,9.49613936715014,9.322928004028858,0.0
828.0,9.307723903516209,9.322861319377486,0.0
829.0,9.307723903516209,9.322795217124817,0.0
830.0,9.307723903516209,9.322729689674343,0.0
831.0,9.49613936715014,9.323480380918827,0.0
832.0,9.307723903516209,9.323412465067953,0.0
833.0,9.307723903516209,9.323345132185755,0.0
834.0,9.49613936715014,9.324083569087312,0.0
835.0,9.49613936715014,9.324815721419496,0.0
836.0,9.49613936715014,9.325541669070896,0.0
837.0,9.307723903516209,9.325466488625517,0.0
838.0,9.307723903516209,9.325391939948586,0.0
839.0,8.930892976248346,9.323741316669507,0.0
840.0,8.930892976248346,9.322104448584417,0.0
841.0,8.742477512614414,9.319699357563794,0.0
842.0,8.365646585346552,9.31575699073645,0.0
843.0,8.053501934708992,9.310562525485308,0.0
844.0,8.177231121712621,9.305917724650174,0.0
845.0,8.554062048980484,9.302848925973972,0.0
846.0,8.554062048980484,9.299805076880503,0.0
847.0,8.177231121712621,9.295260243053912,0.0
848.0,8.554062048980484,9.292271540658456,0.0
849.0,8.930892976248346,9.290820221122672,0.0
850.0,8.742477512614414,9.288626850288638,0.0
851.0,9.119308439882277,9.287952274948374,0.0
852.0,9.119308439882277,9.287283053380651,0.0
853.0,9.119308439882277,9.286619122102003,0.0
854.0,9.307723903516209,9.286702211792608,0.0
855.0,9.684554830784071,9.288262418141596,0.0
856.0,9.684554830784071,9.289810435378481,0.0
857.0,9.540368026647261,9.290785367640227,0.0
858.0,9.307723903516209,9.290851020880055,0.0
859.0,9.826724008451611,9.292920028554077,0.0
860.0,10.007504827829882,9.295668431628215,0.0
861.0,9.793494604586618,9.297575811601236,0.0
862.0,9.956600024897284,9.30009117119397,0.0
863.0,9.691883128146435,9.301580874452343,0.0
864.0,9.571505552603714,9.302603316415038,0.0
865.0,9.457856341369315,9.303189176886564,0.0
866.0,9.194674625335852,9.302781227444644,0.0
867.0,9.092778308280163,9.301994699657511,0.0
868.0,9.194674625335852,9.301594251618996,0.0
869.0,9.166114912707933,9.3010906109539,0.0
870.0,9.00625916170192,9.299998642623336,0.0
871.0,9.00625916170192,9.298914733099643,0.0
872.0,8.817843698067989,9.297146089588496,0.0
873.0,8.817843698067989,9.29539040317267,0.0
874.0,8.629428234434057,9.292959884308662,0.0
875.0,8.629428234434057,9.290547041945482,0.0
876.0,8.629428234434057,9.288151683947252,0.0
877.0,8.441012770800125,9.285093420722895,0.0
878.0,8.441012770800125,9.282057159392238,0.0
879.0,8.629428234434057,9.279717987618195,0.0
880.0,8.441012770800125,9.276722611843844,0.0
881.0,8.252597307166194,9.273078037805845,0.0
882.0,8.252597307166194,9.26945931181067,0.0
883.0,8.252597307166194,9.265866159850795,0.0
884.0,7.875766379898332,9.26097144231575,0.0
885.0,7.875766379898332,9.256111073675688,0.0
886.0,7.875766379898332,9.251284693627516,0.0
887.0,8.064181843532262,9.247148446763074,0.0
888.0,8.252597307166194,9.243695144195028,0.0
889.0,8.252597307166194,9.240265739914651,0.0
890.0,8.629428234434057,9.238159403688856,0.0
891.0,8.629428234434057,9.236067544000697,0.0
892.0,9.194674625335852,9.235925787429926,0.0
893.0,9.194674625335852,9.2357849984808,0.0
894.0,9.571505552603714,9.236926905127476,0.0
895.0,9.759921016237644,9.23869976652107,0.0
896.0,10.325167407139439,9.242370265306942,0.0
897.0,10.3924116013519,9.246242458357598,0.0
898.0,10.325167407139439,9.249863011877,0.0
899.0,10.513582870773371,9.254089499699397,0.0

Back to the top