-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathguy_mix.render_stats.html
876 lines (876 loc) · 51.7 KB
/
guy_mix.render_stats.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>REAPER Render: letim</title>
<style>
body { font-family: monospace; }
table { border-collapse: collapse; }
table th { border: 1px solid black; padding: 12px; text-align: right; }
table td { border: 1px solid black; padding: 12px; text-align: right; }
table th:nth-child(1), td:nth-child(1) { text-align: left; }
</style>
</head>
<body>
<p>REAPER Render</p>
<p>
MP3 (lame_enc) 44100Hz 2ch 320kbps CBR q=0<br>
Project: letim<br>
</p>
<br>
<table>
<thead>
<tr>
<th><br>File</th>
<th><br>Length</th>
<th><br>Peak</th>
<th>True<br>Peak</th>
<th><br>Clips</th>
<th>TP<br>Clips</th>
<th>max<br>LUFS-M</th>
<th>max<br>LUFS-S</th>
<th><br>LUFS-I</th>
<th><br>LRA</th>
</tr>
</thead>
<tbody>
<tr>
<td>guy_mix.mp3</td>
<td>3:34.455</td>
<td>-0.0</td>
<td>-0.0</td>
<td>0</td>
<td>0</td>
<td>-10.0</td>
<td>-11.0</td>
<td>-13.8</td>
<td>6.2</td>
</tr>
</tbody>
</table>
<br><br>
<input type='checkbox' id='regions' name='regions' value='yes'>
<label for='regions'> Display project regions</label><br>
<input type='checkbox' id='markers' name='markers'>
<label for='markers'> Display project markers</label><br>
<script type='text/javascript'>
var w=1024, h=768, xa=64, xb=w-24, ya=32, yb=112, yc=160, yd=h-24;
const colors=['#808080', '#3366CC', '#FF9900', '#F0F8F0', '#80E080'];
function stroke(ctx, c, l) { ctx.strokeStyle=c; ctx.lineWidth=l; ctx.stroke(); }
function strokerect(ctx, c, l, x, y, w, h) { ctx.strokeStyle=c; ctx.lineWidth=l; ctx.strokeRect(x, y, w, h); }
function fill(ctx, c) { ctx.fillStyle=c; ctx.fill(); }
function fillrect(ctx, c, x, y, w, h) { ctx.fillStyle=c; ctx.fillRect(x, y, w, h); }
function text(ctx, c, a, b, t, x, y) { ctx.fillStyle=c; ctx.textAlign=a; ctx.textBaseline=b; ctx.fillText(t, x, y); }
function clip(ctx, x, y, w, h) { ctx.save(); ctx.beginPath(); ctx.rect(x, y, w, h); ctx.clip(); }
function to_x(x) { return xa+(xb-xa)*x; }
function to_y(y, i) { return !i ? ya+(yb-ya)*y : yc+(yd-yc)*y; }
function from_x(x) { return (x-xa)/(xb-xa); }
function draw_chart(canv, data, tipx, tipy) {
w=canv.width=Math.max(window.innerWidth-64, 800);
xb=w-24;
let reg = 'regions' in data && document.getElementById('regions').checked;
let mrk = 'markers' in data && document.getElementById('markers').checked;
yc=160+40*(reg+mrk);
let ctx=canv.getContext('2d');
ctx.clearRect(0, 0, w, h);
ctx.font='1em monospace';
let x=xa;
text(ctx, '#000000', 'left', 'top', 'File: '+data.name, x, 0);
x += ctx.measureText('File: '+data.name).width+48;
for (let i=1; i < data.series.length; ++i) {
fillrect(ctx, colors[i], x, 6, 40, 3);
text(ctx, '#000000', 'left', 'top', data.series[i], x+48, 0);
x += ctx.measureText(data.series[i]).width+96;
}
fillrect(ctx, colors[4], x, 6, 40, 3);
text(ctx, '#000000', 'left', 'top', data.integrated[0], x+48, 0);
x += ctx.measureText(data.integrated[0]).width+96;
if ('dynrange' in data) {
fillrect(ctx, colors[3], x, 0, 40, 16);
text(ctx, '#000000', 'left', 'top', data.dynrange[0], x+48, 0);
let ylo=to_y(data.dynrange[1][0], 1), yhi=to_y(data.dynrange[2][0], 1);
fillrect(ctx, colors[3], xa, yhi, xb-xa, ylo-yhi);
}
let y=to_y(data.integrated[1], 1);
fillrect(ctx, colors[4], xa, y-1, xb-xa, 2);
ctx.beginPath();
for (let i=0; i < data.xmaj.length; ++i) {
let x=Math.floor(to_x(data.xmaj[i][0]))+0.5;
ctx.moveTo(x, ya);
ctx.lineTo(x, yb+8);
ctx.moveTo(x, yc-8);
ctx.lineTo(x+0.5, h);
text(ctx, '#000000', 'center', 'middle', data.xmaj[i][1], x, yc-24);
}
for (let i=0; i < data.ymaj.length; ++i) {
let y=Math.floor(to_y(data.ymaj[i][0], 1))+0.5;
ctx.moveTo(xa-8, y);
ctx.lineTo(w, y);
text(ctx, '#000000', 'right', 'middle', data.ymaj[i][1], xa-24, y);
}
stroke(ctx, '#E0E0E0', 1);
ctx.beginPath();
for (let i=0; i < data.xmin.length; ++i) {
let x=Math.floor(to_x(data.xmin[i]))+0.5;
ctx.moveTo(x, ya);
ctx.lineTo(x, yb);
ctx.moveTo(x, yc);
ctx.lineTo(x, h);
}
for (let i=0; i < data.ymin.length; ++i) {
let y=Math.floor(to_y(data.ymin[i], 1))+0.5;
ctx.moveTo(xa, y);
ctx.lineTo(w-8, y);
}
stroke(ctx, '#F4F4F4', 1);
strokerect(ctx, '#000000', 1, xa+0.5, ya+0.5, xb-xa, yb-ya);
for (let i=0; i < data.series.length; ++i) {
ctx.beginPath();
for (let j=0; j < data.vals.length; ++j) {
ctx.lineTo(to_x(data.vals[j][0][0]), to_y(data.vals[j][i+1][0], i));
}
if (!i) {
ctx.lineTo(xb, yb);
ctx.lineTo(xa, yb);
fill(ctx, colors[0]);
}
else {
stroke(ctx, colors[i], 2);
}
}
let sx=-1, ex=-1;
for (let i=0; i <= data.vals.length; ++i) {
if (i < data.vals.length && data.vals[i][1][1].startsWith('+')) {
ex=to_x(data.vals[i][0][0]);
if (sx < 0) sx=ex;
}
else if (sx >= 0 && ex >= 0) {
fillrect(ctx, '#FF0000', sx, ya, ex-sx, yb-ya);
sx=ex=-1;
}
}
if (reg) {
let lastx=w;
for (let i=data.regions.length-1; i >= 0; --i) {
let tx=Math.floor(to_x(data.regions[i][0]));
let ty=yb+10+0.5;
let tw=Math.floor(to_x(data.regions[i][2]))-tx;
let ex=tx+tw;
if (tx+tw > lastx) tw=lastx-tx;
lastx=tx-1;
fillrect(ctx, data.regions[i][5], tx, ty, tw, 20);
clip(ctx, tx, ty, tw, 20);
text(ctx, data.regions[i][6], 'left', 'middle', data.regions[i][4], tx+8, ty+10);
ctx.restore();
fillrect(ctx, data.regions[i][5], tx, ya-6, 2, yc-ya-32);
fillrect(ctx, data.regions[i][5], tx, yc-12, 2, h-yc+12);
fillrect(ctx, data.regions[i][5], ex, ya-6, 2, yc-ya-32);
fillrect(ctx, data.regions[i][5], ex, yc-12, 2, h-yc+12);
}
}
if (mrk) {
let lastx=w;
for (let i=data.markers.length-1; i >= 0; --i) {
let tx=Math.floor(to_x(data.markers[i][0]));
let ty=yb+40*reg+10+0.5;
let tw=ctx.measureText(data.markers[i][2]).width+16;
if (tx+tw > lastx) tw=lastx-tx;
lastx=tx-1;
fillrect(ctx, data.markers[i][3], tx, ty, tw, 20);
clip(ctx, tx, ty, tw, 20);
text(ctx, data.markers[i][4], 'left', 'middle', data.markers[i][2], tx+8, ty+10);
ctx.restore();
fillrect(ctx, data.markers[i][3], tx, ya-6, 2, yc-ya-32);
fillrect(ctx, data.markers[i][3], tx, yc-12, 2, h-yc+12);
}
}
if (tipx >= 0 && tipy >= 0) {
let tx=from_x(tipx);
let j=0;
for (; j < data.vals.length-1; ++j) {
if (data.vals[j][0][0] > tx) break;
}
if (j < data.vals.length-1 && data.vals[j+1][0][0]-tx < tx-data.vals[j][0][0]) ++j;
let str=[data.vals[j][0][1], '', '', ''];
for (let i=0; i < data.series.length; ++i) {
ctx.beginPath();
ctx.arc(to_x(data.vals[j][0][0]), to_y(data.vals[j][i+1][0], i), 4, 0, 2*Math.PI, false);
fill(ctx, !i ? '#000000' : colors[i]);
str[i+1]=data.series[i]+' '+data.vals[j][i+1][1];
}
let tipw=160, tiph=24*(data.series.length+1)+12;
if (tipx < tipw/2+1) tipx=tipw/2+1;
else if (tipx > w-tipw/2-1) tipx=w-tipw/2-1;
tipy += 96;
if (tipy > h-tiph/2-1) tipy=h-tiph/2-1;
strokerect(ctx, '#000000', 1, tipx-tipw/2, tipy-tiph/2, tipw, tiph);
fillrect(ctx, '#FFFFFF', tipx-tipw/2, tipy-tiph/2, tipw, tiph);
tipy -= 24*data.series.length/2;
for (let i=0; str[i]; ++i) {
text(ctx, !i ? '#000000' : colors[i-1], 'center', 'middle', str[i], tipx, tipy);
tipy += 24;
}
}
}
</script>
<br><br>
<canvas id='chart_0' width='1024' height='768'></canvas>
<script type='text/javascript'>
const data_0={
name:'guy_mix.mp3',
length:214.455,
series:['Peak','LUFS-M','LUFS-S'],
integrated:['LUFS-I',0.3259,'-13.82'],
dynrange:['LRA',[0.4917,'-17.80'],[0.2333,'-11.60']],
vals:[
[[0.0017,'0:00.371'],[0.1036,'-1.90'],[0.2208,'-11.30'],[0.5368,'-18.88']],
[[0.0035,'0:00.743'],[0.1181,'-2.18'],[0.2315,'-11.56'],[0.5181,'-18.44']],
[[0.0052,'0:01.115'],[0.2147,'-4.20'],[0.3730,'-14.95'],[0.5049,'-18.12']],
[[0.0069,'0:01.486'],[0.4022,'-8.94'],[0.5381,'-18.91'],[0.4927,'-17.83']],
[[0.0087,'0:01.858'],[0.4578,'-10.63'],[0.5893,'-20.14'],[0.4818,'-17.56']],
[[0.0104,'0:02.230'],[0.3759,'-8.19'],[0.5904,'-20.17'],[0.4714,'-17.31']],
[[0.0121,'0:02.601'],[0.4265,'-9.66'],[0.4978,'-17.95'],[0.4575,'-16.98']],
[[0.0139,'0:02.973'],[0.4749,'-11.19'],[0.3256,'-13.81'],[0.4405,'-16.57']],
[[0.0156,'0:03.345'],[0.0336,'-0.59'],[0.2236,'-11.37'],[0.4212,'-16.11']],
[[0.0173,'0:03.716'],[0.0762,'-1.38'],[0.2322,'-11.57'],[0.3985,'-15.56']],
[[0.0191,'0:04.088'],[0.3052,'-6.33'],[0.2335,'-11.60'],[0.3744,'-14.98']],
[[0.0208,'0:04.460'],[0.0959,'-1.75'],[0.2114,'-11.07'],[0.3460,'-14.30']],
[[0.0225,'0:04.831'],[0.0671,'-1.21'],[0.1944,'-10.67'],[0.3198,'-13.68']],
[[0.0243,'0:05.203'],[0.0007,'-0.01'],[0.2345,'-11.63'],[0.3188,'-13.65']],
[[0.0260,'0:05.575'],[0.0580,'-1.04'],[0.2747,'-12.59'],[0.3178,'-13.63']],
[[0.0277,'0:05.946'],[0.4061,'-9.05'],[0.3908,'-15.38'],[0.3323,'-13.98']],
[[0.0295,'0:06.318'],[0.3347,'-7.08'],[0.5127,'-18.31'],[0.3480,'-14.35']],
[[0.0312,'0:06.690'],[0.3845,'-8.43'],[0.4555,'-16.93'],[0.3664,'-14.79']],
[[0.0329,'0:07.061'],[0.4295,'-9.75'],[0.3465,'-14.32'],[0.3857,'-15.26']],
[[0.0347,'0:07.433'],[0.4044,'-9.00'],[0.2822,'-12.77'],[0.3962,'-15.51']],
[[0.0364,'0:07.805'],[0.4781,'-11.30'],[0.2449,'-11.88'],[0.4016,'-15.64']],
[[0.0381,'0:08.176'],[0.0987,'-1.81'],[0.2279,'-11.47'],[0.3882,'-15.32']],
[[0.0399,'0:08.548'],[0.1034,'-1.90'],[0.2336,'-11.61'],[0.3537,'-14.49']],
[[0.0416,'0:08.920'],[0.1334,'-2.49'],[0.2369,'-11.69'],[0.3218,'-13.72']],
[[0.0433,'0:09.291'],[0.1375,'-2.57'],[0.2347,'-11.63'],[0.2955,'-13.09']],
[[0.0451,'0:09.663'],[0.0908,'-1.65'],[0.2343,'-11.62'],[0.2733,'-12.56']],
[[0.0468,'0:10.035'],[0.1174,'-2.17'],[0.2437,'-11.85'],[0.2722,'-12.53']],
[[0.0485,'0:10.406'],[0.0661,'-1.19'],[0.2544,'-12.11'],[0.2712,'-12.51']],
[[0.0503,'0:10.778'],[0.3633,'-7.84'],[0.3906,'-15.37'],[0.2852,'-12.85']],
[[0.0520,'0:11.150'],[0.4330,'-9.86'],[0.5267,'-18.64'],[0.2993,'-13.18']],
[[0.0537,'0:11.521'],[0.4093,'-9.14'],[0.4787,'-17.49'],[0.3228,'-13.75']],
[[0.0555,'0:11.893'],[0.2765,'-5.62'],[0.4003,'-15.61'],[0.3478,'-14.35']],
[[0.0572,'0:12.265'],[0.4016,'-8.92'],[0.3283,'-13.88'],[0.3752,'-15.00']],
[[0.0589,'0:12.636'],[0.3909,'-8.61'],[0.2589,'-12.21'],[0.4035,'-15.68']],
[[0.0607,'0:13.008'],[0.0675,'-1.21'],[0.2302,'-11.53'],[0.4012,'-15.63']],
[[0.0624,'0:13.380'],[0.0716,'-1.29'],[0.2345,'-11.63'],[0.3738,'-14.97']],
[[0.0641,'0:13.751'],[0.0253,'-0.44'],[0.2274,'-11.46'],[0.3474,'-14.34']],
[[0.0659,'0:14.123'],[0.0243,'-0.43'],[0.2028,'-10.87'],[0.3223,'-13.74']],
[[0.0676,'0:14.495'],[0.2187,'-4.29'],[0.1984,'-10.76'],[0.3032,'-13.28']],
[[0.0693,'0:14.866'],[0.0296,'-0.52'],[0.2554,'-12.13'],[0.3027,'-13.26']],
[[0.0711,'0:15.238'],[0.2022,'-3.92'],[0.3164,'-13.59'],[0.3034,'-13.28']],
[[0.0728,'0:15.610'],[0.4470,'-10.29'],[0.4155,'-15.97'],[0.3173,'-13.62']],
[[0.0745,'0:15.981'],[0.4133,'-9.26'],[0.5145,'-18.35'],[0.3312,'-13.95']],
[[0.0763,'0:16.353'],[0.3657,'-7.91'],[0.5362,'-18.87'],[0.3578,'-14.59']],
[[0.0780,'0:16.725'],[0.4079,'-9.10'],[0.5530,'-19.27'],[0.3851,'-15.24']],
[[0.0797,'0:17.096'],[0.3925,'-8.66'],[0.5786,'-19.89'],[0.4255,'-16.21']],
[[0.0815,'0:17.468'],[0.4654,'-10.88'],[0.6067,'-20.56'],[0.4694,'-17.27']],
[[0.0832,'0:17.840'],[0.4766,'-11.25'],[0.5537,'-19.29'],[0.5100,'-18.24']],
[[0.0849,'0:18.211'],[0.4789,'-11.32'],[0.4540,'-16.90'],[0.5487,'-19.17']],
[[0.0867,'0:18.583'],[0.3957,'-8.75'],[0.3585,'-14.60'],[0.5342,'-18.82']],
[[0.0884,'0:18.955'],[0.4082,'-9.11'],[0.2675,'-12.42'],[0.4625,'-17.10']],
[[0.0901,'0:19.327'],[0.0320,'-0.57'],[0.2149,'-11.16'],[0.4038,'-15.69']],
[[0.0919,'0:19.698'],[0.0392,'-0.70'],[0.2407,'-11.78'],[0.3717,'-14.92']],
[[0.0936,'0:20.070'],[0.0845,'-1.53'],[0.2611,'-12.27'],[0.3409,'-14.18']],
[[0.0953,'0:20.442'],[0.1236,'-2.29'],[0.2557,'-12.14'],[0.3159,'-13.58']],
[[0.0971,'0:20.813'],[0.0571,'-1.02'],[0.2506,'-12.01'],[0.2912,'-12.99']],
[[0.0988,'0:21.185'],[0.0317,'-0.56'],[0.2548,'-12.12'],[0.2806,'-12.73']],
[[0.1005,'0:21.557'],[0.0130,'-0.23'],[0.2590,'-12.22'],[0.2699,'-12.48']],
[[0.1023,'0:21.928'],[0.2462,'-4.91'],[0.2615,'-12.28'],[0.2735,'-12.56']],
[[0.1040,'0:22.300'],[0.0662,'-1.19'],[0.2637,'-12.33'],[0.2792,'-12.70']],
[[0.1057,'0:22.672'],[0.0334,'-0.59'],[0.2660,'-12.38'],[0.2817,'-12.76']],
[[0.1075,'0:23.043'],[0.0496,'-0.88'],[0.2683,'-12.44'],[0.2829,'-12.79']],
[[0.1092,'0:23.415'],[0.2407,'-4.78'],[0.2588,'-12.21'],[0.2831,'-12.79']],
[[0.1109,'0:23.787'],[0.0721,'-1.30'],[0.2402,'-11.77'],[0.2826,'-12.78']],
[[0.1127,'0:24.158'],[0.1205,'-2.23'],[0.2372,'-11.69'],[0.2821,'-12.77']],
[[0.1144,'0:24.530'],[0.0784,'-1.42'],[0.2566,'-12.16'],[0.2814,'-12.75']],
[[0.1161,'0:24.902'],[0.2550,'-5.11'],[0.2684,'-12.44'],[0.2803,'-12.73']],
[[0.1179,'0:25.273'],[0.1283,'-2.39'],[0.2581,'-12.20'],[0.2778,'-12.67']],
[[0.1196,'0:25.645'],[0.0886,'-1.61'],[0.2477,'-11.95'],[0.2751,'-12.60']],
[[0.1213,'0:26.017'],[0.0843,'-1.53'],[0.2363,'-11.67'],[0.2718,'-12.52']],
[[0.1231,'0:26.388'],[0.0754,'-1.36'],[0.2248,'-11.40'],[0.2685,'-12.44']],
[[0.1248,'0:26.760'],[0.0321,'-0.57'],[0.2460,'-11.90'],[0.2707,'-12.50']],
[[0.1265,'0:27.132'],[0.0576,'-1.03'],[0.2689,'-12.45'],[0.2732,'-12.56']],
[[0.1282,'0:27.503'],[0.0880,'-1.60'],[0.2653,'-12.37'],[0.2721,'-12.53']],
[[0.1300,'0:27.875'],[0.0256,'-0.45'],[0.2551,'-12.12'],[0.2700,'-12.48']],
[[0.1317,'0:28.247'],[0.0511,'-0.91'],[0.2482,'-11.96'],[0.2689,'-12.45']],
[[0.1334,'0:28.618'],[0.1448,'-2.72'],[0.2433,'-11.84'],[0.2682,'-12.44']],
[[0.1352,'0:28.990'],[0.1672,'-3.18'],[0.2461,'-11.91'],[0.2688,'-12.45']],
[[0.1369,'0:29.362'],[0.0436,'-0.78'],[0.2569,'-12.17'],[0.2706,'-12.49']],
[[0.1386,'0:29.733'],[0.0394,'-0.70'],[0.2641,'-12.34'],[0.2715,'-12.52']],
[[0.1404,'0:30.105'],[0.0962,'-1.76'],[0.2643,'-12.34'],[0.2705,'-12.49']],
[[0.1421,'0:30.477'],[0.0874,'-1.59'],[0.2636,'-12.33'],[0.2698,'-12.48']],
[[0.1438,'0:30.848'],[0.1369,'-2.56'],[0.2595,'-12.23'],[0.2706,'-12.50']],
[[0.1456,'0:31.220'],[0.0449,'-0.80'],[0.2555,'-12.13'],[0.2715,'-12.52']],
[[0.1473,'0:31.592'],[0.1610,'-3.05'],[0.2535,'-12.08'],[0.2732,'-12.56']],
[[0.1490,'0:31.963'],[0.0551,'-0.98'],[0.2515,'-12.04'],[0.2750,'-12.60']],
[[0.1508,'0:32.335'],[0.1118,'-2.06'],[0.2461,'-11.91'],[0.2732,'-12.56']],
[[0.1525,'0:32.707'],[0.0733,'-1.32'],[0.2403,'-11.77'],[0.2709,'-12.50']],
[[0.1542,'0:33.078'],[0.1003,'-1.84'],[0.2305,'-11.53'],[0.2671,'-12.41']],
[[0.1560,'0:33.450'],[0.0769,'-1.39'],[0.2192,'-11.26'],[0.2628,'-12.31']],
[[0.1577,'0:33.822'],[0.0788,'-1.43'],[0.2241,'-11.38'],[0.2591,'-12.22']],
[[0.1594,'0:34.193'],[0.1121,'-2.07'],[0.2410,'-11.78'],[0.2559,'-12.14']],
[[0.1612,'0:34.565'],[0.0720,'-1.30'],[0.2494,'-11.99'],[0.2542,'-12.10']],
[[0.1629,'0:34.937'],[0.1220,'-2.26'],[0.2461,'-11.91'],[0.2545,'-12.11']],
[[0.1646,'0:35.308'],[0.1909,'-3.68'],[0.2375,'-11.70'],[0.2538,'-12.09']],
[[0.1664,'0:35.680'],[0.0955,'-1.74'],[0.2147,'-11.15'],[0.2501,'-12.00']],
[[0.1681,'0:36.052'],[0.0728,'-1.31'],[0.1953,'-10.69'],[0.2467,'-11.92']],
[[0.1698,'0:36.423'],[0.0468,'-0.83'],[0.2020,'-10.85'],[0.2455,'-11.89']],
[[0.1716,'0:36.795'],[0.1474,'-2.77'],[0.2087,'-11.01'],[0.2443,'-11.86']],
[[0.1733,'0:37.167'],[0.0586,'-1.05'],[0.1893,'-10.54'],[0.2358,'-11.66']],
[[0.1750,'0:37.538'],[0.0543,'-0.97'],[0.1689,'-10.05'],[0.2270,'-11.45']],
[[0.1768,'0:37.910'],[0.0564,'-1.01'],[0.1705,'-10.09'],[0.2214,'-11.31']],
[[0.1785,'0:38.282'],[0.0900,'-1.64'],[0.1773,'-10.25'],[0.2165,'-11.19']],
[[0.1802,'0:38.654'],[0.0535,'-0.95'],[0.2212,'-11.31'],[0.2185,'-11.24']],
[[0.1820,'0:39.025'],[0.0827,'-1.50'],[0.2845,'-12.83'],[0.2242,'-11.38']],
[[0.1837,'0:39.397'],[0.1894,'-3.65'],[0.3610,'-14.67'],[0.2381,'-11.71']],
[[0.1854,'0:39.769'],[0.4910,'-11.73'],[0.4507,'-16.82'],[0.2598,'-12.24']],
[[0.1872,'0:40.140'],[0.4853,'-11.54'],[0.5179,'-18.43'],[0.2817,'-12.76']],
[[0.1889,'0:40.512'],[0.4627,'-10.79'],[0.5436,'-19.05'],[0.3037,'-13.29']],
[[0.1906,'0:40.884'],[0.4988,'-12.00'],[0.5611,'-19.47'],[0.3334,'-14.00']],
[[0.1924,'0:41.255'],[0.5063,'-12.26'],[0.5455,'-19.09'],[0.3940,'-15.46']],
[[0.1941,'0:41.627'],[0.4771,'-11.26'],[0.5299,'-18.72'],[0.4539,'-16.89']],
[[0.1958,'0:41.999'],[0.5012,'-12.08'],[0.5155,'-18.37'],[0.4997,'-17.99']],
[[0.1976,'0:42.370'],[0.4700,'-11.03'],[0.5011,'-18.03'],[0.5454,'-19.09']],
[[0.1993,'0:42.742'],[0.4833,'-11.47'],[0.4107,'-15.86'],[0.5223,'-18.53']],
[[0.2010,'0:43.114'],[0.4902,'-11.71'],[0.3111,'-13.47'],[0.4907,'-17.78']],
[[0.2028,'0:43.485'],[0.5285,'-13.06'],[0.3267,'-13.84'],[0.4801,'-17.52']],
[[0.2045,'0:43.857'],[0.0919,'-1.67'],[0.3831,'-15.19'],[0.4769,'-17.45']],
[[0.2062,'0:44.229'],[0.4367,'-9.97'],[0.4385,'-16.52'],[0.4746,'-17.39']],
[[0.2080,'0:44.600'],[0.4188,'-9.43'],[0.4932,'-17.84'],[0.4728,'-17.35']],
[[0.2097,'0:44.972'],[0.4838,'-11.49'],[0.5299,'-18.72'],[0.4731,'-17.36']],
[[0.2114,'0:45.344'],[0.4957,'-11.89'],[0.5430,'-19.03'],[0.4763,'-17.43']],
[[0.2132,'0:45.715'],[0.4712,'-11.07'],[0.5520,'-19.25'],[0.4794,'-17.51']],
[[0.2149,'0:46.087'],[0.5042,'-12.19'],[0.5502,'-19.20'],[0.4822,'-17.57']],
[[0.2166,'0:46.459'],[0.4877,'-11.62'],[0.5464,'-19.11'],[0.4888,'-17.73']],
[[0.2184,'0:46.830'],[0.4875,'-11.61'],[0.5288,'-18.69'],[0.5225,'-18.54']],
[[0.2201,'0:47.202'],[0.5050,'-12.22'],[0.5112,'-18.27'],[0.5562,'-19.35']],
[[0.2218,'0:47.574'],[0.4710,'-11.06'],[0.3971,'-15.53'],[0.5144,'-18.35']],
[[0.2236,'0:47.945'],[0.4740,'-11.16'],[0.2803,'-12.73'],[0.4706,'-17.29']],
[[0.2253,'0:48.317'],[0.1084,'-1.99'],[0.2812,'-12.75'],[0.4418,'-16.60']],
[[0.2270,'0:48.689'],[0.2363,'-4.68'],[0.3077,'-13.39'],[0.4163,'-15.99']],
[[0.2288,'0:49.060'],[0.2243,'-4.41'],[0.3267,'-13.84'],[0.3992,'-15.58']],
[[0.2305,'0:49.432'],[0.2486,'-4.96'],[0.3419,'-14.21'],[0.3862,'-15.27']],
[[0.2322,'0:49.804'],[0.2850,'-5.83'],[0.3607,'-14.66'],[0.3748,'-14.99']],
[[0.2340,'0:50.175'],[0.3022,'-6.25'],[0.3829,'-15.19'],[0.3649,'-14.76']],
[[0.2357,'0:50.547'],[0.3729,'-8.11'],[0.3979,'-15.55'],[0.3587,'-14.61']],
[[0.2374,'0:50.919'],[0.3526,'-7.55'],[0.4001,'-15.60'],[0.3588,'-14.61']],
[[0.2392,'0:51.290'],[0.3119,'-6.49'],[0.4025,'-15.66'],[0.3631,'-14.71']],
[[0.2409,'0:51.662'],[0.3798,'-8.30'],[0.4059,'-15.74'],[0.3829,'-15.19']],
[[0.2426,'0:52.034'],[0.3540,'-7.59'],[0.4045,'-15.71'],[0.4008,'-15.62']],
[[0.2444,'0:52.405'],[0.3738,'-8.13'],[0.3221,'-13.73'],[0.3865,'-15.28']],
[[0.2461,'0:52.777'],[0.2592,'-5.21'],[0.2397,'-11.75'],[0.3722,'-14.93']],
[[0.2478,'0:53.149'],[0.1196,'-2.21'],[0.2618,'-12.28'],[0.3681,'-14.83']],
[[0.2496,'0:53.520'],[0.1782,'-3.41'],[0.2951,'-13.08'],[0.3650,'-14.76']],
[[0.2513,'0:53.892'],[0.3534,'-7.57'],[0.3126,'-13.50'],[0.3589,'-14.61']],
[[0.2530,'0:54.264'],[0.3480,'-7.43'],[0.3247,'-13.79'],[0.3517,'-14.44']],
[[0.2548,'0:54.635'],[0.3602,'-7.76'],[0.3165,'-13.60'],[0.3411,'-14.19']],
[[0.2565,'0:55.007'],[0.2801,'-5.71'],[0.2946,'-13.07'],[0.3281,'-13.87']],
[[0.2582,'0:55.379'],[0.3663,'-7.92'],[0.2741,'-12.58'],[0.3199,'-13.68']],
[[0.2600,'0:55.750'],[0.1322,'-2.46'],[0.2553,'-12.13'],[0.3177,'-13.62']],
[[0.2617,'0:56.122'],[0.1334,'-2.49'],[0.2418,'-11.80'],[0.3124,'-13.50']],
[[0.2634,'0:56.494'],[0.1214,'-2.25'],[0.2410,'-11.79'],[0.2996,'-13.19']],
[[0.2652,'0:56.866'],[0.1158,'-2.14'],[0.2413,'-11.79'],[0.2877,'-12.91']],
[[0.2669,'0:57.237'],[0.1264,'-2.35'],[0.2482,'-11.96'],[0.2821,'-12.77']],
[[0.2686,'0:57.609'],[0.1060,'-1.95'],[0.2550,'-12.12'],[0.2764,'-12.63']],
[[0.2704,'0:57.981'],[0.1071,'-1.97'],[0.2462,'-11.91'],[0.2779,'-12.67']],
[[0.2721,'0:58.352'],[0.2537,'-5.08'],[0.2373,'-11.69'],[0.2795,'-12.71']],
[[0.2738,'0:58.724'],[0.1285,'-2.39'],[0.2439,'-11.85'],[0.2797,'-12.71']],
[[0.2756,'0:59.096'],[0.0893,'-1.63'],[0.2537,'-12.09'],[0.2797,'-12.71']],
[[0.2773,'0:59.467'],[0.1140,'-2.10'],[0.2514,'-12.03'],[0.2909,'-12.98']],
[[0.2790,'0:59.839'],[0.0363,'-0.64'],[0.2434,'-11.84'],[0.3074,'-13.38']],
[[0.2808,'1:00.211'],[0.1002,'-1.83'],[0.2363,'-11.67'],[0.3175,'-13.62']],
[[0.2825,'1:00.582'],[0.1261,'-2.34'],[0.2300,'-11.52'],[0.3220,'-13.73']],
[[0.2842,'1:00.954'],[0.0402,'-0.71'],[0.2258,'-11.42'],[0.3240,'-13.78']],
[[0.2860,'1:01.326'],[0.0591,'-1.06'],[0.2249,'-11.40'],[0.3220,'-13.73']],
[[0.2877,'1:01.697'],[0.0505,'-0.90'],[0.2254,'-11.41'],[0.3177,'-13.62']],
[[0.2894,'1:02.069'],[0.1039,'-1.91'],[0.2306,'-11.54'],[0.3056,'-13.33']],
[[0.2912,'1:02.441'],[0.0450,'-0.80'],[0.2356,'-11.65'],[0.2943,'-13.06']],
[[0.2929,'1:02.812'],[0.0369,'-0.65'],[0.2364,'-11.67'],[0.2941,'-13.06']],
[[0.2946,'1:03.184'],[0.1013,'-1.86'],[0.2372,'-11.69'],[0.2939,'-13.05']],
[[0.2964,'1:03.556'],[0.3388,'-7.19'],[0.2548,'-12.12'],[0.2931,'-13.03']],
[[0.2981,'1:03.927'],[0.0226,'-0.40'],[0.2740,'-12.58'],[0.2922,'-13.01']],
[[0.2998,'1:04.299'],[0.2201,'-4.32'],[0.2800,'-12.72'],[0.3014,'-13.23']],
[[0.3016,'1:04.671'],[0.0772,'-1.40'],[0.2817,'-12.76'],[0.3137,'-13.53']],
[[0.3033,'1:05.042'],[0.1465,'-2.75'],[0.2700,'-12.48'],[0.3220,'-13.73']],
[[0.3050,'1:05.414'],[0.1120,'-2.06'],[0.2495,'-11.99'],[0.3278,'-13.87']],
[[0.3068,'1:05.786'],[0.1241,'-2.30'],[0.2314,'-11.55'],[0.3259,'-13.82']],
[[0.3085,'1:06.157'],[0.0239,'-0.42'],[0.2160,'-11.18'],[0.3149,'-13.56']],
[[0.3102,'1:06.529'],[0.0637,'-1.14'],[0.2089,'-11.01'],[0.3037,'-13.29']],
[[0.3120,'1:06.901'],[0.0415,'-0.74'],[0.2211,'-11.31'],[0.2923,'-13.02']],
[[0.3137,'1:07.272'],[0.1030,'-1.89'],[0.2321,'-11.57'],[0.2821,'-12.77']],
[[0.3154,'1:07.644'],[0.0526,'-0.94'],[0.2362,'-11.67'],[0.2786,'-12.69']],
[[0.3172,'1:08.016'],[0.0739,'-1.33'],[0.2404,'-11.77'],[0.2752,'-12.60']],
[[0.3189,'1:08.387'],[0.0521,'-0.93'],[0.2564,'-12.15'],[0.2770,'-12.65']],
[[0.3206,'1:08.759'],[0.0884,'-1.61'],[0.2725,'-12.54'],[0.2789,'-12.69']],
[[0.3224,'1:09.131'],[0.1185,'-2.19'],[0.2699,'-12.48'],[0.2925,'-13.02']],
[[0.3241,'1:09.502'],[0.3105,'-6.46'],[0.2638,'-12.33'],[0.3082,'-13.40']],
[[0.3258,'1:09.874'],[0.0465,'-0.83'],[0.2487,'-11.97'],[0.3176,'-13.62']],
[[0.3276,'1:10.246'],[0.2361,'-4.68'],[0.2297,'-11.51'],[0.3243,'-13.78']],
[[0.3293,'1:10.617'],[0.0812,'-1.47'],[0.2223,'-11.33'],[0.3263,'-13.83']],
[[0.3310,'1:10.989'],[0.0723,'-1.30'],[0.2247,'-11.39'],[0.3244,'-13.79']],
[[0.3328,'1:11.361'],[0.0543,'-0.97'],[0.2268,'-11.44'],[0.3187,'-13.65']],
[[0.3345,'1:11.732'],[0.0427,'-0.76'],[0.2281,'-11.47'],[0.3068,'-13.36']],
[[0.3362,'1:12.104'],[0.0472,'-0.84'],[0.2315,'-11.56'],[0.2976,'-13.14']],
[[0.3380,'1:12.476'],[0.0594,'-1.06'],[0.2420,'-11.81'],[0.2971,'-13.13']],
[[0.3397,'1:12.847'],[0.0376,'-0.66'],[0.2529,'-12.07'],[0.2965,'-13.12']],
[[0.3414,'1:13.219'],[0.0690,'-1.24'],[0.2689,'-12.45'],[0.2958,'-13.10']],
[[0.3432,'1:13.591'],[0.0494,'-0.88'],[0.2849,'-12.84'],[0.2950,'-13.08']],
[[0.3449,'1:13.962'],[0.0717,'-1.29'],[0.2645,'-12.35'],[0.2986,'-13.17']],
[[0.3466,'1:14.334'],[0.0248,'-0.44'],[0.2413,'-11.79'],[0.3025,'-13.26']],
[[0.3484,'1:14.706'],[0.0822,'-1.49'],[0.2351,'-11.64'],[0.2958,'-13.10']],
[[0.3501,'1:15.077'],[0.1552,'-2.93'],[0.2339,'-11.61'],[0.2859,'-12.86']],
[[0.3518,'1:15.449'],[0.1024,'-1.88'],[0.2213,'-11.31'],[0.2740,'-12.58']],
[[0.3536,'1:15.821'],[0.1402,'-2.62'],[0.2016,'-10.84'],[0.2610,'-12.26']],
[[0.3553,'1:16.193'],[0.1250,'-2.32'],[0.1929,'-10.63'],[0.2531,'-12.07']],
[[0.3570,'1:16.564'],[0.0569,'-1.02'],[0.1965,'-10.72'],[0.2509,'-12.02']],
[[0.3588,'1:16.936'],[0.0601,'-1.08'],[0.2283,'-11.48'],[0.2517,'-12.04']],
[[0.3605,'1:17.308'],[0.3224,'-6.76'],[0.3216,'-13.72'],[0.2591,'-12.22']],
[[0.3622,'1:17.679'],[0.1507,'-2.84'],[0.3995,'-15.59'],[0.2683,'-12.44']],
[[0.3640,'1:18.051'],[0.4209,'-9.49'],[0.3969,'-15.53'],[0.2880,'-12.91']],
[[0.3657,'1:18.423'],[0.2446,'-4.87'],[0.3943,'-15.46'],[0.3077,'-13.38']],
[[0.3674,'1:18.794'],[0.3866,'-8.49'],[0.3899,'-15.36'],[0.3348,'-14.04']],
[[0.3692,'1:19.166'],[0.2958,'-6.09'],[0.3855,'-15.25'],[0.3619,'-14.69']],
[[0.3709,'1:19.538'],[0.1575,'-2.98'],[0.4001,'-15.60'],[0.4065,'-15.76']],
[[0.3726,'1:19.909'],[0.1942,'-3.75'],[0.4180,'-16.03'],[0.4539,'-16.89']],
[[0.3744,'1:20.281'],[0.2489,'-4.97'],[0.4206,'-16.10'],[0.4663,'-17.19']],
[[0.3761,'1:20.653'],[0.2948,'-6.07'],[0.4168,'-16.00'],[0.4636,'-17.13']],
[[0.3778,'1:21.024'],[0.1496,'-2.82'],[0.4132,'-15.92'],[0.4617,'-17.08']],
[[0.3795,'1:21.396'],[0.3841,'-8.42'],[0.4098,'-15.83'],[0.4604,'-17.05']],
[[0.3813,'1:21.768'],[0.1561,'-2.95'],[0.4159,'-15.98'],[0.4629,'-17.11']],
[[0.3830,'1:22.139'],[0.3781,'-8.25'],[0.4368,'-16.48'],[0.4712,'-17.31']],
[[0.3847,'1:22.511'],[0.1317,'-2.45'],[0.4444,'-16.67'],[0.4768,'-17.44']],
[[0.3865,'1:22.883'],[0.4118,'-9.22'],[0.4106,'-15.85'],[0.4739,'-17.37']],
[[0.3882,'1:23.254'],[0.1269,'-2.36'],[0.3796,'-15.11'],[0.4706,'-17.29']],
[[0.3899,'1:23.626'],[0.2306,'-4.55'],[0.3774,'-15.06'],[0.4637,'-17.13']],
[[0.3917,'1:23.998'],[0.1785,'-3.41'],[0.3753,'-15.01'],[0.4569,'-16.97']],
[[0.3934,'1:24.369'],[0.3200,'-6.70'],[0.3699,'-14.88'],[0.4436,'-16.65']],
[[0.3951,'1:24.741'],[0.1610,'-3.05'],[0.3644,'-14.75'],[0.4299,'-16.32']],
[[0.3969,'1:25.113'],[0.2829,'-5.78'],[0.3476,'-14.34'],[0.4156,'-15.97']],
[[0.3986,'1:25.484'],[0.1773,'-3.39'],[0.3276,'-13.86'],[0.4011,'-15.63']],
[[0.4003,'1:25.856'],[0.1264,'-2.35'],[0.3289,'-13.89'],[0.3937,'-15.45']],
[[0.4021,'1:26.228'],[0.1780,'-3.40'],[0.3427,'-14.22'],[0.3905,'-15.37']],
[[0.4038,'1:26.599'],[0.1585,'-3.00'],[0.3579,'-14.59'],[0.3906,'-15.38']],
[[0.4055,'1:26.971'],[0.1629,'-3.09'],[0.3748,'-15.00'],[0.3945,'-15.47']],
[[0.4073,'1:27.343'],[0.3154,'-6.58'],[0.3777,'-15.06'],[0.3981,'-15.56']],
[[0.4090,'1:27.714'],[0.3571,'-7.67'],[0.3513,'-14.43'],[0.4015,'-15.64']],
[[0.4107,'1:28.086'],[0.1096,'-2.02'],[0.3299,'-13.92'],[0.4051,'-15.72']],
[[0.4125,'1:28.458'],[0.1697,'-3.23'],[0.3322,'-13.97'],[0.4095,'-15.83']],
[[0.4142,'1:28.829'],[0.1252,'-2.32'],[0.3352,'-14.04'],[0.4140,'-15.94']],
[[0.4159,'1:29.201'],[0.3138,'-6.54'],[0.3787,'-15.09'],[0.4255,'-16.21']],
[[0.4177,'1:29.573'],[0.1469,'-2.76'],[0.4221,'-16.13'],[0.4370,'-16.49']],
[[0.4194,'1:29.944'],[0.2466,'-4.92'],[0.3971,'-15.53'],[0.4374,'-16.50']],
[[0.4211,'1:30.316'],[0.0903,'-1.64'],[0.3614,'-14.67'],[0.4361,'-16.47']],
[[0.4229,'1:30.688'],[0.2319,'-4.58'],[0.3554,'-14.53'],[0.4350,'-16.44']],
[[0.4246,'1:31.059'],[0.3092,'-6.43'],[0.3614,'-14.67'],[0.4341,'-16.42']],
[[0.4263,'1:31.431'],[0.1498,'-2.82'],[0.3829,'-15.19'],[0.4384,'-16.52']],
[[0.4281,'1:31.803'],[0.1137,'-2.10'],[0.4168,'-16.00'],[0.4467,'-16.72']],
[[0.4298,'1:32.174'],[0.3875,'-8.52'],[0.4108,'-15.86'],[0.4457,'-16.70']],
[[0.4315,'1:32.546'],[0.3422,'-7.28'],[0.3467,'-14.32'],[0.4310,'-16.34']],
[[0.4333,'1:32.918'],[0.1347,'-2.51'],[0.2979,'-13.15'],[0.4192,'-16.06']],
[[0.4350,'1:33.289'],[0.2886,'-5.92'],[0.2939,'-13.05'],[0.4162,'-15.99']],
[[0.4367,'1:33.661'],[0.0557,'-0.99'],[0.3007,'-13.22'],[0.4144,'-15.94']],
[[0.4385,'1:34.033'],[0.3356,'-7.10'],[0.4030,'-15.67'],[0.4228,'-16.15']],
[[0.4402,'1:34.404'],[0.4343,'-9.90'],[0.5054,'-18.13'],[0.4312,'-16.35']],
[[0.4419,'1:34.776'],[0.4704,'-11.04'],[0.4000,'-15.60'],[0.4225,'-16.14']],
[[0.4437,'1:35.148'],[0.2702,'-5.47'],[0.2832,'-12.80'],[0.4130,'-15.91']],
[[0.4454,'1:35.520'],[0.3868,'-8.50'],[0.2323,'-11.57'],[0.3920,'-15.41']],
[[0.4471,'1:35.891'],[0.0106,'-0.18'],[0.1984,'-10.76'],[0.3680,'-14.83']],
[[0.4489,'1:36.263'],[0.0816,'-1.48'],[0.2022,'-10.85'],[0.3432,'-14.24']],
[[0.4506,'1:36.635'],[0.0558,'-1.00'],[0.2270,'-11.45'],[0.3179,'-13.63']],
[[0.4523,'1:37.006'],[0.1139,'-2.10'],[0.2363,'-11.67'],[0.2942,'-13.06']],
[[0.4541,'1:37.378'],[0.1040,'-1.91'],[0.2296,'-11.51'],[0.2723,'-12.53']],
[[0.4558,'1:37.750'],[0.0653,'-1.17'],[0.2251,'-11.40'],[0.2546,'-12.11']],
[[0.4575,'1:38.121'],[0.1781,'-3.41'],[0.2252,'-11.40'],[0.2452,'-11.89']],
[[0.4593,'1:38.493'],[0.0818,'-1.48'],[0.2266,'-11.44'],[0.2382,'-11.72']],
[[0.4610,'1:38.865'],[0.0615,'-1.10'],[0.2342,'-11.62'],[0.2416,'-11.80']],
[[0.4627,'1:39.236'],[0.1152,'-2.13'],[0.2418,'-11.80'],[0.2451,'-11.88']],
[[0.4645,'1:39.608'],[0.0520,'-0.93'],[0.2501,'-12.00'],[0.2509,'-12.02']],
[[0.4662,'1:39.980'],[0.1041,'-1.91'],[0.2583,'-12.20'],[0.2567,'-12.16']],
[[0.4679,'1:40.351'],[0.0517,'-0.92'],[0.2577,'-12.19'],[0.2605,'-12.25']],
[[0.4697,'1:40.723'],[0.0738,'-1.33'],[0.2559,'-12.14'],[0.2640,'-12.34']],
[[0.4714,'1:41.095'],[0.1215,'-2.25'],[0.2491,'-11.98'],[0.2663,'-12.39']],
[[0.4731,'1:41.466'],[0.1328,'-2.47'],[0.2405,'-11.77'],[0.2682,'-12.44']],
[[0.4749,'1:41.838'],[0.1203,'-2.23'],[0.2375,'-11.70'],[0.2681,'-12.43']],
[[0.4766,'1:42.210'],[0.1128,'-2.08'],[0.2389,'-11.73'],[0.2665,'-12.40']],
[[0.4783,'1:42.581'],[0.0870,'-1.58'],[0.2363,'-11.67'],[0.2641,'-12.34']],
[[0.4801,'1:42.953'],[0.1762,'-3.37'],[0.2280,'-11.47'],[0.2605,'-12.25']],
[[0.4818,'1:43.325'],[0.1140,'-2.10'],[0.2247,'-11.39'],[0.2576,'-12.18']],
[[0.4835,'1:43.696'],[0.0883,'-1.61'],[0.2351,'-11.64'],[0.2562,'-12.15']],
[[0.4853,'1:44.068'],[0.0716,'-1.29'],[0.2430,'-11.83'],[0.2546,'-12.11']],
[[0.4870,'1:44.440'],[0.0909,'-1.66'],[0.2315,'-11.56'],[0.2514,'-12.03']],
[[0.4887,'1:44.811'],[0.1253,'-2.33'],[0.2199,'-11.28'],[0.2483,'-11.96']],
[[0.4905,'1:45.183'],[0.1000,'-1.83'],[0.2151,'-11.16'],[0.2462,'-11.91']],
[[0.4922,'1:45.555'],[0.1185,'-2.19'],[0.2105,'-11.05'],[0.2441,'-11.86']],
[[0.4939,'1:45.926'],[0.1018,'-1.87'],[0.2078,'-10.99'],[0.2415,'-11.80']],
[[0.4957,'1:46.298'],[0.0749,'-1.35'],[0.2055,'-10.93'],[0.2389,'-11.73']],
[[0.4974,'1:46.670'],[0.1701,'-3.24'],[0.2049,'-10.92'],[0.2374,'-11.70']],
[[0.4991,'1:47.041'],[0.0411,'-0.73'],[0.2052,'-10.93'],[0.2365,'-11.68']],
[[0.5009,'1:47.413'],[0.0816,'-1.48'],[0.2118,'-11.08'],[0.2370,'-11.69']],
[[0.5026,'1:47.785'],[0.0793,'-1.44'],[0.2246,'-11.39'],[0.2388,'-11.73']],
[[0.5043,'1:48.156'],[0.1528,'-2.88'],[0.2338,'-11.61'],[0.2407,'-11.78']],
[[0.5061,'1:48.528'],[0.1048,'-1.92'],[0.2360,'-11.66'],[0.2426,'-11.82']],
[[0.5078,'1:48.900'],[0.0200,'-0.35'],[0.2399,'-11.76'],[0.2444,'-11.87']],
[[0.5095,'1:49.271'],[0.1201,'-2.22'],[0.2503,'-12.01'],[0.2461,'-11.91']],
[[0.5113,'1:49.643'],[0.0942,'-1.72'],[0.2598,'-12.24'],[0.2478,'-11.95']],
[[0.5130,'1:50.015'],[0.1630,'-3.09'],[0.2457,'-11.90'],[0.2525,'-12.06']],
[[0.5147,'1:50.386'],[0.1560,'-2.95'],[0.2316,'-11.56'],[0.2572,'-12.17']],
[[0.5165,'1:50.758'],[0.0553,'-0.99'],[0.2291,'-11.50'],[0.2566,'-12.16']],
[[0.5182,'1:51.130'],[0.0840,'-1.52'],[0.2282,'-11.48'],[0.2554,'-12.13']],
[[0.5199,'1:51.501'],[0.1012,'-1.85'],[0.2203,'-11.29'],[0.2519,'-12.04']],
[[0.5217,'1:51.873'],[0.0727,'-1.31'],[0.2099,'-11.04'],[0.2476,'-11.94']],
[[0.5234,'1:52.245'],[0.0795,'-1.44'],[0.2064,'-10.95'],[0.2420,'-11.81']],
[[0.5251,'1:52.616'],[0.0566,'-1.01'],[0.2078,'-10.99'],[0.2356,'-11.65']],
[[0.5269,'1:52.988'],[0.0833,'-1.51'],[0.2037,'-10.89'],[0.2308,'-11.54']],
[[0.5286,'1:53.360'],[0.0110,'-0.19'],[0.1922,'-10.61'],[0.2282,'-11.48']],
[[0.5303,'1:53.732'],[0.0992,'-1.82'],[0.1881,'-10.51'],[0.2278,'-11.47']],
[[0.5321,'1:54.103'],[0.0741,'-1.34'],[0.2033,'-10.88'],[0.2327,'-11.59']],
[[0.5338,'1:54.475'],[0.0196,'-0.34'],[0.2191,'-11.26'],[0.2375,'-11.70']],
[[0.5355,'1:54.847'],[0.0715,'-1.29'],[0.2385,'-11.72'],[0.2406,'-11.77']],
[[0.5373,'1:55.218'],[0.0732,'-1.32'],[0.2579,'-12.19'],[0.2437,'-11.85']],
[[0.5390,'1:55.590'],[0.0391,'-0.69'],[0.2493,'-11.98'],[0.2510,'-12.02']],
[[0.5407,'1:55.962'],[0.0564,'-1.01'],[0.2399,'-11.76'],[0.2585,'-12.20']],
[[0.5425,'1:56.333'],[0.0625,'-1.12'],[0.2364,'-11.67'],[0.2597,'-12.23']],
[[0.5442,'1:56.705'],[0.0067,'-0.12'],[0.2343,'-11.62'],[0.2595,'-12.23']],
[[0.5459,'1:57.077'],[0.0552,'-0.99'],[0.2308,'-11.54'],[0.2595,'-12.23']],
[[0.5477,'1:57.448'],[0.0707,'-1.27'],[0.2267,'-11.44'],[0.2596,'-12.23']],
[[0.5494,'1:57.820'],[0.1072,'-1.97'],[0.2238,'-11.37'],[0.2602,'-12.25']],
[[0.5511,'1:58.192'],[0.0480,'-0.85'],[0.2219,'-11.33'],[0.2614,'-12.27']],
[[0.5529,'1:58.563'],[0.0993,'-1.82'],[0.2185,'-11.24'],[0.2650,'-12.36']],
[[0.5546,'1:58.935'],[0.4838,'-11.49'],[0.2123,'-11.10'],[0.2730,'-12.55']],
[[0.5563,'1:59.307'],[0.0862,'-1.57'],[0.2236,'-11.37'],[0.2808,'-12.74']],
[[0.5581,'1:59.678'],[0.0859,'-1.56'],[0.3023,'-13.26'],[0.2872,'-12.89']],
[[0.5598,'2:00.050'],[0.2357,'-4.67'],[0.3772,'-15.05'],[0.2943,'-13.06']],
[[0.5615,'2:00.422'],[0.1752,'-3.35'],[0.3838,'-15.21'],[0.3146,'-13.55']],
[[0.5633,'2:00.793'],[0.1889,'-3.64'],[0.3904,'-15.37'],[0.3348,'-14.03']],
[[0.5650,'2:01.165'],[0.1607,'-3.04'],[0.3831,'-15.19'],[0.3474,'-14.34']],
[[0.5667,'2:01.537'],[0.1278,'-2.38'],[0.3743,'-14.98'],[0.3592,'-14.62']],
[[0.5685,'2:01.908'],[0.2774,'-5.64'],[0.3966,'-15.52'],[0.3789,'-15.09']],
[[0.5702,'2:02.280'],[0.1662,'-3.16'],[0.4295,'-16.31'],[0.4012,'-15.63']],
[[0.5719,'2:02.652'],[0.1448,'-2.72'],[0.4282,'-16.28'],[0.4183,'-16.04']],
[[0.5737,'2:03.023'],[0.4287,'-9.73'],[0.4034,'-15.68'],[0.4318,'-16.36']],
[[0.5754,'2:03.395'],[0.1679,'-3.19'],[0.3889,'-15.33'],[0.4407,'-16.58']],
[[0.5771,'2:03.767'],[0.1491,'-2.80'],[0.3873,'-15.29'],[0.4437,'-16.65']],
[[0.5789,'2:04.138'],[0.1759,'-3.36'],[0.3921,'-15.41'],[0.4461,'-16.71']],
[[0.5806,'2:04.510'],[0.1255,'-2.33'],[0.4129,'-15.91'],[0.4475,'-16.74']],
[[0.5823,'2:04.882'],[0.3979,'-8.81'],[0.4285,'-16.28'],[0.4482,'-16.76']],
[[0.5841,'2:05.253'],[0.1707,'-3.25'],[0.4109,'-15.86'],[0.4448,'-16.67']],
[[0.5858,'2:05.625'],[0.0953,'-1.74'],[0.3933,'-15.44'],[0.4413,'-16.59']],
[[0.5875,'2:05.997'],[0.1083,'-1.99'],[0.3812,'-15.15'],[0.4401,'-16.56']],
[[0.5893,'2:06.368'],[0.1926,'-3.72'],[0.3693,'-14.86'],[0.4389,'-16.53']],
[[0.5910,'2:06.740'],[0.3252,'-6.83'],[0.3702,'-14.89'],[0.4358,'-16.46']],
[[0.5927,'2:07.112'],[0.1716,'-3.27'],[0.3739,'-14.97'],[0.4322,'-16.37']],
[[0.5945,'2:07.483'],[0.1520,'-2.86'],[0.3430,'-14.23'],[0.4181,'-16.04']],
[[0.5962,'2:07.855'],[0.4053,'-9.03'],[0.2955,'-13.09'],[0.3991,'-15.58']],
[[0.5979,'2:08.227'],[0.0839,'-1.52'],[0.2701,'-12.48'],[0.3823,'-15.17']],
[[0.5997,'2:08.598'],[0.0338,'-0.60'],[0.2648,'-12.35'],[0.3675,'-14.82']],
[[0.6014,'2:08.970'],[0.0943,'-1.72'],[0.2894,'-12.95'],[0.3581,'-14.59']],
[[0.6031,'2:09.342'],[0.0614,'-1.10'],[0.3652,'-14.77'],[0.3577,'-14.59']],
[[0.6049,'2:09.713'],[0.2925,'-6.01'],[0.4178,'-16.03'],[0.3573,'-14.57']],
[[0.6066,'2:10.085'],[0.1311,'-2.44'],[0.3863,'-15.27'],[0.3563,'-14.55']],
[[0.6083,'2:10.457'],[0.1075,'-1.97'],[0.3566,'-14.56'],[0.3560,'-14.54']],
[[0.6101,'2:10.828'],[0.0926,'-1.69'],[0.3530,'-14.47'],[0.3634,'-14.72']],
[[0.6118,'2:11.200'],[0.1708,'-3.25'],[0.3494,'-14.39'],[0.3708,'-14.90']],
[[0.6135,'2:11.572'],[0.1389,'-2.60'],[0.3844,'-15.23'],[0.3870,'-15.29']],
[[0.6153,'2:11.943'],[0.3389,'-7.19'],[0.4232,'-16.16'],[0.4041,'-15.70']],
[[0.6170,'2:12.315'],[0.1468,'-2.76'],[0.4147,'-15.95'],[0.4117,'-15.88']],
[[0.6187,'2:12.687'],[0.0864,'-1.57'],[0.3910,'-15.38'],[0.4163,'-15.99']],
[[0.6205,'2:13.059'],[0.0587,'-1.05'],[0.3732,'-14.96'],[0.4197,'-16.07']],
[[0.6222,'2:13.430'],[0.0931,'-1.70'],[0.3593,'-14.62'],[0.4222,'-16.13']],
[[0.6239,'2:13.802'],[0.3563,'-7.65'],[0.3608,'-14.66'],[0.4234,'-16.16']],
[[0.6256,'2:14.174'],[0.1564,'-2.95'],[0.3809,'-15.14'],[0.4229,'-16.15']],
[[0.6274,'2:14.545'],[0.1349,'-2.52'],[0.3895,'-15.35'],[0.4198,'-16.08']],
[[0.6291,'2:14.917'],[0.3521,'-7.54'],[0.3712,'-14.91'],[0.4109,'-15.86']],
[[0.6308,'2:15.289'],[0.1324,'-2.47'],[0.3494,'-14.39'],[0.4004,'-15.61']],
[[0.6326,'2:15.660'],[0.0930,'-1.70'],[0.3071,'-13.37'],[0.3816,'-15.16']],
[[0.6343,'2:16.032'],[0.0593,'-1.06'],[0.2647,'-12.35'],[0.3629,'-14.71']],
[[0.6360,'2:16.404'],[0.1039,'-1.91'],[0.2695,'-12.47'],[0.3566,'-14.56']],
[[0.6378,'2:16.775'],[0.2081,'-4.05'],[0.2745,'-12.59'],[0.3505,'-14.41']],
[[0.6395,'2:17.147'],[0.2455,'-4.89'],[0.3017,'-13.24'],[0.3460,'-14.30']],
[[0.6412,'2:17.519'],[0.3023,'-6.25'],[0.3332,'-14.00'],[0.3417,'-14.20']],
[[0.6430,'2:17.890'],[0.3816,'-8.35'],[0.2993,'-13.18'],[0.3299,'-13.92']],
[[0.6447,'2:18.262'],[0.2343,'-4.64'],[0.2356,'-11.65'],[0.3146,'-13.55']],
[[0.6464,'2:18.634'],[0.2939,'-6.05'],[0.2115,'-11.08'],[0.3051,'-13.32']],
[[0.6482,'2:19.005'],[0.0619,'-1.11'],[0.2220,'-11.33'],[0.3006,'-13.21']],
[[0.6499,'2:19.377'],[0.0603,'-1.08'],[0.2289,'-11.49'],[0.2932,'-13.04']],
[[0.6516,'2:19.749'],[0.0176,'-0.31'],[0.2300,'-11.52'],[0.2811,'-12.75']],
[[0.6534,'2:20.120'],[0.1321,'-2.46'],[0.2318,'-11.56'],[0.2692,'-12.46']],
[[0.6551,'2:20.492'],[0.0546,'-0.98'],[0.2358,'-11.66'],[0.2575,'-12.18']],
[[0.6568,'2:20.864'],[0.1421,'-2.66'],[0.2389,'-11.73'],[0.2468,'-11.92']],
[[0.6586,'2:21.235'],[0.1141,'-2.11'],[0.2302,'-11.53'],[0.2476,'-11.94']],
[[0.6603,'2:21.607'],[0.0959,'-1.75'],[0.2215,'-11.32'],[0.2484,'-11.96']],
[[0.6620,'2:21.979'],[0.0688,'-1.24'],[0.2301,'-11.52'],[0.2504,'-12.01']],
[[0.6638,'2:22.350'],[0.1422,'-2.67'],[0.2402,'-11.76'],[0.2525,'-12.06']],
[[0.6655,'2:22.722'],[0.0513,'-0.91'],[0.2418,'-11.80'],[0.2530,'-12.07']],
[[0.6672,'2:23.094'],[0.0598,'-1.07'],[0.2408,'-11.78'],[0.2531,'-12.07']],
[[0.6690,'2:23.465'],[0.0672,'-1.21'],[0.2394,'-11.75'],[0.2537,'-12.09']],
[[0.6707,'2:23.837'],[0.1695,'-3.23'],[0.2377,'-11.71'],[0.2548,'-12.11']],
[[0.6724,'2:24.209'],[0.0781,'-1.41'],[0.2387,'-11.73'],[0.2557,'-12.14']],
[[0.6742,'2:24.580'],[0.0836,'-1.52'],[0.2426,'-11.82'],[0.2566,'-12.16']],
[[0.6759,'2:24.952'],[0.1119,'-2.06'],[0.2423,'-11.82'],[0.2569,'-12.17']],
[[0.6776,'2:25.324'],[0.0908,'-1.65'],[0.2325,'-11.58'],[0.2558,'-12.14']],
[[0.6794,'2:25.695'],[0.1427,'-2.68'],[0.2239,'-11.37'],[0.2546,'-12.11']],
[[0.6811,'2:26.067'],[0.1120,'-2.06'],[0.2220,'-11.33'],[0.2530,'-12.07']],
[[0.6828,'2:26.439'],[0.0649,'-1.17'],[0.2200,'-11.28'],[0.2514,'-12.03']],
[[0.6846,'2:26.810'],[0.1065,'-1.96'],[0.2121,'-11.09'],[0.2461,'-11.91']],
[[0.6863,'2:27.182'],[0.0922,'-1.68'],[0.2042,'-10.90'],[0.2407,'-11.78']],
[[0.6880,'2:27.554'],[0.1242,'-2.30'],[0.2031,'-10.87'],[0.2361,'-11.67']],
[[0.6898,'2:27.925'],[0.0841,'-1.53'],[0.2031,'-10.88'],[0.2317,'-11.56']],
[[0.6915,'2:28.297'],[0.0875,'-1.59'],[0.2104,'-11.05'],[0.2295,'-11.51']],
[[0.6932,'2:28.669'],[0.1215,'-2.25'],[0.2208,'-11.30'],[0.2283,'-11.48']],
[[0.6950,'2:29.040'],[0.1122,'-2.07'],[0.2266,'-11.44'],[0.2282,'-11.48']],
[[0.6967,'2:29.412'],[0.0469,'-0.83'],[0.2284,'-11.48'],[0.2291,'-11.50']],
[[0.6984,'2:29.784'],[0.0911,'-1.66'],[0.2299,'-11.52'],[0.2302,'-11.52']],
[[0.7002,'2:30.155'],[0.1049,'-1.93'],[0.2309,'-11.54'],[0.2317,'-11.56']],
[[0.7019,'2:30.527'],[0.0972,'-1.78'],[0.2321,'-11.57'],[0.2338,'-11.61']],
[[0.7036,'2:30.899'],[0.1093,'-2.01'],[0.2339,'-11.61'],[0.2381,'-11.72']],
[[0.7054,'2:31.270'],[0.1193,'-2.21'],[0.2356,'-11.66'],[0.2425,'-11.82']],
[[0.7071,'2:31.642'],[0.1081,'-1.99'],[0.2363,'-11.67'],[0.2476,'-11.94']],
[[0.7088,'2:32.014'],[0.1053,'-1.93'],[0.2370,'-11.69'],[0.2527,'-12.07']],
[[0.7106,'2:32.386'],[0.0915,'-1.67'],[0.2367,'-11.68'],[0.2533,'-12.08']],
[[0.7123,'2:32.757'],[0.1319,'-2.46'],[0.2363,'-11.67'],[0.2535,'-12.08']],
[[0.7140,'2:33.129'],[0.1416,'-2.65'],[0.2419,'-11.81'],[0.2544,'-12.11']],
[[0.7158,'2:33.501'],[0.0859,'-1.56'],[0.2492,'-11.98'],[0.2556,'-12.14']],
[[0.7175,'2:33.872'],[0.1046,'-1.92'],[0.2445,'-11.87'],[0.2561,'-12.15']],
[[0.7192,'2:34.244'],[0.2001,'-3.88'],[0.2325,'-11.58'],[0.2560,'-12.14']],
[[0.7210,'2:34.616'],[0.0648,'-1.16'],[0.2155,'-11.17'],[0.2523,'-12.05']],
[[0.7227,'2:34.987'],[0.1092,'-2.01'],[0.1930,'-10.63'],[0.2445,'-11.87']],
[[0.7244,'2:35.359'],[0.0724,'-1.31'],[0.1799,'-10.32'],[0.2375,'-11.70']],
[[0.7262,'2:35.731'],[0.0385,'-0.68'],[0.1867,'-10.48'],[0.2322,'-11.57']],
[[0.7279,'2:36.102'],[0.0245,'-0.43'],[0.1961,'-10.71'],[0.2281,'-11.48']],
[[0.7296,'2:36.474'],[0.0799,'-1.45'],[0.2183,'-11.24'],[0.2301,'-11.52']],
[[0.7314,'2:36.846'],[0.0970,'-1.77'],[0.2400,'-11.76'],[0.2322,'-11.57']],
[[0.7331,'2:37.217'],[0.3828,'-8.38'],[0.2352,'-11.64'],[0.2378,'-11.71']],
[[0.7348,'2:37.589'],[0.4010,'-8.90'],[0.2303,'-11.53'],[0.2433,'-11.84']],
[[0.7366,'2:37.961'],[0.0700,'-1.26'],[0.3254,'-13.81'],[0.2562,'-12.15']],
[[0.7383,'2:38.332'],[0.2380,'-4.72'],[0.4365,'-16.48'],[0.2701,'-12.48']],
[[0.7400,'2:38.704'],[0.4476,'-10.31'],[0.4660,'-17.18'],[0.2957,'-13.10']],
[[0.7418,'2:39.076'],[0.3948,'-8.72'],[0.4619,'-17.09'],[0.3260,'-13.82']],
[[0.7435,'2:39.447'],[0.4320,'-9.83'],[0.4004,'-15.61'],[0.3450,'-14.28']],
[[0.7452,'2:39.819'],[0.4725,'-11.11'],[0.2930,'-13.03'],[0.3548,'-14.52']],
[[0.7470,'2:40.191'],[0.1114,'-2.05'],[0.2245,'-11.39'],[0.3514,'-14.43']],
[[0.7487,'2:40.562'],[0.0844,'-1.53'],[0.2137,'-11.13'],[0.3284,'-13.88']],
[[0.7504,'2:40.934'],[0.1987,'-3.85'],[0.2056,'-10.93'],[0.3050,'-13.32']],
[[0.7522,'2:41.306'],[0.0752,'-1.36'],[0.2055,'-10.93'],[0.2804,'-12.73']],
[[0.7539,'2:41.677'],[0.1404,'-2.63'],[0.2054,'-10.93'],[0.2572,'-12.17']],
[[0.7556,'2:42.049'],[0.1068,'-1.96'],[0.2046,'-10.91'],[0.2473,'-11.94']],
[[0.7574,'2:42.421'],[0.0644,'-1.16'],[0.2038,'-10.89'],[0.2374,'-11.70']],
[[0.7591,'2:42.792'],[0.0880,'-1.60'],[0.3121,'-13.49'],[0.2429,'-11.83']],
[[0.7608,'2:43.164'],[0.3086,'-6.41'],[0.4268,'-16.24'],[0.2494,'-11.98']],
[[0.7626,'2:43.536'],[0.5102,'-12.40'],[0.4367,'-16.48'],[0.2679,'-12.43']],
[[0.7643,'2:43.907'],[0.4478,'-10.32'],[0.4188,'-16.05'],[0.2896,'-12.95']],
[[0.7660,'2:44.279'],[0.4915,'-11.75'],[0.3588,'-14.61'],[0.3128,'-13.51']],
[[0.7678,'2:44.651'],[0.3669,'-7.94'],[0.2748,'-12.60'],[0.3370,'-14.09']],
[[0.7695,'2:45.022'],[0.0925,'-1.69'],[0.2279,'-11.47'],[0.3417,'-14.20']],
[[0.7712,'2:45.394'],[0.0609,'-1.09'],[0.2203,'-11.29'],[0.3258,'-13.82']],
[[0.7730,'2:45.766'],[0.1076,'-1.98'],[0.2129,'-11.11'],[0.3065,'-13.36']],
[[0.7747,'2:46.137'],[0.1475,'-2.77'],[0.2059,'-10.94'],[0.2804,'-12.73']],
[[0.7764,'2:46.509'],[0.0679,'-1.22'],[0.2002,'-10.80'],[0.2567,'-12.16']],
[[0.7782,'2:46.881'],[0.1266,'-2.35'],[0.1997,'-10.79'],[0.2432,'-11.84']],
[[0.7799,'2:47.252'],[0.1062,'-1.95'],[0.1993,'-10.78'],[0.2300,'-11.52']],
[[0.7816,'2:47.624'],[0.1522,'-2.87'],[0.2025,'-10.86'],[0.2262,'-11.43']],
[[0.7834,'2:47.996'],[0.0812,'-1.47'],[0.2058,'-10.94'],[0.2224,'-11.34']],
[[0.7851,'2:48.367'],[0.0939,'-1.71'],[0.2049,'-10.92'],[0.2213,'-11.31']],
[[0.7868,'2:48.739'],[0.1373,'-2.57'],[0.2034,'-10.88'],[0.2206,'-11.29']],
[[0.7886,'2:49.111'],[0.1104,'-2.03'],[0.2065,'-10.96'],[0.2203,'-11.29']],
[[0.7903,'2:49.482'],[0.1125,'-2.07'],[0.2114,'-11.07'],[0.2202,'-11.28']],
[[0.7920,'2:49.854'],[0.0841,'-1.53'],[0.2068,'-10.96'],[0.2194,'-11.27']],
[[0.7938,'2:50.226'],[0.1018,'-1.86'],[0.1951,'-10.68'],[0.2182,'-11.24']],
[[0.7955,'2:50.598'],[0.0645,'-1.16'],[0.1924,'-10.62'],[0.2180,'-11.23']],
[[0.7972,'2:50.969'],[0.0880,'-1.60'],[0.2026,'-10.86'],[0.2193,'-11.26']],
[[0.7990,'2:51.341'],[0.0933,'-1.70'],[0.2093,'-11.02'],[0.2204,'-11.29']],
[[0.8007,'2:51.713'],[0.1356,'-2.53'],[0.2062,'-10.95'],[0.2208,'-11.30']],
[[0.8024,'2:52.084'],[0.0573,'-1.02'],[0.2048,'-10.92'],[0.2214,'-11.31']],
[[0.8042,'2:52.456'],[0.1039,'-1.91'],[0.2173,'-11.22'],[0.2236,'-11.37']],
[[0.8059,'2:52.828'],[0.0866,'-1.57'],[0.2298,'-11.52'],[0.2258,'-11.42']],
[[0.8076,'2:53.199'],[0.0640,'-1.15'],[0.2183,'-11.24'],[0.2300,'-11.52']],
[[0.8094,'2:53.571'],[0.1221,'-2.26'],[0.2056,'-10.93'],[0.2344,'-11.63']],
[[0.8111,'2:53.943'],[0.0741,'-1.34'],[0.1984,'-10.76'],[0.2326,'-11.58']],
[[0.8128,'2:54.314'],[0.1883,'-3.62'],[0.1925,'-10.62'],[0.2292,'-11.50']],
[[0.8146,'2:54.686'],[0.1194,'-2.21'],[0.1935,'-10.64'],[0.2264,'-11.43']],
[[0.8163,'2:55.058'],[0.0605,'-1.08'],[0.1982,'-10.76'],[0.2240,'-11.38']],
[[0.8180,'2:55.429'],[0.1349,'-2.52'],[0.1930,'-10.63'],[0.2198,'-11.27']],
[[0.8198,'2:55.801'],[0.1271,'-2.36'],[0.1776,'-10.26'],[0.2138,'-11.13']],
[[0.8215,'2:56.173'],[0.1109,'-2.04'],[0.1817,'-10.36'],[0.2107,'-11.06']],
[[0.8232,'2:56.544'],[0.0586,'-1.05'],[0.2234,'-11.36'],[0.2132,'-11.12']],
[[0.8250,'2:56.916'],[0.0851,'-1.55'],[0.2810,'-12.74'],[0.2193,'-11.26']],
[[0.8267,'2:57.288'],[0.3887,'-8.55'],[0.4067,'-15.76'],[0.2411,'-11.79']],
[[0.8284,'2:57.659'],[0.4521,'-10.45'],[0.5242,'-18.58'],[0.2632,'-12.32']],
[[0.8302,'2:58.031'],[0.4331,'-9.86'],[0.4277,'-16.26'],[0.2933,'-13.04']],
[[0.8319,'2:58.403'],[0.5413,'-13.54'],[0.3311,'-13.95'],[0.3235,'-13.76']],
[[0.8336,'2:58.774'],[0.2745,'-5.58'],[0.3131,'-13.51'],[0.3553,'-14.53']],
[[0.8354,'2:59.146'],[0.0489,'-0.87'],[0.3053,'-13.33'],[0.3874,'-15.30']],
[[0.8371,'2:59.518'],[0.2093,'-4.08'],[0.3073,'-13.38'],[0.3976,'-15.54']],
[[0.8388,'2:59.889'],[0.1514,'-2.85'],[0.3129,'-13.51'],[0.3998,'-15.60']],
[[0.8406,'3:00.261'],[0.1099,'-2.02'],[0.3073,'-13.38'],[0.3905,'-15.37']],
[[0.8423,'3:00.633'],[0.0832,'-1.51'],[0.2936,'-13.05'],[0.3727,'-14.95']],
[[0.8440,'3:01.004'],[0.1204,'-2.23'],[0.2925,'-13.02'],[0.3628,'-14.71']],
[[0.8458,'3:01.376'],[0.1710,'-3.26'],[0.3085,'-13.40'],[0.3633,'-14.72']],
[[0.8475,'3:01.748'],[0.1072,'-1.97'],[0.3211,'-13.71'],[0.3640,'-14.74']],
[[0.8492,'3:02.119'],[0.1560,'-2.95'],[0.3245,'-13.79'],[0.3655,'-14.77']],
[[0.8510,'3:02.491'],[0.2528,'-5.06'],[0.3261,'-13.83'],[0.3667,'-14.80']],
[[0.8527,'3:02.863'],[0.1177,'-2.18'],[0.3138,'-13.53'],[0.3654,'-14.77']],
[[0.8544,'3:03.234'],[0.1223,'-2.27'],[0.3014,'-13.23'],[0.3641,'-14.74']],
[[0.8562,'3:03.606'],[0.0815,'-1.48'],[0.3232,'-13.76'],[0.3622,'-14.69']],
[[0.8579,'3:03.978'],[0.1008,'-1.85'],[0.3461,'-14.31'],[0.3602,'-14.64']],
[[0.8596,'3:04.349'],[0.2888,'-5.92'],[0.3450,'-14.28'],[0.3606,'-14.65']],
[[0.8614,'3:04.721'],[0.0853,'-1.55'],[0.3383,'-14.12'],[0.3616,'-14.68']],
[[0.8631,'3:05.093'],[0.0881,'-1.60'],[0.3081,'-13.39'],[0.3606,'-14.65']],
[[0.8648,'3:05.464'],[0.0255,'-0.45'],[0.2658,'-12.38'],[0.3585,'-14.60']],
[[0.8666,'3:05.836'],[0.0854,'-1.55'],[0.2442,'-11.86'],[0.3496,'-14.39']],
[[0.8683,'3:06.208'],[0.1076,'-1.98'],[0.2428,'-11.83'],[0.3340,'-14.02']],
[[0.8700,'3:06.579'],[0.0502,'-0.90'],[0.2435,'-11.84'],[0.3212,'-13.71']],
[[0.8718,'3:06.951'],[0.0987,'-1.81'],[0.2480,'-11.95'],[0.3133,'-13.52']],
[[0.8735,'3:07.323'],[0.0912,'-1.66'],[0.2533,'-12.08'],[0.3061,'-13.35']],
[[0.8752,'3:07.694'],[0.1650,'-3.13'],[0.2617,'-12.28'],[0.3016,'-13.24']],
[[0.8769,'3:08.066'],[0.2554,'-5.12'],[0.2692,'-12.46'],[0.2972,'-13.13']],
[[0.8787,'3:08.438'],[0.2727,'-5.53'],[0.2600,'-12.24'],[0.2959,'-13.10']],
[[0.8804,'3:08.809'],[0.1201,'-2.22'],[0.2508,'-12.02'],[0.2946,'-13.07']],
[[0.8821,'3:09.181'],[0.1898,'-3.66'],[0.2939,'-13.05'],[0.3035,'-13.28']],
[[0.8839,'3:09.553'],[0.2419,'-4.81'],[0.3432,'-14.24'],[0.3136,'-13.53']],
[[0.8856,'3:09.925'],[0.2505,'-5.01'],[0.3739,'-14.97'],[0.3281,'-13.87']],
[[0.8873,'3:10.296'],[0.2660,'-5.37'],[0.3981,'-15.56'],[0.3442,'-14.26']],
[[0.8891,'3:10.668'],[0.2784,'-5.67'],[0.4153,'-15.97'],[0.3547,'-14.51']],
[[0.8908,'3:11.040'],[0.2943,'-6.06'],[0.4275,'-16.26'],[0.3614,'-14.67']],
[[0.8925,'3:11.411'],[0.3156,'-6.59'],[0.4428,'-16.63'],[0.3756,'-15.01']],
[[0.8943,'3:11.783'],[0.3378,'-7.16'],[0.4621,'-17.09'],[0.3993,'-15.58']],
[[0.8960,'3:12.155'],[0.3534,'-7.58'],[0.4769,'-17.45'],[0.4213,'-16.11']],
[[0.8977,'3:12.526'],[0.3560,'-7.65'],[0.4805,'-17.53'],[0.4390,'-16.54']],
[[0.8995,'3:12.898'],[0.3296,'-6.95'],[0.4826,'-17.58'],[0.4557,'-16.94']],
[[0.9012,'3:13.270'],[0.3511,'-7.51'],[0.4759,'-17.42'],[0.4657,'-17.18']],
[[0.9029,'3:13.641'],[0.4061,'-9.05'],[0.4691,'-17.26'],[0.4757,'-17.42']],
[[0.9047,'3:14.013'],[0.3639,'-7.86'],[0.4845,'-17.63'],[0.4821,'-17.57']],
[[0.9064,'3:14.385'],[0.3563,'-7.65'],[0.5004,'-18.01'],[0.4885,'-17.72']],
[[0.9081,'3:14.756'],[0.3456,'-7.37'],[0.5049,'-18.12'],[0.4922,'-17.81']],
[[0.9099,'3:15.128'],[0.4202,'-9.47'],[0.5070,'-18.17'],[0.4955,'-17.89']],
[[0.9116,'3:15.500'],[0.3883,'-8.54'],[0.5114,'-18.27'],[0.4996,'-17.99']],
[[0.9133,'3:15.871'],[0.4009,'-8.90'],[0.5170,'-18.41'],[0.5041,'-18.10']],
[[0.9151,'3:16.243'],[0.3881,'-8.53'],[0.5170,'-18.41'],[0.5111,'-18.27']],
[[0.9168,'3:16.615'],[0.3826,'-8.38'],[0.5119,'-18.29'],[0.5204,'-18.49']],
[[0.9185,'3:16.986'],[0.4516,'-10.44'],[0.5050,'-18.12'],[0.5268,'-18.64']],
[[0.9203,'3:17.358'],[0.4446,'-10.22'],[0.4951,'-17.88'],[0.5282,'-18.68']],
[[0.9220,'3:17.730'],[0.4105,'-9.18'],[0.4877,'-17.71'],[0.5284,'-18.68']],
[[0.9237,'3:18.101'],[0.3929,'-8.67'],[0.4895,'-17.75'],[0.5246,'-18.59']],
[[0.9255,'3:18.473'],[0.4032,'-8.97'],[0.4908,'-17.78'],[0.5205,'-18.49']],
[[0.9272,'3:18.845'],[0.3825,'-8.37'],[0.4854,'-17.65'],[0.5118,'-18.28']],
[[0.9289,'3:19.216'],[0.4262,'-9.65'],[0.4801,'-17.52'],[0.5030,'-18.07']],
[[0.9307,'3:19.588'],[0.4296,'-9.75'],[0.4857,'-17.66'],[0.5008,'-18.02']],
[[0.9324,'3:19.960'],[0.3897,'-8.58'],[0.4924,'-17.82'],[0.4992,'-17.98']],
[[0.9341,'3:20.331'],[0.4451,'-10.23'],[0.4878,'-17.71'],[0.4979,'-17.95']],
[[0.9359,'3:20.703'],[0.4060,'-9.05'],[0.4794,'-17.51'],[0.4966,'-17.92']],
[[0.9376,'3:21.075'],[0.4044,'-9.00'],[0.4806,'-17.54'],[0.4959,'-17.90']],
[[0.9393,'3:21.446'],[0.3905,'-8.60'],[0.4882,'-17.72'],[0.4956,'-17.90']],
[[0.9411,'3:21.818'],[0.3949,'-8.73'],[0.4864,'-17.67'],[0.4942,'-17.86']],
[[0.9428,'3:22.190'],[0.4428,'-10.16'],[0.4730,'-17.35'],[0.4914,'-17.79']],
[[0.9445,'3:22.561'],[0.4220,'-9.52'],[0.4672,'-17.21'],[0.4894,'-17.75']],
[[0.9463,'3:22.933'],[0.4240,'-9.58'],[0.4796,'-17.51'],[0.4897,'-17.75']],
[[0.9480,'3:23.305'],[0.4490,'-10.35'],[0.4913,'-17.79'],[0.4903,'-17.77']],
[[0.9497,'3:23.676'],[0.4909,'-11.73'],[0.4993,'-17.98'],[0.4934,'-17.84']],
[[0.9515,'3:24.048'],[0.4523,'-10.46'],[0.5073,'-18.18'],[0.4964,'-17.91']],
[[0.9532,'3:24.420'],[0.4689,'-10.99'],[0.4970,'-17.93'],[0.5013,'-18.03']],
[[0.9549,'3:24.791'],[0.4503,'-10.39'],[0.4864,'-17.67'],[0.5061,'-18.15']],
[[0.9567,'3:25.163'],[0.4386,'-10.03'],[0.4930,'-17.83'],[0.5096,'-18.23']],
[[0.9584,'3:25.535'],[0.4329,'-9.85'],[0.5028,'-18.07'],[0.5129,'-18.31']],
[[0.9601,'3:25.906'],[0.4605,'-10.72'],[0.4443,'-16.66'],[0.5001,'-18.00']],
[[0.9619,'3:26.278'],[0.4844,'-11.51'],[0.3541,'-14.50'],[0.4799,'-17.52']],
[[0.9636,'3:26.650'],[0.4958,'-11.90'],[0.2971,'-13.13'],[0.4608,'-17.06']],
[[0.9653,'3:27.021'],[0.4422,'-10.14'],[0.2697,'-12.47'],[0.4424,'-16.62']],
[[0.9671,'3:27.393'],[0.1169,'-2.16'],[0.3071,'-13.37'],[0.4319,'-16.37']],
[[0.9688,'3:27.765'],[0.1387,'-2.59'],[0.4516,'-16.84'],[0.4344,'-16.43']],
[[0.9705,'3:28.136'],[0.4906,'-11.72'],[0.6522,'-21.65'],[0.4399,'-16.56']],
[[0.9723,'3:28.508'],[0.7062,'-21.28'],[1.0477,'-31.14'],[0.4562,'-16.95']],
[[0.9740,'3:28.880'],[0.8136,'-29.18'],[1.4421,'-40.61'],[0.4728,'-17.35']],
[[0.9757,'3:29.252'],[0.8938,'-38.95'],[1.8229,'-49.75'],[0.4935,'-17.84']],
[[0.9775,'3:29.623'],[0.9324,'-46.81'],[2.2036,'-58.89'],[0.5142,'-18.34']],
[[0.9792,'3:29.995'],[0.9571,'-54.69'],[2.5872,'-68.09'],[0.6169,'-20.81']],
[[0.9809,'3:30.367'],[0.9652,'-58.34'],[2.9710,'-77.30'],[0.7269,'-23.45']],
[[0.9827,'3:30.738'],[0.9656,'-58.53'],[3.1385,'-81.32'],[1.0463,'-31.11']],
[[0.9844,'3:31.110'],[0.9661,'-58.77'],[3.2396,'-83.75'],[1.4300,'-40.32']],
[[0.9861,'3:31.482'],[0.9658,'-58.63'],[3.3353,'-86.05'],[1.8055,'-49.33']],
[[0.9879,'3:31.853'],[0.9644,'-57.94'],[3.4277,'-88.26'],[2.1759,'-58.22']],
[[0.9896,'3:32.225'],[0.9644,'-57.95'],[4.0153,'-102.37'],[2.5601,'-67.44']],
[[0.9913,'3:32.597'],[1.0000,'-inf'],[5.1869,'-130.49'],[2.9606,'-77.05']],
[[0.9931,'3:32.968'],[1.0000,'-inf'],[6.0000,'-inf'],[3.2715,'-84.51']],
[[0.9948,'3:33.340'],[1.0000,'-inf'],[6.0000,'-inf'],[3.3788,'-87.09']],
[[0.9965,'3:33.712'],[1.0000,'-inf'],[6.0000,'-inf'],[3.4697,'-89.27']],
[[0.9983,'3:34.083'],[1.0000,'-inf'],[6.0000,'-inf'],[3.4697,'-89.27']],
[[1.0000,'3:34.455'],[1.0000,'-inf'],[6.0000,'-inf'],[3.4697,'-89.27']],
],
xmaj:[
[0.0000,'0:00'],
[0.1399,'0:30'],
[0.2798,'1:00'],
[0.4197,'1:30'],
[0.5596,'2:00'],
[0.6994,'2:30'],
[0.8393,'3:00'],
[0.9792,'3:30'],
],
xmin:[
0.0466,
0.0933,
0.1865,
0.2331,
0.3264,
0.3730,
0.4663,
0.5129,
0.6062,
0.6528,
0.7461,
0.7927,
0.8860,
0.9326,
],
yrange:[
-30.00,
-6.00,
],
ymaj:[
[0.0000,'-6'],
[0.1250,'-9'],
[0.2500,'-12'],
[0.3750,'-15'],
[0.5000,'-18'],
[0.6250,'-21'],
[0.7500,'-24'],
[0.8750,'-27'],
[1.0000,'-30'],
],
ymin:[
0.0417,
0.0833,
0.1667,
0.2083,
0.2917,
0.3333,
0.4167,
0.4583,
0.5417,
0.5833,
0.6667,
0.7083,
0.7917,
0.8333,
0.9167,
0.9583,
],
markers:[
[0.0000,'0:00.000','D minor','#567272', '#FFFFFF'],
],
};
var canv_0=document.getElementById('chart_0');
draw_chart(canv_0, data_0, -1, -1);
canv_0.addEventListener('mousemove', function (evt) { draw_chart(canv_0, data_0, evt.offsetX, evt.offsetY); }, false);
canv_0.addEventListener('mouseleave', function (evt) { draw_chart(canv_0, data_0, -1, -1); }, false);
window.addEventListener('resize', function (evt) { draw_chart(canv_0, data_0, -1, -1); }, false);
document.getElementById('regions').addEventListener('change', function (evt) { draw_chart(canv_0, data_0, -1, -1); }, false);
document.getElementById('markers').addEventListener('change', function (evt) { draw_chart(canv_0, data_0, -1, -1); }, false);
</script>
</body>
</html>