cond-mat0402179/CeCoIn5In1analysis.eps
1: %!
2: %%BoundingBox: 68 68 542 481
3: %%Creator: Igor
4: %%Title: Layout0
5: %%Creation Date: Wed, Nov 05, 2003 2:25 PM
6: %%DocumentFonts:  (atend) 
7: %%EndComments
8: 0 549 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: 72.00 72.00 538.50 477.00 EraseRect
525: AnObj restore
526: /AnObj save def
527: 1 1 1 SetBack   0 0 0 SetFore  UseFore
528: 72 72 translate
529: 1.00 ps
530: gsave 1.00 ps 56.88 17.88 56.88 347.50 0 CapLine grestore
531: gsave 1.00 ps 426.50 17.88 426.50 347.50 0 CapLine grestore
532: 1 ps
533: 1.00 ps
534: gsave 1.00 ps 56.38 17.88 65.75 17.88 0 CapLine grestore
535: 1 ps
536:  OurEncoding /_Helvetica /Helvetica EncodeFont
537: 16.00 (_Helvetica) 0 F
538: (4) 43.38 23.25 8.88 WS
539: 1.00 ps
540: gsave 1.00 ps 56.38 100.25 65.75 100.25 0 CapLine grestore
541: 1 ps
542: 16.00 (_Helvetica) 0 F
543: (3) 43.38 105.63 8.88 WS
544: 1.00 ps
545: gsave 1.00 ps 56.38 182.75 65.75 182.75 0 CapLine grestore
546: 1 ps
547: 16.00 (_Helvetica) 0 F
548: (2) 43.38 188.12 8.88 WS
549: 1.00 ps
550: gsave 1.00 ps 56.38 265.13 65.75 265.13 0 CapLine grestore
551: 1 ps
552: 16.00 (_Helvetica) 0 F
553: (1) 43.38 270.50 8.88 WS
554: 1.00 ps
555: gsave 1.00 ps 56.38 347.50 65.75 347.50 0 CapLine grestore
556: 1 ps
557: 16.00 (_Helvetica) 0 F
558: (0) 43.38 352.88 8.88 WS
559: 16.00 (_Helvetica) 0 F
560: gsave 14.38 202.63 translate -90 rotate
561: (K \(%\)) 0.00 0.00 40.13 WS
562: grestore
563: 1.00 ps
564: gsave 1.00 ps 56.88 347.50 426.50 347.50 0 CapLine grestore
565: gsave 1.00 ps 56.88 17.88 426.50 17.88 0 CapLine grestore
566: 1 ps
567: 1.00 ps
568: gsave 1.00 ps 426.50 348.00 426.50 338.63 0 CapLine grestore
569: 1 ps
570: 16.00 (_Helvetica) 0 F
571: (14) 417.63 367.00 17.75 WS
572: 1.00 ps
573: gsave 1.00 ps 373.75 348.00 373.75 338.63 0 CapLine grestore
574: 1 ps
575: 16.00 (_Helvetica) 0 F
576: (12) 364.88 367.00 17.75 WS
577: 1.00 ps
578: gsave 1.00 ps 320.88 348.00 320.88 338.63 0 CapLine grestore
579: 1 ps
580: 16.00 (_Helvetica) 0 F
581: (10) 312.00 367.00 17.75 WS
582: 1.00 ps
583: gsave 1.00 ps 268.13 348.00 268.13 338.63 0 CapLine grestore
584: 1 ps
585: 16.00 (_Helvetica) 0 F
586: (8) 263.75 367.00 8.88 WS
587: 1.00 ps
588: gsave 1.00 ps 215.25 348.00 215.25 338.63 0 CapLine grestore
589: 1 ps
590: 16.00 (_Helvetica) 0 F
591: (6) 210.88 367.00 8.88 WS
592: 1.00 ps
593: gsave 1.00 ps 162.50 348.00 162.50 338.63 0 CapLine grestore
594: 1 ps
595: 16.00 (_Helvetica) 0 F
596: (4) 158.13 367.00 8.88 WS
597: 1.00 ps
598: gsave 1.00 ps 109.63 348.00 109.63 338.63 0 CapLine grestore
599: 1 ps
600: 16.00 (_Helvetica) 0 F
601: (2) 105.25 367.00 8.88 WS
602: 1.00 ps
603: gsave 1.00 ps 56.88 348.00 56.88 338.63 0 CapLine grestore
604: 1 ps
605: 16.00 (_Helvetica) 0 F
606: (0) 52.50 367.00 8.88 WS
607: 16.00 (Symbol) 0 F
608: (c) 178.62 392.50 8.75 WS
609:  OurEncoding /_Helvetica /Helvetica EncodeFont
610: 16.00 (_Helvetica) 0 F
611: ( \(x10) 187.38 392.50 35.63 WS
612: 11.25 (_Helvetica) 0 F
613: (-3) 223.00 383.00 10.00 WS
614: 16.00 (_Helvetica) 0 F
615: (  emu/mol\)) 233.00 392.50 75.75 WS
616: 0.50 ps
617: newpath 422.50 257.38 4.00 0 360 arc
618: 0 FillPath
619: newpath
620: newpath 417.37 257.50 4.00 0 360 arc
621: 0 FillPath
622: newpath
623: newpath 404.75 257.63 4.00 0 360 arc
624: 0 FillPath
625: newpath
626: newpath 391.50 257.00 4.00 0 360 arc
627: 0 FillPath
628: newpath
629: newpath 377.88 256.38 4.00 0 360 arc
630: 0 FillPath
631: newpath
632: newpath 332.88 251.63 4.00 0 360 arc
633: 0 FillPath
634: newpath
635: newpath 312.25 236.75 4.00 0 360 arc
636: 0 FillPath
637: newpath
638: newpath 304.38 223.62 4.00 0 360 arc
639: 0 FillPath
640: newpath
641: newpath 301.75 207.00 4.00 0 360 arc
642: 0 FillPath
643: newpath
644: newpath 299.75 195.25 4.00 0 360 arc
645: 0 FillPath
646: newpath
647: newpath 297.00 188.38 4.00 0 360 arc
648: 0 FillPath
649: newpath
650: newpath 293.75 183.88 4.00 0 360 arc
651: 0 FillPath
652: newpath
653: newpath 289.87 182.00 4.00 0 360 arc
654: 0 FillPath
655: newpath
656: newpath 280.13 181.25 4.00 0 360 arc
657: 0 FillPath
658: newpath
659: newpath 272.13 180.63 4.00 0 360 arc
660: 0 FillPath
661: newpath
662: newpath 263.50 182.25 4.00 0 360 arc
663: 0 FillPath
664: newpath
665: newpath 256.25 184.37 4.00 0 360 arc
666: 0 FillPath
667: newpath
668: newpath 249.38 185.88 4.00 0 360 arc
669: 0 FillPath
670: newpath
671: newpath 243.00 189.75 4.00 0 360 arc
672: 0 FillPath
673: newpath
674: newpath 236.88 192.37 4.00 0 360 arc
675: 0 FillPath
676: newpath
677: newpath 214.63 201.88 4.00 0 360 arc
678: 0 FillPath
679: newpath
680: newpath 193.00 214.88 4.00 0 360 arc
681: 0 FillPath
682: newpath
683: 1 ps
684: 0.50 ps
685: 262.38 201.00 270.38 201.00 2 CapLine
686: 266.38 197.00 266.38 205.00 2 CapLine
687: 258.00 201.63 266.00 201.63 2 CapLine
688: 262.00 197.63 262.00 205.63 2 CapLine
689: 254.25 204.00 262.25 204.00 2 CapLine
690: 258.25 200.00 258.25 208.00 2 CapLine
691: 241.13 210.38 249.13 210.38 2 CapLine
692: 245.13 206.38 245.13 214.38 2 CapLine
693: 235.13 214.25 243.13 214.25 2 CapLine
694: 239.13 210.25 239.13 218.25 2 CapLine
695: 229.38 217.25 237.38 217.25 2 CapLine
696: 233.38 213.25 233.38 221.25 2 CapLine
697: 224.88 219.75 232.88 219.75 2 CapLine
698: 228.88 215.75 228.88 223.75 2 CapLine
699: 219.75 222.38 227.75 222.38 2 CapLine
700: 223.75 218.38 223.75 226.38 2 CapLine
701: 215.00 225.75 223.00 225.75 2 CapLine
702: 219.00 221.75 219.00 229.75 2 CapLine
703: 212.00 229.63 220.00 229.63 2 CapLine
704: 216.00 225.63 216.00 233.63 2 CapLine
705: 206.75 232.37 214.75 232.37 2 CapLine
706: 210.75 228.38 210.75 236.38 2 CapLine
707: 202.87 236.12 210.88 236.12 2 CapLine
708: 206.88 232.13 206.88 240.13 2 CapLine
709: 197.88 239.25 205.88 239.25 2 CapLine
710: 201.88 235.25 201.88 243.25 2 CapLine
711: 192.25 242.00 200.25 242.00 2 CapLine
712: 196.25 238.00 196.25 246.00 2 CapLine
713: 188.00 246.13 196.00 246.13 2 CapLine
714: 192.00 242.13 192.00 250.13 2 CapLine
715: 184.25 246.63 192.25 246.63 2 CapLine
716: 188.25 242.63 188.25 250.63 2 CapLine
717: 179.63 249.75 187.63 249.75 2 CapLine
718: 183.62 245.75 183.62 253.75 2 CapLine
719: 177.00 252.00 185.00 252.00 2 CapLine
720: 181.00 248.00 181.00 256.00 2 CapLine
721: 1 ps
722: 1.00 ps
723: newpath 56.88 328.50 M
724: 58.75 327.38 L
725: 60.63 326.13 L
726: 62.50 325.00 L
727: 64.25 323.87 L
728: 66.12 322.75 L
729: 68.00 321.50 L
730: 69.87 320.38 L
731: 71.75 319.25 L
732: 73.62 318.13 L
733: 75.50 316.88 L
734: 77.25 315.75 L
735: 79.13 314.63 L
736: 81.00 313.50 L
737: 82.88 312.25 L
738: 84.75 311.12 L
739: 86.63 310.00 L
740: 88.50 308.88 L
741: 90.25 307.63 L
742: 92.12 306.50 L
743: 94.00 305.38 L
744: 95.87 304.25 L
745: 97.75 303.00 L
746: 99.63 301.88 L
747: 101.50 300.75 L
748: 103.25 299.63 L
749: 105.13 298.38 L
750: 107.00 297.25 L
751: 108.87 296.12 L
752: 110.75 295.00 L
753: 112.63 293.75 L
754: 114.50 292.63 L
755: 116.25 291.50 L
756: 118.13 290.38 L
757: 120.00 289.13 L
758: 121.88 288.00 L
759: 123.75 286.88 L
760: 125.63 285.75 L
761: 127.50 284.63 L
762: 129.38 283.38 L
763: 131.13 282.25 L
764: 133.00 281.13 L
765: 134.87 280.00 L
766: 136.75 278.75 L
767: 138.63 277.63 L
768: 140.50 276.50 L
769: 142.37 275.38 L
770: 144.13 274.13 L
771: 146.00 273.00 L
772: 147.88 271.88 L
773: 149.75 270.75 L
774: 151.63 269.50 L
775: 153.50 268.38 L
776: 155.38 267.25 L
777: 157.13 266.13 L
778: 159.00 264.88 L
779: 160.88 263.75 L
780: 162.75 262.63 L
781: 164.63 261.50 L
782: 166.50 260.25 L
783: 168.38 259.13 L
784: 170.13 258.00 L
785: 172.00 256.88 L
786: 173.88 255.63 L
787: 175.75 254.50 L
788: 177.63 253.38 L
789: 179.50 252.25 L
790: 181.38 251.00 L
791: 183.12 249.88 L
792: 185.00 248.75 L
793: 186.88 247.63 L
794: 188.75 246.38 L
795: 190.62 245.25 L
796: 192.50 244.13 L
797: 194.38 243.00 L
798: 196.12 241.75 L
799: 198.00 240.63 L
800: 199.88 239.50 L
801: 201.75 238.38 L
802: 203.63 237.13 L
803: 205.50 236.00 L
804: 207.37 234.88 L
805: 209.12 233.75 L
806: 211.00 232.63 L
807: 212.88 231.38 L
808: 214.75 230.25 L
809: 216.63 229.13 L
810: 218.50 228.00 L
811: 220.38 226.75 L
812: 222.13 225.63 L
813: 224.00 224.50 L
814: 225.88 223.38 L
815: 227.75 222.13 L
816: 229.63 221.00 L
817: 231.50 219.87 L
818: 233.38 218.75 L
819: 235.13 217.50 L
820: 237.00 216.38 L
821: 238.88 215.25 L
822: 240.75 214.13 L
823: 242.63 212.88 L
824: 244.50 211.75 L
825: 246.38 210.63 L
826: 248.25 209.50 L
827: 250.00 208.25 L
828: 251.88 207.13 L
829: 253.75 206.00 L
830: 255.63 204.87 L
831: 257.50 203.63 L
832: 259.38 202.50 L
833: 261.25 201.38 L
834: 263.00 200.25 L
835: 264.88 199.00 L
836: 266.75 197.88 L
837: 268.63 196.75 L
838: 270.50 195.63 L
839: 272.38 194.38 L
840: 274.25 193.25 L
841: 276.00 192.13 L
842: 277.88 191.00 L
843: 279.75 189.75 L
844: 281.63 188.63 L
845: 283.50 187.50 L
846: 285.38 186.38 L
847: 287.25 185.25 L
848: 289.00 184.00 L
849: 290.88 182.88 L
850: 292.75 181.75 L
851: 294.63 180.63 L
852: 296.50 179.38 L
853: 298.38 178.25 L
854: 300.25 177.13 L
855: 302.00 176.00 L
856: 303.88 174.75 L
857: 305.75 173.62 L
858: 307.63 172.50 L
859: 309.50 171.38 L
860: 311.38 170.13 L
861: 313.25 169.00 L
862: 315.00 167.88 L
863: 316.88 166.75 L
864: 318.75 165.50 L
865: 320.63 164.37 L
866: 322.50 163.25 L
867: 324.38 162.13 L
868: 326.25 160.88 L
869: 328.00 159.75 L
870: 329.87 158.63 L
871: 331.75 157.50 L
872: 333.63 156.25 L
873: 335.50 155.13 L
874: 337.38 154.00 L
875: 339.25 152.88 L
876: 341.00 151.63 L
877: 342.88 150.50 L
878: 344.75 149.38 L
879: 346.63 148.25 L
880: 348.50 147.00 L
881: 350.38 145.88 L
882: 352.25 144.75 L
883: 354.00 143.63 L
884: 355.88 142.37 L
885: 357.75 141.25 L
886: 359.63 140.12 L
887: 361.50 139.00 L
888: 363.38 137.88 L
889: 365.25 136.63 L
890: 367.13 135.50 L
891: 368.88 134.38 L
892: 370.75 133.25 L
893: 372.63 132.00 L
894: 374.50 130.88 L
895: 376.37 129.75 L
896: 378.25 128.62 L
897: 380.12 127.38 L
898: 381.88 126.25 L
899: 383.75 125.13 L
900: 385.63 124.00 L
901: 387.50 122.75 L
902: 389.38 121.63 L
903: 391.25 120.50 L
904: 393.13 119.38 L
905: 394.88 118.13 L
906: 396.75 117.00 L
907: 398.62 115.88 L
908: 400.50 114.75 L
909: 402.38 113.50 L
910: 404.25 112.37 L
911: 406.13 111.25 L
912: 407.88 110.12 L
913: 409.75 108.87 L
914: 411.63 107.75 L
915: 413.50 106.63 L
916: 415.38 105.50 L
917: 417.25 104.25 L
918: 419.13 103.13 L
919: mstroke
920: newpath 419.13 103.13 M
921: 420.88 102.00 L
922: 422.75 100.88 L
923: 424.63 99.63 L
924: 426.50 98.50 L
925: mstroke
926: [] sd
927: 1 ps
928: 1.00 ps
929: newpath 56.88 282.13 M
930: 58.75 281.25 L
931: 60.63 280.38 L
932: 62.50 279.38 L
933: 64.25 278.50 L
934: 66.12 277.50 L
935: 68.00 276.63 L
936: 69.87 275.63 L
937: 71.75 274.75 L
938: 73.62 273.88 L
939: 75.50 272.88 L
940: 77.25 272.00 L
941: 79.13 271.00 L
942: 81.00 270.13 L
943: 82.88 269.13 L
944: 84.75 268.25 L
945: 86.63 267.37 L
946: 88.50 266.38 L
947: 90.25 265.50 L
948: 92.12 264.50 L
949: 94.00 263.63 L
950: 95.87 262.63 L
951: 97.75 261.75 L
952: 99.63 260.88 L
953: 101.50 259.88 L
954: 103.25 259.00 L
955: 105.13 258.00 L
956: 107.00 257.13 L
957: 108.87 256.13 L
958: 110.75 255.25 L
959: 112.63 254.38 L
960: 114.50 253.38 L
961: 116.25 252.50 L
962: 118.13 251.50 L
963: 120.00 250.63 L
964: 121.88 249.75 L
965: 123.75 248.75 L
966: 125.63 247.88 L
967: 127.50 246.88 L
968: 129.38 246.00 L
969: 131.13 245.00 L
970: 133.00 244.13 L
971: 134.87 243.25 L
972: 136.75 242.25 L
973: 138.63 241.38 L
974: 140.50 240.38 L
975: 142.37 239.50 L
976: 144.13 238.50 L
977: 146.00 237.63 L
978: 147.88 236.75 L
979: 149.75 235.75 L
980: 151.63 234.88 L
981: 153.50 233.88 L
982: 155.38 233.00 L
983: 157.13 232.00 L
984: 159.00 231.13 L
985: 160.88 230.25 L
986: 162.75 229.25 L
987: 164.63 228.38 L
988: 166.50 227.38 L
989: 168.38 226.50 L
990: 170.13 225.50 L
991: 172.00 224.63 L
992: 173.88 223.75 L
993: 175.75 222.75 L
994: 177.63 221.88 L
995: 179.50 220.88 L
996: 181.38 220.00 L
997: 183.12 219.00 L
998: 185.00 218.13 L
999: 186.88 217.25 L
1000: 188.75 216.25 L
1001: 190.62 215.37 L
1002: 192.50 214.38 L
1003: 194.38 213.50 L
1004: 196.12 212.63 L
1005: 198.00 211.63 L
1006: 199.88 210.75 L
1007: 201.75 209.75 L
1008: 203.63 208.88 L
1009: 205.50 207.88 L
1010: 207.37 207.00 L
1011: 209.12 206.13 L
1012: 211.00 205.13 L
1013: 212.88 204.25 L
1014: 214.75 203.25 L
1015: 216.63 202.38 L
1016: 218.50 201.38 L
1017: 220.38 200.50 L
1018: 222.13 199.63 L
1019: 224.00 198.62 L
1020: 225.88 197.75 L
1021: 227.75 196.75 L
1022: 229.63 195.88 L
1023: 231.50 194.88 L
1024: 233.38 194.00 L
1025: 235.13 193.13 L
1026: 237.00 192.13 L
1027: 238.88 191.25 L
1028: 240.75 190.25 L
1029: 242.63 189.37 L
1030: 244.50 188.38 L
1031: 246.38 187.50 L
1032: 248.25 186.63 L
1033: 250.00 185.63 L
1034: 251.88 184.75 L
1035: 253.75 183.75 L
1036: 255.63 182.88 L
1037: 257.50 182.00 L
1038: 259.38 181.00 L
1039: 261.25 180.13 L
1040: 263.00 179.13 L
1041: 264.88 178.25 L
1042: 266.75 177.25 L
1043: 268.63 176.38 L
1044: 270.50 175.50 L
1045: 272.38 174.50 L
1046: 274.25 173.62 L
1047: 276.00 172.63 L
1048: 277.88 171.75 L
1049: 279.75 170.75 L
1050: 281.63 169.88 L
1051: 283.50 169.00 L
1052: 285.38 168.00 L
1053: 287.25 167.13 L
1054: 289.00 166.12 L
1055: 290.88 165.25 L
1056: 292.75 164.25 L
1057: 294.63 163.38 L
1058: 296.50 162.50 L
1059: 298.38 161.50 L
1060: 300.25 160.63 L
1061: 302.00 159.63 L
1062: 303.88 158.75 L
1063: 305.75 157.75 L
1064: 307.63 156.88 L
1065: 309.50 156.00 L
1066: 311.38 155.00 L
1067: 313.25 154.13 L
1068: 315.00 153.13 L
1069: 316.88 152.25 L
1070: 318.75 151.37 L
1071: 320.63 150.38 L
1072: 322.50 149.50 L
1073: 324.38 148.50 L
1074: 326.25 147.63 L
1075: 328.00 146.63 L
1076: 329.87 145.75 L
1077: 331.75 144.88 L
1078: 333.63 143.88 L
1079: 335.50 143.00 L
1080: 337.38 142.00 L
1081: 339.25 141.12 L
1082: 341.00 140.12 L
1083: 342.88 139.25 L
1084: 344.75 138.38 L
1085: 346.63 137.38 L
1086: 348.50 136.50 L
1087: 350.38 135.50 L
1088: 352.25 134.63 L
1089: 354.00 133.63 L
1090: 355.88 132.75 L
1091: 357.75 131.88 L
1092: 359.63 130.88 L
1093: 361.50 130.00 L
1094: 363.38 129.00 L
1095: 365.25 128.13 L
1096: 367.13 127.13 L
1097: 368.88 126.25 L
1098: 370.75 125.38 L
1099: 372.63 124.38 L
1100: 374.50 123.50 L
1101: 376.37 122.50 L
1102: 378.25 121.63 L
1103: 380.12 120.75 L
1104: 381.88 119.75 L
1105: 383.75 118.88 L
1106: 385.63 117.88 L
1107: 387.50 117.00 L
1108: 389.38 116.00 L
1109: 391.25 115.12 L
1110: 393.13 114.25 L
1111: 394.88 113.25 L
1112: 396.75 112.37 L
1113: 398.62 111.38 L
1114: 400.50 110.50 L
1115: 402.38 109.50 L
1116: 404.25 108.63 L
1117: 406.13 107.75 L
1118: 407.88 106.75 L
1119: 409.75 105.88 L
1120: 411.63 104.87 L
1121: 413.50 104.00 L
1122: 415.38 103.00 L
1123: 417.25 102.13 L
1124: 419.13 101.25 L
1125: mstroke
1126: newpath 419.13 101.25 M
1127: 420.88 100.25 L
1128: 422.75 99.38 L
1129: 424.63 98.38 L
1130: 426.50 97.50 L
1131: mstroke
1132: [] sd
1133: 1 ps
1134: AnObj restore
1135: /AnObj save def
1136: 1 1 1 SetBack   0 0 0 SetFore  UseFore
1137: 0 0 translate
1138: AnObj restore
1139: /AnObj save def
1140: 1 1 1 SetBack   0 0 0 SetFore  UseFore
1141: 110 95 translate
1142: 1.00 ps
1143: gsave 1.00 ps 75.12 17.88 75.12 128.75 0 CapLine grestore
1144: gsave 1.00 ps 207.50 17.88 207.50 128.75 0 CapLine grestore
1145: 1 ps
1146: 1.00 ps
1147: gsave 1.00 ps 74.63 17.88 81.88 17.88 0 CapLine grestore
1148: 1 ps
1149:  OurEncoding /_Helvetica /Helvetica EncodeFont
1150: 16.00 (_Helvetica) 0 F
1151: (2.0) 49.25 23.25 22.25 WS
1152: 1.00 ps
1153: gsave 1.00 ps 74.63 44.25 81.88 44.25 0 CapLine grestore
1154: 1 ps
1155: 16.00 (_Helvetica) 0 F
1156: (1.5) 49.25 49.63 22.25 WS
1157: 1.00 ps
1158: gsave 1.00 ps 74.63 70.62 81.88 70.62 0 CapLine grestore
1159: 1 ps
1160: 16.00 (_Helvetica) 0 F
1161: (1.0) 49.25 76.00 22.25 WS
1162: 1.00 ps
1163: gsave 1.00 ps 74.63 97.13 81.88 97.13 0 CapLine grestore
1164: 1 ps
1165: 16.00 (_Helvetica) 0 F
1166: (0.5) 49.25 102.50 22.25 WS
1167: 1.00 ps
1168: gsave 1.00 ps 74.63 123.50 81.88 123.50 0 CapLine grestore
1169: 1 ps
1170: 16.00 (_Helvetica) 0 F
1171: (0.0) 49.25 128.88 22.25 WS
1172: 16.00 (_Helvetica) 0 F
1173: gsave 38.38 93.75 translate -90 rotate
1174: (K) 0.00 0.00 10.63 WS
1175: grestore
1176: 11.25 (_Helvetica) 0 F
1177: gsave 43.25 83.13 translate -90 rotate
1178: (cf) 0.00 0.00 8.88 WS
1179: grestore
1180: 16.00 (_Helvetica) 0 F
1181: gsave 38.38 74.25 translate -90 rotate
1182: ( \(%\)) 0.00 0.00 29.50 WS
1183: grestore
1184: 1.00 ps
1185: gsave 1.00 ps 75.12 128.75 207.50 128.75 0 CapLine grestore
1186: gsave 1.00 ps 75.12 17.88 207.50 17.88 0 CapLine grestore
1187: 1 ps
1188: 1.00 ps
1189: gsave 1.00 ps 207.50 129.25 207.50 122.00 0 CapLine grestore
1190: 1 ps
1191: 16.00 (_Helvetica) 0 F
1192: (80) 198.62 147.25 17.75 WS
1193: 1.00 ps
1194: gsave 1.00 ps 174.38 129.25 174.38 122.00 0 CapLine grestore
1195: 1 ps
1196: 16.00 (_Helvetica) 0 F
1197: (60) 165.50 147.25 17.75 WS
1198: 1.00 ps
1199: gsave 1.00 ps 141.38 129.25 141.38 122.00 0 CapLine grestore
1200: 1 ps
1201: 16.00 (_Helvetica) 0 F
1202: (40) 132.50 147.25 17.75 WS
1203: 1.00 ps
1204: gsave 1.00 ps 108.25 129.25 108.25 122.00 0 CapLine grestore
1205: 1 ps
1206: 16.00 (_Helvetica) 0 F
1207: (20) 99.38 147.25 17.75 WS
1208: 1.00 ps
1209: gsave 1.00 ps 75.12 129.25 75.12 122.00 0 CapLine grestore
1210: 1 ps
1211: 16.00 (_Helvetica) 0 F
1212: (0) 70.75 147.25 8.88 WS
1213: 16.00 (_Helvetica) 0 F
1214: (T \(K\)) 123.50 170.50 35.63 WS
1215: 0.50 ps
1216: newpath 81.75 32.38 2.00 0 360 arc
1217: 0 FillPath
1218: newpath
1219: newpath 83.50 37.38 2.00 0 360 arc
1220: 0 FillPath
1221: newpath
1222: newpath 91.63 54.63 2.00 0 360 arc
1223: 0 FillPath
1224: newpath
1225: newpath 100.00 70.88 2.00 0 360 arc
1226: 0 FillPath
1227: newpath
1228: newpath 108.25 82.00 2.00 0 360 arc
1229: 0 FillPath
1230: newpath
1231: newpath 116.50 93.37 2.00 0 360 arc
1232: 0 FillPath
1233: newpath
1234: newpath 124.75 101.50 2.00 0 360 arc
1235: 0 FillPath
1236: newpath
1237: newpath 133.13 106.63 2.00 0 360 arc
1238: 0 FillPath
1239: newpath
1240: newpath 141.38 110.63 2.00 0 360 arc
1241: 0 FillPath
1242: newpath
1243: newpath 149.63 113.00 2.00 0 360 arc
1244: 0 FillPath
1245: newpath
1246: newpath 157.75 116.37 2.00 0 360 arc
1247: 0 FillPath
1248: newpath
1249: newpath 166.12 119.75 2.00 0 360 arc
1250: 0 FillPath
1251: newpath
1252: newpath 174.38 121.25 2.00 0 360 arc
1253: 0 FillPath
1254: newpath
1255: newpath 182.50 122.37 2.00 0 360 arc
1256: 0 FillPath
1257: newpath
1258: newpath 191.12 123.50 2.00 0 360 arc
1259: 0 FillPath
1260: newpath
1261: newpath 199.00 123.13 2.00 0 360 arc
1262: 0 FillPath
1263: newpath
1264: newpath 207.50 123.38 2.00 0 360 arc
1265: 0 FillPath
1266: newpath
1267: 1 ps
1268: 0.50 ps
1269: 78.25 125.25 82.25 125.25 2 CapLine
1270: 80.25 123.25 80.25 127.25 2 CapLine
1271: 79.63 124.00 83.62 124.00 2 CapLine
1272: 81.63 122.00 81.63 126.00 2 CapLine
1273: 81.37 124.00 85.38 124.00 2 CapLine
1274: 83.37 122.00 83.37 126.00 2 CapLine
1275: 89.62 122.88 93.62 122.88 2 CapLine
1276: 91.63 120.88 91.63 124.88 2 CapLine
1277: 98.00 122.88 102.00 122.88 2 CapLine
1278: 100.00 120.88 100.00 124.88 2 CapLine
1279: 106.25 122.50 110.25 122.50 2 CapLine
1280: 108.25 120.50 108.25 124.50 2 CapLine
1281: 114.50 122.37 118.50 122.37 2 CapLine
1282: 116.50 120.38 116.50 124.38 2 CapLine
1283: 122.75 122.00 126.75 122.00 2 CapLine
1284: 124.75 120.00 124.75 124.00 2 CapLine
1285: 131.00 122.25 135.00 122.25 2 CapLine
1286: 133.00 120.25 133.00 124.25 2 CapLine
1287: 139.38 123.62 143.38 123.62 2 CapLine
1288: 141.38 121.63 141.38 125.63 2 CapLine
1289: 147.63 123.25 151.63 123.25 2 CapLine
1290: 149.63 121.25 149.63 125.25 2 CapLine
1291: 155.88 124.13 159.87 124.13 2 CapLine
1292: 157.88 122.13 157.88 126.13 2 CapLine
1293: 164.13 124.13 168.13 124.13 2 CapLine
1294: 166.12 122.13 166.12 126.13 2 CapLine
1295: 172.37 123.62 176.38 123.62 2 CapLine
1296: 174.38 121.63 174.38 125.63 2 CapLine
1297: 180.63 124.63 184.63 124.63 2 CapLine
1298: 182.63 122.63 182.63 126.63 2 CapLine
1299: 189.00 123.38 193.00 123.38 2 CapLine
1300: 191.00 121.37 191.00 125.38 2 CapLine
1301: 197.25 123.62 201.25 123.62 2 CapLine
1302: 199.25 121.63 199.25 125.63 2 CapLine
1303: 205.50 124.00 209.50 124.00 2 CapLine
1304: 207.50 122.00 207.50 126.00 2 CapLine
1305: 1 ps
1306: 1.00 ps
1307: newpath 80.12 17.88 M
1308: 80.50 19.75 L
1309: 81.12 24.00 L
1310: 81.75 27.62 L
1311: 82.50 31.00 L
1312: 83.13 34.13 L
1313: 83.75 37.00 L
1314: 84.50 39.75 L
1315: 85.12 42.13 L
1316: 85.75 44.50 L
1317: 86.37 46.75 L
1318: 87.12 48.75 L
1319: 87.75 50.75 L
1320: 88.37 52.63 L
1321: 89.13 54.38 L
1322: 89.75 56.13 L
1323: 90.38 57.75 L
1324: 91.12 59.25 L
1325: 91.75 60.75 L
1326: 92.37 62.25 L
1327: 93.13 63.63 L
1328: 93.75 65.00 L
1329: 94.38 66.25 L
1330: 95.12 67.50 L
1331: 95.75 68.75 L
1332: 96.37 69.87 L
1333: 97.13 71.00 L
1334: 97.75 72.13 L
1335: 98.38 73.12 L
1336: 99.13 74.25 L
1337: 99.75 75.25 L
1338: 100.38 76.25 L
1339: 101.13 77.13 L
1340: 101.75 78.12 L
1341: 102.38 79.00 L
1342: 103.13 79.87 L
1343: 103.75 80.75 L
1344: 104.38 81.50 L
1345: 105.00 82.37 L
1346: 105.75 83.13 L
1347: 106.38 83.87 L
1348: 107.00 84.75 L
1349: 107.75 85.50 L
1350: 108.38 86.12 L
1351: 109.00 86.88 L
1352: 109.75 87.62 L
1353: 110.38 88.25 L
1354: 111.00 88.87 L
1355: 111.75 89.62 L
1356: 112.37 90.25 L
1357: 113.00 90.87 L
1358: 113.75 91.50 L
1359: 114.38 92.00 L
1360: 115.00 92.62 L
1361: 115.75 93.25 L
1362: 116.37 93.75 L
1363: 117.00 94.38 L
1364: 117.75 94.87 L
1365: 118.38 95.50 L
1366: 119.00 96.00 L
1367: 119.75 96.50 L
1368: 120.38 97.00 L
1369: 121.00 97.50 L
1370: 121.75 98.00 L
1371: 122.37 98.50 L
1372: 123.00 98.87 L
1373: 123.62 99.38 L
1374: 124.38 99.87 L
1375: 125.00 100.25 L
1376: 125.63 100.75 L
1377: 126.38 101.13 L
1378: 127.00 101.62 L
1379: 127.62 102.00 L
1380: 128.38 102.38 L
1381: 129.00 102.88 L
1382: 129.63 103.25 L
1383: 130.38 103.62 L
1384: 131.00 104.00 L
1385: 131.63 104.38 L
1386: 132.38 104.75 L
1387: 133.00 105.13 L
1388: 133.63 105.50 L
1389: 134.38 105.88 L
1390: 135.00 106.12 L
1391: 135.63 106.50 L
1392: 136.38 106.88 L
1393: 137.00 107.25 L
1394: 137.63 107.50 L
1395: 138.38 107.87 L
1396: 139.00 108.13 L
1397: 139.63 108.50 L
1398: 140.38 108.75 L
1399: 141.00 109.13 L
1400: 141.63 109.38 L
1401: 142.25 109.63 L
1402: 143.00 110.00 L
1403: 143.63 110.25 L
1404: 144.25 110.50 L
1405: 145.00 110.75 L
1406: 145.63 111.00 L
1407: 146.25 111.25 L
1408: 147.00 111.63 L
1409: 147.63 111.88 L
1410: 148.25 112.13 L
1411: 149.00 112.37 L
1412: 149.63 112.63 L
1413: 150.25 112.88 L
1414: 151.00 113.00 L
1415: 151.63 113.25 L
1416: 152.25 113.50 L
1417: 153.00 113.75 L
1418: 153.62 114.00 L
1419: 154.25 114.12 L
1420: 155.00 114.38 L
1421: 155.63 114.63 L
1422: 156.25 114.88 L
1423: 157.00 115.00 L
1424: 157.62 115.25 L
1425: 158.25 115.38 L
1426: 159.00 115.63 L
1427: 159.63 115.75 L
1428: 160.25 116.00 L
1429: 160.88 116.12 L
1430: 161.63 116.37 L
1431: 162.25 116.50 L
1432: 162.88 116.75 L
1433: 163.63 116.88 L
1434: 164.25 117.00 L
1435: 164.88 117.25 L
1436: 165.62 117.37 L
1437: 166.25 117.50 L
1438: 166.88 117.75 L
1439: 167.63 117.88 L
1440: 168.25 118.00 L
1441: 168.88 118.13 L
1442: 169.63 118.38 L
1443: 170.25 118.50 L
1444: 170.88 118.62 L
1445: 171.63 118.75 L
1446: 172.25 118.88 L
1447: 172.88 119.00 L
1448: 173.62 119.13 L
1449: 174.25 119.25 L
1450: 174.88 119.38 L
1451: 175.62 119.50 L
1452: 176.25 119.63 L
1453: 176.87 119.75 L
1454: 177.63 119.88 L
1455: 178.25 120.00 L
1456: 178.88 120.13 L
1457: 179.50 120.25 L
1458: 180.25 120.38 L
1459: 180.88 120.50 L
1460: 181.50 120.50 L
1461: 182.25 120.63 L
1462: 182.88 120.75 L
1463: 183.50 120.88 L
1464: 184.25 121.00 L
1465: 184.87 121.00 L
1466: 185.50 121.13 L
1467: 186.25 121.25 L
1468: 186.88 121.37 L
1469: 187.50 121.37 L
1470: 188.25 121.50 L
1471: 188.88 121.63 L
1472: 189.50 121.63 L
1473: 190.25 121.75 L
1474: 190.88 121.75 L
1475: 191.50 121.88 L
1476: 192.25 122.00 L
1477: 192.88 122.00 L
1478: 193.50 122.13 L
1479: 194.25 122.13 L
1480: 194.88 122.25 L
1481: 195.50 122.25 L
1482: 196.25 122.37 L
1483: 196.88 122.37 L
1484: 197.50 122.50 L
1485: 198.13 122.50 L
1486: 198.88 122.63 L
1487: 199.50 122.63 L
1488: 200.13 122.63 L
1489: 200.88 122.75 L
1490: 201.50 122.75 L
1491: 202.13 122.88 L
1492: 202.87 122.88 L
1493: 203.50 122.88 L
1494: 204.13 123.00 L
1495: 204.87 123.00 L
1496: 205.50 123.00 L
1497: 206.13 123.00 L
1498: 206.88 123.13 L
1499: 207.50 123.13 L
1500: mstroke
1501: [] sd
1502: 1 ps
1503: 160.88 20.37 200.63 50.63 EraseRect
1504: gsave 1.00 ps  162.38 21.88 199.13 49.13 FrameRect grestore
1505: 1.00 ps
1506: 1 ps
1507: 0.50 ps
1508: newpath 174.50 29.75 2.75 0 360 arc
1509: 0 FillPath
1510: newpath
1511: 1 ps
1512: 9.00 (_Helvetica) 0 F
1513: ( c) 184.13 32.50 7.00 WS
1514: 1.00 ps
1515: 1 ps
1516: 0.50 ps
1517: 171.75 40.88 177.25 40.88 2 CapLine
1518: 174.50 38.13 174.50 43.63 2 CapLine
1519: 1 ps
1520: 9.00 (_Helvetica) 0 F
1521: ( ab) 184.13 43.63 12.50 WS
1522: AnObj restore
1523: end
1524: IgorSave restore
1525: %%DocumentFonts: Helvetica
1526: %%+Symbol
1527: