-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathNSE_err_C10.eps
3147 lines (3147 loc) · 50 KB
/
NSE_err_C10.eps
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
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: (MATLAB, The Mathworks, Inc. Version 8.5.0.197613 \(R2015a\). Operating System: Mac OS X)
%%Title: ./NSE_err_C.eps
%%CreationDate: 2016-01-28T00:22:40
%%Pages: (atend)
%%BoundingBox: (atend)
%%LanguageLevel: 3
%%EndComments
%%BeginProlog
%%BeginResource: procset (Apache XML Graphics Std ProcSet) 1.2 0
%%Version: 1.2 0
%%Copyright: (Copyright 2001-2003,2010 The Apache Software Foundation. License terms: http://www.apache.org/licenses/LICENSE-2.0)
/bd{bind def}bind def
/ld{load def}bd
/GR/grestore ld
/M/moveto ld
/LJ/setlinejoin ld
/C/curveto ld
/f/fill ld
/LW/setlinewidth ld
/GC/setgray ld
/t/show ld
/N/newpath ld
/CT/concat ld
/cp/closepath ld
/S/stroke ld
/L/lineto ld
/CC/setcmykcolor ld
/A/ashow ld
/GS/gsave ld
/RC/setrgbcolor ld
/RM/rmoveto ld
/ML/setmiterlimit ld
/re {4 2 roll M
1 index 0 rlineto
0 exch rlineto
neg 0 rlineto
cp } bd
/_ctm matrix def
/_tm matrix def
/BT { _ctm currentmatrix pop matrix _tm copy pop 0 0 moveto } bd
/ET { _ctm setmatrix } bd
/iTm { _ctm setmatrix _tm concat } bd
/Tm { _tm astore pop iTm 0 0 moveto } bd
/ux 0.0 def
/uy 0.0 def
/F {
/Tp exch def
/Tf exch def
Tf findfont Tp scalefont setfont
/cf Tf def /cs Tp def
} bd
/ULS {currentpoint /uy exch def /ux exch def} bd
/ULE {
/Tcx currentpoint pop def
gsave
newpath
cf findfont cs scalefont dup
/FontMatrix get 0 get /Ts exch def /FontInfo get dup
/UnderlinePosition get Ts mul /To exch def
/UnderlineThickness get Ts mul /Tt exch def
ux uy To add moveto Tcx uy To add lineto
Tt setlinewidth stroke
grestore
} bd
/OLE {
/Tcx currentpoint pop def
gsave
newpath
cf findfont cs scalefont dup
/FontMatrix get 0 get /Ts exch def /FontInfo get dup
/UnderlinePosition get Ts mul /To exch def
/UnderlineThickness get Ts mul /Tt exch def
ux uy To add cs add moveto Tcx uy To add cs add lineto
Tt setlinewidth stroke
grestore
} bd
/SOE {
/Tcx currentpoint pop def
gsave
newpath
cf findfont cs scalefont dup
/FontMatrix get 0 get /Ts exch def /FontInfo get dup
/UnderlinePosition get Ts mul /To exch def
/UnderlineThickness get Ts mul /Tt exch def
ux uy To add cs 10 mul 26 idiv add moveto Tcx uy To add cs 10 mul 26 idiv add lineto
Tt setlinewidth stroke
grestore
} bd
/QT {
/Y22 exch store
/X22 exch store
/Y21 exch store
/X21 exch store
currentpoint
/Y21 load 2 mul add 3 div exch
/X21 load 2 mul add 3 div exch
/X21 load 2 mul /X22 load add 3 div
/Y21 load 2 mul /Y22 load add 3 div
/X22 load /Y22 load curveto
} bd
/SSPD {
dup length /d exch dict def
{
/v exch def
/k exch def
currentpagedevice k known {
/cpdv currentpagedevice k get def
v cpdv ne {
/upd false def
/nullv v type /nulltype eq def
/nullcpdv cpdv type /nulltype eq def
nullv nullcpdv or
{
/upd true def
} {
/sametype v type cpdv type eq def
sametype {
v type /arraytype eq {
/vlen v length def
/cpdvlen cpdv length def
vlen cpdvlen eq {
0 1 vlen 1 sub {
/i exch def
/obj v i get def
/cpdobj cpdv i get def
obj cpdobj ne {
/upd true def
exit
} if
} for
} {
/upd true def
} ifelse
} {
v type /dicttype eq {
v {
/dv exch def
/dk exch def
/cpddv cpdv dk get def
dv cpddv ne {
/upd true def
exit
} if
} forall
} {
/upd true def
} ifelse
} ifelse
} if
} ifelse
upd true eq {
d k v put
} if
} if
} if
} forall
d length 0 gt {
d setpagedevice
} if
} bd
%%EndResource
%%BeginResource: procset (Apache XML Graphics EPS ProcSet) 1.0 0
%%Version: 1.0 0
%%Copyright: (Copyright 2002-2003 The Apache Software Foundation. License terms: http://www.apache.org/licenses/LICENSE-2.0)
/BeginEPSF { %def
/b4_Inc_state save def % Save state for cleanup
/dict_count countdictstack def % Count objects on dict stack
/op_count count 1 sub def % Count objects on operand stack
userdict begin % Push userdict on dict stack
/showpage { } def % Redefine showpage, { } = null proc
0 setgray 0 setlinecap % Prepare graphics state
1 setlinewidth 0 setlinejoin
10 setmiterlimit [ ] 0 setdash newpath
/languagelevel where % If level not equal to 1 then
{pop languagelevel % set strokeadjust and
1 ne % overprint to their defaults.
{false setstrokeadjust false setoverprint
} if
} if
} bd
/EndEPSF { %def
count op_count sub {pop} repeat % Clean up stacks
countdictstack dict_count sub {end} repeat
b4_Inc_state restore
} bd
%%EndResource
%FOPBeginFontDict
%%IncludeResource: font Courier-Bold
%%IncludeResource: font Helvetica
%%IncludeResource: font Courier-BoldOblique
%%IncludeResource: font Courier-Oblique
%%IncludeResource: font Times-Roman
%%IncludeResource: font Helvetica-BoldOblique
%%IncludeResource: font Helvetica-Bold
%%IncludeResource: font Helvetica-Oblique
%%IncludeResource: font Times-BoldItalic
%%IncludeResource: font Courier
%%IncludeResource: font Times-Italic
%%IncludeResource: font Times-Bold
%%IncludeResource: font Symbol
%%IncludeResource: font ZapfDingbats
%FOPEndFontDict
%%BeginResource: encoding WinAnsiEncoding
/WinAnsiEncoding [
/.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /space /exclam /quotedbl
/numbersign /dollar /percent /ampersand /quotesingle
/parenleft /parenright /asterisk /plus /comma
/hyphen /period /slash /zero /one
/two /three /four /five /six
/seven /eight /nine /colon /semicolon
/less /equal /greater /question /at
/A /B /C /D /E
/F /G /H /I /J
/K /L /M /N /O
/P /Q /R /S /T
/U /V /W /X /Y
/Z /bracketleft /backslash /bracketright /asciicircum
/underscore /quoteleft /a /b /c
/d /e /f /g /h
/i /j /k /l /m
/n /o /p /q /r
/s /t /u /v /w
/x /y /z /braceleft /bar
/braceright /asciitilde /bullet /Euro /bullet
/quotesinglbase /florin /quotedblbase /ellipsis /dagger
/daggerdbl /circumflex /perthousand /Scaron /guilsinglleft
/OE /bullet /Zcaron /bullet /bullet
/quoteleft /quoteright /quotedblleft /quotedblright /bullet
/endash /emdash /asciitilde /trademark /scaron
/guilsinglright /oe /bullet /zcaron /Ydieresis
/space /exclamdown /cent /sterling /currency
/yen /brokenbar /section /dieresis /copyright
/ordfeminine /guillemotleft /logicalnot /sfthyphen /registered
/macron /degree /plusminus /twosuperior /threesuperior
/acute /mu /paragraph /middot /cedilla
/onesuperior /ordmasculine /guillemotright /onequarter /onehalf
/threequarters /questiondown /Agrave /Aacute /Acircumflex
/Atilde /Adieresis /Aring /AE /Ccedilla
/Egrave /Eacute /Ecircumflex /Edieresis /Igrave
/Iacute /Icircumflex /Idieresis /Eth /Ntilde
/Ograve /Oacute /Ocircumflex /Otilde /Odieresis
/multiply /Oslash /Ugrave /Uacute /Ucircumflex
/Udieresis /Yacute /Thorn /germandbls /agrave
/aacute /acircumflex /atilde /adieresis /aring
/ae /ccedilla /egrave /eacute /ecircumflex
/edieresis /igrave /iacute /icircumflex /idieresis
/eth /ntilde /ograve /oacute /ocircumflex
/otilde /odieresis /divide /oslash /ugrave
/uacute /ucircumflex /udieresis /yacute /thorn
/ydieresis
] def
%%EndResource
%FOPBeginFontReencode
/Courier-Bold findfont
dup length dict begin
{1 index /FID ne {def} {pop pop} ifelse} forall
/Encoding WinAnsiEncoding def
currentdict
end
/Courier-Bold exch definefont pop
/Helvetica findfont
dup length dict begin
{1 index /FID ne {def} {pop pop} ifelse} forall
/Encoding WinAnsiEncoding def
currentdict
end
/Helvetica exch definefont pop
/Courier-BoldOblique findfont
dup length dict begin
{1 index /FID ne {def} {pop pop} ifelse} forall
/Encoding WinAnsiEncoding def
currentdict
end
/Courier-BoldOblique exch definefont pop
/Courier-Oblique findfont
dup length dict begin
{1 index /FID ne {def} {pop pop} ifelse} forall
/Encoding WinAnsiEncoding def
currentdict
end
/Courier-Oblique exch definefont pop
/Times-Roman findfont
dup length dict begin
{1 index /FID ne {def} {pop pop} ifelse} forall
/Encoding WinAnsiEncoding def
currentdict
end
/Times-Roman exch definefont pop
/Helvetica-BoldOblique findfont
dup length dict begin
{1 index /FID ne {def} {pop pop} ifelse} forall
/Encoding WinAnsiEncoding def
currentdict
end
/Helvetica-BoldOblique exch definefont pop
/Helvetica-Bold findfont
dup length dict begin
{1 index /FID ne {def} {pop pop} ifelse} forall
/Encoding WinAnsiEncoding def
currentdict
end
/Helvetica-Bold exch definefont pop
/Helvetica-Oblique findfont
dup length dict begin
{1 index /FID ne {def} {pop pop} ifelse} forall
/Encoding WinAnsiEncoding def
currentdict
end
/Helvetica-Oblique exch definefont pop
/Times-BoldItalic findfont
dup length dict begin
{1 index /FID ne {def} {pop pop} ifelse} forall
/Encoding WinAnsiEncoding def
currentdict
end
/Times-BoldItalic exch definefont pop
/Courier findfont
dup length dict begin
{1 index /FID ne {def} {pop pop} ifelse} forall
/Encoding WinAnsiEncoding def
currentdict
end
/Courier exch definefont pop
/Times-Italic findfont
dup length dict begin
{1 index /FID ne {def} {pop pop} ifelse} forall
/Encoding WinAnsiEncoding def
currentdict
end
/Times-Italic exch definefont pop
/Times-Bold findfont
dup length dict begin
{1 index /FID ne {def} {pop pop} ifelse} forall
/Encoding WinAnsiEncoding def
currentdict
end
/Times-Bold exch definefont pop
%FOPEndFontReencode
%%EndProlog
%%Page: 1 1
%%PageBoundingBox: 0 0 360 288
%%BeginPageSetup
[1 0 0 -1 0 288] CT
%%EndPageSetup
GS
1 GC
N
0 0 360 288 re
f
GR
GS
1 GC
N
0 0 360 288 re
f
GR
GS
1 GC
N
47 256 M
326 256 L
326 22 L
47 22 L
cp
f
GR
GS
[1 0 0 1 186.50014 272] CT
0.149 GC
/Helvetica 11 F
GS
[1 0 0 1 0 0] CT
-6 9 moveto
1 -1 scale
(|x|) t
GR
GR
GS
0.149 GC
2 setlinecap
10.0 ML
N
47 256 M
326 256 L
S
GR
GS
0.149 GC
2 setlinecap
10.0 ML
N
47 22 M
326 22 L
S
GR
GS
0.149 GC
2 setlinecap
10.0 ML
N
47 256 M
47 253.21 L
S
GR
GS
0.149 GC
2 setlinecap
10.0 ML
N
102.8 256 M
102.8 253.21 L
S
GR
GS
0.149 GC
2 setlinecap
10.0 ML
N
158.6 256 M
158.6 253.21 L
S
GR
GS
0.149 GC
2 setlinecap
10.0 ML
N
214.4 256 M
214.4 253.21 L
S
GR
GS
0.149 GC
2 setlinecap
10.0 ML
N
270.2 256 M
270.2 253.21 L
S
GR
GS
0.149 GC
2 setlinecap
10.0 ML
N
326 256 M
326 253.21 L
S
GR
GS
0.149 GC
2 setlinecap
10.0 ML
N
47 22 M
47 24.79 L
S
GR
GS
0.149 GC
2 setlinecap
10.0 ML
N
102.8 22 M
102.8 24.79 L
S
GR
GS
0.149 GC
2 setlinecap
10.0 ML
N
158.6 22 M
158.6 24.79 L
S
GR
GS
0.149 GC
2 setlinecap
10.0 ML
N
214.4 22 M
214.4 24.79 L
S
GR
GS
0.149 GC
2 setlinecap
10.0 ML
N
270.2 22 M
270.2 24.79 L
S
GR
GS
0.149 GC
2 setlinecap
10.0 ML
N
326 22 M
326 24.79 L
S
GR
GS
[1 0 0 1 47 260] CT
0.149 GC
/Helvetica 10 F
GS
[1 0 0 1 0 0] CT
-3 8 moveto
1 -1 scale
(0) t
GR
GR
GS
[1 0 0 1 102.8 260] CT
0.149 GC
/Helvetica 10 F
GS
[1 0 0 1 0 0] CT
-3 8 moveto
1 -1 scale
(2) t
GR
GR
GS
[1 0 0 1 158.60001 260] CT
0.149 GC
/Helvetica 10 F
GS
[1 0 0 1 0 0] CT
-3 8 moveto
1 -1 scale
(4) t
GR
GR
GS
[1 0 0 1 214.39999 260] CT
0.149 GC
/Helvetica 10 F
GS
[1 0 0 1 0 0] CT
-3 8 moveto
1 -1 scale
(6) t
GR
GR
GS
[1 0 0 1 270.20001 260] CT
0.149 GC
/Helvetica 10 F
GS
[1 0 0 1 0 0] CT
-3 8 moveto
1 -1 scale
(8) t
GR
GR
GS
[1 0 0 1 326 260] CT
0.149 GC
/Helvetica 10 F
GS
[1 0 0 1 0 0] CT
-6 8 moveto
1 -1 scale
(10) t
GR
GR
GS
[0 -1 1 0 28 138.99989] CT
0.149 GC
/Helvetica 11 F
GS
[1 0 0 1 0 0] CT
-41 -3 moveto
1 -1 scale
(percentage error) t
GR
GR
GS
0.149 GC
2 setlinecap
10.0 ML
N
47 256 M
47 22 L
S
GR
GS
0.149 GC
2 setlinecap
10.0 ML
N
326 256 M
326 22 L
S
GR
GS
0.149 GC
2 setlinecap
10.0 ML
N
47 256 M
49.79 256 L
S
GR
GS
0.149 GC
2 setlinecap
10.0 ML
N
47 209.2 M
49.79 209.2 L
S
GR
GS
0.149 GC
2 setlinecap
10.0 ML
N
47 162.4 M
49.79 162.4 L
S
GR
GS
0.149 GC
2 setlinecap
10.0 ML
N
47 115.6 M
49.79 115.6 L
S
GR
GS
0.149 GC
2 setlinecap
10.0 ML
N
47 68.8 M
49.79 68.8 L
S
GR
GS
0.149 GC
2 setlinecap
10.0 ML
N
47 22 M
49.79 22 L
S
GR
GS
0.149 GC
2 setlinecap
10.0 ML
N
326 256 M
323.21 256 L
S
GR
GS
0.149 GC
2 setlinecap
10.0 ML
N
326 209.2 M
323.21 209.2 L
S
GR
GS
0.149 GC
2 setlinecap
10.0 ML
N
326 162.4 M
323.21 162.4 L
S
GR
GS
0.149 GC
2 setlinecap
10.0 ML
N
326 115.6 M
323.21 115.6 L
S
GR
GS
0.149 GC
2 setlinecap
10.0 ML
N
326 68.8 M
323.21 68.8 L
S
GR
GS
0.149 GC
2 setlinecap
10.0 ML
N
326 22 M
323.21 22 L
S
GR
GS
[1 0 0 1 43 256] CT
0.149 GC
/Helvetica 10 F
GS
[1 0 0 1 0 0] CT
-6 2.5 moveto
1 -1 scale
(0) t
GR
GR
GS
[1 0 0 1 43 209.2] CT
0.149 GC
/Helvetica 10 F
GS
[1 0 0 1 0 0] CT
-6 2.5 moveto
1 -1 scale
(2) t
GR
GR
GS
[1 0 0 1 43 162.39999] CT
0.149 GC
/Helvetica 10 F
GS
[1 0 0 1 0 0] CT
-6 2.5 moveto
1 -1 scale
(4) t
GR
GR
GS
[1 0 0 1 43 115.6] CT
0.149 GC
/Helvetica 10 F
GS
[1 0 0 1 0 0] CT
-6 2.5 moveto
1 -1 scale
(6) t
GR
GR
GS
[1 0 0 1 43 68.8] CT
0.149 GC
/Helvetica 10 F
GS
[1 0 0 1 0 0] CT
-6 2.5 moveto
1 -1 scale
(8) t
GR
GR
GS
[1 0 0 1 43 22] CT
0.149 GC
/Helvetica 10 F
GS
[1 0 0 1 0 0] CT
-12 2.5 moveto
1 -1 scale
(10) t
GR
GR
GS
0 0 1 RC
[10 6] 0 setdash
2 LJ
1.5 LW
N
47.109 171.977 M
47.327 171.95 L
47.545 171.975 L
47.763 172.05 L
47.981 172.174 L
48.199 172.346 L
48.417 172.564 L
48.635 172.827 L
48.853 173.134 L
49.071 173.483 L
49.289 173.873 L
49.507 174.303 L
49.725 174.772 L
49.943 175.278 L
50.161 175.82 L
50.379 176.396 L
50.596 177.006 L
50.814 177.648 L
51.032 178.321 L
51.25 179.023 L
51.468 179.753 L
51.686 180.51 L
51.904 181.293 L
52.122 182.1 L
52.34 182.93 L
52.558 183.781 L
52.776 184.653 L
52.994 185.543 L
53.212 186.451 L
53.43 187.375 L
53.648 188.314 L
53.866 189.265 L
54.084 190.23 L
54.302 191.203 L
54.52 192.187 L
54.738 193.177 L
54.956 194.174 L
55.174 195.175 L
55.392 196.179 L
55.61 197.184 L
55.828 198.19 L
56.046 199.192 L
56.264 200.193 L
56.482 201.187 L
56.7 202.175 L
56.918 203.153 L
57.136 204.122 L
57.354 205.078 L
57.571 206.02 L
57.789 206.945 L
58.007 207.854 L
58.225 208.741 L
58.443 209.607 L
58.661 210.447 L
58.879 211.263 L
59.097 212.048 L
59.315 212.803 L
59.533 213.521 L
59.751 214.2 L
59.969 214.825 L
60.187 215.367 L
60.405 215.733 L
60.623 215.659 L
60.841 214.384 L
61.059 217.306 L
61.277 220.53 L
61.495 219.434 L
61.713 219.592 L
61.931 220.219 L
62.149 221.045 L
62.367 221.982 L
62.585 222.996 L
62.803 224.077 L
63.021 225.217 L
63.239 226.416 L
63.457 227.667 L
63.675 228.973 L
63.893 230.326 L
64.111 231.729 L
64.329 233.175 L
64.546 234.666 L
64.764 236.196 L
64.982 237.767 L
65.2 239.372 L
65.418 241.013 L
65.636 242.684 L
65.854 244.387 L
66.072 246.115 L
66.29 247.87 L
66.508 249.646 L
66.726 251.445 L
66.944 253.26 L
67.162 255.093 L
67.38 255.062 L
67.598 253.204 L
67.816 251.338 L
68.034 249.463 L
68.252 247.585 L
68.47 245.703 L
68.688 243.821 L
68.906 241.94 L
69.124 240.065 L
69.342 238.194 L
69.56 236.334 L
69.778 234.482 L
69.996 232.645 L
70.214 230.821 L
70.432 229.017 L
70.65 227.23 L
70.868 225.466 L
71.086 223.725 L
71.304 222.012 L
71.521 220.325 L
71.739 218.67 L
71.957 217.047 L
72.175 215.46 L
72.393 213.909 L
72.611 212.399 L
72.829 210.928 L
73.047 209.504 L
73.265 208.123 L
73.483 206.793 L
73.701 205.511 L
73.919 204.284 L
74.137 203.111 L
74.355 201.996 L
74.573 200.94 L
74.791 199.947 L
75.009 199.016 L
75.227 198.153 L
75.445 197.351 L
75.663 196.615 L
75.881 195.939 L
76.099 195.326 L
76.317 194.771 L
76.535 194.277 L
76.753 193.841 L
76.971 193.463 L
77.189 193.141 L
77.407 192.876 L
77.625 192.665 L
77.843 192.509 L
78.061 192.405 L
78.279 192.355 L
78.496 192.355 L
78.714 192.407 L
78.932 192.508 L
79.15 192.659 L
79.368 192.857 L
79.586 193.104 L
79.804 193.395 L
80.022 193.734 L
80.24 194.117 L
80.458 194.545 L
80.676 195.014 L
80.894 195.528 L
81.112 196.082 L
81.33 196.678 L
81.548 197.312 L
81.766 197.987 L
81.984 198.699 L
82.202 199.45 L
82.42 200.236 L
82.638 201.059 L
82.856 201.916 L
83.074 202.809 L
83.292 203.733 L
83.51 204.691 L
83.728 205.68 L
83.946 206.7 L
84.164 207.749 L
84.382 208.828 L
84.6 209.935 L
84.818 211.07 L
85.036 212.23 L
85.254 213.416 L
85.471 214.626 L
85.689 215.861 L
85.907 217.118 L
86.125 218.398 L
86.343 219.697 L
86.561 221.018 L
86.779 222.357 L
86.997 223.715 L
87.215 225.09 L
87.433 226.481 L
87.651 227.887 L
87.869 229.308 L
88.087 230.742 L
88.305 232.189 L
88.523 233.646 L
88.741 235.131 L
88.959 236.593 L
89.177 238.079 L
89.395 239.572 L
89.613 241.071 L
89.831 242.575 L
90.049 244.084 L
90.267 245.595 L
90.485 247.108 L
90.703 248.622 L
90.921 250.136 L
91.139 251.648 L
91.357 253.158 L
91.575 254.664 L
91.793 255.835 L
92.011 254.34 L
92.229 252.853 L
92.446 251.374 L
92.664 249.905 L
92.882 248.446 L
93.1 247 L
93.318 245.567 L
93.536 244.149 L
93.754 242.747 L