cond-mat0402179/CeCu2Si2Sianalysis.eps
1: %!
2: %%BoundingBox: 77 72 548 486
3: %%Creator: Igor
4: %%Title: Layout0
5: %%Creation Date: Wed, Nov 05, 2003 2:26 PM
6: %%DocumentFonts:  (atend) 
7: %%EndComments
8: 0 558 translate  1 -1 scale
9: /IgorSave save def
10: 
11: 1000 dict begin
12: 
13: 0 setgray 0 setlinecap
14: 1 setlinewidth 0 setlinejoin
15: 1 setmiterlimit [] 0 setdash
16: 
17: /aw 0 def   /ah 0 def
18: /x0 0 def   /y0 0 def   /x1 0 def   /y1 0 def
19: /rx0 0 def  /ry0 0 def  /rx1 0 def  /ry1 0 def
20: /tmp0 0 def /tmp1 0 def
21: /packedRed 0 def /packedGreen 0 def /packedBlue 0 def
22: /x 0 def    /y 0 def    /w 0 def    /c 0 string def
23: 
24: /rbak 1 def /gbak 1 def /bbak 1 def
25: /rfor 0 def /gfor 0 def /bfor 0 def
26: 
27: /bdef{bind def}bind def
28: /ldef{load def}bdef
29: /xdef{exch def}bdef
30: 
31: /setuserscreendict 22 dict def
32: setuserscreendict begin
33: 
34: /tempctm matrix def
35: /temprot matrix def
36: /tempscale matrix def
37: 
38: /concatprocs{
39:     /proc2 exch cvlit def
40:     /proc1 exch cvlit def
41:     /newproc proc1 length proc2 length add array def
42:     newproc 0 proc1 putinterval
43:     newproc proc1 length proc2 putinterval
44:     newproc cvx
45: }def
46: 
47: /resmatrix matrix def
48: /findresolution{
49:     72 0 resmatrix defaultmatrix dtransform
50:     /yres xdef /xres xdef
51:     xres dup mul yres dup mul add sqrt
52: }def
53: end
54: 
55: /setuserscreen{
56:   setuserscreendict begin
57:     /spotfunction xdef
58:     /screenangle xdef
59:     /cellsize xdef
60:     
61:     /m tempctm currentmatrix def
62:     /rm screenangle temprot rotate def
63:     /sm cellsize dup tempscale scale def
64:     
65:     sm rm m m concatmatrix m concatmatrix pop
66:     1 0 m dtransform /y1 xdef /x1 xdef
67:     /veclength x1 dup mul y1 dup mul add sqrt def
68:     /frequency findresolution veclength div def
69:     /newscreenangle y1 x1 atan def
70:     m 2 get m 1 get mul m 0 get m 3 get mul sub 0 gt
71:     {
72:         { neg } /spotfunction load concatprocs
73:         /spotfunction xdef
74:     } if
75:     frequency newscreenangle /spotfunction load setscreen
76:   end
77: }def
78: 
79: /setpatterndict 18 dict def
80: setpatterndict begin
81: /bitison{
82:     /ybit xdef /xbit xdef
83:     /bytevalue bstring ybit bwidth mul xbit 8 idiv add get def
84:     /mask 1 7 xbit 8 mod sub bitshift def
85:     bytevalue mask and 0 ne
86: }def
87: end
88: 
89: /bitpatternspotfunction{
90:   setpatterndict begin
91:     /y xdef /x xdef
92:     /xindex x 1 add 2 div bpside mul cvi def
93:     /yindex y 1 add 2 div bpside mul cvi def
94:     xindex yindex bitison
95:     { /onbits onbits 1 add def 1 }
96:     { /offbits offbits 1 add def 0 }
97:     ifelse
98:   end
99: }def
100: 
101: /setpattern{
102:   setpatterndict begin
103:     /cellsz xdef
104:     /angle xdef
105:     /bwidth xdef
106:     /bpside xdef
107:     /bstring xdef
108:     
109:     /onbits 0 def /offbits 0 def
110:     cellsz angle /bitpatternspotfunction load setuserscreen
111:     {} settransfer
112:     offbits offbits onbits add div setgray
113:   end
114: }def
115: 
116: /FillPattern{   % patternstring --
117:     /pat xdef
118:     gsave
119:     pat 8 1 0 72 300 32 div div setpattern
120:     fill
121:     grestore
122: }def
123: 
124: 
125: 
126: /UseBack{ rbak gbak bbak setrgbcolor }bdef
127: /UseFore{ rfor gfor bfor setrgbcolor }bdef
128: /SetBack {/bbak xdef /gbak xdef /rbak xdef }bdef
129: /SetFore {/bfor xdef /gfor xdef /rfor xdef }bdef
130: 
131: 
132: /ps {setlinewidth} bdef 
133: /clw {currentlinewidth} bdef
134: /sd {0 setdash} bdef
135: 
136: /mstroke {0 clw eq {newpath}{stroke} ifelse} bdef
137: 
138: /_R{ .5 sub round .5 add}bdef
139: /allign { transform _R exch _R exch itransform }bdef
140: /L {allign lineto} bdef
141: /M {allign moveto} bdef
142: 
143: /addto { dup load exec 3 -1 roll add store }bdef
144: /MacLine{       % xto yto xfrom yfrom MacLine --
145:     newpath     % only handles horizontal or vertical lines
146:     /y0 xdef /x0 xdef /y1 xdef /x1 xdef
147:     x1 x0 sub abs
148:     y1 y0 sub abs gt
149:     {clw x1 x0 gt {/x1}{/x0}ifelse  addto  clw 2 div dup /y0 addto /y1 addto}
150:     {clw y1 y0 gt {/y1}{/y0}ifelse  addto  clw 2 div dup /x0 addto /x1 addto}
151:     ifelse
152:     x0 y0 M
153:     x1 y1 L
154:     mstroke
155: }bdef
156: 
157: /FillPath{      % graylevel FillPath --   fills current path and leaves path alive
158:     gsave
159:     dup 1 exch sub      % glev 1-glev
160:     rbak 2 index mul    rfor 2 index mul add
161:     gbak 3 index mul    gfor 3 index mul add
162:     bbak 4 index mul    bfor 4 index mul add
163:     setrgbcolor
164:     pop pop
165:     fill
166:     grestore
167: }bdef
168: 
169: /StrokePath{        % linejoin StrokePath --   strokes current path and leaves path alive
170:     gsave
171:     setlinejoin
172:     mstroke
173:     grestore
174: }bdef
175: 
176: /RectPath{      % x0 y0 x1 y1 RectPath -- sets current path to a rectange
177:     /y1 xdef /x1 xdef /y0 xdef /x0 xdef
178:     newpath
179:     x0 y0 M
180:     x1 y0 L
181:     x1 y1 L
182:     x0 y1 L
183:     closepath
184: }bdef
185: 
186: /PaintRect{     % x0 y0 x1 y1 graylevel PaintRect --
187:     gsave
188:     5 1 roll
189:     RectPath
190:     FillPath
191:     grestore
192: }bdef
193: 
194: 
195: 
196: 
197: % **** begin image stuff *****
198: % The following are used for images. This has to be kept
199: % in synch with corresponding code in ImageDisp.c.In particular
200: % the expansion factor, 8, has to be in synch. LH010606: now to
201: % fix colorscales in layouts, expansion factor is in variable.
202: % packedcolor is (red*256+green)*256+blue
203: 
204: /ExpFact 8 def  % default expansion factor
205: 
206: /SetPackedColor{    % packedcolor SetPackedColor --
207:     dup 256 mod /tmp0 xdef  % extract blue
208:     256 idiv
209:     dup 256 mod /tmp1 xdef  % extract green
210:     256 idiv                % extract red
211:     255 div /packedRed xdef
212:     tmp1 255 div /packedGreen xdef
213:     tmp0 255 div /packedBlue xdef
214: }bdef
215: 
216: /IR_FillRect{
217:     gsave
218:     newpath
219:     rx0 ry0 M
220:     rx1 ry0 L
221:     rx1 ry1 L
222:     rx0 ry1 L
223:     closepath
224:     packedRed packedGreen packedBlue setrgbcolor
225:     fill
226:     grestore
227: }bdef
228: 
229: /NewRectImageLine{  % x0 y0 x1 y1 packedcolor NewRectImageLine --
230:     SetPackedColor
231: 
232:     /ry1 xdef /rx1 xdef /ry0 xdef /rx0 xdef % remember starting rectange for following calls
233:     
234:     IR_FillRect
235: }bdef
236: 
237: /rx{        % xdist rx --
238:     ExpFact div
239:     dup 0 lt
240:     { rx0 /rx1 xdef rx1 add /rx0 xdef }     % neg delta steps left
241:     { rx1 /rx0 xdef rx0 add /rx1 xdef }
242:     ifelse
243:     IR_FillRect
244: }bdef
245: 
246: /ry{        % ydist rr --
247:     ExpFact div
248:     dup 0 lt
249:     { ry1 /ry0 xdef ry0 exch sub /ry1 xdef }        % neg delta steps down
250:     { ry0 /ry1 xdef ry1 exch sub /ry0 xdef }
251:     ifelse
252:     IR_FillRect
253: }bdef
254: 
255: 
256: /cx{        % xdist packedcolor cx --
257:     SetPackedColor
258:     rx
259: }bdef
260: 
261: /cy{        % ydist packedcolor cx --
262:     SetPackedColor
263:     ry
264: }bdef
265: 
266: % **** end image stuff *****
267: 
268: 
269: 
270: /EraseRect{     % x0 y0 x1 y1 EraseRect --  fills rect with background color
271:     gsave
272:     RectPath
273:     UseBack fill
274:     grestore
275: }bdef
276: 
277: /FrameRect{     % x0 y0 x1 y1 FrameRect --
278:     RectPath
279:     mstroke
280: }bdef
281: 
282: /FrameMacRect{      % x0 y0 x1 y1 FrameMacRect --  Mac-like version
283:     RectPath
284:     mstroke
285: }bdef
286: 
287: 
288: /ellipse{
289:     /savematrix matrix currentmatrix def
290:     translate scale 0 0 1 0 360 arc
291:     savematrix setmatrix
292: }bdef
293: 
294: 
295: 
296: /OvalPath{      % x0 y0 x1 y1 OvalPath -- sets current path to an oval inside rectange
297:     /y1 xdef /x1 xdef /y0 xdef /x0 xdef
298:     newpath
299:     x0 x1 sub abs 2 div y0 y1 sub abs 2 div x0 x1 add 2 div y0 y1 add 2 div ellipse
300:     closepath
301: }bdef
302: 
303: 
304: /PaintOval{     % x0 y0 x1 y1 graylevel PaintOval --
305:     gsave
306:     5 1 roll
307:     OvalPath
308:     FillPath
309:     grestore
310: }bdef
311: 
312: /EraseOval{     % x0 y0 x1 y1 EraseOval --  fills with background color
313:     gsave
314:     OvalPath
315:     UseBack fill
316:     grestore
317: }bdef
318: 
319: /FrameOval{     % x0 y0 x1 y1 FrameOval --
320:     OvalPath
321:     mstroke
322: }bdef
323: 
324: 
325: /RRectPath{     % x0 y0 x1 y1 r OvalPath -- sets current path to rounded rectange, radius r
326:     /radius xdef
327:     /y1 xdef /x1 xdef /y0 xdef /x0 xdef
328:     newpath
329:     x0 radius add y0 M
330:     x1 y0 x1 y1 radius arcto 4{pop}repeat
331:     x1 y1 x0 y1 radius arcto 4{pop}repeat
332:     x0 y1 x0 y0 radius arcto 4{pop}repeat
333:     x0 y0 x1 y0 radius arcto 4{pop}repeat
334:     closepath
335: }bdef
336: 
337: 
338: /PaintRRect{        % x0 y0 x1 y1 r graylevel PaintRRect --
339:     gsave
340:     6 1 roll
341:     RRectPath
342:     FillPath
343:     grestore
344: }bdef
345: 
346: /EraseRRect{        % x0 y0 x1 y1 r EraseRRect --  fills rect with background color
347:     gsave
348:     RRectPath
349:     UseBack fill
350:     grestore
351: }bdef
352: 
353: /FrameRRect{        % x0 y0 x1 y1 r FrameRect --
354:     RRectPath
355:     mstroke
356: }bdef
357: 
358: 
359: 
360: 
361: /CapLine{       % x0 y0 x1 y1 linecap CapLine -- draws line using given line cap
362:     gsave
363:     setlinecap
364:     /y1 xdef /x1 xdef /y0 xdef /x0 xdef
365:     newpath
366:     x0 y0 M
367:     x1 y1 L
368:     mstroke
369:     grestore
370: }bdef
371: 
372: /Arrow{     % x0 y0 x1 y1 width height graylevel Arrow -- draws arrow at end of line from P0 to P1
373:     gsave
374:     /gl xdef 1 add /aw xdef 1 add /ah xdef /y0 xdef /x0 xdef /y1 xdef /x1 xdef 
375:     x0 y0 translate
376:     /x1 x1 x0 sub def
377:     /y1 y1 y0 sub def
378:     y1 x1 atan rotate
379:     newpath
380:     0 0 M
381:     aw ah 2 div L
382:     aw ah 2 div neg L
383:     closepath
384:     gl FillPath
385: %   10 setmiterlimit
386: %   1 ps
387: %   0 StrokePath
388:     grestore
389: }bdef
390: 
391: 
392: % ************ fonts ************
393: 
394: 
395: /normal 0 def
396: /bold 1 def
397: /italic 2 def
398: /underline 4 def
399: /outline 8 def
400: /shadow 16 def
401: 
402: /FACE1 bold italic or def
403: /FACE2 outline shadow or def
404: 
405: /Shadow {
406:     gsave
407:     siz 0.08 mul 1 index mul x add
408:     exch siz 0.07 mul mul y add M
409:     c show
410:     grestore
411: } def
412: 
413: /Outline {
414:     gsave
415:     siz .02 mul setlinewidth
416:     x y M c true charpath
417:     gsave UseBack fill grestore stroke
418:     grestore
419: } def
420: 
421: /Underline{
422:     gsave
423:     siz 0.08 mul ps
424:     x y clw add M x c stringwidth pop add y clw add L stroke
425:     grestore
426: }bdef
427: 
428: /DoShow{    % assumes x,y,c are already set
429:     fontkind FACE2 and
430:     dup normal eq               {c x y M show} if
431:     dup outline eq              {Outline} if
432:     dup shadow eq               {1 Shadow Outline} if
433:     outline shadow or eq        {1 Shadow 1.5 Shadow Outline} if
434:     fontkind underline and 0 ne { Underline } if
435: }bdef
436: 
437: /DoWShow{   % assumes x,y,c & w are already set
438:     gsave
439:     x y translate
440:     /x 0 def  /y 0 def
441:     w c stringwidth pop div 1 scale
442:     DoShow
443:     grestore
444: }bdef
445: 
446: /S{
447:     /y xdef /x xdef /c xdef
448:     DoShow
449: }bdef
450: 
451: /WS{        % string x y desiredwidth WS -
452:     /w xdef /y xdef /x xdef /c xdef
453:     DoWShow
454: }bdef
455: 
456: /F{
457:     /fontkind xdef
458:     findfont exch /siz xdef [siz 0 0 siz neg  0 0] makefont setfont
459: }bdef
460: 
461: 
462: 
463: /Re-encode {
464:     dup length array copy
465:     /eap 0 def
466:     exch {
467:         dup type /integertype eq
468:         { /eap xdef }
469:         {
470:             1 index
471:             exch
472:             eap exch
473:             put
474:             /eap eap 1 add def
475:         }
476:         ifelse
477:     } forall
478: } bind def
479: 
480: [ 39/quotesingle 96/grave 128/.notdef/.notdef/quotesinglbase
481: /florin/quotedblbase/ellipsis/dagger/daggerdbl/circumflex
482: /perthousand/Scaron/guilsinglleft/OE/.notdef/.notdef
483: /.notdef/.notdef/quoteleft/quoteright/quotedblleft/quotedblright
484: /bullet/endash/emdash/tilde/trademark/scaron/guilsinglright
485: /oe/.notdef/.notdef/Ydieresis/.notdef/exclamdown/cent
486: /sterling/currency/yen/brokenbar/section/dieresis/copyright
487: /ordfeminine/guillemotleft/logicalnot/.notdef/registered
488: /macron/degree/plusminus/twosuperior/threesuperior/acute
489: /mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine
490: /guillemotright/onequarter/onehalf/threequarters/questiondown
491: /Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
492: /Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave
493: /Iacute/Icircumflex/Idieresis/Eth/Ntilde/Ograve/Oacute
494: /Ocircumflex/Otilde/Odieresis/multiply/Oslash/Ugrave
495: /Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls
496: /agrave/aacute/acircumflex/atilde/adieresis/aring/ae
497: /ccedilla/egrave/eacute/ecircumflex/edieresis/igrave
498: /iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute
499: /ocircumflex/otilde/odieresis/divide/oslash/ugrave/uacute
500: /ucircumflex/udieresis/yacute/thorn/ydieresis]
501: /zzz xdef
502: 
503: /OurEncoding{ zzz StandardEncoding Re-encode }bdef
504: 
505: /EncodeFont {
506:     findfont
507:     dup length dict begin
508:     {
509:         1 index /FID ne
510:         { def }
511:         { pop pop }
512:         ifelse
513:     } forall
514:     /FontName xdef
515:     /Encoding xdef
516:     FontName currentdict
517:     end
518:     definefont pop
519: } bind def
520: 
521: /AnObj save def
522: 1 1 1 SetBack   0 0 0 SetFore  UseFore
523: 0 0 translate
524: AnObj restore
525: /AnObj save def
526: 1 1 1 SetBack   0 0 0 SetFore  UseFore
527: 80 76 translate
528: 1.00 ps
529: gsave 1.00 ps 74.63 17.88 74.63 348.50 0 CapLine grestore
530: gsave 1.00 ps 423.50 17.88 423.50 348.50 0 CapLine grestore
531: 1 ps
532: 1.00 ps
533: gsave 1.00 ps 74.13 39.88 83.50 39.88 0 CapLine grestore
534: 1 ps
535:  OurEncoding /_Helvetica /Helvetica EncodeFont
536: 16.00 (_Helvetica) 0 F
537: (1.4) 47.75 45.25 22.25 WS
538: 1.00 ps
539: gsave 1.00 ps 74.13 84.00 83.50 84.00 0 CapLine grestore
540: 1 ps
541: 16.00 (_Helvetica) 0 F
542: (1.2) 47.75 89.38 22.25 WS
543: 1.00 ps
544: gsave 1.00 ps 74.13 128.13 83.50 128.13 0 CapLine grestore
545: 1 ps
546: 16.00 (_Helvetica) 0 F
547: (1.0) 47.75 133.50 22.25 WS
548: 1.00 ps
549: gsave 1.00 ps 74.13 172.13 83.50 172.13 0 CapLine grestore
550: 1 ps
551: 16.00 (_Helvetica) 0 F
552: (0.8) 47.75 177.50 22.25 WS
553: 1.00 ps
554: gsave 1.00 ps 74.13 216.25 83.50 216.25 0 CapLine grestore
555: 1 ps
556: 16.00 (_Helvetica) 0 F
557: (0.6) 47.75 221.62 22.25 WS
558: 1.00 ps
559: gsave 1.00 ps 74.13 260.38 83.50 260.38 0 CapLine grestore
560: 1 ps
561: 16.00 (_Helvetica) 0 F
562: (0.4) 47.75 265.75 22.25 WS
563: 1.00 ps
564: gsave 1.00 ps 74.13 304.38 83.50 304.38 0 CapLine grestore
565: 1 ps
566: 16.00 (_Helvetica) 0 F
567: (0.2) 47.75 309.75 22.25 WS
568: 1.00 ps
569: gsave 1.00 ps 74.13 348.50 83.50 348.50 0 CapLine grestore
570: 1 ps
571: 16.00 (_Helvetica) 0 F
572: (0.0) 47.75 353.88 22.25 WS
573: 11.25 (_Helvetica) 0 F
574: gsave 22.00 208.38 translate -90 rotate
575: (29) 0.00 0.00 12.50 WS
576: grestore
577: 16.00 (_Helvetica) 0 F
578: gsave 31.50 195.88 translate -90 rotate
579: (K \(%\)) 0.00 0.00 40.13 WS
580: grestore
581: 1.00 ps
582: gsave 1.00 ps 74.63 348.50 423.50 348.50 0 CapLine grestore
583: gsave 1.00 ps 74.63 17.88 423.50 17.88 0 CapLine grestore
584: 1 ps
585: 1.00 ps
586: gsave 1.00 ps 423.50 349.00 423.50 339.63 0 CapLine grestore
587: 1 ps
588: 16.00 (_Helvetica) 0 F
589: (10) 414.63 368.00 17.75 WS
590: 1.00 ps
591: gsave 1.00 ps 353.75 349.00 353.75 339.63 0 CapLine grestore
592: 1 ps
593: 16.00 (_Helvetica) 0 F
594: (8) 349.38 368.00 8.88 WS
595: 1.00 ps
596: gsave 1.00 ps 284.00 349.00 284.00 339.63 0 CapLine grestore
597: 1 ps
598: 16.00 (_Helvetica) 0 F
599: (6) 279.63 368.00 8.88 WS
600: 1.00 ps
601: gsave 1.00 ps 214.13 349.00 214.13 339.63 0 CapLine grestore
602: 1 ps
603: 16.00 (_Helvetica) 0 F
604: (4) 209.75 368.00 8.88 WS
605: 1.00 ps
606: gsave 1.00 ps 144.38 349.00 144.38 339.63 0 CapLine grestore
607: 1 ps
608: 16.00 (_Helvetica) 0 F
609: (2) 140.00 368.00 8.88 WS
610: 1.00 ps
611: gsave 1.00 ps 74.63 349.00 74.63 339.63 0 CapLine grestore
612: 1 ps
613: 16.00 (_Helvetica) 0 F
614: (0) 70.25 368.00 8.88 WS
615: 16.00 (Symbol) 0 F
616: (c) 184.00 402.50 8.75 WS
617:  OurEncoding /_Helvetica /Helvetica EncodeFont
618: 16.00 (_Helvetica) 0 F
619: ( \(x10) 192.75 402.50 35.63 WS
620: 11.25 (_Helvetica) 0 F
621: (-3) 228.38 393.00 10.00 WS
622: 16.00 (_Helvetica) 0 F
623: (  emu/mol\)) 238.38 402.50 75.75 WS
624: 0.50 ps
625: newpath 339.75 166.88 M
626: 333.87 166.88 L
627: 333.87 160.88 L
628: closepath
629: 0 FillPath
630: 0 StrokePath newpath
631: newpath 331.38 170.25 M
632: 325.50 170.25 L
633: 325.50 164.25 L
634: closepath
635: 0 FillPath
636: 0 StrokePath newpath
637: newpath 325.75 173.75 M
638: 319.88 173.75 L
639: 319.88 167.75 L
640: closepath
641: 0 FillPath
642: 0 StrokePath newpath
643: newpath 314.75 182.38 M
644: 308.88 182.38 L
645: 308.88 176.38 L
646: closepath
647: 0 FillPath
648: 0 StrokePath newpath
649: newpath 299.38 189.25 M
650: 293.50 189.25 L
651: 293.50 183.25 L
652: closepath
653: 0 FillPath
654: 0 StrokePath newpath
655: newpath 285.75 195.25 M
656: 279.87 195.25 L
657: 279.87 189.25 L
658: closepath
659: 0 FillPath
660: 0 StrokePath newpath
661: newpath 278.50 201.25 M
662: 272.63 201.25 L
663: 272.63 195.25 L
664: closepath
665: 0 FillPath
666: 0 StrokePath newpath
667: newpath 263.38 209.12 M
668: 257.50 209.12 L
669: 257.50 203.13 L
670: closepath
671: 0 FillPath
672: 0 StrokePath newpath
673: newpath 256.13 216.00 M
674: 250.25 216.00 L
675: 250.25 210.00 L
676: closepath
677: 0 FillPath
678: 0 StrokePath newpath
679: newpath 244.13 226.38 M
680: 238.25 226.38 L
681: 238.25 220.38 L
682: closepath
683: 0 FillPath
684: 0 StrokePath newpath
685: newpath 237.50 232.37 M
686: 231.63 232.37 L
687: 231.63 226.38 L
688: closepath
689: 0 FillPath
690: 0 StrokePath newpath
691: newpath 221.50 242.00 M
692: 215.63 242.00 L
693: 215.63 236.00 L
694: closepath
695: 0 FillPath
696: 0 StrokePath newpath
697: newpath 210.63 252.38 M
698: 204.75 252.38 L
699: 204.75 246.38 L
700: closepath
701: 0 FillPath
702: 0 StrokePath newpath
703: newpath 203.38 257.63 M
704: 197.50 257.63 L
705: 197.50 251.63 L
706: closepath
707: 0 FillPath
708: 0 StrokePath newpath
709: newpath 196.50 264.63 M
710: 190.62 264.63 L
711: 190.62 258.63 L
712: closepath
713: 0 FillPath
714: 0 StrokePath newpath
715: newpath 191.50 270.75 M
716: 185.63 270.75 L
717: 185.63 264.75 L
718: closepath
719: 0 FillPath
720: 0 StrokePath newpath
721: newpath 185.00 276.00 M
722: 179.13 276.00 L
723: 179.13 270.00 L
724: closepath
725: 0 FillPath
726: 0 StrokePath newpath
727: newpath 179.75 284.00 M
728: 173.88 284.00 L
729: 173.88 278.00 L
730: closepath
731: 0 FillPath
732: 0 StrokePath newpath
733: newpath 174.13 287.63 M
734: 168.25 287.63 L
735: 168.25 281.63 L
736: closepath
737: 0 FillPath
738: 0 StrokePath newpath
739: newpath 169.75 292.13 M
740: 163.88 292.13 L
741: 163.88 286.12 L
742: closepath
743: 0 FillPath
744: 0 StrokePath newpath
745: newpath 166.12 295.75 M
746: 160.25 295.75 L
747: 160.25 289.75 L
748: closepath
749: 0 FillPath
750: 0 StrokePath newpath
751: newpath 162.13 298.50 M
752: 156.25 298.50 L
753: 156.25 292.50 L
754: closepath
755: 0 FillPath
756: 0 StrokePath newpath
757: newpath 158.63 302.13 M
758: 152.75 302.13 L
759: 152.75 296.12 L
760: closepath
761: 0 FillPath
762: 0 StrokePath newpath
763: newpath 155.25 304.00 M
764: 149.38 304.00 L
765: 149.38 298.00 L
766: closepath
767: 0 FillPath
768: 0 StrokePath newpath
769: newpath 151.75 305.88 M
770: 145.88 305.88 L
771: 145.88 299.88 L
772: closepath
773: 0 FillPath
774: 0 StrokePath newpath
775: newpath 148.50 308.63 M
776: 142.63 308.63 L
777: 142.63 302.63 L
778: closepath
779: 0 FillPath
780: 0 StrokePath newpath
781: newpath 145.63 310.63 M
782: 139.75 310.63 L
783: 139.75 304.63 L
784: closepath
785: 0 FillPath
786: 0 StrokePath newpath
787: 1 ps
788: 0.50 ps
789: newpath 384.13 287.13 M
790: 390.13 287.13 L
791: 390.13 281.13 L
792: closepath
793: 0 FillPath
794: 0 StrokePath newpath
795: newpath 376.75 284.63 M
796: 382.75 284.63 L
797: 382.75 278.63 L
798: closepath
799: 0 FillPath
800: 0 StrokePath newpath
801: newpath 354.00 281.25 M
802: 360.00 281.25 L
803: 360.00 275.25 L
804: closepath
805: 0 FillPath
806: 0 StrokePath newpath
807: newpath 336.25 279.50 M
808: 342.25 279.50 L
809: 342.25 273.50 L
810: closepath
811: 0 FillPath
812: 0 StrokePath newpath
813: newpath 333.13 277.00 M
814: 339.13 277.00 L
815: 339.13 271.00 L
816: closepath
817: 0 FillPath
818: 0 StrokePath newpath
819: newpath 329.13 276.13 M
820: 335.13 276.13 L
821: 335.13 270.13 L
822: closepath
823: 0 FillPath
824: 0 StrokePath newpath
825: newpath 317.75 273.62 M
826: 323.75 273.62 L
827: 323.75 267.63 L
828: closepath
829: 0 FillPath
830: 0 StrokePath newpath
831: newpath 308.13 272.75 M
832: 314.13 272.75 L
833: 314.13 266.75 L
834: closepath
835: 0 FillPath
836: 0 StrokePath newpath
837: newpath 297.88 270.38 M
838: 303.88 270.38 L
839: 303.88 264.38 L
840: closepath
841: 0 FillPath
842: 0 StrokePath newpath
843: newpath 290.13 267.88 M
844: 296.12 267.88 L
845: 296.12 261.88 L
846: closepath
847: 0 FillPath
848: 0 StrokePath newpath
849: newpath 281.38 269.63 M
850: 287.38 269.63 L
851: 287.38 263.63 L
852: closepath
853: 0 FillPath
854: 0 StrokePath newpath
855: newpath 270.75 269.88 M
856: 276.75 269.88 L
857: 276.75 263.88 L
858: closepath
859: 0 FillPath
860: 0 StrokePath newpath
861: newpath 254.63 272.63 M
862: 260.63 272.63 L
863: 260.63 266.63 L
864: closepath
865: 0 FillPath
866: 0 StrokePath newpath
867: newpath 240.50 274.50 M
868: 246.50 274.50 L
869: 246.50 268.50 L
870: closepath
871: 0 FillPath
872: 0 StrokePath newpath
873: newpath 230.13 276.38 M
874: 236.12 276.38 L
875: 236.12 270.38 L
876: closepath
877: 0 FillPath
878: 0 StrokePath newpath
879: newpath 216.13 280.00 M
880: 222.13 280.00 L
881: 222.13 274.00 L
882: closepath
883: 0 FillPath
884: 0 StrokePath newpath
885: newpath 205.63 282.75 M
886: 211.63 282.75 L
887: 211.63 276.75 L
888: closepath
889: 0 FillPath
890: 0 StrokePath newpath
891: newpath 194.50 285.63 M
892: 200.50 285.63 L
893: 200.50 279.63 L
894: closepath
895: 0 FillPath
896: 0 StrokePath newpath
897: newpath 186.88 289.25 M
898: 192.88 289.25 L
899: 192.88 283.25 L
900: closepath
901: 0 FillPath
902: 0 StrokePath newpath
903: newpath 178.38 291.13 M
904: 184.37 291.13 L
905: 184.37 285.13 L
906: closepath
907: 0 FillPath
908: 0 StrokePath newpath
909: newpath 172.25 293.88 M
910: 178.25 293.88 L
911: 178.25 287.88 L
912: closepath
913: 0 FillPath
914: 0 StrokePath newpath
915: newpath 164.63 295.75 M
916: 170.62 295.75 L
917: 170.62 289.75 L
918: closepath
919: 0 FillPath
920: 0 StrokePath newpath
921: newpath 159.75 296.88 M
922: 165.75 296.88 L
923: 165.75 290.88 L
924: closepath
925: 0 FillPath
926: 0 StrokePath newpath
927: newpath 155.88 298.75 M
928: 161.88 298.75 L
929: 161.88 292.75 L
930: closepath
931: 0 FillPath
932: 0 StrokePath newpath
933: 1 ps
934: 1.00 ps
935: [ 1 1 ] sd
936: newpath 101.13 348.50 M
937: 102.62 347.13 L
938: 104.38 345.50 L
939: 106.12 343.88 L
940: 107.87 342.25 L
941: 109.75 340.63 L
942: 111.50 339.00 L
943: 113.25 337.38 L
944: 115.00 335.75 L
945: 116.75 334.13 L
946: 118.50 332.50 L
947: 120.25 330.88 L
948: 122.00 329.25 L
949: 123.75 327.62 L
950: 125.50 326.00 L
951: 127.25 324.38 L
952: 129.00 322.75 L
953: 130.75 321.13 L
954: 132.50 319.50 L
955: 134.25 317.75 L
956: 136.00 316.13 L
957: 137.75 314.50 L
958: 139.50 312.88 L
959: 141.25 311.25 L
960: 143.00 309.63 L
961: 144.75 308.00 L
962: 146.50 306.38 L
963: 148.25 304.75 L
964: 150.00 303.13 L
965: 151.75 301.50 L
966: 153.50 299.88 L
967: 155.25 298.25 L
968: 157.00 296.63 L
969: 158.75 295.00 L
970: 160.50 293.38 L
971: 162.25 291.75 L
972: 164.00 290.13 L
973: 165.75 288.50 L
974: 167.50 286.88 L
975: 169.25 285.25 L
976: 171.00 283.62 L
977: 172.75 282.00 L
978: 174.50 280.38 L
979: 176.25 278.75 L
980: 178.00 277.13 L
981: 179.87 275.50 L
982: 181.63 273.88 L
983: 183.38 272.25 L
984: 185.13 270.63 L
985: 186.88 269.00 L
986: 188.63 267.37 L
987: 190.38 265.75 L
988: 192.13 264.13 L
989: 193.88 262.50 L
990: 195.63 260.88 L
991: 197.37 259.25 L
992: 199.13 257.63 L
993: 200.88 256.00 L
994: 202.63 254.38 L
995: 204.38 252.75 L
996: 206.13 251.13 L
997: 207.88 249.50 L
998: 209.63 247.88 L
999: 211.38 246.25 L
1000: 213.13 244.63 L
1001: 214.88 243.00 L
1002: 216.63 241.25 L
1003: 218.38 239.63 L
1004: 220.13 238.00 L
1005: 221.88 236.38 L
1006: 223.62 234.75 L
1007: 225.38 233.13 L
1008: 227.13 231.50 L
1009: 228.88 229.87 L
1010: 230.63 228.25 L
1011: 232.37 226.63 L
1012: 234.12 225.00 L
1013: 235.88 223.38 L
1014: 237.63 221.75 L
1015: 239.38 220.13 L
1016: 241.13 218.50 L
1017: 242.88 216.88 L
1018: 244.63 215.25 L
1019: 246.38 213.62 L
1020: 248.13 212.00 L
1021: 250.00 210.38 L
1022: 251.75 208.75 L
1023: 253.50 207.13 L
1024: 255.25 205.50 L
1025: 257.00 203.88 L
1026: 258.75 202.25 L
1027: 260.50 200.63 L
1028: 262.25 199.00 L
1029: 264.00 197.37 L
1030: 265.75 195.75 L
1031: 267.50 194.13 L
1032: 269.25 192.50 L
1033: mstroke
1034: newpath 269.25 192.50 M
1035: 271.00 190.88 L
1036: 272.75 189.25 L
1037: 274.50 187.63 L
1038: 276.25 186.00 L
1039: 278.00 184.37 L
1040: 279.75 182.75 L
1041: 281.50 181.13 L
1042: 283.25 179.50 L
1043: 285.00 177.88 L
1044: 286.75 176.25 L
1045: 288.50 174.63 L
1046: 290.25 173.00 L
1047: 292.00 171.38 L
1048: 293.75 169.75 L
1049: 295.50 168.13 L
1050: 297.25 166.50 L
1051: 299.00 164.75 L
1052: 300.75 163.12 L
1053: 302.50 161.50 L
1054: 304.25 159.87 L
1055: 306.00 158.25 L
1056: 307.75 156.63 L
1057: 309.50 155.00 L
1058: 311.25 153.38 L
1059: 313.00 151.75 L
1060: 314.75 150.13 L
1061: 316.50 148.50 L
1062: 318.25 146.88 L
1063: 320.12 145.25 L
1064: 321.88 143.63 L
1065: 323.62 142.00 L
1066: 325.38 140.38 L
1067: 327.13 138.75 L
1068: 328.88 137.13 L
1069: 330.63 135.50 L
1070: 332.38 133.87 L
1071: 334.13 132.25 L
1072: 335.88 130.63 L
1073: 337.63 129.00 L
1074: 339.38 127.38 L
1075: 341.13 125.75 L
1076: 342.88 124.13 L
1077: 344.63 122.50 L
1078: 346.37 120.88 L
1079: 348.13 119.25 L
1080: 349.88 117.63 L
1081: 351.63 116.00 L
1082: 353.38 114.38 L
1083: 355.12 112.75 L
1084: 356.88 111.12 L
1085: 358.63 109.50 L
1086: 360.38 107.87 L
1087: 362.13 106.25 L
1088: 363.87 104.63 L
1089: 365.63 103.00 L
1090: 367.37 101.38 L
1091: 369.13 99.75 L
1092: 370.88 98.13 L
1093: 372.63 96.50 L
1094: 374.38 94.87 L
1095: 376.13 93.25 L
1096: 377.88 91.63 L
1097: 379.63 90.00 L
1098: 381.38 88.25 L
1099: 383.13 86.63 L
1100: 384.88 85.00 L
1101: 386.63 83.37 L
1102: 388.38 81.75 L
1103: 390.25 80.12 L
1104: 392.00 78.50 L
1105: 393.75 76.87 L
1106: 395.50 75.25 L
1107: 397.25 73.62 L
1108: 399.00 72.00 L
1109: 400.75 70.38 L
1110: 402.50 68.75 L
1111: 404.25 67.13 L
1112: 406.00 65.50 L
1113: 407.75 63.88 L
1114: 409.50 62.25 L
1115: 411.25 60.63 L
1116: 413.00 59.00 L
1117: 414.75 57.38 L
1118: 416.50 55.75 L
1119: 418.25 54.13 L
1120: 420.00 52.50 L
1121: 421.75 50.88 L
1122: 423.50 49.25 L
1123: mstroke
1124: [] sd
1125: 1 ps
1126: 1.00 ps
1127: [ 1 1 ] sd
1128: newpath 74.63 322.13 M
1129: 76.37 321.63 L
1130: 78.12 321.13 L
1131: 79.87 320.63 L
1132: 81.63 320.00 L
1133: 83.37 319.50 L
1134: 85.12 319.00 L
1135: 86.88 318.50 L
1136: 88.62 317.88 L
1137: 90.38 317.37 L
1138: 92.12 316.88 L
1139: 93.87 316.38 L
1140: 95.63 315.75 L
1141: 97.37 315.25 L
1142: 99.13 314.75 L
1143: 100.88 314.25 L
1144: 102.62 313.63 L
1145: 104.38 313.13 L
1146: 106.12 312.63 L
1147: 107.87 312.13 L
1148: 109.75 311.50 L
1149: 111.50 311.00 L
1150: 113.25 310.50 L
1151: 115.00 309.88 L
1152: 116.75 309.38 L
1153: 118.50 308.88 L
1154: 120.25 308.38 L
1155: 122.00 307.75 L
1156: 123.75 307.25 L
1157: 125.50 306.75 L
1158: 127.25 306.25 L
1159: 129.00 305.63 L
1160: 130.75 305.13 L
1161: 132.50 304.63 L
1162: 134.25 304.13 L
1163: 136.00 303.50 L
1164: 137.75 303.00 L
1165: 139.50 302.50 L
1166: 141.25 302.00 L
1167: 143.00 301.38 L
1168: 144.75 300.88 L
1169: 146.50 300.38 L
1170: 148.25 299.88 L
1171: 150.00 299.25 L
1172: 151.75 298.75 L
1173: 153.50 298.25 L
1174: 155.25 297.75 L
1175: 157.00 297.13 L
1176: 158.75 296.63 L
1177: 160.50 296.12 L
1178: 162.25 295.63 L
1179: 164.00 295.00 L
1180: 165.75 294.50 L
1181: 167.50 294.00 L
1182: 169.25 293.38 L
1183: 171.00 292.88 L
1184: 172.75 292.37 L
1185: 174.50 291.88 L
1186: 176.25 291.25 L
1187: 178.00 290.75 L
1188: 179.87 290.25 L
1189: 181.63 289.75 L
1190: 183.38 289.13 L
1191: 185.13 288.63 L
1192: 186.88 288.13 L
1193: 188.63 287.63 L
1194: 190.38 287.00 L
1195: 192.13 286.50 L
1196: 193.88 286.00 L
1197: 195.63 285.50 L
1198: 197.37 284.88 L
1199: 199.13 284.38 L
1200: 200.88 283.88 L
1201: 202.63 283.38 L
1202: 204.38 282.75 L
1203: 206.13 282.25 L
1204: 207.88 281.75 L
1205: 209.63 281.25 L
1206: 211.38 280.63 L
1207: 213.13 280.13 L
1208: 214.88 279.63 L
1209: 216.63 279.13 L
1210: 218.38 278.50 L
1211: 220.13 278.00 L
1212: 221.88 277.50 L
1213: 223.62 276.88 L
1214: 225.38 276.38 L
1215: 227.13 275.88 L
1216: 228.88 275.38 L
1217: 230.63 274.75 L
1218: 232.37 274.25 L
1219: 234.12 273.75 L
1220: 235.88 273.25 L
1221: 237.63 272.63 L
1222: 239.38 272.13 L
1223: 241.13 271.63 L
1224: 242.88 271.13 L
1225: mstroke
1226: newpath 242.88 271.13 M
1227: 244.63 270.50 L
1228: 246.38 270.00 L
1229: 248.13 269.50 L
1230: 250.00 269.00 L
1231: 251.75 268.38 L
1232: 253.50 267.88 L
1233: 255.25 267.37 L
1234: 257.00 266.88 L
1235: 258.75 266.25 L
1236: 260.50 265.75 L
1237: 262.25 265.25 L
1238: 264.00 264.75 L
1239: 265.75 264.13 L
1240: 267.50 263.63 L
1241: 269.25 263.13 L
1242: 271.00 262.63 L
1243: 272.75 262.00 L
1244: 274.50 261.50 L
1245: 276.25 261.00 L
1246: 278.00 260.38 L
1247: 279.75 259.88 L
1248: 281.50 259.38 L
1249: 283.25 258.88 L
1250: 285.00 258.25 L
1251: 286.75 257.75 L
1252: 288.50 257.25 L
1253: 290.25 256.75 L
1254: 292.00 256.13 L
1255: 293.75 255.63 L
1256: 295.50 255.13 L
1257: 297.25 254.63 L
1258: 299.00 254.00 L
1259: 300.75 253.50 L
1260: 302.50 253.00 L
1261: 304.25 252.50 L
1262: 306.00 251.88 L
1263: 307.75 251.38 L
1264: 309.50 250.88 L
1265: 311.25 250.38 L
1266: 313.00 249.75 L
1267: 314.75 249.25 L
1268: 316.50 248.75 L
1269: 318.25 248.25 L
1270: 320.12 247.63 L
1271: 321.88 247.13 L
1272: 323.62 246.63 L
1273: 325.38 246.13 L
1274: 327.13 245.50 L
1275: 328.88 245.00 L
1276: 330.63 244.50 L
1277: 332.38 243.88 L
1278: 334.13 243.38 L
1279: 335.88 242.88 L
1280: 337.63 242.37 L
1281: 339.38 241.75 L
1282: 341.13 241.25 L
1283: 342.88 240.75 L
1284: 344.63 240.25 L
1285: 346.37 239.63 L
1286: 348.13 239.13 L
1287: 349.88 238.62 L
1288: 351.63 238.13 L
1289: 353.38 237.50 L
1290: 355.12 237.00 L
1291: 356.88 236.50 L
1292: 358.63 236.00 L
1293: 360.38 235.38 L
1294: 362.13 234.88 L
1295: 363.87 234.38 L
1296: 365.63 233.88 L
1297: 367.37 233.25 L
1298: 369.13 232.75 L
1299: 370.88 232.25 L
1300: 372.63 231.75 L
1301: 374.38 231.13 L
1302: 376.13 230.63 L
1303: 377.88 230.13 L
1304: 379.63 229.63 L
1305: 381.38 229.00 L
1306: 383.13 228.50 L
1307: 384.88 228.00 L
1308: 386.63 227.38 L
1309: 388.38 226.88 L
1310: 390.25 226.38 L
1311: 392.00 225.88 L
1312: 393.75 225.25 L
1313: 395.50 224.75 L
1314: 397.25 224.25 L
1315: 399.00 223.75 L
1316: 400.75 223.13 L
1317: 402.50 222.63 L
1318: 404.25 222.13 L
1319: 406.00 221.62 L
1320: 407.75 221.00 L
1321: 409.50 220.50 L
1322: 411.25 220.00 L
1323: mstroke
1324: newpath 411.25 220.00 M
1325: 413.00 219.50 L
1326: 414.75 218.88 L
1327: 416.50 218.38 L
1328: 418.25 217.88 L
1329: 420.00 217.37 L
1330: 421.75 216.75 L
1331: 423.50 216.25 L
1332: mstroke
1333: [] sd
1334: 1 ps
1335: 92.62 215.37 142.50 252.13 EraseRect
1336: gsave 1.00 ps  94.13 216.88 141.00 250.63 FrameRect grestore
1337: 1.00 ps
1338: 1 ps
1339: 0.50 ps
1340: newpath 112.88 228.38 M
1341: 107.50 228.38 L
1342: 107.50 222.88 L
1343: closepath
1344: 0 FillPath
1345: 0 StrokePath newpath
1346: 1 ps
1347: 12.00 (_Helvetica) 0 F
1348: ( ab) 121.88 230.13 16.63 WS
1349: 1.00 ps
1350: 1 ps
1351: 0.50 ps
1352: newpath 105.63 242.75 M
1353: 111.12 242.75 L
1354: 111.12 237.25 L
1355: closepath
1356: 0 FillPath
1357: 0 StrokePath newpath
1358: 1 ps
1359: 12.00 (_Helvetica) 0 F
1360: ( c) 121.88 244.50 9.38 WS
1361: AnObj restore
1362: /AnObj save def
1363: 1 1 1 SetBack   0 0 0 SetFore  UseFore
1364: 0 0 translate
1365: AnObj restore
1366: /AnObj save def
1367: 1 1 1 SetBack   0 0 0 SetFore  UseFore
1368: 146 89 translate
1369: 1.00 ps
1370: gsave 1.00 ps 84.00 17.88 84.00 131.75 0 CapLine grestore
1371: gsave 1.00 ps 222.50 17.88 222.50 131.75 0 CapLine grestore
1372: 1 ps
1373: 1.00 ps
1374: gsave 1.00 ps 83.50 131.75 90.75 131.75 0 CapLine grestore
1375: 1 ps
1376:  OurEncoding /_Helvetica /Helvetica EncodeFont
1377: 16.00 (_Helvetica) 0 F
1378: (-0.30) 43.88 137.13 36.50 WS
1379: 1.00 ps
1380: gsave 1.00 ps 83.50 115.50 87.62 115.50 0 CapLine grestore
1381: 1 ps
1382: 1.00 ps
1383: gsave 1.00 ps 83.50 99.25 90.75 99.25 0 CapLine grestore
1384: 1 ps
1385: 16.00 (_Helvetica) 0 F
1386: (-0.20) 43.88 104.63 36.50 WS
1387: 1.00 ps
1388: gsave 1.00 ps 83.50 83.00 87.62 83.00 0 CapLine grestore
1389: 1 ps
1390: 1.00 ps
1391: gsave 1.00 ps 83.50 66.63 90.75 66.63 0 CapLine grestore
1392: 1 ps
1393: 16.00 (_Helvetica) 0 F
1394: (-0.10) 43.88 72.00 36.50 WS
1395: 1.00 ps
1396: gsave 1.00 ps 83.50 50.38 87.62 50.38 0 CapLine grestore
1397: 1 ps
1398: 1.00 ps
1399: gsave 1.00 ps 83.50 34.13 90.75 34.13 0 CapLine grestore
1400: 1 ps
1401: 16.00 (_Helvetica) 0 F
1402: (0.00) 49.25 39.50 31.12 WS
1403: 1.00 ps
1404: gsave 1.00 ps 83.50 17.88 87.62 17.88 0 CapLine grestore
1405: 1 ps
1406: 11.25 (_Helvetica) 0 F
1407: gsave 23.00 105.50 translate -90 rotate
1408: (29) 0.00 0.00 12.50 WS
1409: grestore
1410: 16.00 (_Helvetica) 0 F
1411: gsave 32.50 93.00 translate -90 rotate
1412: (K) 0.00 0.00 10.63 WS
1413: grestore
1414: 11.25 (_Helvetica) 0 F
1415: gsave 37.38 82.37 translate -90 rotate
1416: (cf) 0.00 0.00 8.88 WS
1417: grestore
1418: 16.00 (_Helvetica) 0 F
1419: gsave 32.50 73.50 translate -90 rotate
1420: ( \(%\)) 0.00 0.00 29.50 WS
1421: grestore
1422: 1.00 ps
1423: gsave 1.00 ps 84.00 131.75 222.50 131.75 0 CapLine grestore
1424: gsave 1.00 ps 84.00 17.88 222.50 17.88 0 CapLine grestore
1425: 1 ps
1426: 1.00 ps
1427: gsave 1.00 ps 222.50 132.25 222.50 128.13 0 CapLine grestore
1428: 1 ps
1429: 1.00 ps
1430: gsave 1.00 ps 202.75 132.25 202.75 125.00 0 CapLine grestore
1431: 1 ps
1432: 16.00 (_Helvetica) 0 F
1433: (300) 189.50 150.25 26.63 WS
1434: 1.00 ps
1435: gsave 1.00 ps 182.88 132.25 182.88 128.13 0 CapLine grestore
1436: 1 ps
1437: 1.00 ps
1438: gsave 1.00 ps 163.12 132.25 163.12 125.00 0 CapLine grestore
1439: 1 ps
1440: 16.00 (_Helvetica) 0 F
1441: (200) 149.88 150.25 26.63 WS
1442: 1.00 ps
1443: gsave 1.00 ps 143.38 132.25 143.38 128.13 0 CapLine grestore
1444: 1 ps
1445: 1.00 ps
1446: gsave 1.00 ps 123.62 132.25 123.62 125.00 0 CapLine grestore
1447: 1 ps
1448: 16.00 (_Helvetica) 0 F
1449: (100) 110.38 150.25 26.63 WS
1450: 1.00 ps
1451: gsave 1.00 ps 103.75 132.25 103.75 128.13 0 CapLine grestore
1452: 1 ps
1453: 1.00 ps
1454: gsave 1.00 ps 84.00 132.25 84.00 125.00 0 CapLine grestore
1455: 1 ps
1456: 16.00 (_Helvetica) 0 F
1457: (0) 79.63 150.25 8.88 WS
1458: 16.00 (_Helvetica) 0 F
1459: (T \(K\)) 135.50 179.50 35.63 WS
1460: 0.50 ps
1461: newpath 82.50 121.00 M
1462: 85.50 121.00 L
1463: 85.50 118.00 L
1464: closepath
1465: 0 FillPath
1466: 0 StrokePath newpath
1467: newpath 82.88 113.88 M
1468: 85.87 113.88 L
1469: 85.87 110.88 L
1470: closepath
1471: 0 FillPath
1472: 0 StrokePath newpath
1473: newpath 84.87 98.62 M
1474: 87.88 98.62 L
1475: 87.88 95.63 L
1476: closepath
1477: 0 FillPath
1478: 0 StrokePath newpath
1479: newpath 87.00 88.25 M
1480: 90.00 88.25 L
1481: 90.00 85.25 L
1482: closepath
1483: 0 FillPath
1484: 0 StrokePath newpath
1485: newpath 87.75 83.00 M
1486: 90.75 83.00 L
1487: 90.75 80.00 L
1488: closepath
1489: 0 FillPath
1490: 0 StrokePath newpath
1491: newpath 89.00 80.00 M
1492: 92.00 80.00 L
1493: 92.00 77.00 L
1494: closepath
1495: 0 FillPath
1496: 0 StrokePath newpath
1497: newpath 91.88 71.25 M
1498: 94.87 71.25 L
1499: 94.87 68.25 L
1500: closepath
1501: 0 FillPath
1502: 0 StrokePath newpath
1503: newpath 93.87 65.75 M
1504: 96.88 65.75 L
1505: 96.88 62.75 L
1506: closepath
1507: 0 FillPath
1508: 0 StrokePath newpath
1509: newpath 97.50 57.50 M
1510: 100.50 57.50 L
1511: 100.50 54.50 L
1512: closepath
1513: 0 FillPath
1514: 0 StrokePath newpath
1515: newpath 101.62 50.38 M
1516: 104.63 50.38 L
1517: 104.63 47.38 L
1518: closepath
1519: 0 FillPath
1520: 0 StrokePath newpath
1521: newpath 106.12 49.13 M
1522: 109.13 49.13 L
1523: 109.13 46.13 L
1524: closepath
1525: 0 FillPath
1526: 0 StrokePath newpath
1527: newpath 113.38 44.63 M
1528: 116.37 44.63 L
1529: 116.37 41.63 L
1530: closepath
1531: 0 FillPath
1532: 0 StrokePath newpath
1533: newpath 121.50 41.50 M
1534: 124.50 41.50 L
1535: 124.50 38.50 L
1536: closepath
1537: 0 FillPath
1538: 0 StrokePath newpath
1539: newpath 129.25 38.00 M
1540: 132.25 38.00 L
1541: 132.25 35.00 L
1542: closepath
1543: 0 FillPath
1544: 0 StrokePath newpath
1545: newpath 136.50 36.13 M
1546: 139.50 36.13 L
1547: 139.50 33.13 L
1548: closepath
1549: 0 FillPath
1550: 0 StrokePath newpath
1551: newpath 144.63 35.13 M
1552: 147.63 35.13 L
1553: 147.63 32.13 L
1554: closepath
1555: 0 FillPath
1556: 0 StrokePath newpath
1557: newpath 152.75 34.63 M
1558: 155.75 34.63 L
1559: 155.75 31.63 L
1560: closepath
1561: 0 FillPath
1562: 0 StrokePath newpath
1563: newpath 161.25 33.75 M
1564: 164.25 33.75 L
1565: 164.25 30.75 L
1566: closepath
1567: 0 FillPath
1568: 0 StrokePath newpath
1569: newpath 169.00 35.63 M
1570: 172.00 35.63 L
1571: 172.00 32.63 L
1572: closepath
1573: 0 FillPath
1574: 0 StrokePath newpath
1575: newpath 177.13 34.63 M
1576: 180.13 34.63 L
1577: 180.13 31.63 L
1578: closepath
1579: 0 FillPath
1580: 0 StrokePath newpath
1581: newpath 184.37 35.88 M
1582: 187.38 35.88 L
1583: 187.38 32.88 L
1584: closepath
1585: 0 FillPath
1586: 0 StrokePath newpath
1587: newpath 193.25 35.38 M
1588: 196.25 35.38 L
1589: 196.25 32.38 L
1590: closepath
1591: 0 FillPath
1592: 0 StrokePath newpath
1593: newpath 201.00 34.75 M
1594: 204.00 34.75 L
1595: 204.00 31.75 L
1596: closepath
1597: 0 FillPath
1598: 0 StrokePath newpath
1599: newpath 208.75 35.75 M
1600: 211.75 35.75 L
1601: 211.75 32.75 L
1602: closepath
1603: 0 FillPath
1604: 0 StrokePath newpath
1605: 1 ps
1606: 0.50 ps
1607: newpath 86.50 85.50 M
1608: 83.62 85.50 L
1609: 83.62 82.50 L
1610: closepath
1611: 0 FillPath
1612: 0 StrokePath newpath
1613: newpath 87.00 79.00 M
1614: 84.13 79.00 L
1615: 84.13 76.00 L
1616: closepath
1617: 0 FillPath
1618: 0 StrokePath newpath
1619: newpath 87.37 76.50 M
1620: 84.50 76.50 L
1621: 84.50 73.50 L
1622: closepath
1623: 0 FillPath
1624: 0 StrokePath newpath
1625: newpath 87.75 74.13 M
1626: 84.87 74.13 L
1627: 84.87 71.12 L
1628: closepath
1629: 0 FillPath
1630: 0 StrokePath newpath
1631: newpath 88.50 63.25 M
1632: 85.63 63.25 L
1633: 85.63 60.25 L
1634: closepath
1635: 0 FillPath
1636: 0 StrokePath newpath
1637: newpath 89.62 53.38 M
1638: 86.75 53.38 L
1639: 86.75 50.38 L
1640: closepath
1641: 0 FillPath
1642: 0 StrokePath newpath
1643: newpath 90.50 52.50 M
1644: 87.62 52.50 L
1645: 87.62 49.50 L
1646: closepath
1647: 0 FillPath
1648: 0 StrokePath newpath
1649: newpath 92.00 43.13 M
1650: 89.13 43.13 L
1651: 89.13 40.13 L
1652: closepath
1653: 0 FillPath
1654: 0 StrokePath newpath
1655: newpath 93.62 43.50 M
1656: 90.75 43.50 L
1657: 90.75 40.50 L
1658: closepath
1659: 0 FillPath
1660: 0 StrokePath newpath
1661: newpath 95.63 42.25 M
1662: 92.75 42.25 L
1663: 92.75 39.25 L
1664: closepath
1665: 0 FillPath
1666: 0 StrokePath newpath
1667: newpath 97.25 42.13 M
1668: 94.38 42.13 L
1669: 94.38 39.13 L
1670: closepath
1671: 0 FillPath
1672: 0 StrokePath newpath
1673: newpath 101.62 34.38 M
1674: 98.75 34.38 L
1675: 98.75 31.37 L
1676: closepath
1677: 0 FillPath
1678: 0 StrokePath newpath
1679: newpath 105.25 34.75 M
1680: 102.38 34.75 L
1681: 102.38 31.75 L
1682: closepath
1683: 0 FillPath
1684: 0 StrokePath newpath
1685: newpath 109.38 32.63 M
1686: 106.50 32.63 L
1687: 106.50 29.63 L
1688: closepath
1689: 0 FillPath
1690: 0 StrokePath newpath
1691: newpath 113.38 33.50 M
1692: 110.50 33.50 L
1693: 110.50 30.50 L
1694: closepath
1695: 0 FillPath
1696: 0 StrokePath newpath
1697: newpath 117.37 35.63 M
1698: 114.50 35.63 L
1699: 114.50 32.63 L
1700: closepath
1701: 0 FillPath
1702: 0 StrokePath newpath
1703: newpath 124.63 34.63 M
1704: 121.75 34.63 L
1705: 121.75 31.63 L
1706: closepath
1707: 0 FillPath
1708: 0 StrokePath newpath
1709: newpath 132.75 39.13 M
1710: 129.87 39.13 L
1711: 129.87 36.13 L
1712: closepath
1713: 0 FillPath
1714: 0 StrokePath newpath
1715: newpath 141.25 36.75 M
1716: 138.38 36.75 L
1717: 138.38 33.75 L
1718: closepath
1719: 0 FillPath
1720: 0 StrokePath newpath
1721: newpath 149.00 37.38 M
1722: 146.13 37.38 L
1723: 146.13 34.38 L
1724: closepath
1725: 0 FillPath
1726: 0 StrokePath newpath
1727: newpath 157.13 37.75 M
1728: 154.25 37.75 L
1729: 154.25 34.75 L
1730: closepath
1731: 0 FillPath
1732: 0 StrokePath newpath
1733: newpath 165.25 36.38 M
1734: 162.38 36.38 L
1735: 162.38 33.38 L
1736: closepath
1737: 0 FillPath
1738: 0 StrokePath newpath
1739: newpath 172.50 36.88 M
1740: 169.63 36.88 L
1741: 169.63 33.88 L
1742: closepath
1743: 0 FillPath
1744: 0 StrokePath newpath
1745: newpath 180.63 35.13 M
1746: 177.75 35.13 L
1747: 177.75 32.13 L
1748: closepath
1749: 0 FillPath
1750: 0 StrokePath newpath
1751: newpath 188.75 33.13 M
1752: 185.88 33.13 L
1753: 185.88 30.12 L
1754: closepath
1755: 0 FillPath
1756: 0 StrokePath newpath
1757: newpath 196.88 32.75 M
1758: 194.00 32.75 L
1759: 194.00 29.75 L
1760: closepath
1761: 0 FillPath
1762: 0 StrokePath newpath
1763: newpath 205.00 31.63 M
1764: 202.13 31.63 L
1765: 202.13 28.62 L
1766: closepath
1767: 0 FillPath
1768: 0 StrokePath newpath
1769: 1 ps
1770: 1.00 ps
1771: [ 1 1 ] sd
1772: newpath 84.50 130.00 M
1773: 85.12 112.37 L
1774: 85.75 103.00 L
1775: 86.37 96.50 L
1776: 87.00 91.50 L
1777: 87.62 87.37 L
1778: 88.25 84.00 L
1779: 88.87 81.00 L
1780: 89.50 78.38 L
1781: 90.12 76.00 L
1782: 90.75 73.87 L
1783: 91.37 72.00 L
1784: 92.00 70.12 L
1785: 92.75 68.50 L
1786: 93.37 67.00 L
1787: 94.00 65.50 L
1788: 94.62 64.25 L
1789: 95.25 62.88 L
1790: 95.87 61.75 L
1791: 96.50 60.63 L
1792: 97.13 59.50 L
1793: 97.75 58.50 L
1794: 98.38 57.50 L
1795: 99.00 56.63 L
1796: 99.63 55.75 L
1797: 100.25 54.88 L
1798: 101.00 54.13 L
1799: 101.62 53.38 L
1800: 102.25 52.63 L
1801: 102.88 51.88 L
1802: 103.50 51.13 L
1803: 104.13 50.50 L
1804: 104.75 49.88 L
1805: 105.38 49.25 L
1806: 106.00 48.75 L
1807: 106.63 48.13 L
1808: 107.25 47.63 L
1809: 107.87 47.00 L
1810: 108.50 46.50 L
1811: 109.25 46.00 L
1812: 109.87 45.63 L
1813: 110.50 45.13 L
1814: 111.12 44.63 L
1815: 111.75 44.25 L
1816: 112.37 43.88 L
1817: 113.00 43.50 L
1818: 113.63 43.00 L
1819: 114.25 42.63 L
1820: 114.88 42.38 L
1821: 115.50 42.00 L
1822: 116.12 41.63 L
1823: 116.75 41.25 L
1824: 117.50 41.00 L
1825: 118.13 40.63 L
1826: 118.75 40.38 L
1827: 119.38 40.13 L
1828: 120.00 39.88 L
1829: 120.63 39.50 L
1830: 121.25 39.25 L
1831: 121.88 39.00 L
1832: 122.50 38.75 L
1833: 123.13 38.63 L
1834: 123.75 38.38 L
1835: 124.38 38.13 L
1836: 125.00 37.88 L
1837: 125.75 37.75 L
1838: 126.38 37.50 L
1839: 127.00 37.38 L
1840: 127.62 37.13 L
1841: 128.25 37.00 L
1842: 128.88 36.75 L
1843: 129.50 36.63 L
1844: 130.13 36.50 L
1845: 130.75 36.38 L
1846: 131.38 36.13 L
1847: 132.00 36.00 L
1848: 132.63 35.88 L
1849: 133.25 35.75 L
1850: 134.00 35.63 L
1851: 134.63 35.50 L
1852: 135.25 35.50 L
1853: 135.88 35.38 L
1854: 136.50 35.25 L
1855: 137.13 35.13 L
1856: 137.75 35.00 L
1857: 138.38 35.00 L
1858: 139.00 34.88 L
1859: 139.63 34.75 L
1860: 140.25 34.75 L
1861: 140.88 34.63 L
1862: 141.50 34.63 L
1863: 142.25 34.50 L
1864: 142.88 34.50 L
1865: 143.50 34.50 L
1866: 144.13 34.38 L
1867: 144.75 34.38 L
1868: 145.38 34.38 L
1869: mstroke
1870: newpath 145.38 34.38 M
1871: 146.00 34.25 L
1872: 146.63 34.25 L
1873: 147.25 34.25 L
1874: 147.88 34.25 L
1875: 148.50 34.13 L
1876: 149.13 34.13 L
1877: 149.75 34.13 L
1878: 150.38 34.13 L
1879: 151.13 34.13 L
1880: 151.75 34.13 L
1881: 152.38 34.13 L
1882: 153.00 34.13 L
1883: 153.62 34.13 L
1884: 154.25 34.13 L
1885: 154.87 34.13 L
1886: 155.50 34.13 L
1887: 156.13 34.13 L
1888: 156.75 34.13 L
1889: 157.38 34.13 L
1890: 158.00 34.13 L
1891: 158.63 34.13 L
1892: 159.38 34.13 L
1893: 160.00 34.13 L
1894: 160.63 34.13 L
1895: 161.25 34.13 L
1896: 161.88 34.13 L
1897: 162.50 34.13 L
1898: 163.12 34.13 L
1899: 163.75 34.13 L
1900: 164.37 34.13 L
1901: 165.00 34.13 L
1902: 165.62 34.13 L
1903: 166.25 34.13 L
1904: 166.88 34.13 L
1905: 167.63 34.13 L
1906: 168.25 34.13 L
1907: 168.88 34.13 L
1908: 169.50 34.13 L
1909: 170.13 34.13 L
1910: 170.75 34.13 L
1911: 171.38 34.13 L
1912: 172.00 34.13 L
1913: 172.63 34.13 L
1914: 173.25 34.13 L
1915: 173.88 34.13 L
1916: 174.50 34.13 L
1917: 175.13 34.13 L
1918: 175.88 34.13 L
1919: 176.50 34.13 L
1920: 177.13 34.13 L
1921: 177.75 34.13 L
1922: 178.38 34.13 L
1923: 179.00 34.13 L
1924: 179.63 34.13 L
1925: 180.25 34.13 L
1926: 180.88 34.13 L
1927: 181.50 34.13 L
1928: 182.13 34.13 L
1929: 182.75 34.13 L
1930: 183.38 34.13 L
1931: 184.13 34.13 L
1932: 184.75 34.13 L
1933: 185.38 34.13 L
1934: 186.00 34.13 L
1935: 186.63 34.13 L
1936: 187.25 34.13 L
1937: 187.88 34.13 L
1938: 188.50 34.13 L
1939: 189.13 34.13 L
1940: 189.75 34.13 L
1941: 190.38 34.13 L
1942: 191.00 34.13 L
1943: 191.63 34.13 L
1944: 192.37 34.13 L
1945: 193.00 34.13 L
1946: 193.63 34.13 L
1947: 194.25 34.13 L
1948: 194.88 34.13 L
1949: 195.50 34.13 L
1950: 196.12 34.13 L
1951: 196.75 34.13 L
1952: 197.37 34.13 L
1953: 198.00 34.13 L
1954: 198.62 34.13 L
1955: 199.25 34.13 L
1956: 199.88 34.13 L
1957: 200.63 34.13 L
1958: 201.25 34.13 L
1959: 201.88 34.13 L
1960: 202.50 34.13 L
1961: 203.13 34.13 L
1962: 203.75 34.13 L
1963: 204.38 34.13 L
1964: 205.00 34.13 L
1965: 205.63 34.13 L
1966: 206.25 34.13 L
1967: mstroke
1968: newpath 206.25 34.13 M
1969: 206.88 34.13 L
1970: 207.50 34.13 L
1971: 208.13 34.13 L
1972: 208.88 34.13 L
1973: 209.50 34.13 L
1974: 210.13 34.13 L
1975: 210.75 34.13 L
1976: mstroke
1977: [] sd
1978: 1 ps
1979: 1.00 ps
1980: [ 1 1 ] sd
1981: newpath 84.50 86.50 M
1982: 85.12 74.87 L
1983: 85.75 68.12 L
1984: 86.25 63.38 L
1985: 86.88 59.75 L
1986: 87.50 56.75 L
1987: 88.13 54.25 L
1988: 88.75 52.00 L
1989: 89.25 50.13 L
1990: 89.87 48.50 L
1991: 90.50 47.00 L
1992: 91.12 45.63 L
1993: 91.63 44.50 L
1994: 92.25 43.38 L
1995: 92.88 42.38 L
1996: 93.50 41.50 L
1997: 94.00 40.75 L
1998: 94.62 40.00 L
1999: 95.25 39.25 L
2000: 95.87 38.63 L
2001: 96.37 38.13 L
2002: 97.00 37.63 L
2003: 97.62 37.13 L
2004: 98.25 36.75 L
2005: 98.75 36.38 L
2006: 99.38 36.00 L
2007: 100.00 35.63 L
2008: 100.63 35.38 L
2009: 101.25 35.13 L
2010: 101.75 34.88 L
2011: 102.38 34.75 L
2012: 103.00 34.63 L
2013: 103.62 34.50 L
2014: 104.13 34.38 L
2015: 104.75 34.25 L
2016: 105.38 34.25 L
2017: 106.00 34.13 L
2018: 106.50 34.13 L
2019: 107.13 34.13 L
2020: 107.75 34.13 L
2021: 108.38 34.13 L
2022: 108.87 34.13 L
2023: 109.50 34.13 L
2024: 110.12 34.13 L
2025: 110.75 34.13 L
2026: 111.25 34.13 L
2027: 111.88 34.13 L
2028: 112.50 34.13 L
2029: 113.13 34.13 L
2030: 113.63 34.13 L
2031: 114.25 34.13 L
2032: 114.88 34.13 L
2033: 115.50 34.13 L
2034: 116.12 34.13 L
2035: 116.63 34.13 L
2036: 117.25 34.13 L
2037: 117.88 34.13 L
2038: 118.50 34.13 L
2039: 119.00 34.13 L
2040: 119.63 34.13 L
2041: 120.25 34.13 L
2042: 120.88 34.13 L
2043: 121.37 34.13 L
2044: 122.00 34.13 L
2045: 122.63 34.13 L
2046: 123.25 34.13 L
2047: 123.75 34.13 L
2048: 124.38 34.13 L
2049: 125.00 34.13 L
2050: 125.63 34.13 L
2051: 126.13 34.13 L
2052: 126.75 34.13 L
2053: 127.38 34.13 L
2054: 128.00 34.13 L
2055: 128.62 34.13 L
2056: 129.13 34.13 L
2057: 129.75 34.13 L
2058: 130.38 34.13 L
2059: 131.00 34.13 L
2060: 131.50 34.13 L
2061: 132.13 34.13 L
2062: 132.75 34.13 L
2063: 133.38 34.13 L
2064: 133.87 34.13 L
2065: 134.50 34.13 L
2066: 135.13 34.13 L
2067: 135.75 34.13 L
2068: 136.25 34.13 L
2069: 136.88 34.13 L
2070: 137.50 34.13 L
2071: 138.13 34.13 L
2072: 138.63 34.13 L
2073: 139.25 34.13 L
2074: 139.88 34.13 L
2075: 140.50 34.13 L
2076: 141.00 34.13 L
2077: 141.63 34.13 L
2078: mstroke
2079: newpath 141.63 34.13 M
2080: 142.25 34.13 L
2081: 142.88 34.13 L
2082: 143.50 34.13 L
2083: 144.00 34.13 L
2084: 144.63 34.13 L
2085: 145.25 34.13 L
2086: 145.88 34.13 L
2087: 146.37 34.13 L
2088: 147.00 34.13 L
2089: 147.63 34.13 L
2090: 148.25 34.13 L
2091: 148.75 34.13 L
2092: 149.38 34.13 L
2093: 150.00 34.13 L
2094: 150.63 34.13 L
2095: 151.13 34.13 L
2096: 151.75 34.13 L
2097: 152.38 34.13 L
2098: 153.00 34.13 L
2099: 153.50 34.13 L
2100: 154.13 34.13 L
2101: 154.75 34.13 L
2102: 155.38 34.13 L
2103: 155.88 34.13 L
2104: 156.50 34.13 L
2105: 157.13 34.13 L
2106: 157.75 34.13 L
2107: 158.38 34.13 L
2108: 158.87 34.13 L
2109: 159.50 34.13 L
2110: 160.13 34.13 L
2111: 160.75 34.13 L
2112: 161.25 34.13 L
2113: 161.88 34.13 L
2114: 162.50 34.13 L
2115: 163.12 34.13 L
2116: 163.63 34.13 L
2117: 164.25 34.13 L
2118: 164.88 34.13 L
2119: 165.50 34.13 L
2120: 166.00 34.13 L
2121: 166.63 34.13 L
2122: 167.25 34.13 L
2123: 167.88 34.13 L
2124: 168.38 34.13 L
2125: 169.00 34.13 L
2126: 169.63 34.13 L
2127: 170.25 34.13 L
2128: 170.88 34.13 L
2129: 171.38 34.13 L
2130: 172.00 34.13 L
2131: 172.63 34.13 L
2132: 173.25 34.13 L
2133: 173.75 34.13 L
2134: 174.38 34.13 L
2135: 175.00 34.13 L
2136: 175.62 34.13 L
2137: 176.13 34.13 L
2138: 176.75 34.13 L
2139: 177.38 34.13 L
2140: 178.00 34.13 L
2141: 178.50 34.13 L
2142: 179.13 34.13 L
2143: 179.75 34.13 L
2144: 180.38 34.13 L
2145: 180.88 34.13 L
2146: 181.50 34.13 L
2147: 182.13 34.13 L
2148: 182.75 34.13 L
2149: 183.25 34.13 L
2150: 183.88 34.13 L
2151: 184.50 34.13 L
2152: 185.13 34.13 L
2153: 185.75 34.13 L
2154: 186.25 34.13 L
2155: 186.88 34.13 L
2156: 187.50 34.13 L
2157: 188.12 34.13 L
2158: 188.63 34.13 L
2159: 189.25 34.13 L
2160: 189.87 34.13 L
2161: 190.50 34.13 L
2162: 191.00 34.13 L
2163: 191.63 34.13 L
2164: 192.25 34.13 L
2165: 192.88 34.13 L
2166: 193.38 34.13 L
2167: 194.00 34.13 L
2168: 194.63 34.13 L
2169: 195.25 34.13 L
2170: 195.75 34.13 L
2171: 196.38 34.13 L
2172: 197.00 34.13 L
2173: 197.63 34.13 L
2174: 198.25 34.13 L
2175: 198.75 34.13 L
2176: mstroke
2177: newpath 198.75 34.13 M
2178: 199.38 34.13 L
2179: 200.00 34.13 L
2180: 200.63 34.13 L
2181: 201.12 34.13 L
2182: 201.75 34.13 L
2183: 202.38 34.13 L
2184: 203.00 34.13 L
2185: mstroke
2186: [] sd
2187: 1 ps
2188: AnObj restore
2189: end
2190: IgorSave restore
2191: %%DocumentFonts: Helvetica
2192: %%+Symbol
2193: