physics0609179/SCEC_raw_4_45_analysis.eps
1: %!PS-Adobe-3.0 EPSF-3.0
2: %%Creator: MATLAB, The Mathworks, Inc.
3: %%Title: C:\p(m)2007\Paper\SCEC_raw_4_45.eps
4: %%CreationDate: 03/26/2007  12:07:26
5: %%DocumentNeededFonts: Helvetica
6: %%DocumentProcessColors: Cyan Magenta Yellow Black
7: %%LanguageLevel: 2
8: %%Pages: 1
9: %%BoundingBox:    88   264   505   577
10: %%EndComments
11: 
12: %%BeginProlog
13: % MathWorks dictionary
14: /MathWorks 160 dict begin
15: % definition operators
16: /bdef {bind def} bind def
17: /ldef {load def} bind def
18: /xdef {exch def} bdef
19: /xstore {exch store} bdef
20: % operator abbreviations
21: /c  /clip ldef
22: /cc /concat ldef
23: /cp /closepath ldef
24: /gr /grestore ldef
25: /gs /gsave ldef
26: /mt /moveto ldef
27: /np /newpath ldef
28: /cm /currentmatrix ldef
29: /sm /setmatrix ldef
30: /rm /rmoveto ldef
31: /rl /rlineto ldef
32: /s {show newpath} bdef
33: /sc {setcmykcolor} bdef
34: /sr /setrgbcolor ldef
35: /sg /setgray ldef
36: /w /setlinewidth ldef
37: /j /setlinejoin ldef
38: /cap /setlinecap ldef
39: /rc {rectclip} bdef
40: /rf {rectfill} bdef
41: % page state control
42: /pgsv () def
43: /bpage {/pgsv save def} bdef
44: /epage {pgsv restore} bdef
45: /bplot /gsave ldef
46: /eplot {stroke grestore} bdef
47: % orientation switch
48: /portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def
49: % coordinate system mappings
50: /dpi2point 0 def
51: % font control
52: /FontSize 0 def
53: /FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0]
54:   makefont setfont} bdef
55: /ISOLatin1Encoding where {pop /WindowsLatin1Encoding 256 array bdef
56: ISOLatin1Encoding WindowsLatin1Encoding copy pop
57: /.notdef/.notdef/quotesinglbase/florin/quotedblbase/ellipsis/dagger
58: /daggerdbl/circumflex/perthousand/Scaron/guilsinglleft/OE/.notdef/.notdef
59: /.notdef/.notdef/quoteleft/quoteright/quotedblleft/quotedblright/bullet
60: /endash/emdash/tilde/trademark/scaron/guilsinglright/oe/.notdef/.notdef
61: /Ydieresis WindowsLatin1Encoding 128 32 getinterval astore pop}
62: {/WindowsLatin1Encoding StandardEncoding bdef} ifelse
63: /reencode {exch dup where {pop load} {pop StandardEncoding} ifelse
64:   exch dup 3 1 roll findfont dup length dict begin
65:   { 1 index /FID ne {def}{pop pop} ifelse } forall
66:   /Encoding exch def currentdict end definefont pop} bdef
67: /isroman {findfont /CharStrings get /Agrave known} bdef
68: /FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse
69:   exch FMS} bdef
70: /csm {1 dpi2point div -1 dpi2point div scale neg translate
71:  dup landscapeMode eq {pop -90 rotate}
72:   {rotateMode eq {90 rotate} if} ifelse} bdef
73: % line types: solid, dotted, dashed, dotdash
74: /SO { [] 0 setdash } bdef
75: /DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
76: /DA { [6 dpi2point mul] 0 setdash } bdef
77: /DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4
78:   dpi2point mul] 0 setdash } bdef
79: % macros for lines and objects
80: /L {lineto stroke} bdef
81: /MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef
82: /AP {{rlineto} repeat} bdef
83: /PDlw -1 def
84: /W {/PDlw currentlinewidth def setlinewidth} def
85: /PP {closepath eofill} bdef
86: /DP {closepath stroke} bdef
87: /MR {4 -2 roll moveto dup  0 exch rlineto exch 0 rlineto
88:   neg 0 exch rlineto closepath} bdef
89: /FR {MR stroke} bdef
90: /PR {MR fill} bdef
91: /L1i {{currentfile picstr readhexstring pop} image} bdef
92: /tMatrix matrix def
93: /MakeOval {newpath tMatrix currentmatrix pop translate scale
94: 0 0 1 0 360 arc tMatrix setmatrix} bdef
95: /FO {MakeOval stroke} bdef
96: /PO {MakeOval fill} bdef
97: /PD {currentlinewidth 2 div 0 360 arc fill
98:    PDlw -1 eq not {PDlw w /PDlw -1 def} if} def
99: /FA {newpath tMatrix currentmatrix pop translate scale
100:   0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef
101: /PA {newpath tMatrix currentmatrix pop	translate 0 0 moveto scale
102:   0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef
103: /FAn {newpath tMatrix currentmatrix pop translate scale
104:   0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef
105: /PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
106:   0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef
107: /vradius 0 def /hradius 0 def /lry 0 def
108: /lrx 0 def /uly 0 def /ulx 0 def /rad 0 def
109: /MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef
110:   /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly
111:   vradius add translate hradius vradius scale 0 0 1 180 270 arc 
112:   tMatrix setmatrix lrx hradius sub uly vradius add translate
113:   hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix
114:   lrx hradius sub lry vradius sub translate hradius vradius scale
115:   0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub
116:   translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix
117:   closepath} bdef
118: /FRR {MRR stroke } bdef
119: /PRR {MRR fill } bdef
120: /MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def
121:   newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
122:   rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad
123:   sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix
124:   closepath} bdef
125: /FlrRR {MlrRR stroke } bdef
126: /PlrRR {MlrRR fill } bdef
127: /MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def
128:   newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
129:   rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad
130:   sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix
131:   closepath} bdef
132: /FtbRR {MtbRR stroke } bdef
133: /PtbRR {MtbRR fill } bdef
134: /stri 6 array def /dtri 6 array def
135: /smat 6 array def /dmat 6 array def
136: /tmat1 6 array def /tmat2 6 array def /dif 3 array def
137: /asub {/ind2 exch def /ind1 exch def dup dup
138:   ind1 get exch ind2 get sub exch } bdef
139: /tri_to_matrix {
140:   2 0 asub 3 1 asub 4 0 asub 5 1 asub
141:   dup 0 get exch 1 get 7 -1 roll astore } bdef
142: /compute_transform {
143:   dmat dtri tri_to_matrix tmat1 invertmatrix 
144:   smat stri tri_to_matrix tmat2 concatmatrix } bdef
145: /ds {stri astore pop} bdef
146: /dt {dtri astore pop} bdef
147: /db {2 copy /cols xdef /rows xdef mul dup 3 mul string
148:   currentfile 
149:   3 index 0 eq {/ASCIIHexDecode filter}
150:   {/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if }
151:   ifelse exch readstring pop
152:   dup 0 3 index getinterval /rbmap xdef
153:   dup 2 index dup getinterval /gbmap xdef
154:   1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef
155: /it {gs np dtri aload pop moveto lineto lineto cp c
156:   cols rows 8 compute_transform 
157:   rbmap gbmap bbmap true 3 colorimage gr}bdef
158: /il {newpath moveto lineto stroke}bdef
159: currentdict end def
160: %%EndProlog
161: 
162: %%BeginSetup
163: MathWorks begin
164: 
165: 0 cap
166: 
167: end
168: %%EndSetup
169: 
170: %%Page: 1 1
171: %%BeginPageSetup
172: %%PageBoundingBox:    88   264   505   577
173: MathWorks begin
174: bpage
175: %%EndPageSetup
176: 
177: %%BeginObject: obj1
178: bplot
179: 
180: /dpi2point 12 def
181: portraitMode 1056 6924 csm
182: 
183:     0     0  5005  3755 rc
184: 85 dict begin %Colortable dictionary
185: /c0 { 0.000000 0.000000 0.000000 sr} bdef
186: /c1 { 1.000000 1.000000 1.000000 sr} bdef
187: /c2 { 0.900000 0.000000 0.000000 sr} bdef
188: /c3 { 0.000000 0.820000 0.000000 sr} bdef
189: /c4 { 0.000000 0.000000 0.800000 sr} bdef
190: /c5 { 0.910000 0.820000 0.320000 sr} bdef
191: /c6 { 1.000000 0.260000 0.820000 sr} bdef
192: /c7 { 0.000000 0.820000 0.820000 sr} bdef
193: c0
194: 1 j
195: 1 sg
196:    0    0 5006 3756 rf
197: 6 w
198: 0 3060 3879 0 0 -3060 651 3342 4 MP
199: PP
200: -3879 0 0 3060 3879 0 0 -3060 651 3342 5 MP stroke
201: 4 w
202: DO
203: 0 sg
204:  651 3342 mt  651  282 L
205:  651  282 mt  651  282 L
206: 1426 3342 mt 1426  282 L
207: 1426  282 mt 1426  282 L
208: 2202 3342 mt 2202  282 L
209: 2202  282 mt 2202  282 L
210: 2978 3342 mt 2978  282 L
211: 2978  282 mt 2978  282 L
212: 3754 3342 mt 3754  282 L
213: 3754  282 mt 3754  282 L
214: 4530 3342 mt 4530  282 L
215: 4530  282 mt 4530  282 L
216:  651 3342 mt 4530 3342 L
217: 4530 3342 mt 4530 3342 L
218:  651 2832 mt 4530 2832 L
219: 4530 2832 mt 4530 2832 L
220:  651 2322 mt 4530 2322 L
221: 4530 2322 mt 4530 2322 L
222:  651 1812 mt 4530 1812 L
223: 4530 1812 mt 4530 1812 L
224:  651 1302 mt 4530 1302 L
225: 4530 1302 mt 4530 1302 L
226:  651  792 mt 4530  792 L
227: 4530  792 mt 4530  792 L
228:  651  282 mt 4530  282 L
229: 4530  282 mt 4530  282 L
230: SO
231: 6 w
232:  651  282 mt 4530  282 L
233:  651 3342 mt 4530 3342 L
234: 4530 3342 mt 4530  282 L
235:  651 3342 mt  651  282 L
236:  651 3342 mt 4530 3342 L
237:  651 3342 mt  651  282 L
238:  651 3342 mt  651 3322 L
239:  651  282 mt  651  301 L
240: DO
241:  651 3342 mt  651  282 L
242:  651  282 mt  651  282 L
243: SO
244:  651 3342 mt  651 3303 L
245:  651  282 mt  651  320 L
246: %%IncludeResource: font Helvetica
247: /Helvetica /WindowsLatin1Encoding 120 FMSR
248: 
249:  539 3524 mt 
250: (10) s
251: %%IncludeResource: font Helvetica
252: /Helvetica /WindowsLatin1Encoding 80 FMSR
253: 
254:  672 3450 mt 
255: (-5) s
256:  884 3342 mt  884 3322 L
257:  884  282 mt  884  301 L
258: DO
259:  884 3342 mt  884  282 L
260:  884  282 mt  884  282 L
261: SO
262: 1021 3342 mt 1021 3322 L
263: 1021  282 mt 1021  301 L
264: DO
265: 1021 3342 mt 1021  282 L
266: 1021  282 mt 1021  282 L
267: SO
268: 1118 3342 mt 1118 3322 L
269: 1118  282 mt 1118  301 L
270: DO
271: 1118 3342 mt 1118  282 L
272: 1118  282 mt 1118  282 L
273: SO
274: 1193 3342 mt 1193 3322 L
275: 1193  282 mt 1193  301 L
276: DO
277: 1193 3342 mt 1193  282 L
278: 1193  282 mt 1193  282 L
279: SO
280: 1254 3342 mt 1254 3322 L
281: 1254  282 mt 1254  301 L
282: DO
283: 1254 3342 mt 1254  282 L
284: 1254  282 mt 1254  282 L
285: SO
286: 1306 3342 mt 1306 3322 L
287: 1306  282 mt 1306  301 L
288: DO
289: 1306 3342 mt 1306  282 L
290: 1306  282 mt 1306  282 L
291: SO
292: 1351 3342 mt 1351 3322 L
293: 1351  282 mt 1351  301 L
294: DO
295: 1351 3342 mt 1351  282 L
296: 1351  282 mt 1351  282 L
297: SO
298: 1391 3342 mt 1391 3322 L
299: 1391  282 mt 1391  301 L
300: DO
301: 1391 3342 mt 1391  282 L
302: 1391  282 mt 1391  282 L
303: SO
304: 1426 3342 mt 1426 3322 L
305: 1426  282 mt 1426  301 L
306: DO
307: 1426 3342 mt 1426  282 L
308: 1426  282 mt 1426  282 L
309: SO
310: 1426 3342 mt 1426 3303 L
311: 1426  282 mt 1426  320 L
312: %%IncludeResource: font Helvetica
313: /Helvetica /WindowsLatin1Encoding 120 FMSR
314: 
315: 1314 3524 mt 
316: (10) s
317: %%IncludeResource: font Helvetica
318: /Helvetica /WindowsLatin1Encoding 80 FMSR
319: 
320: 1447 3450 mt 
321: (-4) s
322: 1660 3342 mt 1660 3322 L
323: 1660  282 mt 1660  301 L
324: DO
325: 1660 3342 mt 1660  282 L
326: 1660  282 mt 1660  282 L
327: SO
328: 1796 3342 mt 1796 3322 L
329: 1796  282 mt 1796  301 L
330: DO
331: 1796 3342 mt 1796  282 L
332: 1796  282 mt 1796  282 L
333: SO
334: 1893 3342 mt 1893 3322 L
335: 1893  282 mt 1893  301 L
336: DO
337: 1893 3342 mt 1893  282 L
338: 1893  282 mt 1893  282 L
339: SO
340: 1969 3342 mt 1969 3322 L
341: 1969  282 mt 1969  301 L
342: DO
343: 1969 3342 mt 1969  282 L
344: 1969  282 mt 1969  282 L
345: SO
346: 2030 3342 mt 2030 3322 L
347: 2030  282 mt 2030  301 L
348: DO
349: 2030 3342 mt 2030  282 L
350: 2030  282 mt 2030  282 L
351: SO
352: 2082 3342 mt 2082 3322 L
353: 2082  282 mt 2082  301 L
354: DO
355: 2082 3342 mt 2082  282 L
356: 2082  282 mt 2082  282 L
357: SO
358: 2127 3342 mt 2127 3322 L
359: 2127  282 mt 2127  301 L
360: DO
361: 2127 3342 mt 2127  282 L
362: 2127  282 mt 2127  282 L
363: SO
364: 2167 3342 mt 2167 3322 L
365: 2167  282 mt 2167  301 L
366: DO
367: 2167 3342 mt 2167  282 L
368: 2167  282 mt 2167  282 L
369: SO
370: 2202 3342 mt 2202 3322 L
371: 2202  282 mt 2202  301 L
372: DO
373: 2202 3342 mt 2202  282 L
374: 2202  282 mt 2202  282 L
375: SO
376: 2202 3342 mt 2202 3303 L
377: 2202  282 mt 2202  320 L
378: %%IncludeResource: font Helvetica
379: /Helvetica /WindowsLatin1Encoding 120 FMSR
380: 
381: 2090 3524 mt 
382: (10) s
383: %%IncludeResource: font Helvetica
384: /Helvetica /WindowsLatin1Encoding 80 FMSR
385: 
386: 2223 3450 mt 
387: (-3) s
388: 2436 3342 mt 2436 3322 L
389: 2436  282 mt 2436  301 L
390: DO
391: 2436 3342 mt 2436  282 L
392: 2436  282 mt 2436  282 L
393: SO
394: 2572 3342 mt 2572 3322 L
395: 2572  282 mt 2572  301 L
396: DO
397: 2572 3342 mt 2572  282 L
398: 2572  282 mt 2572  282 L
399: SO
400: 2669 3342 mt 2669 3322 L
401: 2669  282 mt 2669  301 L
402: DO
403: 2669 3342 mt 2669  282 L
404: 2669  282 mt 2669  282 L
405: SO
406: 2744 3342 mt 2744 3322 L
407: 2744  282 mt 2744  301 L
408: DO
409: 2744 3342 mt 2744  282 L
410: 2744  282 mt 2744  282 L
411: SO
412: 2806 3342 mt 2806 3322 L
413: 2806  282 mt 2806  301 L
414: DO
415: 2806 3342 mt 2806  282 L
416: 2806  282 mt 2806  282 L
417: SO
418: 2858 3342 mt 2858 3322 L
419: 2858  282 mt 2858  301 L
420: DO
421: 2858 3342 mt 2858  282 L
422: 2858  282 mt 2858  282 L
423: SO
424: 2903 3342 mt 2903 3322 L
425: 2903  282 mt 2903  301 L
426: DO
427: 2903 3342 mt 2903  282 L
428: 2903  282 mt 2903  282 L
429: SO
430: 2942 3342 mt 2942 3322 L
431: 2942  282 mt 2942  301 L
432: DO
433: 2942 3342 mt 2942  282 L
434: 2942  282 mt 2942  282 L
435: SO
436: 2978 3342 mt 2978 3322 L
437: 2978  282 mt 2978  301 L
438: DO
439: 2978 3342 mt 2978  282 L
440: 2978  282 mt 2978  282 L
441: SO
442: 2978 3342 mt 2978 3303 L
443: 2978  282 mt 2978  320 L
444: %%IncludeResource: font Helvetica
445: /Helvetica /WindowsLatin1Encoding 120 FMSR
446: 
447: 2866 3524 mt 
448: (10) s
449: %%IncludeResource: font Helvetica
450: /Helvetica /WindowsLatin1Encoding 80 FMSR
451: 
452: 2999 3450 mt 
453: (-2) s
454: 3211 3342 mt 3211 3322 L
455: 3211  282 mt 3211  301 L
456: DO
457: 3211 3342 mt 3211  282 L
458: 3211  282 mt 3211  282 L
459: SO
460: 3348 3342 mt 3348 3322 L
461: 3348  282 mt 3348  301 L
462: DO
463: 3348 3342 mt 3348  282 L
464: 3348  282 mt 3348  282 L
465: SO
466: 3445 3342 mt 3445 3322 L
467: 3445  282 mt 3445  301 L
468: DO
469: 3445 3342 mt 3445  282 L
470: 3445  282 mt 3445  282 L
471: SO
472: 3520 3342 mt 3520 3322 L
473: 3520  282 mt 3520  301 L
474: DO
475: 3520 3342 mt 3520  282 L
476: 3520  282 mt 3520  282 L
477: SO
478: 3582 3342 mt 3582 3322 L
479: 3582  282 mt 3582  301 L
480: DO
481: 3582 3342 mt 3582  282 L
482: 3582  282 mt 3582  282 L
483: SO
484: 3634 3342 mt 3634 3322 L
485: 3634  282 mt 3634  301 L
486: DO
487: 3634 3342 mt 3634  282 L
488: 3634  282 mt 3634  282 L
489: SO
490: 3679 3342 mt 3679 3322 L
491: 3679  282 mt 3679  301 L
492: DO
493: 3679 3342 mt 3679  282 L
494: 3679  282 mt 3679  282 L
495: SO
496: 3718 3342 mt 3718 3322 L
497: 3718  282 mt 3718  301 L
498: DO
499: 3718 3342 mt 3718  282 L
500: 3718  282 mt 3718  282 L
501: SO
502: 3754 3342 mt 3754 3322 L
503: 3754  282 mt 3754  301 L
504: DO
505: 3754 3342 mt 3754  282 L
506: 3754  282 mt 3754  282 L
507: SO
508: 3754 3342 mt 3754 3303 L
509: 3754  282 mt 3754  320 L
510: %%IncludeResource: font Helvetica
511: /Helvetica /WindowsLatin1Encoding 120 FMSR
512: 
513: 3642 3524 mt 
514: (10) s
515: %%IncludeResource: font Helvetica
516: /Helvetica /WindowsLatin1Encoding 80 FMSR
517: 
518: 3775 3450 mt 
519: (-1) s
520: 3987 3342 mt 3987 3322 L
521: 3987  282 mt 3987  301 L
522: DO
523: 3987 3342 mt 3987  282 L
524: 3987  282 mt 3987  282 L
525: SO
526: 4124 3342 mt 4124 3322 L
527: 4124  282 mt 4124  301 L
528: DO
529: 4124 3342 mt 4124  282 L
530: 4124  282 mt 4124  282 L
531: SO
532: 4221 3342 mt 4221 3322 L
533: 4221  282 mt 4221  301 L
534: DO
535: 4221 3342 mt 4221  282 L
536: 4221  282 mt 4221  282 L
537: SO
538: 4296 3342 mt 4296 3322 L
539: 4296  282 mt 4296  301 L
540: DO
541: 4296 3342 mt 4296  282 L
542: 4296  282 mt 4296  282 L
543: SO
544: 4357 3342 mt 4357 3322 L
545: 4357  282 mt 4357  301 L
546: DO
547: 4357 3342 mt 4357  282 L
548: 4357  282 mt 4357  282 L
549: SO
550: 4409 3342 mt 4409 3322 L
551: 4409  282 mt 4409  301 L
552: DO
553: 4409 3342 mt 4409  282 L
554: 4409  282 mt 4409  282 L
555: SO
556: 4454 3342 mt 4454 3322 L
557: 4454  282 mt 4454  301 L
558: DO
559: 4454 3342 mt 4454  282 L
560: 4454  282 mt 4454  282 L
561: SO
562: 4494 3342 mt 4494 3322 L
563: 4494  282 mt 4494  301 L
564: DO
565: 4494 3342 mt 4494  282 L
566: 4494  282 mt 4494  282 L
567: SO
568: 4530 3342 mt 4530 3322 L
569: 4530  282 mt 4530  301 L
570: DO
571: 4530 3342 mt 4530  282 L
572: 4530  282 mt 4530  282 L
573: SO
574: 4530 3342 mt 4530 3303 L
575: 4530  282 mt 4530  320 L
576: %%IncludeResource: font Helvetica
577: /Helvetica /WindowsLatin1Encoding 120 FMSR
578: 
579: 4442 3524 mt 
580: (10) s
581: %%IncludeResource: font Helvetica
582: /Helvetica /WindowsLatin1Encoding 80 FMSR
583: 
584: 4575 3450 mt 
585: (0) s
586:  651 3342 mt  670 3342 L
587: 4530 3342 mt 4510 3342 L
588: DO
589:  651 3342 mt 4530 3342 L
590: 4530 3342 mt 4530 3342 L
591: SO
592:  651 3342 mt  689 3342 L
593: 4530 3342 mt 4491 3342 L
594: %%IncludeResource: font Helvetica
595: /Helvetica /WindowsLatin1Encoding 120 FMSR
596: 
597:  392 3386 mt 
598: (10) s
599: %%IncludeResource: font Helvetica
600: /Helvetica /WindowsLatin1Encoding 80 FMSR
601: 
602:  525 3312 mt 
603: (-4) s
604:  651 3188 mt  670 3188 L
605: 4530 3188 mt 4510 3188 L
606: DO
607:  651 3188 mt 4530 3188 L
608: 4530 3188 mt 4530 3188 L
609: SO
610:  651 3098 mt  670 3098 L
611: 4530 3098 mt 4510 3098 L
612: DO
613:  651 3098 mt 4530 3098 L
614: 4530 3098 mt 4530 3098 L
615: SO
616:  651 3034 mt  670 3034 L
617: 4530 3034 mt 4510 3034 L
618: DO
619:  651 3034 mt 4530 3034 L
620: 4530 3034 mt 4530 3034 L
621: SO
622:  651 2985 mt  670 2985 L
623: 4530 2985 mt 4510 2985 L
624: DO
625:  651 2985 mt 4530 2985 L
626: 4530 2985 mt 4530 2985 L
627: SO
628:  651 2945 mt  670 2945 L
629: 4530 2945 mt 4510 2945 L
630: DO
631:  651 2945 mt 4530 2945 L
632: 4530 2945 mt 4530 2945 L
633: SO
634:  651 2910 mt  670 2910 L
635: 4530 2910 mt 4510 2910 L
636: DO
637:  651 2910 mt 4530 2910 L
638: 4530 2910 mt 4530 2910 L
639: SO
640:  651 2881 mt  670 2881 L
641: 4530 2881 mt 4510 2881 L
642: DO
643:  651 2881 mt 4530 2881 L
644: 4530 2881 mt 4530 2881 L
645: SO
646:  651 2855 mt  670 2855 L
647: 4530 2855 mt 4510 2855 L
648: DO
649:  651 2855 mt 4530 2855 L
650: 4530 2855 mt 4530 2855 L
651: SO
652:  651 2832 mt  670 2832 L
653: 4530 2832 mt 4510 2832 L
654: DO
655:  651 2832 mt 4530 2832 L
656: 4530 2832 mt 4530 2832 L
657: SO
658:  651 2832 mt  689 2832 L
659: 4530 2832 mt 4491 2832 L
660: %%IncludeResource: font Helvetica
661: /Helvetica /WindowsLatin1Encoding 120 FMSR
662: 
663:  392 2876 mt 
664: (10) s
665: %%IncludeResource: font Helvetica
666: /Helvetica /WindowsLatin1Encoding 80 FMSR
667: 
668:  525 2802 mt 
669: (-3) s
670:  651 2678 mt  670 2678 L
671: 4530 2678 mt 4510 2678 L
672: DO
673:  651 2678 mt 4530 2678 L
674: 4530 2678 mt 4530 2678 L
675: SO
676:  651 2588 mt  670 2588 L
677: 4530 2588 mt 4510 2588 L
678: DO
679:  651 2588 mt 4530 2588 L
680: 4530 2588 mt 4530 2588 L
681: SO
682:  651 2524 mt  670 2524 L
683: 4530 2524 mt 4510 2524 L
684: DO
685:  651 2524 mt 4530 2524 L
686: 4530 2524 mt 4530 2524 L
687: SO
688:  651 2475 mt  670 2475 L
689: 4530 2475 mt 4510 2475 L
690: DO
691:  651 2475 mt 4530 2475 L
692: 4530 2475 mt 4530 2475 L
693: SO
694:  651 2435 mt  670 2435 L
695: 4530 2435 mt 4510 2435 L
696: DO
697:  651 2435 mt 4530 2435 L
698: 4530 2435 mt 4530 2435 L
699: SO
700:  651 2400 mt  670 2400 L
701: 4530 2400 mt 4510 2400 L
702: DO
703:  651 2400 mt 4530 2400 L
704: 4530 2400 mt 4530 2400 L
705: SO
706:  651 2371 mt  670 2371 L
707: 4530 2371 mt 4510 2371 L
708: DO
709:  651 2371 mt 4530 2371 L
710: 4530 2371 mt 4530 2371 L
711: SO
712:  651 2345 mt  670 2345 L
713: 4530 2345 mt 4510 2345 L
714: DO
715:  651 2345 mt 4530 2345 L
716: 4530 2345 mt 4530 2345 L
717: SO
718:  651 2322 mt  670 2322 L
719: 4530 2322 mt 4510 2322 L
720: DO
721:  651 2322 mt 4530 2322 L
722: 4530 2322 mt 4530 2322 L
723: SO
724:  651 2322 mt  689 2322 L
725: 4530 2322 mt 4491 2322 L
726: %%IncludeResource: font Helvetica
727: /Helvetica /WindowsLatin1Encoding 120 FMSR
728: 
729:  392 2366 mt 
730: (10) s
731: %%IncludeResource: font Helvetica
732: /Helvetica /WindowsLatin1Encoding 80 FMSR
733: 
734:  525 2292 mt 
735: (-2) s
736:  651 2168 mt  670 2168 L
737: 4530 2168 mt 4510 2168 L
738: DO
739:  651 2168 mt 4530 2168 L
740: 4530 2168 mt 4530 2168 L
741: SO
742:  651 2078 mt  670 2078 L
743: 4530 2078 mt 4510 2078 L
744: DO
745:  651 2078 mt 4530 2078 L
746: 4530 2078 mt 4530 2078 L
747: SO
748:  651 2014 mt  670 2014 L
749: 4530 2014 mt 4510 2014 L
750: DO
751:  651 2014 mt 4530 2014 L
752: 4530 2014 mt 4530 2014 L
753: SO
754:  651 1965 mt  670 1965 L
755: 4530 1965 mt 4510 1965 L
756: DO
757:  651 1965 mt 4530 1965 L
758: 4530 1965 mt 4530 1965 L
759: SO
760:  651 1925 mt  670 1925 L
761: 4530 1925 mt 4510 1925 L
762: DO
763:  651 1925 mt 4530 1925 L
764: 4530 1925 mt 4530 1925 L
765: SO
766:  651 1890 mt  670 1890 L
767: 4530 1890 mt 4510 1890 L
768: DO
769:  651 1890 mt 4530 1890 L
770: 4530 1890 mt 4530 1890 L
771: SO
772:  651 1861 mt  670 1861 L
773: 4530 1861 mt 4510 1861 L
774: DO
775:  651 1861 mt 4530 1861 L
776: 4530 1861 mt 4530 1861 L
777: SO
778:  651 1835 mt  670 1835 L
779: 4530 1835 mt 4510 1835 L
780: DO
781:  651 1835 mt 4530 1835 L
782: 4530 1835 mt 4530 1835 L
783: SO
784:  651 1812 mt  670 1812 L
785: 4530 1812 mt 4510 1812 L
786: DO
787:  651 1812 mt 4530 1812 L
788: 4530 1812 mt 4530 1812 L
789: SO
790:  651 1812 mt  689 1812 L
791: 4530 1812 mt 4491 1812 L
792: %%IncludeResource: font Helvetica
793: /Helvetica /WindowsLatin1Encoding 120 FMSR
794: 
795:  392 1856 mt 
796: (10) s
797: %%IncludeResource: font Helvetica
798: /Helvetica /WindowsLatin1Encoding 80 FMSR
799: 
800:  525 1782 mt 
801: (-1) s
802:  651 1658 mt  670 1658 L
803: 4530 1658 mt 4510 1658 L
804: DO
805:  651 1658 mt 4530 1658 L
806: 4530 1658 mt 4530 1658 L
807: SO
808:  651 1568 mt  670 1568 L
809: 4530 1568 mt 4510 1568 L
810: DO
811:  651 1568 mt 4530 1568 L
812: 4530 1568 mt 4530 1568 L
813: SO
814:  651 1504 mt  670 1504 L
815: 4530 1504 mt 4510 1504 L
816: DO
817:  651 1504 mt 4530 1504 L
818: 4530 1504 mt 4530 1504 L
819: SO
820:  651 1455 mt  670 1455 L
821: 4530 1455 mt 4510 1455 L
822: DO
823:  651 1455 mt 4530 1455 L
824: 4530 1455 mt 4530 1455 L
825: SO
826:  651 1415 mt  670 1415 L
827: 4530 1415 mt 4510 1415 L
828: DO
829:  651 1415 mt 4530 1415 L
830: 4530 1415 mt 4530 1415 L
831: SO
832:  651 1380 mt  670 1380 L
833: 4530 1380 mt 4510 1380 L
834: DO
835:  651 1380 mt 4530 1380 L
836: 4530 1380 mt 4530 1380 L
837: SO
838:  651 1351 mt  670 1351 L
839: 4530 1351 mt 4510 1351 L
840: DO
841:  651 1351 mt 4530 1351 L
842: 4530 1351 mt 4530 1351 L
843: SO
844:  651 1325 mt  670 1325 L
845: 4530 1325 mt 4510 1325 L
846: DO
847:  651 1325 mt 4530 1325 L
848: 4530 1325 mt 4530 1325 L
849: SO
850:  651 1302 mt  670 1302 L
851: 4530 1302 mt 4510 1302 L
852: DO
853:  651 1302 mt 4530 1302 L
854: 4530 1302 mt 4530 1302 L
855: SO
856:  651 1302 mt  689 1302 L
857: 4530 1302 mt 4491 1302 L
858: %%IncludeResource: font Helvetica
859: /Helvetica /WindowsLatin1Encoding 120 FMSR
860: 
861:  392 1346 mt 
862: (10) s
863: %%IncludeResource: font Helvetica
864: /Helvetica /WindowsLatin1Encoding 80 FMSR
865: 
866:  525 1272 mt 
867: (0) s
868:  651 1148 mt  670 1148 L
869: 4530 1148 mt 4510 1148 L
870: DO
871:  651 1148 mt 4530 1148 L
872: 4530 1148 mt 4530 1148 L
873: SO
874:  651 1058 mt  670 1058 L
875: 4530 1058 mt 4510 1058 L
876: DO
877:  651 1058 mt 4530 1058 L
878: 4530 1058 mt 4530 1058 L
879: SO
880:  651  994 mt  670  994 L
881: 4530  994 mt 4510  994 L
882: DO
883:  651  994 mt 4530  994 L
884: 4530  994 mt 4530  994 L
885: SO
886:  651  945 mt  670  945 L
887: 4530  945 mt 4510  945 L
888: DO
889:  651  945 mt 4530  945 L
890: 4530  945 mt 4530  945 L
891: SO
892:  651  905 mt  670  905 L
893: 4530  905 mt 4510  905 L
894: DO
895:  651  905 mt 4530  905 L
896: 4530  905 mt 4530  905 L
897: SO
898:  651  870 mt  670  870 L
899: 4530  870 mt 4510  870 L
900: DO
901:  651  870 mt 4530  870 L
902: 4530  870 mt 4530  870 L
903: SO
904:  651  841 mt  670  841 L
905: 4530  841 mt 4510  841 L
906: DO
907:  651  841 mt 4530  841 L
908: 4530  841 mt 4530  841 L
909: SO
910:  651  815 mt  670  815 L
911: 4530  815 mt 4510  815 L
912: DO
913:  651  815 mt 4530  815 L
914: 4530  815 mt 4530  815 L
915: SO
916:  651  792 mt  670  792 L
917: 4530  792 mt 4510  792 L
918: DO
919:  651  792 mt 4530  792 L
920: 4530  792 mt 4530  792 L
921: SO
922:  651  792 mt  689  792 L
923: 4530  792 mt 4491  792 L
924: %%IncludeResource: font Helvetica
925: /Helvetica /WindowsLatin1Encoding 120 FMSR
926: 
927:  392  836 mt 
928: (10) s
929: %%IncludeResource: font Helvetica
930: /Helvetica /WindowsLatin1Encoding 80 FMSR
931: 
932:  525  762 mt 
933: (1) s
934:  651  638 mt  670  638 L
935: 4530  638 mt 4510  638 L
936: DO
937:  651  638 mt 4530  638 L
938: 4530  638 mt 4530  638 L
939: SO
940:  651  548 mt  670  548 L
941: 4530  548 mt 4510  548 L
942: DO
943:  651  548 mt 4530  548 L
944: 4530  548 mt 4530  548 L
945: SO
946:  651  484 mt  670  484 L
947: 4530  484 mt 4510  484 L
948: DO
949:  651  484 mt 4530  484 L
950: 4530  484 mt 4530  484 L
951: SO
952:  651  435 mt  670  435 L
953: 4530  435 mt 4510  435 L
954: DO
955:  651  435 mt 4530  435 L
956: 4530  435 mt 4530  435 L
957: SO
958:  651  395 mt  670  395 L
959: 4530  395 mt 4510  395 L
960: DO
961:  651  395 mt 4530  395 L
962: 4530  395 mt 4530  395 L
963: SO
964:  651  360 mt  670  360 L
965: 4530  360 mt 4510  360 L
966: DO
967:  651  360 mt 4530  360 L
968: 4530  360 mt 4530  360 L
969: SO
970:  651  331 mt  670  331 L
971: 4530  331 mt 4510  331 L
972: DO
973:  651  331 mt 4530  331 L
974: 4530  331 mt 4530  331 L
975: SO
976:  651  305 mt  670  305 L
977: 4530  305 mt 4510  305 L
978: DO
979:  651  305 mt 4530  305 L
980: 4530  305 mt 4530  305 L
981: SO
982:  651  282 mt  670  282 L
983: 4530  282 mt 4510  282 L
984: DO
985:  651  282 mt 4530  282 L
986: 4530  282 mt 4530  282 L
987: SO
988:  651  282 mt  689  282 L
989: 4530  282 mt 4491  282 L
990: %%IncludeResource: font Helvetica
991: /Helvetica /WindowsLatin1Encoding 120 FMSR
992: 
993:  392  326 mt 
994: (10) s
995: %%IncludeResource: font Helvetica
996: /Helvetica /WindowsLatin1Encoding 80 FMSR
997: 
998:  525  252 mt 
999: (2) s
1000:  651  282 mt 4530  282 L
1001:  651 3342 mt 4530 3342 L
1002: 4530 3342 mt 4530  282 L
1003:  651 3342 mt  651  282 L
1004: gs 651 282 3880 3061 rc
1005: 24 w
1006: /c8 { 0.000000 0.000000 1.000000 sr} bdef
1007: c8
1008: 78 -20 78 30 77 16 78 -12 77 -13 78 3 78 13 77 8 
1009: 78 -4 77 -14 78 -16 77 -13 78 -8 78 -7 77 -3 78 3 
1010: 77 7 78 7 78 6 77 3 78 -4 77 -6 78 -8 77 -10 
1011: 78 -16 78 -23 77 -27 78 -28 77 -28 78 -31 77 -35 78 -35 
1012: 78 -31 77 -26 78 -30 77 -34 78 -30 78 -28 77 -30 78 -32 
1013: 77 -29 78 -33 77 -47 78 -74 78 -131 77 -287 78 -74 77 164 
1014: 78 42 77 9 651 1516 51 MP stroke
1015: 78 -132 78 -83 77 126 78 47 77 -16 78 -47 78 -55 77 -17 
1016: 78 15 77 24 78 0 77 -5 78 18 78 18 77 2 78 -6 
1017: 77 -9 78 -20 78 -25 77 -11 78 -14 77 -38 78 -59 77 -45 
1018: 78 -21 78 -18 77 -43 78 -60 77 -39 78 6 77 -7 78 -34 
1019: 78 -72 77 -51 78 38 77 -39 78 -99 78 -15 77 -40 78 -231 
1020: 77 -51 78 234 77 58 78 -60 78 -174 77 -178 78 85 77 -56 
1021: 78 -354 77 -125 651 2963 51 MP stroke
1022: DA
1023: 78 -21 78 30 77 15 78 -15 77 -16 78 0 78 12 77 7 
1024: 78 -6 77 -16 78 -22 77 -19 78 -15 78 -14 77 -13 78 -8 
1025: 77 -3 78 -1 78 -2 77 -6 78 -15 77 -19 78 -19 77 -15 
1026: 78 -15 78 -14 77 -9 78 -6 77 -6 78 -11 77 -16 78 -24 
1027: 78 -27 77 -28 78 -31 77 -32 78 -27 78 -23 77 -26 78 -29 
1028: 77 -31 78 -37 77 -49 78 -75 78 -129 77 -273 78 -154 77 178 
1029: 78 54 77 28 651 1549 51 MP stroke
1030: 78 -146 78 -101 77 143 78 52 77 -18 78 -56 78 -69 77 -30 
1031: 78 7 77 21 78 -10 77 -20 78 7 78 14 77 -3 78 -14 
1032: 77 -20 78 -37 78 -49 77 -6 78 12 77 -6 78 -19 77 -2 
1033: 78 6 78 -10 77 -35 78 -44 77 -51 78 -46 77 -22 78 -24 
1034: 78 -37 77 -24 78 16 77 -40 78 -91 78 -46 77 -68 78 -246 
1035: 77 -29 78 241 77 70 78 -63 78 -231 77 -203 78 226 77 -33 
1036: 78 -567 77 219 651 2777 51 MP stroke
1037: gr
1038: 
1039: 24 w
1040: c8
1041: DA
1042: 0 sg
1043: %%IncludeResource: font Helvetica
1044: /Helvetica /WindowsLatin1Encoding 120 FMSR
1045: 
1046: 2127 3667 mt 
1047: (Time scale \(year\)) s
1048:  310 1966 mt  -90 rotate
1049: (SFAC) s
1050: 90 rotate
1051: SO
1052: 6 w
1053: 
1054: end %%Color Dict
1055: 
1056: eplot
1057: %%EndObject
1058: 
1059: epage
1060: end
1061: 
1062: showpage
1063: 
1064: %%Trailer
1065: %%EOF
1066: