-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfig040416.eps
552 lines (535 loc) · 24.9 KB
/
fig040416.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
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: MATLAB, The Mathworks, Inc. Version 7.2.0.232 (R2006a). Operating System: Microsoft Windows XP.
%%Title: C:\workshop\fig040416.eps
%%CreationDate: 06/24/2013 21:36:51
%%DocumentNeededFonts: Helvetica
%%DocumentProcessColors: Cyan Magenta Yellow Black
%%LanguageLevel: 2
%%Pages: 1
%%BoundingBox: -78 148 689 643
%%EndComments
%%BeginProlog
% MathWorks dictionary
/MathWorks 160 dict begin
% definition operators
/bdef {bind def} bind def
/ldef {load def} bind def
/xdef {exch def} bdef
/xstore {exch store} bdef
% operator abbreviations
/c /clip ldef
/cc /concat ldef
/cp /closepath ldef
/gr /grestore ldef
/gs /gsave ldef
/mt /moveto ldef
/np /newpath ldef
/cm /currentmatrix ldef
/sm /setmatrix ldef
/rm /rmoveto ldef
/rl /rlineto ldef
/s {show newpath} bdef
/sc {setcmykcolor} bdef
/sr /setrgbcolor ldef
/sg /setgray ldef
/w /setlinewidth ldef
/j /setlinejoin ldef
/cap /setlinecap ldef
/rc {rectclip} bdef
/rf {rectfill} bdef
% page state control
/pgsv () def
/bpage {/pgsv save def} bdef
/epage {pgsv restore} bdef
/bplot /gsave ldef
/eplot {stroke grestore} bdef
% orientation switch
/portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def
% coordinate system mappings
/dpi2point 0 def
% font control
/FontSize 0 def
/FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0]
makefont setfont} bdef
/ISOLatin1Encoding where {pop /WindowsLatin1Encoding 256 array bdef
ISOLatin1Encoding WindowsLatin1Encoding copy pop
/.notdef/.notdef/quotesinglbase/florin/quotedblbase/ellipsis/dagger
/daggerdbl/circumflex/perthousand/Scaron/guilsinglleft/OE/.notdef/.notdef
/.notdef/.notdef/quoteleft/quoteright/quotedblleft/quotedblright/bullet
/endash/emdash/tilde/trademark/scaron/guilsinglright/oe/.notdef/.notdef
/Ydieresis WindowsLatin1Encoding 128 32 getinterval astore pop}
{/WindowsLatin1Encoding StandardEncoding bdef} ifelse
/reencode {exch dup where {pop load} {pop StandardEncoding} ifelse
exch dup 3 1 roll findfont dup length dict begin
{ 1 index /FID ne {def}{pop pop} ifelse } forall
/Encoding exch def currentdict end definefont pop} bdef
/isroman {findfont /CharStrings get /Agrave known} bdef
/FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse
exch FMS} bdef
/csm {1 dpi2point div -1 dpi2point div scale neg translate
dup landscapeMode eq {pop -90 rotate}
{rotateMode eq {90 rotate} if} ifelse} bdef
% line types: solid, dotted, dashed, dotdash
/SO { [] 0 setdash } bdef
/DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
/DA { [6 dpi2point mul] 0 setdash } bdef
/DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4
dpi2point mul] 0 setdash } bdef
% macros for lines and objects
/L {lineto stroke} bdef
/MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef
/AP {{rlineto} repeat} bdef
/PDlw -1 def
/W {/PDlw currentlinewidth def setlinewidth} def
/PP {closepath eofill} bdef
/DP {closepath stroke} bdef
/MR {4 -2 roll moveto dup 0 exch rlineto exch 0 rlineto
neg 0 exch rlineto closepath} bdef
/FR {MR stroke} bdef
/PR {MR fill} bdef
/L1i {{currentfile picstr readhexstring pop} image} bdef
/tMatrix matrix def
/MakeOval {newpath tMatrix currentmatrix pop translate scale
0 0 1 0 360 arc tMatrix setmatrix} bdef
/FO {MakeOval stroke} bdef
/PO {MakeOval fill} bdef
/PD {currentlinewidth 2 div 0 360 arc fill
PDlw -1 eq not {PDlw w /PDlw -1 def} if} def
/FA {newpath tMatrix currentmatrix pop translate scale
0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef
/PA {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef
/FAn {newpath tMatrix currentmatrix pop translate scale
0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef
/PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef
/vradius 0 def /hradius 0 def /lry 0 def
/lrx 0 def /uly 0 def /ulx 0 def /rad 0 def
/MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef
/ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly
vradius add translate hradius vradius scale 0 0 1 180 270 arc
tMatrix setmatrix lrx hradius sub uly vradius add translate
hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix
lrx hradius sub lry vradius sub translate hradius vradius scale
0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub
translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix
closepath} bdef
/FRR {MRR stroke } bdef
/PRR {MRR fill } bdef
/MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def
newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad
sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix
closepath} bdef
/FlrRR {MlrRR stroke } bdef
/PlrRR {MlrRR fill } bdef
/MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def
newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad
sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix
closepath} bdef
/FtbRR {MtbRR stroke } bdef
/PtbRR {MtbRR fill } bdef
/stri 6 array def /dtri 6 array def
/smat 6 array def /dmat 6 array def
/tmat1 6 array def /tmat2 6 array def /dif 3 array def
/asub {/ind2 exch def /ind1 exch def dup dup
ind1 get exch ind2 get sub exch } bdef
/tri_to_matrix {
2 0 asub 3 1 asub 4 0 asub 5 1 asub
dup 0 get exch 1 get 7 -1 roll astore } bdef
/compute_transform {
dmat dtri tri_to_matrix tmat1 invertmatrix
smat stri tri_to_matrix tmat2 concatmatrix } bdef
/ds {stri astore pop} bdef
/dt {dtri astore pop} bdef
/db {2 copy /cols xdef /rows xdef mul dup 3 mul string
currentfile
3 index 0 eq {/ASCIIHexDecode filter}
{/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if }
ifelse exch readstring pop
dup 0 3 index getinterval /rbmap xdef
dup 2 index dup getinterval /gbmap xdef
1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef
/it {gs np dtri aload pop moveto lineto lineto cp c
cols rows 8 compute_transform
rbmap gbmap bbmap true 3 colorimage gr}bdef
/il {newpath moveto lineto stroke}bdef
currentdict end def
%%EndProlog
%%BeginSetup
MathWorks begin
0 cap
end
%%EndSetup
%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox: -78 148 689 643
MathWorks begin
bpage
%%EndPageSetup
%%BeginObject: obj1
bplot
/dpi2point 12 def
portraitMode -0936 7716 csm
0 0 9215 5940 rc
85 dict begin %Colortable dictionary
/c0 { 0.000000 0.000000 0.000000 sr} bdef
/c1 { 1.000000 1.000000 1.000000 sr} bdef
/c2 { 0.900000 0.000000 0.000000 sr} bdef
/c3 { 0.000000 0.820000 0.000000 sr} bdef
/c4 { 0.000000 0.000000 0.800000 sr} bdef
/c5 { 0.910000 0.820000 0.320000 sr} bdef
/c6 { 1.000000 0.260000 0.820000 sr} bdef
/c7 { 0.000000 0.820000 0.820000 sr} bdef
c0
1 j
1 sg
0 0 9216 5941 rf
6 w
gs 1198 446 7143 4842 rc
9.6 w
/c8 { 0.000000 0.000000 1.000000 sr} bdef
c8
7142 0 1198 2866 2 MP stroke
-143 -55 8340 2866 2 MP stroke
-143 55 8340 2866 2 MP stroke
0 sg
0 110 -143 -55 8340 2866 3 MP
PP
6 w
143 -55 0 110 -143 -55 8340 2866 4 MP stroke
gr
0 sg
%%IncludeResource: font Helvetica-Oblique
/Helvetica-Oblique /WindowsLatin1Encoding 192 FMSR
8455 2934 mt
( y) s
gs 1198 446 7143 4842 rc
9.6 w
c8
0 -4841 4653 5287 2 MP stroke
-53 145 4653 446 2 MP stroke
54 145 4653 446 2 MP stroke
0 sg
107 0 -53 145 4653 446 3 MP
PP
6 w
-54 -145 107 0 -53 145 4653 446 4 MP stroke
gr
4509 317 mt
( v) s
gs 1198 446 7143 4842 rc
9.6 w
c8
-23 5 -24 5 -23 5 -22 5 -178 44 -149 48 -118 54 -80 66
-27 47 -8 56 14 64 39 73 69 81 99 86 131 87 163 82
528 144 611 40 603 -44 542 -86 350 -62 308 -58 269 -53 234 -49
160 -39 139 -41 115 -46 88 -52 48 -51 24 -59 -4 -70 -38 -81
-94 -109 -151 -115 -210 -109 -262 -90 -301 -60 -323 -27 -329 3 -323 25
-452 60 -402 69 -349 67 -298 62 -182 41 -159 42 -135 44 -110 47
-91 61 -51 71 -1 87 56 100 156 128 252 117 335 92 389 49
405 -3 390 -36 355 -52 311 -59 221 -49 191 -49 159 -49 129 -51
105 -61 61 -67 11 -72 -40 -75 -115 -86 -182 -74 -236 -54 -269 -27
-299 1 -287 23 -260 38 -223 45 -160 44 -126 46 -90 47 -53 47
-16 47 18 44 52 40 80 34 110 27 129 17 138 7 139 -2
40 -3 40 -3 38 -3 38 -4 7 -1 8 -1 7 -1 7 -1
2 0 1 0 2 0 1 -1 1 0 1 0 4653 2715 103 MP stroke
-146 31 -133 31 -119 32 -103 34 -88 38 -69 44 -48 52 -22 62
11 83 56 99 107 111 162 116 219 108 267 88 304 59 325 25
416 -9 401 -40 371 -53 336 -57 329 -60 290 -55 254 -50 222 -47
137 -34 121 -35 102 -39 82 -45 52 -46 32 -54 6 -64 -22 -75
-56 -86 -95 -95 -135 -98 -176 -95 -525 -152 -614 -46 -612 42 -551 86
-343 61 -304 57 -267 53 -232 48 -175 43 -149 44 -121 50 -90 58
-45 57 -15 67 19 80 61 92 122 115 185 116 243 102 292 77
323 42 336 9 333 -18 320 -35 447 -69 391 -72 333 -67 280 -63
177 -47 147 -50 115 -55 78 -63 31 -52 7 -59 -20 -65 -51 -72
-83 -76 -117 -77 -149 -71 -179 -62 -485 -80 -525 -3 -496 51 -432 76
-236 50 -204 50 -173 50 -139 51 -104 53 -70 57 -33 60 6 65
55 74 106 73 154 63 194 48 187 26 199 11 202 -1 197 -13
39 -3 38 -4 37 -4 37 -5 8 -1 7 -1 7 -1 8 0
1 -1 1 0 2 0 1 0 1 0 1 0 4653 2563 111 MP stroke
-67 14 -65 13 -62 14 -60 14 -135 35 -117 37 -98 43 -74 49
-41 48 -20 56 4 66 33 76 66 86 102 94 140 96 178 90
538 144 619 38 609 -47 546 -87 331 -59 295 -55 260 -50 228 -46
187 -44 160 -45 130 -51 96 -59 45 -53 19 -64 -12 -75 -49 -87
-116 -121 -183 -126 -250 -114 -304 -86 -341 -49 -357 -10 -355 19 -338 38
-424 65 -375 68 -327 62 -282 56 -180 40 -158 39 -136 41 -114 46
-74 42 -54 50 -29 58 -1 68 41 93 93 105 149 109 205 103
315 99 364 56 386 12 382 -24 359 -44 328 -53 294 -54 260 -53
216 -48 187 -47 158 -49 129 -51 86 -48 59 -54 29 -61 -5 -68
-54 -89 -111 -94 -166 -89 -218 -74 -256 -51 -279 -25 -287 -1 -281 20
-326 40 -290 50 -252 54 -208 56 -150 50 -115 53 -79 54 -41 57
0 67 52 67 102 62 146 51 173 35 194 19 203 4 200 -10
39 -3 38 -4 38 -4 37 -4 8 -1 7 -1 7 -1 8 -1
1 0 1 0 2 -1 1 0 1 0 1 0 4653 2624 111 MP stroke
68 -14 65 -13 62 -14 59 -14 135 -35 118 -37 97 -43 75 -49
41 -48 20 -56 -5 -66 -33 -76 -65 -86 -102 -94 -141 -96 -178 -90
-537 -144 -619 -38 -610 47 -545 87 -332 59 -294 55 -260 50 -229 46
-187 44 -160 45 -130 51 -96 59 -45 53 -19 64 13 75 48 87
116 121 184 126 249 114 304 86 342 49 357 10 354 -19 338 -38
425 -65 375 -68 327 -62 281 -56 180 -40 158 -39 137 -41 113 -46
74 -42 54 -50 29 -58 1 -68 -41 -93 -93 -105 -149 -109 -205 -103
-315 -99 -364 -56 -386 -12 -382 24 -359 44 -328 53 -294 54 -259 53
-216 48 -188 47 -158 49 -129 51 -86 48 -59 54 -28 61 5 68
54 89 110 94 167 89 217 74 256 51 279 25 287 1 281 -20
326 -40 291 -50 251 -54 209 -56 149 -50 115 -53 79 -54 42 -57
-1 -67 -52 -67 -102 -62 -145 -51 -174 -35 -194 -19 -203 -4 -200 10
-38 3 -39 4 -38 4 -37 4 -7 1 -8 1 -7 1 -7 1
-2 0 -1 0 -1 1 -2 0 -1 0 4653 3108 110 MP stroke
2 1 2 1 1 1 1 1 -1 1 -1 2 -3 1 -4 2
-5 2 -6 1 -7 1 -8 1 -9 1 -10 0 -10 -1 -8 -1
-7 -1 -6 -2 -4 -3 -2 -2 0 -4 3 -3 5 -4 7 -3
11 -4 13 -3 15 -3 17 -2 21 -2 21 0 22 0 20 2
16 3 14 4 10 5 7 6 2 7 -4 8 -10 8 -16 9
-21 7 -28 8 -32 6 -37 6 -44 4 -47 2 -48 0 -46 -4
-37 -5 -32 -8 -25 -10 -19 -12 -9 -15 3 -18 16 -18 32 -19
41 -17 52 -16 64 -15 73 -13 91 -11 98 -7 101 -2 101 4
82 9 74 14 63 19 49 23 36 30 11 35 -15 36 -44 37
-71 37 -98 36 -125 35 -149 31 -33 6 -33 6 -34 5 -36 5
-7 1 -7 1 -7 1 -7 1 -2 0 -1 0 -1 1 -2 0
-1 0 4653 2624 90 MP stroke
-3 -1 -2 -1 -1 -1 0 -2 2 -2 2 -1 4 -2 5 -2
6 -1 7 -1 8 -1 10 -1 9 0 10 1 9 1 6 1
6 2 4 3 2 2 0 4 -2 3 -5 4 -8 3 -11 4
-13 3 -15 3 -17 2 -21 2 -21 0 -22 0 -20 -2 -16 -3
-13 -4 -11 -5 -6 -6 -2 -7 3 -8 10 -8 16 -9 22 -7
27 -8 32 -6 37 -6 45 -4 47 -2 48 0 46 4 36 5
32 8 26 10 18 12 10 15 -3 18 -17 18 -31 19 -41 17
-53 16 -63 15 -74 13 -90 11 -98 7 -102 2 -101 -4 -81 -9
-74 -14 -63 -19 -50 -23 -36 -30 -11 -35 16 -36 44 -37 70 -37
99 -36 124 -35 150 -31 32 -6 34 -6 34 -5 35 -5 7 -1
7 -1 7 -1 8 -1 1 0 1 0 2 -1 1 0 1 0
1 0 4653 3108 90 MP stroke
-139 29 -126 30 -112 32 -99 33 -84 39 -65 44 -45 53 -18 63
15 84 60 99 111 112 166 115 221 107 269 86 303 56 324 24
415 -11 398 -40 369 -54 333 -57 329 -59 290 -55 254 -50 222 -46
135 -34 120 -35 102 -38 83 -44 53 -45 33 -54 9 -64 -21 -75
-63 -97 -111 -108 -162 -110 -213 -103 -256 -83 -288 -56 -308 -26 -314 1
-383 30 -360 47 -331 53 -299 52 -301 56 -267 51 -235 46 -205 45
-137 36 -118 38 -98 43 -75 51 -39 47 -19 55 5 65 32 75
65 85 100 92 136 93 174 89 534 146 618 39 610 -47 545 -86
340 -61 300 -57 263 -51 229 -49 171 -42 145 -44 119 -49 88 -58
44 -57 14 -69 -22 -82 -64 -94 -126 -115 -188 -115 -246 -101 -294 -75
-323 -40 -336 -8 -333 19 -318 36 -448 69 -390 72 -333 68 -279 62
-170 46 -142 47 -113 52 -80 60 -40 64 -3 74 40 85 88 92
153 102 210 93 259 71 294 44 197 11 198 0 197 -9 193 -16
37 -4 38 -4 37 -5 36 -4 8 -1 7 -1 7 -1 8 -1
1 0 1 0 2 -1 1 0 1 0 1 0 4653 2382 119 MP stroke
139 -29 126 -30 113 -32 98 -33 84 -39 66 -44 44 -53 19 -63
-15 -84 -60 -99 -111 -112 -167 -115 -221 -107 -268 -86 -304 -56 -324 -24
-415 11 -398 40 -369 54 -333 57 -329 59 -289 55 -255 50 -221 46
-136 34 -120 35 -102 38 -82 44 -54 45 -33 54 -8 64 20 75
63 97 112 108 162 110 212 103 256 83 289 56 307 26 314 -1
383 -30 361 -47 330 -53 300 -52 301 -56 266 -51 235 -46 205 -45
137 -36 118 -38 98 -43 75 -51 39 -47 20 -55 -5 -65 -33 -75
-64 -85 -100 -92 -137 -93 -173 -89 -535 -146 -618 -39 -610 47 -545 86
-339 61 -300 57 -263 51 -229 49 -171 42 -146 44 -119 49 -87 58
-45 57 -14 69 22 82 64 94 127 115 188 115 246 101 293 75
324 40 336 8 332 -19 318 -36 448 -69 390 -72 333 -68 279 -62
170 -46 143 -47 113 -52 80 -60 39 -64 3 -74 -40 -85 -88 -92
-153 -102 -210 -93 -259 -71 -294 -44 -196 -11 -199 0 -197 9 -192 16
-38 4 -37 4 -37 5 -37 4 -7 1 -8 1 -7 1 -7 1
-2 0 -1 0 -1 1 -2 0 -1 0 4653 3350 118 MP stroke
7 2 7 2 5 3 2 3 1 5 -3 4 -7 5 -10 5
-14 5 -17 4 -20 4 -23 3 -27 3 -28 0 -29 0 -28 -3
-21 -3 -19 -5 -14 -7 -10 -7 -3 -10 4 -11 12 -11 22 -11
28 -11 35 -10 43 -9 48 -7 59 -6 62 -3 64 0 62 5
49 7 43 10 35 13 25 16 14 20 -2 22 -20 24 -39 25
-51 22 -66 21 -79 19 -93 18 -115 16 -126 10 -131 4 -131 -4
-109 -11 -100 -18 -85 -24 -68 -31 -50 -40 -17 -45 17 -47 55 -47
77 -41 105 -40 132 -39 157 -37 191 -36 215 -29 232 -20 242 -6
242 13 224 34 193 54 148 70 96 76 40 77 -13 72 -64 68
-103 59 -144 56 -181 54 -218 54 -134 29 -145 29 -156 28 -166 28
-35 5 -34 5 -36 5 -35 5 -8 1 -7 1 -7 1 -7 1
-2 0 -1 1 -1 0 -2 0 -1 0 4653 2382 94 MP stroke
-8 -2 -6 -2 -5 -3 -3 -3 0 -5 2 -4 7 -5 10 -5
14 -5 17 -4 20 -4 23 -3 27 -3 29 0 29 0 27 3
22 3 18 5 14 7 10 7 4 10 -4 11 -13 11 -21 11
-28 11 -36 10 -42 9 -48 7 -59 6 -63 3 -64 0 -62 -5
-49 -7 -43 -10 -35 -13 -25 -16 -14 -20 2 -22 21 -24 39 -25
50 -22 66 -21 80 -19 92 -18 116 -16 125 -10 131 -4 132 4
109 11 99 18 86 24 67 31 50 40 18 45 -18 47 -54 47
-77 41 -105 40 -132 39 -158 37 -191 36 -215 29 -232 20 -242 6
-241 -13 -225 -34 -192 -54 -149 -70 -95 -76 -41 -77 13 -72 64 -68
104 -59 143 -56 181 -54 218 -54 134 -29 145 -29 156 -28 167 -28
34 -5 35 -5 35 -5 36 -5 7 -1 7 -1 7 -1 8 -1
1 0 1 -1 2 0 1 0 1 0 1 0 4653 3350 95 MP stroke
-135 32 -120 34 -103 36 -85 42 -72 58 -37 73 9 92 64 111
164 149 264 145 355 122 421 73 447 9 439 -33 408 -55 369 -61
313 -56 280 -52 248 -48 219 -44 189 -44 160 -46 130 -51 95 -61
42 -53 16 -63 -14 -75 -49 -87 -111 -118 -174 -123 -236 -114 -288 -90
-327 -55 -344 -18 -347 12 -334 33 -456 66 -403 70 -352 65 -305 57
-184 37 -165 35 -146 36 -128 38 -95 38 -76 43 -56 51 -29 61
-1 65 29 77 63 87 100 96 140 98 181 94 217 81 246 62
470 48 482 -12 457 -49 415 -66 370 -65 325 -60 285 -53 247 -50
140 -30 126 -32 111 -34 95 -37 71 -39 52 -47 32 -55 6 -65
-28 -86 -71 -100 -119 -111 -171 -113 -282 -125 -342 -89 -382 -44 -396 -1
-385 31 -363 48 -333 53 -302 53 -322 57 -285 51 -252 45 -223 42
-117 25 -108 25 -97 27 -86 29 -73 34 -59 39 -41 48 -21 57
6 77 43 94 86 110 135 122 232 146 301 126 359 89 393 42
195 4 195 -6 193 -13 189 -19 37 -4 37 -4 37 -5 36 -4
8 -1 7 -1 7 -1 8 -1 1 0 1 0 2 0 1 -1
1 0 1 0 4653 2140 123 MP stroke
134 -32 120 -34 103 -36 85 -42 73 -58 36 -73 -8 -92 -65 -111
-164 -149 -263 -145 -356 -122 -421 -73 -447 -9 -439 33 -408 55 -368 61
-314 56 -280 52 -248 48 -219 44 -188 44 -161 46 -130 51 -95 61
-41 53 -16 63 13 75 50 87 111 118 174 123 235 114 289 90
326 55 345 18 346 -12 334 -33 456 -66 404 -70 352 -65 304 -57
184 -37 165 -35 147 -36 127 -38 95 -38 77 -43 55 -51 30 -61
0 -65 -29 -77 -62 -87 -100 -96 -141 -98 -180 -94 -217 -81 -247 -62
-470 -48 -481 12 -458 49 -415 66 -370 65 -325 60 -284 53 -248 50
-140 30 -126 32 -111 34 -95 37 -70 39 -53 47 -31 55 -6 65
28 86 71 100 119 111 170 113 282 125 343 89 382 44 396 1
385 -31 362 -48 333 -53 302 -53 322 -57 285 -51 252 -45 223 -42
118 -25 107 -25 98 -27 86 -29 72 -34 59 -39 41 -48 21 -57
-6 -77 -42 -94 -86 -110 -136 -122 -231 -146 -302 -126 -358 -89 -393 -42
-196 -4 -195 6 -193 13 -189 19 -37 4 -37 4 -37 5 -36 4
-7 1 -8 1 -7 1 -7 1 -2 0 -1 0 -1 0 -2 1
-1 0 4653 3592 122 MP stroke
-58 -47 -224 -145 -190 -91 -169 -60 -154 -40 -190 -31 -182 -15 -177 -3
-178 4 -253 18 -266 29 -283 38 -306 47 -152 24 -159 26 -165 26
-172 25 -35 6 -35 5 -36 4 -35 5 -8 1 -7 1 -7 1
-7 1 -2 0 -1 1 -1 0 -2 0 -1 0 4653 2140 31 MP stroke
148 136 142 114 225 145 190 91 168 60 155 40 190 31 181 15
178 3 178 -4 253 -18 265 -29 283 -38 306 -47 153 -24 158 -26
165 -26 172 -25 35 -6 35 -5 36 -4 36 -5 7 -1 7 -1
7 -1 8 -1 1 0 1 -1 2 0 1 0 1 0 1 0
4653 3592 33 MP stroke
-74 21 -69 21 -62 23 -56 24 -74 44 -52 53 -24 64 7 76
45 90 91 104 140 109 189 107 506 156 598 54 605 -35 551 -83
366 -64 324 -59 284 -54 249 -48 171 -38 150 -38 129 -41 106 -47
78 -57 43 -72 -3 -90 -58 -111 -157 -149 -257 -147 -351 -126 -419 -77
-449 -13 -442 31 -413 55 -372 61 -346 62 -304 57 -268 51 -232 48
-136 32 -121 33 -105 36 -88 40 -62 42 -42 50 -20 59 7 70
47 94 94 107 146 113 199 110 305 110 355 69 382 25 386 -13
370 -38 344 -50 315 -53 285 -51 270 -49 242 -45 217 -41 192 -40
162 -40 140 -43 112 -49 81 -59 37 -57 8 -69 -24 -83 -65 -97
-133 -127 -201 -131 -265 -116 -317 -87 -352 -45 -365 -8 -361 22 -345 41
-529 82 -458 80 -394 66 -341 54 -163 25 -152 24 -142 22 -131 22
-84 16 -79 16 -74 18 -67 21 -48 18 -44 21 -37 24 -31 29
-27 41 -13 51 4 63 25 76 65 114 112 137 164 152 220 157
277 142 323 112 357 71 376 27 193 0 193 -9 190 -15 187 -19
37 -4 36 -5 37 -4 36 -5 8 -1 7 -1 7 -1 8 -1
1 0 1 0 2 0 1 -1 1 0 1 0 4653 1898 127 MP stroke
75 -21 68 -21 63 -23 55 -24 74 -44 52 -53 25 -64 -7 -76
-46 -90 -91 -104 -139 -109 -190 -107 -506 -156 -598 -54 -605 35 -550 83
-367 64 -324 59 -284 54 -248 48 -171 38 -151 38 -129 41 -105 47
-79 57 -42 72 2 90 59 111 156 149 257 147 351 126 420 77
449 13 442 -31 412 -55 372 -61 346 -62 305 -57 267 -51 232 -48
136 -32 122 -33 105 -36 87 -40 62 -42 43 -50 20 -59 -8 -70
-46 -94 -95 -107 -146 -113 -199 -110 -304 -110 -355 -69 -383 -25 -386 13
-369 38 -345 50 -315 53 -285 51 -270 49 -242 45 -216 41 -192 40
-163 40 -139 43 -113 49 -81 59 -36 57 -9 69 25 83 65 97
133 127 200 131 265 116 318 87 352 45 365 8 361 -22 344 -41
529 -82 459 -80 394 -66 340 -54 163 -25 153 -24 141 -22 131 -22
85 -16 79 -16 73 -18 68 -21 48 -18 43 -21 38 -24 30 -29
28 -41 13 -51 -4 -63 -25 -76 -66 -114 -111 -137 -164 -152 -221 -157
-276 -142 -323 -112 -358 -71 -376 -27 -193 0 -192 9 -190 15 -187 19
-37 4 -37 5 -37 4 -36 5 -7 1 -8 1 -7 1 -7 1
-2 0 -1 0 -1 0 -2 1 -1 0 4653 3834 126 MP stroke
-215 -176 -220 -146 -196 -103 -180 -75 -169 -54 -159 -40 -372 -52 -359 -8
-361 21 -377 41 -161 22 -165 23 -169 25 -174 25 -35 5 -36 5
-35 5 -36 4 -7 1 -8 1 -7 1 -7 1 -2 0 -1 1
-1 0 -2 0 -1 0 4653 1898 28 MP stroke
197 200 251 204 219 146 197 103 180 75 168 54 160 40 372 52
358 8 362 -21 377 -41 160 -22 165 -23 169 -25 174 -25 36 -5
35 -5 36 -5 36 -4 7 -1 7 -1 7 -1 8 -1 1 0
1 -1 2 0 1 0 1 0 1 0 4653 3834 30 MP stroke
-62 22 -56 24 -48 26 -41 28 -46 49 -23 58 3 69 35 80
87 107 140 116 197 113 248 98 289 71 316 38 328 7 324 -18
482 -57 432 -70 379 -68 328 -61 211 -41 189 -39 168 -38 146 -39
107 -37 88 -42 67 -50 41 -59 10 -65 -21 -77 -57 -89 -98 -99
-142 -104 -186 -99 -227 -85 -260 -64 -409 -45 -422 4 -408 37 -379 54
-404 68 -355 65 -309 58 -267 53 -152 32 -136 33 -120 35 -102 38
-76 39 -58 45 -36 55 -11 64 24 87 70 102 120 112 175 114
227 105 273 82 305 52 323 20 413 -14 396 -42 365 -54 331 -56
334 -60 295 -54 260 -49 227 -46 127 -28 115 -30 102 -32 86 -36
73 -44 51 -53 24 -64 -9 -79 -48 -95 -94 -110 -147 -117 -199 -115
-539 -166 -635 -54 -637 42 -576 88 -482 82 -415 69 -360 56 -315 44
-141 18 -133 18 -127 16 -119 16 -79 11 -76 12 -73 12 -68 14
-47 12 -45 13 -42 14 -38 18 -36 21 -30 26 -24 32 -14 39
-5 53 11 66 30 82 54 99 100 143 148 166 201 178 255 176
307 154 348 116 377 69 392 23 191 -3 191 -10 188 -16 186 -20
37 -4 37 -5 36 -4 37 -5 7 -1 7 -1 7 -1 8 -1
1 0 1 0 2 0 1 -1 1 0 1 0 4653 1656 135 MP stroke
62 -22 55 -24 49 -26 41 -28 46 -49 23 -58 -4 -69 -35 -80
-86 -107 -141 -116 -196 -113 -248 -98 -290 -71 -316 -38 -327 -7 -325 18
-481 57 -433 70 -379 68 -328 61 -211 41 -189 39 -167 38 -147 39
-107 37 -88 42 -67 50 -40 59 -10 65 20 77 57 89 98 99
142 104 186 99 227 85 260 64 410 45 421 -4 409 -37 378 -54
404 -68 355 -65 309 -58 268 -53 151 -32 136 -33 120 -35 103 -38
76 -39 57 -45 37 -55 10 -64 -24 -87 -69 -102 -120 -112 -175 -114
-228 -105 -273 -82 -305 -52 -323 -20 -413 14 -395 42 -366 54 -331 56
-334 60 -295 54 -259 49 -228 46 -127 28 -115 30 -101 32 -87 36
-73 44 -50 53 -24 64 8 79 48 95 95 110 146 117 199 115
539 166 635 54 637 -42 577 -88 482 -82 415 -69 359 -56 315 -44
141 -18 134 -18 126 -16 119 -16 80 -11 76 -12 72 -12 68 -14
48 -12 44 -13 42 -14 38 -18 36 -21 31 -26 23 -32 15 -39
4 -53 -10 -66 -31 -82 -53 -99 -101 -143 -148 -166 -200 -178 -255 -176
-307 -154 -348 -116 -378 -69 -391 -23 -192 3 -190 10 -189 16 -186 20
-37 4 -36 5 -37 4 -36 5 -7 1 -8 1 -7 1 -7 1
-2 0 -1 0 -1 0 -2 1 -1 0 4653 4076 134 MP stroke
-116 -107 -197 -151 -180 -117 -168 -91 -158 -72 -475 -144 -437 -51 -428 2
-437 36 -165 20 -168 22 -172 24 -175 24 -36 5 -36 5 -35 5
-36 4 -7 1 -8 1 -7 1 -7 1 -2 0 -1 1 -1 0
-2 0 -1 0 4653 1656 27 MP stroke
130 140 218 200 197 151 180 117 168 91 158 72 476 144 436 51
428 -2 437 -36 165 -20 169 -22 171 -24 176 -24 35 -5 36 -5
36 -5 36 -4 7 -1 7 -1 7 -1 8 -1 1 0 1 -1
2 0 1 0 1 0 1 0 4653 4076 29 MP stroke
-12 6 -11 6 -10 7 -11 6 -64 60 -29 74 17 93 71 112
173 149 270 141 358 117 420 68 443 6 434 -34 402 -55 364 -61
312 -56 279 -51 247 -48 218 -44 187 -43 160 -46 129 -51 95 -62
41 -53 16 -63 -14 -76 -50 -87 -113 -119 -177 -124 -238 -114 -292 -89
-329 -54 -348 -17 -348 13 -335 34 -456 67 -403 70 -351 65 -304 57
-181 36 -162 35 -145 36 -126 38 -95 37 -76 43 -55 50 -29 61
-1 66 29 77 62 87 100 96 141 100 181 94 218 82 247 62
466 49 477 -11 455 -48 413 -65 378 -66 332 -60 290 -54 254 -49
139 -30 126 -30 113 -31 98 -35 76 -37 60 -44 40 -52 15 -62
-11 -68 -38 -78 -71 -89 -105 -96 -143 -98 -180 -94 -214 -81 -241 -63
-401 -51 -416 -2 -407 32 -381 51 -350 56 -318 55 -288 48 -262 43
-280 42 -254 36 -232 29 -213 25 -114 13 -109 12 -105 12 -100 11
-68 8 -67 8 -64 9 -61 10 -45 9 -44 10 -41 11 -39 13
-29 12 -26 15 -24 16 -21 20 -16 23 -13 28 -7 34 -1 39
11 66 28 83 50 102 76 124 127 170 175 194 228 203 281 195
330 166 368 121 395 69 406 20 190 -4 189 -12 187 -16 185 -21
37 -4 37 -5 36 -4 37 -5 7 -1 7 -1 7 -1 8 -1
1 0 1 0 2 0 1 -1 1 0 1 0 4653 1414 143 MP stroke
12 -6 11 -6 11 -7 10 -6 65 -60 28 -74 -16 -93 -71 -112
-173 -149 -270 -141 -359 -117 -420 -68 -443 -6 -433 34 -403 55 -363 61
-313 56 -278 51 -247 48 -219 44 -187 43 -160 46 -129 51 -94 62
-42 53 -16 63 15 76 50 87 113 119 176 124 239 114 292 89
329 54 347 17 348 -13 336 -34 455 -67 403 -70 351 -65 304 -57
181 -36 163 -35 145 -36 126 -38 94 -37 76 -43 55 -50 30 -61
1 -66 -29 -77 -63 -87 -100 -96 -141 -100 -181 -94 -217 -82 -248 -62
-465 -49 -477 11 -455 48 -414 65 -377 66 -332 60 -291 54 -253 49
-140 30 -126 30 -112 31 -98 35 -77 37 -60 44 -39 52 -16 62
11 68 39 78 70 89 106 96 143 98 180 94 213 81 241 63
402 51 416 2 406 -32 382 -51 350 -56 318 -55 288 -48 261 -43
281 -42 254 -36 231 -29 213 -25 114 -13 109 -12 105 -12 100 -11
69 -8 66 -8 64 -9 61 -10 46 -9 43 -10 42 -11 39 -13
28 -12 27 -15 23 -16 21 -20 17 -23 12 -28 7 -34 1 -39
-10 -66 -29 -83 -49 -102 -77 -124 -126 -170 -175 -194 -228 -203 -281 -195
-331 -166 -368 -121 -394 -69 -407 -20 -190 4 -189 12 -187 16 -185 21
-37 4 -36 5 -37 4 -36 5 -7 1 -8 1 -7 1 -7 1
-2 0 -1 0 -1 0 -2 1 -1 0 4653 4318 142 MP stroke
-34 -34 -179 -152 -167 -123 -157 -100 -569 -256 -506 -98 -485 -17 -491 29
-168 19 -170 21 -174 23 -176 24 -36 5 -35 5 -36 5 -36 5
-7 0 -8 1 -7 1 -7 1 -2 1 -1 0 -1 0 -2 0
-1 0 4653 1414 26 MP stroke
71 80 195 192 179 152 167 123 157 100 570 256 505 98 486 17
490 -29 168 -19 171 -21 173 -23 176 -24 36 -5 36 -5 36 -5
36 -5 7 0 7 -1 7 -1 8 -1 1 -1 1 0 2 0
1 0 1 0 1 0 4653 4318 28 MP stroke
6 w
gr
c8
end %%Color Dict
eplot
%%EndObject
epage
end
showpage
%%Trailer
%%EOF