cond-mat0402179/CePtSiAnalysis.eps
1: %!
2: %%BoundingBox: 71 71 542 480
3: %%Creator: Igor
4: %%Title: Layout0
5: %%Creation Date: Wed, Nov 05, 2003 2:29 PM
6: %%DocumentFonts:  (atend) 
7: %%EndComments
8: 0 551 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: 74 74 translate
528: 1.00 ps
529: gsave 1.00 ps 56.88 17.88 56.88 344.50 0 CapLine grestore
530: gsave 1.00 ps 423.50 17.88 423.50 344.50 0 CapLine grestore
531: 1 ps
532: 1.00 ps
533: gsave 1.00 ps 56.38 17.88 65.75 17.88 0 CapLine grestore
534: 1 ps
535:  OurEncoding /_Helvetica /Helvetica EncodeFont
536: 16.00 (_Helvetica) 0 F
537: (4) 43.38 23.25 8.88 WS
538: 1.00 ps
539: gsave 1.00 ps 56.38 99.50 65.75 99.50 0 CapLine grestore
540: 1 ps
541: 16.00 (_Helvetica) 0 F
542: (3) 43.38 104.87 8.88 WS
543: 1.00 ps
544: gsave 1.00 ps 56.38 181.25 65.75 181.25 0 CapLine grestore
545: 1 ps
546: 16.00 (_Helvetica) 0 F
547: (2) 43.38 186.63 8.88 WS
548: 1.00 ps
549: gsave 1.00 ps 56.38 262.88 65.75 262.88 0 CapLine grestore
550: 1 ps
551: 16.00 (_Helvetica) 0 F
552: (1) 43.38 268.25 8.88 WS
553: 1.00 ps
554: gsave 1.00 ps 56.38 344.50 65.75 344.50 0 CapLine grestore
555: 1 ps
556: 16.00 (_Helvetica) 0 F
557: (0) 43.38 349.88 8.88 WS
558: 11.25 (_Helvetica) 0 F
559: gsave 10.00 207.37 translate -90 rotate
560: (29) 0.00 0.00 12.50 WS
561: grestore
562: 16.00 (_Helvetica) 0 F
563: gsave 19.50 194.88 translate -90 rotate
564: (K \(%\)) 0.00 0.00 40.13 WS
565: grestore
566: 1.00 ps
567: gsave 1.00 ps 56.88 344.50 423.50 344.50 0 CapLine grestore
568: gsave 1.00 ps 56.88 17.88 423.50 17.88 0 CapLine grestore
569: 1 ps
570: 1.00 ps
571: gsave 1.00 ps 423.50 345.00 423.50 335.63 0 CapLine grestore
572: 1 ps
573: 16.00 (_Helvetica) 0 F
574: (40) 414.63 364.00 17.75 WS
575: 1.00 ps
576: gsave 1.00 ps 331.88 345.00 331.88 335.63 0 CapLine grestore
577: 1 ps
578: 16.00 (_Helvetica) 0 F
579: (30) 323.00 364.00 17.75 WS
580: 1.00 ps
581: gsave 1.00 ps 240.13 345.00 240.13 335.63 0 CapLine grestore
582: 1 ps
583: 16.00 (_Helvetica) 0 F
584: (20) 231.25 364.00 17.75 WS
585: 1.00 ps
586: gsave 1.00 ps 148.50 345.00 148.50 335.63 0 CapLine grestore
587: 1 ps
588: 16.00 (_Helvetica) 0 F
589: (10) 139.63 364.00 17.75 WS
590: 1.00 ps
591: gsave 1.00 ps 56.88 345.00 56.88 335.63 0 CapLine grestore
592: 1 ps
593: 16.00 (_Helvetica) 0 F
594: (0) 52.50 364.00 8.88 WS
595: 16.00 (Symbol) 0 F
596: (c) 177.13 392.50 8.75 WS
597:  OurEncoding /_Helvetica /Helvetica EncodeFont
598: 16.00 (_Helvetica) 0 F
599: ( \(x10) 185.88 392.50 35.63 WS
600: 11.25 (_Helvetica) 0 F
601: (-3) 221.50 383.00 10.00 WS
602: 16.00 (_Helvetica) 0 F
603: (  emu/mol\)) 231.50 392.50 75.75 WS
604: 0.50 ps
605: newpath 416.38 125.00 M
606: 418.38 129.00 L
607: 416.38 133.00 L
608: 414.50 129.00 L
609: closepath
610: 0 FillPath
611: 0 StrokePath newpath
612: newpath 401.63 131.13 M
613: 403.62 135.13 L
614: 401.63 139.13 L
615: 399.75 135.13 L
616: closepath
617: 0 FillPath
618: 0 StrokePath newpath
619: newpath 383.25 135.88 M
620: 385.25 139.88 L
621: 383.25 143.88 L
622: 381.38 139.88 L
623: closepath
624: 0 FillPath
625: 0 StrokePath newpath
626: newpath 372.63 140.88 M
627: 374.63 144.88 L
628: 372.63 148.88 L
629: 370.75 144.88 L
630: closepath
631: 0 FillPath
632: 0 StrokePath newpath
633: newpath 365.00 143.50 M
634: 367.00 147.50 L
635: 365.00 151.50 L
636: 363.13 147.50 L
637: closepath
638: 0 FillPath
639: 0 StrokePath newpath
640: newpath 345.38 153.62 M
641: 347.38 157.62 L
642: 345.38 161.63 L
643: 343.50 157.62 L
644: closepath
645: 0 FillPath
646: 0 StrokePath newpath
647: newpath 328.75 161.63 M
648: 330.75 165.62 L
649: 328.75 169.63 L
650: 326.88 165.62 L
651: closepath
652: 0 FillPath
653: 0 StrokePath newpath
654: newpath 314.25 169.00 M
655: 316.25 173.00 L
656: 314.25 177.00 L
657: 312.38 173.00 L
658: closepath
659: 0 FillPath
660: 0 StrokePath newpath
661: newpath 301.63 176.75 M
662: 303.63 180.75 L
663: 301.63 184.75 L
664: 299.75 180.75 L
665: closepath
666: 0 FillPath
667: 0 StrokePath newpath
668: newpath 290.38 183.00 M
669: 292.37 187.00 L
670: 290.38 191.00 L
671: 288.50 187.00 L
672: closepath
673: 0 FillPath
674: 0 StrokePath newpath
675: newpath 280.38 189.87 M
676: 282.38 193.88 L
677: 280.38 197.88 L
678: 278.50 193.88 L
679: closepath
680: 0 FillPath
681: 0 StrokePath newpath
682: newpath 271.25 193.00 M
683: 273.25 197.00 L
684: 271.25 201.00 L
685: 269.38 197.00 L
686: closepath
687: 0 FillPath
688: 0 StrokePath newpath
689: newpath 263.00 199.00 M
690: 265.00 203.00 L
691: 263.00 207.00 L
692: 261.12 203.00 L
693: closepath
694: 0 FillPath
695: 0 StrokePath newpath
696: newpath 255.63 203.75 M
697: 257.63 207.75 L
698: 255.63 211.75 L
699: 253.75 207.75 L
700: closepath
701: 0 FillPath
702: 0 StrokePath newpath
703: newpath 242.25 212.75 M
704: 244.25 216.75 L
705: 242.25 220.75 L
706: 240.38 216.75 L
707: closepath
708: 0 FillPath
709: 0 StrokePath newpath
710: newpath 230.88 218.75 M
711: 232.88 222.75 L
712: 230.88 226.75 L
713: 229.00 222.75 L
714: closepath
715: 0 FillPath
716: 0 StrokePath newpath
717: newpath 221.00 225.00 M
718: 223.00 229.00 L
719: 221.00 233.00 L
720: 219.13 229.00 L
721: closepath
722: 0 FillPath
723: 0 StrokePath newpath
724: newpath 212.38 231.13 M
725: 214.38 235.13 L
726: 212.38 239.13 L
727: 210.50 235.13 L
728: closepath
729: 0 FillPath
730: 0 StrokePath newpath
731: newpath 205.13 235.63 M
732: 207.13 239.63 L
733: 205.13 243.63 L
734: 203.25 239.63 L
735: closepath
736: 0 FillPath
737: 0 StrokePath newpath
738: newpath 194.50 243.13 M
739: 196.50 247.13 L
740: 194.50 251.13 L
741: 192.63 247.13 L
742: closepath
743: 0 FillPath
744: 0 StrokePath newpath
745: newpath 185.00 247.38 M
746: 187.00 251.38 L
747: 185.00 255.38 L
748: 183.12 251.38 L
749: closepath
750: 0 FillPath
751: 0 StrokePath newpath
752: newpath 178.25 253.25 M
753: 180.25 257.25 L
754: 178.25 261.25 L
755: 176.38 257.25 L
756: closepath
757: 0 FillPath
758: 0 StrokePath newpath
759: newpath 173.25 257.25 M
760: 175.25 261.25 L
761: 173.25 265.25 L
762: 171.38 261.25 L
763: closepath
764: 0 FillPath
765: 0 StrokePath newpath
766: newpath 167.37 261.63 M
767: 169.37 265.63 L
768: 167.37 269.63 L
769: 165.50 265.63 L
770: closepath
771: 0 FillPath
772: 0 StrokePath newpath
773: newpath 162.50 265.25 M
774: 164.50 269.25 L
775: 162.50 273.25 L
776: 160.63 269.25 L
777: closepath
778: 0 FillPath
779: 0 StrokePath newpath
780: newpath 154.87 268.63 M
781: 156.88 272.63 L
782: 154.87 276.63 L
783: 153.00 272.63 L
784: closepath
785: 0 FillPath
786: 0 StrokePath newpath
787: newpath 148.13 270.50 M
788: 150.13 274.50 L
789: 148.13 278.50 L
790: 146.25 274.50 L
791: closepath
792: 0 FillPath
793: 0 StrokePath newpath
794: 1 ps
795: 0.50 ps
796: newpath 329.13 188.00 M
797: 333.13 186.12 L
798: 337.13 188.00 L
799: 333.13 190.00 L
800: closepath
801: 0 FillPath
802: 0 StrokePath newpath
803: newpath 318.38 188.75 M
804: 322.38 186.88 L
805: 326.37 188.75 L
806: 322.38 190.75 L
807: closepath
808: 0 FillPath
809: 0 StrokePath newpath
810: newpath 313.88 189.37 M
811: 317.88 187.50 L
812: 321.88 189.37 L
813: 317.88 191.38 L
814: closepath
815: 0 FillPath
816: 0 StrokePath newpath
817: newpath 293.25 194.88 M
818: 297.25 193.00 L
819: 301.25 194.88 L
820: 297.25 196.88 L
821: closepath
822: 0 FillPath
823: 0 StrokePath newpath
824: newpath 270.50 201.88 M
825: 274.50 200.00 L
826: 278.50 201.88 L
827: 274.50 203.88 L
828: closepath
829: 0 FillPath
830: 0 StrokePath newpath
831: newpath 252.38 209.50 M
832: 256.38 207.63 L
833: 260.38 209.50 L
834: 256.38 211.50 L
835: closepath
836: 0 FillPath
837: 0 StrokePath newpath
838: newpath 237.25 216.25 M
839: 241.25 214.38 L
840: 245.25 216.25 L
841: 241.25 218.25 L
842: closepath
843: 0 FillPath
844: 0 StrokePath newpath
845: newpath 230.75 219.63 M
846: 234.75 217.75 L
847: 238.75 219.63 L
848: 234.75 221.62 L
849: closepath
850: 0 FillPath
851: 0 StrokePath newpath
852: newpath 219.38 225.75 M
853: 223.38 223.88 L
854: 227.38 225.75 L
855: 223.38 227.75 L
856: closepath
857: 0 FillPath
858: 0 StrokePath newpath
859: newpath 209.38 231.13 M
860: 213.38 229.25 L
861: 217.37 231.13 L
862: 213.38 233.13 L
863: closepath
864: 0 FillPath
865: 0 StrokePath newpath
866: newpath 200.75 236.25 M
867: 204.75 234.38 L
868: 208.75 236.25 L
869: 204.75 238.25 L
870: closepath
871: 0 FillPath
872: 0 StrokePath newpath
873: newpath 193.25 241.63 M
874: 197.25 239.75 L
875: 201.25 241.63 L
876: 197.25 243.63 L
877: closepath
878: 0 FillPath
879: 0 StrokePath newpath
880: newpath 186.63 244.50 M
881: 190.62 242.63 L
882: 194.63 244.50 L
883: 190.62 246.50 L
884: closepath
885: 0 FillPath
886: 0 StrokePath newpath
887: newpath 177.75 251.00 M
888: 181.75 249.13 L
889: 185.75 251.00 L
890: 181.75 253.00 L
891: closepath
892: 0 FillPath
893: 0 StrokePath newpath
894: newpath 170.25 256.00 M
895: 174.25 254.13 L
896: 178.25 256.00 L
897: 174.25 258.00 L
898: closepath
899: 0 FillPath
900: 0 StrokePath newpath
901: newpath 165.75 256.38 M
902: 169.75 254.50 L
903: 173.75 256.38 L
904: 169.75 258.38 L
905: closepath
906: 0 FillPath
907: 0 StrokePath newpath
908: newpath 161.63 261.38 M
909: 165.62 259.50 L
910: 169.63 261.38 L
911: 165.62 263.38 L
912: closepath
913: 0 FillPath
914: 0 StrokePath newpath
915: newpath 157.88 263.88 M
916: 161.88 262.00 L
917: 165.88 263.88 L
918: 161.88 265.88 L
919: closepath
920: 0 FillPath
921: 0 StrokePath newpath
922: newpath 149.50 270.00 M
923: 153.50 268.13 L
924: 157.50 270.00 L
925: 153.50 272.00 L
926: closepath
927: 0 FillPath
928: 0 StrokePath newpath
929: newpath 136.50 279.38 M
930: 140.50 277.50 L
931: 144.50 279.38 L
932: 140.50 281.38 L
933: closepath
934: 0 FillPath
935: 0 StrokePath newpath
936: 1 ps
937: 1.00 ps
938: newpath 56.88 334.50 M
939: 58.75 333.25 L
940: 60.50 332.00 L
941: 62.38 330.75 L
942: 64.25 329.50 L
943: 66.12 328.25 L
944: 67.88 327.00 L
945: 69.75 325.75 L
946: 71.63 324.63 L
947: 73.50 323.38 L
948: 75.25 322.13 L
949: 77.13 320.88 L
950: 79.00 319.63 L
951: 80.87 318.38 L
952: 82.62 317.13 L
953: 84.50 315.88 L
954: 86.37 314.75 L
955: 88.25 313.50 L
956: 90.00 312.25 L
957: 91.88 311.00 L
958: 93.75 309.75 L
959: 95.63 308.50 L
960: 97.37 307.25 L
961: 99.25 306.00 L
962: 101.13 304.87 L
963: 102.88 303.63 L
964: 104.75 302.38 L
965: 106.63 301.13 L
966: 108.50 299.88 L
967: 110.25 298.62 L
968: 112.13 297.38 L
969: 114.00 296.12 L
970: 115.88 295.00 L
971: 117.63 293.75 L
972: 119.50 292.50 L
973: 121.37 291.25 L
974: 123.25 290.00 L
975: 125.00 288.75 L
976: 126.88 287.50 L
977: 128.75 286.25 L
978: 130.63 285.00 L
979: 132.38 283.88 L
980: 134.25 282.63 L
981: 136.12 281.38 L
982: 138.00 280.13 L
983: 139.75 278.88 L
984: 141.63 277.63 L
985: 143.50 276.38 L
986: 145.25 275.13 L
987: 147.13 274.00 L
988: 149.00 272.75 L
989: 150.88 271.50 L
990: 152.62 270.25 L
991: 154.50 269.00 L
992: 156.38 267.75 L
993: 158.25 266.50 L
994: 160.00 265.25 L
995: 161.88 264.13 L
996: 163.75 262.88 L
997: 165.62 261.63 L
998: 167.37 260.38 L
999: 169.25 259.13 L
1000: 171.13 257.88 L
1001: 173.00 256.63 L
1002: 174.75 255.38 L
1003: 176.63 254.25 L
1004: 178.50 253.00 L
1005: 180.25 251.75 L
1006: 182.13 250.50 L
1007: 184.00 249.25 L
1008: 185.88 248.00 L
1009: 187.63 246.75 L
1010: 189.50 245.50 L
1011: 191.38 244.25 L
1012: 193.25 243.13 L
1013: 195.00 241.88 L
1014: 196.88 240.63 L
1015: 198.75 239.38 L
1016: 200.63 238.13 L
1017: 202.38 236.88 L
1018: 204.25 235.63 L
1019: 206.13 234.38 L
1020: 208.00 233.25 L
1021: 209.75 232.00 L
1022: 211.63 230.75 L
1023: 213.50 229.50 L
1024: 215.37 228.25 L
1025: 217.13 227.00 L
1026: 219.00 225.75 L
1027: 220.88 224.50 L
1028: 222.63 223.38 L
1029: 224.50 222.13 L
1030: 226.38 220.88 L
1031: 228.25 219.63 L
1032: 230.00 218.38 L
1033: 231.88 217.13 L
1034: 233.75 215.88 L
1035: 235.63 214.63 L
1036: 237.38 213.50 L
1037: 239.25 212.25 L
1038: 241.13 211.00 L
1039: 243.00 209.75 L
1040: 244.75 208.50 L
1041: 246.63 207.25 L
1042: 248.50 206.00 L
1043: 250.38 204.75 L
1044: 252.13 203.63 L
1045: 254.00 202.38 L
1046: 255.88 201.12 L
1047: 257.75 199.88 L
1048: 259.50 198.62 L
1049: 261.38 197.37 L
1050: 263.25 196.12 L
1051: 265.00 194.88 L
1052: 266.88 193.63 L
1053: 268.75 192.50 L
1054: 270.63 191.25 L
1055: 272.38 190.00 L
1056: 274.25 188.75 L
1057: 276.13 187.50 L
1058: 278.00 186.25 L
1059: 279.75 185.00 L
1060: 281.63 183.75 L
1061: 283.50 182.63 L
1062: 285.38 181.38 L
1063: 287.13 180.13 L
1064: 289.00 178.88 L
1065: 290.88 177.63 L
1066: 292.75 176.38 L
1067: 294.50 175.13 L
1068: 296.38 173.88 L
1069: 298.25 172.75 L
1070: 300.13 171.50 L
1071: 301.88 170.25 L
1072: 303.75 169.00 L
1073: 305.63 167.75 L
1074: 307.38 166.50 L
1075: 309.25 165.25 L
1076: 311.12 164.00 L
1077: 313.00 162.88 L
1078: 314.75 161.63 L
1079: 316.63 160.38 L
1080: 318.50 159.13 L
1081: 320.38 157.88 L
1082: 322.13 156.63 L
1083: 324.00 155.38 L
1084: 325.88 154.13 L
1085: 327.75 152.88 L
1086: 329.50 151.75 L
1087: 331.38 150.50 L
1088: 333.25 149.25 L
1089: 335.13 148.00 L
1090: 336.88 146.75 L
1091: 338.75 145.50 L
1092: 340.63 144.25 L
1093: 342.37 143.00 L
1094: 344.25 141.88 L
1095: 346.13 140.63 L
1096: 348.00 139.38 L
1097: 349.75 138.13 L
1098: 351.63 136.88 L
1099: 353.50 135.63 L
1100: 355.38 134.38 L
1101: 357.13 133.13 L
1102: 359.00 132.00 L
1103: 360.88 130.75 L
1104: 362.75 129.50 L
1105: 364.50 128.25 L
1106: 366.38 127.00 L
1107: 368.25 125.75 L
1108: 370.12 124.50 L
1109: 371.88 123.25 L
1110: 373.75 122.13 L
1111: 375.63 120.88 L
1112: 377.50 119.63 L
1113: 379.25 118.38 L
1114: 381.13 117.13 L
1115: 383.00 115.88 L
1116: 384.75 114.63 L
1117: 386.63 113.38 L
1118: 388.50 112.13 L
1119: 390.38 111.00 L
1120: 392.13 109.75 L
1121: 394.00 108.50 L
1122: 395.88 107.25 L
1123: 397.75 106.00 L
1124: 399.50 104.75 L
1125: 401.38 103.50 L
1126: 403.25 102.25 L
1127: 405.13 101.13 L
1128: 406.88 99.87 L
1129: 408.75 98.62 L
1130: 410.63 97.37 L
1131: 412.50 96.12 L
1132: 414.25 94.87 L
1133: 416.12 93.62 L
1134: mstroke
1135: newpath 416.12 93.62 M
1136: 418.00 92.37 L
1137: 419.88 91.25 L
1138: 421.63 90.00 L
1139: 423.50 88.75 L
1140: mstroke
1141: [] sd
1142: 1 ps
1143: 1.00 ps
1144: newpath 56.88 338.63 M
1145: 58.75 337.38 L
1146: 60.50 336.12 L
1147: 62.38 335.00 L
1148: 64.25 333.75 L
1149: 66.12 332.50 L
1150: 67.88 331.25 L
1151: 69.75 330.00 L
1152: 71.63 328.75 L
1153: 73.50 327.62 L
1154: 75.25 326.37 L
1155: 77.13 325.13 L
1156: 79.00 323.87 L
1157: 80.87 322.63 L
1158: 82.62 321.37 L
1159: 84.50 320.25 L
1160: 86.37 319.00 L
1161: 88.25 317.75 L
1162: 90.00 316.50 L
1163: 91.88 315.25 L
1164: 93.75 314.00 L
1165: 95.63 312.88 L
1166: 97.37 311.63 L
1167: 99.25 310.38 L
1168: 101.13 309.13 L
1169: 102.88 307.88 L
1170: 104.75 306.63 L
1171: 106.63 305.50 L
1172: 108.50 304.25 L
1173: 110.25 303.00 L
1174: 112.13 301.75 L
1175: 114.00 300.50 L
1176: 115.88 299.25 L
1177: 117.63 298.13 L
1178: 119.50 296.88 L
1179: 121.37 295.63 L
1180: 123.25 294.38 L
1181: 125.00 293.13 L
1182: 126.88 291.88 L
1183: 128.75 290.75 L
1184: 130.63 289.50 L
1185: 132.38 288.25 L
1186: 134.25 287.00 L
1187: 136.12 285.75 L
1188: 138.00 284.50 L
1189: 139.75 283.38 L
1190: 141.63 282.13 L
1191: 143.50 280.88 L
1192: 145.25 279.63 L
1193: 147.13 278.38 L
1194: 149.00 277.13 L
1195: 150.88 276.00 L
1196: 152.62 274.75 L
1197: 154.50 273.50 L
1198: 156.38 272.25 L
1199: 158.25 271.00 L
1200: 160.00 269.75 L
1201: 161.88 268.63 L
1202: 163.75 267.37 L
1203: 165.62 266.13 L
1204: 167.37 264.88 L
1205: 169.25 263.63 L
1206: 171.13 262.38 L
1207: 173.00 261.25 L
1208: 174.75 260.00 L
1209: 176.63 258.75 L
1210: 178.50 257.50 L
1211: 180.25 256.25 L
1212: 182.13 255.00 L
1213: 184.00 253.88 L
1214: 185.88 252.63 L
1215: 187.63 251.38 L
1216: 189.50 250.13 L
1217: 191.38 248.88 L
1218: 193.25 247.63 L
1219: 195.00 246.50 L
1220: 196.88 245.25 L
1221: 198.75 244.00 L
1222: 200.63 242.75 L
1223: 202.38 241.50 L
1224: 204.25 240.25 L
1225: 206.13 239.13 L
1226: 208.00 237.88 L
1227: 209.75 236.63 L
1228: 211.63 235.38 L
1229: 213.50 234.12 L
1230: 215.37 232.88 L
1231: 217.13 231.75 L
1232: 219.00 230.50 L
1233: 220.88 229.25 L
1234: 222.63 228.00 L
1235: 224.50 226.75 L
1236: 226.38 225.50 L
1237: 228.25 224.38 L
1238: 230.00 223.13 L
1239: 231.88 221.88 L
1240: 233.75 220.63 L
1241: 235.63 219.38 L
1242: 237.38 218.13 L
1243: 239.25 217.00 L
1244: 241.13 215.75 L
1245: 243.00 214.50 L
1246: 244.75 213.25 L
1247: 246.63 212.00 L
1248: 248.50 210.75 L
1249: 250.38 209.63 L
1250: 252.13 208.38 L
1251: 254.00 207.13 L
1252: 255.88 205.88 L
1253: 257.75 204.63 L
1254: 259.50 203.38 L
1255: 261.38 202.25 L
1256: 263.25 201.00 L
1257: 265.00 199.75 L
1258: 266.88 198.50 L
1259: 268.75 197.25 L
1260: 270.63 196.00 L
1261: 272.38 194.88 L
1262: 274.25 193.63 L
1263: 276.13 192.37 L
1264: 278.00 191.12 L
1265: 279.75 189.87 L
1266: 281.63 188.63 L
1267: 283.50 187.50 L
1268: 285.38 186.25 L
1269: 287.13 185.00 L
1270: 289.00 183.75 L
1271: 290.88 182.50 L
1272: 292.75 181.25 L
1273: 294.50 180.13 L
1274: 296.38 178.88 L
1275: 298.25 177.63 L
1276: 300.13 176.38 L
1277: 301.88 175.13 L
1278: 303.75 173.88 L
1279: 305.63 172.75 L
1280: 307.38 171.50 L
1281: 309.25 170.25 L
1282: 311.12 169.00 L
1283: 313.00 167.75 L
1284: 314.75 166.50 L
1285: 316.63 165.38 L
1286: 318.50 164.13 L
1287: 320.38 162.88 L
1288: 322.13 161.63 L
1289: 324.00 160.38 L
1290: 325.88 159.13 L
1291: 327.75 158.00 L
1292: 329.50 156.75 L
1293: 331.38 155.50 L
1294: 333.25 154.25 L
1295: 335.13 153.00 L
1296: 336.88 151.75 L
1297: 338.75 150.63 L
1298: 340.63 149.38 L
1299: 342.37 148.13 L
1300: 344.25 146.88 L
1301: 346.13 145.63 L
1302: 348.00 144.38 L
1303: 349.75 143.25 L
1304: 351.63 142.00 L
1305: 353.50 140.75 L
1306: 355.38 139.50 L
1307: 357.13 138.25 L
1308: 359.00 137.00 L
1309: 360.88 135.88 L
1310: 362.75 134.63 L
1311: 364.50 133.38 L
1312: 366.38 132.13 L
1313: 368.25 130.88 L
1314: 370.12 129.63 L
1315: 371.88 128.50 L
1316: 373.75 127.25 L
1317: 375.63 126.00 L
1318: 377.50 124.75 L
1319: 379.25 123.50 L
1320: 381.13 122.25 L
1321: 383.00 121.13 L
1322: 384.75 119.88 L
1323: 386.63 118.62 L
1324: 388.50 117.37 L
1325: 390.38 116.12 L
1326: 392.13 114.88 L
1327: 394.00 113.75 L
1328: 395.88 112.50 L
1329: 397.75 111.25 L
1330: 399.50 110.00 L
1331: 401.38 108.75 L
1332: 403.25 107.50 L
1333: 405.13 106.38 L
1334: 406.88 105.13 L
1335: 408.75 103.87 L
1336: 410.63 102.62 L
1337: 412.50 101.38 L
1338: 414.25 100.13 L
1339: 416.12 99.00 L
1340: mstroke
1341: newpath 416.12 99.00 M
1342: 418.00 97.75 L
1343: 419.88 96.50 L
1344: 421.63 95.25 L
1345: 423.50 94.00 L
1346: mstroke
1347: [] sd
1348: 1 ps
1349: 284.63 286.75 397.75 325.25 EraseRect
1350: gsave 1.00 ps  286.12 288.25 396.25 323.75 FrameRect grestore
1351: 1.00 ps
1352: 1 ps
1353: 0.50 ps
1354: newpath 297.63 297.88 M
1355: 301.25 296.12 L
1356: 304.87 297.88 L
1357: 301.25 299.75 L
1358: closepath
1359: 0 FillPath
1360: 0 StrokePath newpath
1361: 1 ps
1362: 12.00 (_Helvetica) 0 F
1363: ( CePtSi) 313.88 301.50 40.63 WS
1364: 1.00 ps
1365: 1 ps
1366: 0.50 ps
1367: newpath 301.25 308.63 M
1368: 303.13 312.25 L
1369: 301.25 315.88 L
1370: 299.50 312.25 L
1371: closepath
1372: 0 FillPath
1373: 0 StrokePath newpath
1374: 1 ps
1375: 12.00 (_Helvetica) 0 F
1376: ( CePtSi) 313.88 315.88 40.63 WS
1377: 8.38 (_Helvetica) 0 F
1378: (0.9) 354.50 319.38 11.63 WS
1379: 12.00 (_Helvetica) 0 F
1380: (Ge) 366.13 315.88 16.00 WS
1381: 8.38 (_Helvetica) 0 F
1382: (0.1) 382.13 319.38 11.63 WS
1383: AnObj restore
1384: /AnObj save def
1385: 1 1 1 SetBack   0 0 0 SetFore  UseFore
1386: 0 0 translate
1387: AnObj restore
1388: /AnObj save def
1389: 1 1 1 SetBack   0 0 0 SetFore  UseFore
1390: 125 92 translate
1391: 1.00 ps
1392: gsave 1.00 ps 75.12 17.88 75.12 134.75 0 CapLine grestore
1393: gsave 1.00 ps 206.50 17.88 206.50 134.75 0 CapLine grestore
1394: 1 ps
1395: 1.00 ps
1396: gsave 1.00 ps 74.63 134.75 81.88 134.75 0 CapLine grestore
1397: 1 ps
1398:  OurEncoding /_Helvetica /Helvetica EncodeFont
1399: 16.00 (_Helvetica) 0 F
1400: (-0.5) 43.88 140.12 27.62 WS
1401: 1.00 ps
1402: gsave 1.00 ps 74.63 115.25 81.88 115.25 0 CapLine grestore
1403: 1 ps
1404: 16.00 (_Helvetica) 0 F
1405: (-0.4) 43.88 120.63 27.62 WS
1406: 1.00 ps
1407: gsave 1.00 ps 74.63 95.75 81.88 95.75 0 CapLine grestore
1408: 1 ps
1409: 16.00 (_Helvetica) 0 F
1410: (-0.3) 43.88 101.13 27.62 WS
1411: 1.00 ps
1412: gsave 1.00 ps 74.63 76.25 81.88 76.25 0 CapLine grestore
1413: 1 ps
1414: 16.00 (_Helvetica) 0 F
1415: (-0.2) 43.88 81.63 27.62 WS
1416: 1.00 ps
1417: gsave 1.00 ps 74.63 56.88 81.88 56.88 0 CapLine grestore
1418: 1 ps
1419: 16.00 (_Helvetica) 0 F
1420: (-0.1) 43.88 62.25 27.62 WS
1421: 1.00 ps
1422: gsave 1.00 ps 74.63 37.38 81.88 37.38 0 CapLine grestore
1423: 1 ps
1424: 16.00 (_Helvetica) 0 F
1425: (0.0) 49.25 42.75 22.25 WS
1426: 1.00 ps
1427: gsave 1.00 ps 74.63 17.88 81.88 17.88 0 CapLine grestore
1428: 1 ps
1429: 16.00 (_Helvetica) 0 F
1430: (0.1) 49.25 23.25 22.25 WS
1431: 16.00 (_Helvetica) 0 F
1432: gsave 33.38 101.75 translate -90 rotate
1433: (K) 0.00 0.00 10.63 WS
1434: grestore
1435: 11.25 (_Helvetica) 0 F
1436: gsave 38.25 91.12 translate -90 rotate
1437: (cf) 0.00 0.00 8.88 WS
1438: grestore
1439: 16.00 (_Helvetica) 0 F
1440: gsave 33.38 82.25 translate -90 rotate
1441: ( \(%\)) 0.00 0.00 29.50 WS
1442: grestore
1443: 1.00 ps
1444: gsave 1.00 ps 75.12 134.75 206.50 134.75 0 CapLine grestore
1445: gsave 1.00 ps 75.12 17.88 206.50 17.88 0 CapLine grestore
1446: 1 ps
1447: 1.00 ps
1448: gsave 1.00 ps 206.50 135.25 206.50 128.00 0 CapLine grestore
1449: 1 ps
1450: 16.00 (_Helvetica) 0 F
1451: (50) 197.63 153.25 17.75 WS
1452: 1.00 ps
1453: gsave 1.00 ps 180.25 135.25 180.25 128.00 0 CapLine grestore
1454: 1 ps
1455: 16.00 (_Helvetica) 0 F
1456: (40) 171.38 153.25 17.75 WS
1457: 1.00 ps
1458: gsave 1.00 ps 154.00 135.25 154.00 128.00 0 CapLine grestore
1459: 1 ps
1460: 16.00 (_Helvetica) 0 F
1461: (30) 145.12 153.25 17.75 WS
1462: 1.00 ps
1463: gsave 1.00 ps 127.62 135.25 127.62 128.00 0 CapLine grestore
1464: 1 ps
1465: 16.00 (_Helvetica) 0 F
1466: (20) 118.75 153.25 17.75 WS
1467: 1.00 ps
1468: gsave 1.00 ps 101.38 135.25 101.38 128.00 0 CapLine grestore
1469: 1 ps
1470: 16.00 (_Helvetica) 0 F
1471: (10) 92.50 153.25 17.75 WS
1472: 1.00 ps
1473: gsave 1.00 ps 75.12 135.25 75.12 128.00 0 CapLine grestore
1474: 1 ps
1475: 16.00 (_Helvetica) 0 F
1476: (0) 70.75 153.25 8.88 WS
1477: 16.00 (_Helvetica) 0 F
1478: (T \(K\)) 123.00 182.50 35.63 WS
1479: 0.50 ps
1480: newpath 82.37 129.75 M
1481: 84.38 128.88 L
1482: 86.37 129.75 L
1483: 84.38 130.75 L
1484: closepath
1485: 0 FillPath
1486: 0 StrokePath newpath
1487: newpath 84.13 114.25 M
1488: 86.12 113.38 L
1489: 88.13 114.25 L
1490: 86.12 115.25 L
1491: closepath
1492: 0 FillPath
1493: 0 StrokePath newpath
1494: newpath 85.00 108.63 M
1495: 87.00 107.75 L
1496: 89.00 108.63 L
1497: 87.00 109.63 L
1498: closepath
1499: 0 FillPath
1500: 0 StrokePath newpath
1501: newpath 88.87 88.62 M
1502: 90.87 87.75 L
1503: 92.88 88.62 L
1504: 90.87 89.62 L
1505: closepath
1506: 0 FillPath
1507: 0 StrokePath newpath
1508: newpath 94.13 68.87 M
1509: 96.12 68.00 L
1510: 98.13 68.87 L
1511: 96.12 69.87 L
1512: closepath
1513: 0 FillPath
1514: 0 StrokePath newpath
1515: newpath 99.38 58.13 M
1516: 101.38 57.25 L
1517: 103.38 58.13 L
1518: 101.38 59.13 L
1519: closepath
1520: 0 FillPath
1521: 0 StrokePath newpath
1522: newpath 104.63 50.38 M
1523: 106.63 49.50 L
1524: 108.63 50.38 L
1525: 106.63 51.38 L
1526: closepath
1527: 0 FillPath
1528: 0 StrokePath newpath
1529: newpath 107.25 47.75 M
1530: 109.25 46.88 L
1531: 111.25 47.75 L
1532: 109.25 48.75 L
1533: closepath
1534: 0 FillPath
1535: 0 StrokePath newpath
1536: newpath 112.50 44.25 M
1537: 114.50 43.38 L
1538: 116.50 44.25 L
1539: 114.50 45.25 L
1540: closepath
1541: 0 FillPath
1542: 0 StrokePath newpath
1543: newpath 117.75 41.00 M
1544: 119.75 40.13 L
1545: 121.75 41.00 L
1546: 119.75 42.00 L
1547: closepath
1548: 0 FillPath
1549: 0 StrokePath newpath
1550: newpath 123.00 39.75 M
1551: 125.00 38.88 L
1552: 127.00 39.75 L
1553: 125.00 40.75 L
1554: closepath
1555: 0 FillPath
1556: 0 StrokePath newpath
1557: newpath 128.25 40.38 M
1558: 130.25 39.50 L
1559: 132.25 40.38 L
1560: 130.25 41.38 L
1561: closepath
1562: 0 FillPath
1563: 0 StrokePath newpath
1564: newpath 133.50 36.50 M
1565: 135.50 35.63 L
1566: 137.50 36.50 L
1567: 135.50 37.50 L
1568: closepath
1569: 0 FillPath
1570: 0 StrokePath newpath
1571: newpath 141.50 38.00 M
1572: 143.50 37.13 L
1573: 145.50 38.00 L
1574: 143.50 39.00 L
1575: closepath
1576: 0 FillPath
1577: 0 StrokePath newpath
1578: newpath 149.38 37.88 M
1579: 151.37 37.00 L
1580: 153.38 37.88 L
1581: 151.37 38.88 L
1582: closepath
1583: 0 FillPath
1584: 0 StrokePath newpath
1585: newpath 154.63 31.63 M
1586: 156.63 30.75 L
1587: 158.63 31.63 L
1588: 156.63 32.63 L
1589: closepath
1590: 0 FillPath
1591: 0 StrokePath newpath
1592: newpath 159.87 37.00 M
1593: 161.88 36.13 L
1594: 163.88 37.00 L
1595: 161.88 38.00 L
1596: closepath
1597: 0 FillPath
1598: 0 StrokePath newpath
1599: newpath 165.13 36.88 M
1600: 167.13 36.00 L
1601: 169.13 36.88 L
1602: 167.13 37.88 L
1603: closepath
1604: 0 FillPath
1605: 0 StrokePath newpath
1606: newpath 178.25 38.13 M
1607: 180.25 37.25 L
1608: 182.25 38.13 L
1609: 180.25 39.13 L
1610: closepath
1611: 0 FillPath
1612: 0 StrokePath newpath
1613: newpath 204.50 39.75 M
1614: 206.50 38.88 L
1615: 208.50 39.75 L
1616: 206.50 40.75 L
1617: closepath
1618: 0 FillPath
1619: 0 StrokePath newpath
1620: 1 ps
1621: 1.00 ps
1622: newpath 84.38 127.25 M
1623: 84.87 122.63 L
1624: 85.50 118.38 L
1625: 86.12 114.38 L
1626: 86.75 110.63 L
1627: 87.37 107.00 L
1628: 88.00 103.62 L
1629: 88.62 100.50 L
1630: 89.25 97.37 L
1631: 89.87 94.50 L
1632: 90.50 91.75 L
1633: 91.12 89.13 L
1634: 91.75 86.63 L
1635: 92.25 84.25 L
1636: 92.88 82.00 L
1637: 93.50 79.87 L
1638: 94.13 77.75 L
1639: 94.75 75.75 L
1640: 95.38 73.87 L
1641: 96.00 72.00 L
1642: 96.63 70.25 L
1643: 97.25 68.62 L
1644: 97.88 67.00 L
1645: 98.50 65.50 L
1646: 99.00 64.00 L
1647: 99.63 62.63 L
1648: 100.25 61.25 L
1649: 100.88 59.88 L
1650: 101.50 58.63 L
1651: 102.13 57.50 L
1652: 102.75 56.25 L
1653: 103.38 55.13 L
1654: 104.00 54.13 L
1655: 104.63 53.13 L
1656: 105.25 52.13 L
1657: 105.75 51.25 L
1658: 106.38 50.25 L
1659: 107.00 49.50 L
1660: 107.63 48.63 L
1661: 108.25 47.88 L
1662: 108.87 47.13 L
1663: 109.50 46.38 L
1664: 110.12 45.75 L
1665: 110.75 45.13 L
1666: 111.38 44.50 L
1667: 112.00 43.88 L
1668: 112.63 43.38 L
1669: 113.13 42.75 L
1670: 113.75 42.25 L
1671: 114.38 41.88 L
1672: 115.00 41.38 L
1673: 115.63 41.00 L
1674: 116.25 40.63 L
1675: 116.88 40.25 L
1676: 117.50 39.88 L
1677: 118.13 39.63 L
1678: 118.75 39.25 L
1679: 119.38 39.00 L
1680: 119.88 38.75 L
1681: 120.50 38.50 L
1682: 121.13 38.38 L
1683: 121.75 38.13 L
1684: 122.37 38.00 L
1685: 123.00 37.88 L
1686: 123.62 37.75 L
1687: 124.25 37.63 L
1688: 124.88 37.50 L
1689: 125.50 37.50 L
1690: 126.13 37.38 L
1691: 126.63 37.38 L
1692: 127.25 37.38 L
1693: 127.88 37.38 L
1694: 128.50 37.38 L
1695: 129.13 37.38 L
1696: 129.75 37.38 L
1697: 130.38 37.38 L
1698: 131.00 37.38 L
1699: 131.63 37.38 L
1700: 132.25 37.38 L
1701: 132.88 37.38 L
1702: 133.50 37.38 L
1703: 134.00 37.38 L
1704: 134.63 37.38 L
1705: 135.25 37.38 L
1706: 135.88 37.38 L
1707: 136.50 37.38 L
1708: 137.13 37.38 L
1709: 137.75 37.38 L
1710: 138.38 37.38 L
1711: 139.00 37.38 L
1712: 139.63 37.38 L
1713: 140.25 37.38 L
1714: 140.75 37.38 L
1715: 141.38 37.38 L
1716: 142.00 37.38 L
1717: 142.63 37.38 L
1718: 143.25 37.38 L
1719: 143.88 37.38 L
1720: 144.50 37.38 L
1721: 145.12 37.38 L
1722: 145.75 37.38 L
1723: 146.37 37.38 L
1724: 147.00 37.38 L
1725: 147.50 37.38 L
1726: 148.13 37.38 L
1727: 148.75 37.38 L
1728: 149.38 37.38 L
1729: 150.00 37.38 L
1730: 150.63 37.38 L
1731: 151.25 37.38 L
1732: 151.88 37.38 L
1733: 152.50 37.38 L
1734: 153.13 37.38 L
1735: 153.75 37.38 L
1736: 154.38 37.38 L
1737: 154.87 37.38 L
1738: 155.50 37.38 L
1739: 156.13 37.38 L
1740: 156.75 37.38 L
1741: 157.38 37.38 L
1742: 158.00 37.38 L
1743: 158.63 37.38 L
1744: 159.25 37.38 L
1745: 159.87 37.38 L
1746: 160.50 37.38 L
1747: 161.12 37.38 L
1748: 161.63 37.38 L
1749: 162.25 37.38 L
1750: 162.88 37.38 L
1751: 163.50 37.38 L
1752: 164.13 37.38 L
1753: 164.75 37.38 L
1754: 165.38 37.38 L
1755: 166.00 37.38 L
1756: 166.63 37.38 L
1757: 167.25 37.38 L
1758: 167.88 37.38 L
1759: 168.38 37.38 L
1760: 169.00 37.38 L
1761: 169.63 37.38 L
1762: 170.25 37.38 L
1763: 170.88 37.38 L
1764: 171.50 37.38 L
1765: 172.13 37.38 L
1766: 172.75 37.38 L
1767: 173.38 37.38 L
1768: 174.00 37.38 L
1769: 174.63 37.38 L
1770: 175.25 37.38 L
1771: 175.75 37.38 L
1772: 176.38 37.38 L
1773: 177.00 37.38 L
1774: 177.63 37.38 L
1775: 178.25 37.38 L
1776: 178.88 37.38 L
1777: 179.50 37.38 L
1778: 180.13 37.38 L
1779: 180.75 37.38 L
1780: 181.38 37.38 L
1781: 182.00 37.38 L
1782: 182.50 37.38 L
1783: 183.12 37.38 L
1784: 183.75 37.38 L
1785: 184.37 37.38 L
1786: 185.00 37.38 L
1787: 185.63 37.38 L
1788: 186.25 37.38 L
1789: 186.88 37.38 L
1790: 187.50 37.38 L
1791: 188.12 37.38 L
1792: 188.75 37.38 L
1793: 189.25 37.38 L
1794: 189.87 37.38 L
1795: 190.50 37.38 L
1796: 191.12 37.38 L
1797: 191.75 37.38 L
1798: 192.37 37.38 L
1799: 193.00 37.38 L
1800: 193.63 37.38 L
1801: 194.25 37.38 L
1802: 194.88 37.38 L
1803: 195.50 37.38 L
1804: 196.12 37.38 L
1805: 196.63 37.38 L
1806: 197.25 37.38 L
1807: 197.88 37.38 L
1808: 198.50 37.38 L
1809: 199.13 37.38 L
1810: 199.75 37.38 L
1811: 200.38 37.38 L
1812: 201.00 37.38 L
1813: 201.63 37.38 L
1814: 202.25 37.38 L
1815: 202.87 37.38 L
1816: 203.38 37.38 L
1817: 204.00 37.38 L
1818: mstroke
1819: newpath 204.00 37.38 M
1820: 204.63 37.38 L
1821: 205.25 37.38 L
1822: 205.88 37.38 L
1823: 206.50 37.38 L
1824: mstroke
1825: [] sd
1826: 1 ps
1827: 0.50 ps
1828: newpath 83.00 107.38 M
1829: 84.00 109.38 L
1830: 83.00 111.38 L
1831: 82.12 109.38 L
1832: closepath
1833: 0 FillPath
1834: 0 StrokePath newpath
1835: newpath 84.38 98.50 M
1836: 85.38 100.50 L
1837: 84.38 102.50 L
1838: 83.50 100.50 L
1839: closepath
1840: 0 FillPath
1841: 0 StrokePath newpath
1842: newpath 86.12 80.63 M
1843: 87.12 82.62 L
1844: 86.12 84.62 L
1845: 85.25 82.62 L
1846: closepath
1847: 0 FillPath
1848: 0 StrokePath newpath
1849: newpath 87.37 75.88 M
1850: 88.37 77.88 L
1851: 87.37 79.87 L
1852: 86.50 77.88 L
1853: closepath
1854: 0 FillPath
1855: 0 StrokePath newpath
1856: newpath 88.25 70.00 M
1857: 89.25 72.00 L
1858: 88.25 74.00 L
1859: 87.37 72.00 L
1860: closepath
1861: 0 FillPath
1862: 0 StrokePath newpath
1863: newpath 90.87 62.75 M
1864: 91.88 64.75 L
1865: 90.87 66.75 L
1866: 90.00 64.75 L
1867: closepath
1868: 0 FillPath
1869: 0 StrokePath newpath
1870: newpath 93.50 55.25 M
1871: 94.50 57.25 L
1872: 93.50 59.25 L
1873: 92.62 57.25 L
1874: closepath
1875: 0 FillPath
1876: 0 StrokePath newpath
1877: newpath 96.12 49.88 M
1878: 97.13 51.88 L
1879: 96.12 53.88 L
1880: 95.25 51.88 L
1881: closepath
1882: 0 FillPath
1883: 0 StrokePath newpath
1884: newpath 98.75 48.25 M
1885: 99.75 50.25 L
1886: 98.75 52.25 L
1887: 97.88 50.25 L
1888: closepath
1889: 0 FillPath
1890: 0 StrokePath newpath
1891: newpath 101.38 45.13 M
1892: 102.38 47.13 L
1893: 101.38 49.13 L
1894: 100.50 47.13 L
1895: closepath
1896: 0 FillPath
1897: 0 StrokePath newpath
1898: newpath 104.00 45.63 M
1899: 105.00 47.63 L
1900: 104.00 49.63 L
1901: 103.13 47.63 L
1902: closepath
1903: 0 FillPath
1904: 0 StrokePath newpath
1905: newpath 106.63 38.75 M
1906: 107.63 40.75 L
1907: 106.63 42.75 L
1908: 105.75 40.75 L
1909: closepath
1910: 0 FillPath
1911: 0 StrokePath newpath
1912: newpath 109.25 39.88 M
1913: 110.25 41.88 L
1914: 109.25 43.88 L
1915: 108.38 41.88 L
1916: closepath
1917: 0 FillPath
1918: 0 StrokePath newpath
1919: newpath 111.88 39.38 M
1920: 112.88 41.38 L
1921: 111.88 43.38 L
1922: 111.00 41.38 L
1923: closepath
1924: 0 FillPath
1925: 0 StrokePath newpath
1926: newpath 117.13 39.75 M
1927: 118.13 41.75 L
1928: 117.13 43.75 L
1929: 116.25 41.75 L
1930: closepath
1931: 0 FillPath
1932: 0 StrokePath newpath
1933: newpath 122.37 35.88 M
1934: 123.38 37.88 L
1935: 122.37 39.88 L
1936: 121.50 37.88 L
1937: closepath
1938: 0 FillPath
1939: 0 StrokePath newpath
1940: newpath 127.62 35.13 M
1941: 128.62 37.13 L
1942: 127.62 39.13 L
1943: 126.75 37.13 L
1944: closepath
1945: 0 FillPath
1946: 0 StrokePath newpath
1947: newpath 132.88 36.13 M
1948: 133.87 38.13 L
1949: 132.88 40.13 L
1950: 132.00 38.13 L
1951: closepath
1952: 0 FillPath
1953: 0 StrokePath newpath
1954: newpath 138.13 35.25 M
1955: 139.13 37.25 L
1956: 138.13 39.25 L
1957: 137.25 37.25 L
1958: closepath
1959: 0 FillPath
1960: 0 StrokePath newpath
1961: newpath 146.13 36.13 M
1962: 147.13 38.13 L
1963: 146.13 40.13 L
1964: 145.25 38.13 L
1965: closepath
1966: 0 FillPath
1967: 0 StrokePath newpath
1968: newpath 154.00 31.00 M
1969: 155.00 33.00 L
1970: 154.00 35.00 L
1971: 153.13 33.00 L
1972: closepath
1973: 0 FillPath
1974: 0 StrokePath newpath
1975: newpath 161.88 34.50 M
1976: 162.88 36.50 L
1977: 161.88 38.50 L
1978: 161.00 36.50 L
1979: closepath
1980: 0 FillPath
1981: 0 StrokePath newpath
1982: newpath 169.75 35.88 M
1983: 170.75 37.88 L
1984: 169.75 39.88 L
1985: 168.88 37.88 L
1986: closepath
1987: 0 FillPath
1988: 0 StrokePath newpath
1989: newpath 177.63 37.13 M
1990: 178.62 39.13 L
1991: 177.63 41.13 L
1992: 176.75 39.13 L
1993: closepath
1994: 0 FillPath
1995: 0 StrokePath newpath
1996: newpath 185.50 38.00 M
1997: 186.50 40.00 L
1998: 185.50 42.00 L
1999: 184.63 40.00 L
2000: closepath
2001: 0 FillPath
2002: 0 StrokePath newpath
2003: newpath 193.38 33.88 M
2004: 194.38 35.88 L
2005: 193.38 37.88 L
2006: 192.50 35.88 L
2007: closepath
2008: 0 FillPath
2009: 0 StrokePath newpath
2010: newpath 201.25 27.75 M
2011: 202.25 29.75 L
2012: 201.25 31.75 L
2013: 200.38 29.75 L
2014: closepath
2015: 0 FillPath
2016: 0 StrokePath newpath
2017: 1 ps
2018: 1.00 ps
2019: newpath 83.00 105.50 M
2020: 83.62 101.25 L
2021: 84.13 97.37 L
2022: 84.75 93.62 L
2023: 85.38 90.25 L
2024: 86.00 87.00 L
2025: 86.50 84.13 L
2026: 87.12 81.25 L
2027: 87.75 78.62 L
2028: 88.37 76.12 L
2029: 88.87 73.75 L
2030: 89.50 71.50 L
2031: 90.12 69.37 L
2032: 90.75 67.37 L
2033: 91.25 65.50 L
2034: 91.88 63.75 L
2035: 92.50 62.00 L
2036: 93.13 60.50 L
2037: 93.62 58.88 L
2038: 94.25 57.50 L
2039: 94.87 56.13 L
2040: 95.50 54.75 L
2041: 96.00 53.50 L
2042: 96.63 52.38 L
2043: 97.25 51.25 L
2044: 97.88 50.25 L
2045: 98.38 49.25 L
2046: 99.00 48.25 L
2047: 99.63 47.38 L
2048: 100.25 46.50 L
2049: 100.88 45.75 L
2050: 101.38 45.00 L
2051: 102.00 44.25 L
2052: 102.62 43.63 L
2053: 103.25 43.00 L
2054: 103.75 42.38 L
2055: 104.38 41.88 L
2056: 105.00 41.25 L
2057: 105.63 40.88 L
2058: 106.12 40.38 L
2059: 106.75 40.00 L
2060: 107.38 39.63 L
2061: 108.00 39.25 L
2062: 108.50 39.00 L
2063: 109.13 38.63 L
2064: 109.75 38.38 L
2065: 110.38 38.25 L
2066: 110.88 38.00 L
2067: 111.50 37.88 L
2068: 112.13 37.75 L
2069: 112.75 37.63 L
2070: 113.25 37.50 L
2071: 113.88 37.38 L
2072: 114.50 37.38 L
2073: 115.12 37.38 L
2074: 115.63 37.38 L
2075: 116.25 37.38 L
2076: 116.88 37.38 L
2077: 117.50 37.38 L
2078: 118.00 37.38 L
2079: 118.62 37.38 L
2080: 119.25 37.38 L
2081: 119.88 37.38 L
2082: 120.38 37.38 L
2083: 121.00 37.38 L
2084: 121.63 37.38 L
2085: 122.25 37.38 L
2086: 122.75 37.38 L
2087: 123.38 37.38 L
2088: 124.00 37.38 L
2089: 124.63 37.38 L
2090: 125.13 37.38 L
2091: 125.75 37.38 L
2092: 126.38 37.38 L
2093: 127.00 37.38 L
2094: 127.50 37.38 L
2095: 128.13 37.38 L
2096: 128.75 37.38 L
2097: 129.38 37.38 L
2098: 129.87 37.38 L
2099: 130.50 37.38 L
2100: 131.13 37.38 L
2101: 131.75 37.38 L
2102: 132.25 37.38 L
2103: 132.88 37.38 L
2104: 133.50 37.38 L
2105: 134.13 37.38 L
2106: 134.63 37.38 L
2107: 135.25 37.38 L
2108: 135.88 37.38 L
2109: 136.50 37.38 L
2110: 137.13 37.38 L
2111: 137.63 37.38 L
2112: 138.25 37.38 L
2113: 138.88 37.38 L
2114: 139.50 37.38 L
2115: 140.00 37.38 L
2116: 140.63 37.38 L
2117: 141.25 37.38 L
2118: 141.88 37.38 L
2119: 142.37 37.38 L
2120: 143.00 37.38 L
2121: 143.63 37.38 L
2122: 144.25 37.38 L
2123: 144.75 37.38 L
2124: 145.38 37.38 L
2125: 146.00 37.38 L
2126: 146.63 37.38 L
2127: 147.13 37.38 L
2128: 147.75 37.38 L
2129: 148.38 37.38 L
2130: 149.00 37.38 L
2131: 149.50 37.38 L
2132: 150.13 37.38 L
2133: 150.75 37.38 L
2134: 151.37 37.38 L
2135: 151.88 37.38 L
2136: 152.50 37.38 L
2137: 153.13 37.38 L
2138: 153.75 37.38 L
2139: 154.25 37.38 L
2140: 154.87 37.38 L
2141: 155.50 37.38 L
2142: 156.13 37.38 L
2143: 156.63 37.38 L
2144: 157.25 37.38 L
2145: 157.88 37.38 L
2146: 158.50 37.38 L
2147: 159.00 37.38 L
2148: 159.63 37.38 L
2149: 160.25 37.38 L
2150: 160.88 37.38 L
2151: 161.38 37.38 L
2152: 162.00 37.38 L
2153: 162.63 37.38 L
2154: 163.25 37.38 L
2155: 163.75 37.38 L
2156: 164.37 37.38 L
2157: 165.00 37.38 L
2158: 165.62 37.38 L
2159: 166.12 37.38 L
2160: 166.75 37.38 L
2161: 167.37 37.38 L
2162: 168.00 37.38 L
2163: 168.50 37.38 L
2164: 169.13 37.38 L
2165: 169.75 37.38 L
2166: 170.38 37.38 L
2167: 171.00 37.38 L
2168: 171.50 37.38 L
2169: 172.13 37.38 L
2170: 172.75 37.38 L
2171: 173.38 37.38 L
2172: 173.88 37.38 L
2173: 174.50 37.38 L
2174: 175.13 37.38 L
2175: 175.75 37.38 L
2176: 176.25 37.38 L
2177: 176.87 37.38 L
2178: 177.50 37.38 L
2179: 178.12 37.38 L
2180: 178.62 37.38 L
2181: 179.25 37.38 L
2182: 179.87 37.38 L
2183: 180.50 37.38 L
2184: 181.00 37.38 L
2185: 181.63 37.38 L
2186: 182.25 37.38 L
2187: 182.88 37.38 L
2188: 183.38 37.38 L
2189: 184.00 37.38 L
2190: 184.63 37.38 L
2191: 185.25 37.38 L
2192: 185.75 37.38 L
2193: 186.38 37.38 L
2194: 187.00 37.38 L
2195: 187.63 37.38 L
2196: 188.12 37.38 L
2197: 188.75 37.38 L
2198: 189.37 37.38 L
2199: 190.00 37.38 L
2200: 190.50 37.38 L
2201: 191.12 37.38 L
2202: 191.75 37.38 L
2203: 192.37 37.38 L
2204: 192.88 37.38 L
2205: 193.50 37.38 L
2206: 194.13 37.38 L
2207: 194.75 37.38 L
2208: 195.25 37.38 L
2209: 195.88 37.38 L
2210: 196.50 37.38 L
2211: 197.13 37.38 L
2212: 197.63 37.38 L
2213: 198.25 37.38 L
2214: 198.88 37.38 L
2215: mstroke
2216: newpath 198.88 37.38 M
2217: 199.50 37.38 L
2218: 200.00 37.38 L
2219: 200.63 37.38 L
2220: 201.25 37.38 L
2221: mstroke
2222: [] sd
2223: 1 ps
2224: AnObj restore
2225: end
2226: IgorSave restore
2227: %%DocumentFonts: Helvetica
2228: %%+Symbol
2229: