cond-mat0402179/Ce343analysis.eps
1: %!
2: %%BoundingBox: 71 71 542 480
3: %%Creator: Igor
4: %%Title: Layout0
5: %%Creation Date: Wed, Nov 05, 2003 2:19 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 83.50 17.88 83.50 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 83.00 61.38 92.37 61.38 0 CapLine grestore
534: 1 ps
535:  OurEncoding /_Helvetica /Helvetica EncodeFont
536: 16.00 (_Helvetica) 0 F
537: (0.4) 56.63 66.75 22.25 WS
538: 1.00 ps
539: gsave 1.00 ps 83.00 148.50 92.37 148.50 0 CapLine grestore
540: 1 ps
541: 16.00 (_Helvetica) 0 F
542: (0.2) 56.63 153.88 22.25 WS
543: 1.00 ps
544: gsave 1.00 ps 83.00 235.63 92.37 235.63 0 CapLine grestore
545: 1 ps
546: 16.00 (_Helvetica) 0 F
547: (0.0) 56.63 241.00 22.25 WS
548: 1.00 ps
549: gsave 1.00 ps 83.00 322.63 92.37 322.63 0 CapLine grestore
550: 1 ps
551: 16.00 (_Helvetica) 0 F
552: (-0.2) 51.25 328.00 27.62 WS
553: 16.00 (_Helvetica) 0 F
554: gsave 32.38 201.12 translate -90 rotate
555: (K \(%\)) 0.00 0.00 40.13 WS
556: grestore
557: 1.00 ps
558: gsave 1.00 ps 83.50 344.50 423.50 344.50 0 CapLine grestore
559: gsave 1.00 ps 83.50 17.88 423.50 17.88 0 CapLine grestore
560: 1 ps
561: 1.00 ps
562: gsave 1.00 ps 345.38 345.00 345.38 335.63 0 CapLine grestore
563: 1 ps
564: 16.00 (_Helvetica) 0 F
565: (3) 341.00 364.00 8.88 WS
566: 1.00 ps
567: gsave 1.00 ps 258.13 345.00 258.13 335.63 0 CapLine grestore
568: 1 ps
569: 16.00 (_Helvetica) 0 F
570: (2) 253.75 364.00 8.88 WS
571: 1.00 ps
572: gsave 1.00 ps 170.75 345.00 170.75 335.63 0 CapLine grestore
573: 1 ps
574: 16.00 (_Helvetica) 0 F
575: (1) 166.38 364.00 8.88 WS
576: 1.00 ps
577: gsave 1.00 ps 83.50 345.00 83.50 335.63 0 CapLine grestore
578: 1 ps
579: 16.00 (_Helvetica) 0 F
580: (0) 79.13 364.00 8.88 WS
581: 16.00 (Symbol) 0 F
582: (c) 188.50 394.75 8.75 WS
583:  OurEncoding /_Helvetica /Helvetica EncodeFont
584: 16.00 (_Helvetica) 0 F
585: ( \(x10) 197.25 394.75 35.63 WS
586: 11.25 (_Helvetica) 0 F
587: (-3) 232.88 385.25 10.00 WS
588: 16.00 (_Helvetica) 0 F
589: (  emu/mol\)) 242.88 394.75 75.75 WS
590: 1.00 ps
591: newpath 83.50 344.50 M
592: 85.25 343.25 L
593: 86.88 342.00 L
594: 88.62 340.75 L
595: 90.38 339.50 L
596: 92.00 338.25 L
597: 93.75 337.00 L
598: 95.50 335.75 L
599: 97.13 334.50 L
600: 98.87 333.25 L
601: 100.63 332.00 L
602: 102.25 330.75 L
603: 104.00 329.50 L
604: 105.75 328.25 L
605: 107.38 327.00 L
606: 109.13 325.75 L
607: 110.88 324.50 L
608: 112.50 323.25 L
609: 114.25 322.00 L
610: 116.00 320.75 L
611: 117.63 319.50 L
612: 119.38 318.25 L
613: 121.13 317.00 L
614: 122.75 315.75 L
615: 124.50 314.50 L
616: 126.25 313.25 L
617: 127.88 312.00 L
618: 129.63 310.75 L
619: 131.38 309.50 L
620: 133.00 308.25 L
621: 134.75 307.00 L
622: 136.50 305.75 L
623: 138.13 304.50 L
624: 139.88 303.25 L
625: 141.63 302.00 L
626: 143.25 300.75 L
627: 145.00 299.50 L
628: 146.75 298.25 L
629: 148.38 297.00 L
630: 150.13 295.75 L
631: 151.88 294.50 L
632: 153.50 293.25 L
633: 155.25 292.00 L
634: 157.00 290.75 L
635: 158.63 289.50 L
636: 160.38 288.25 L
637: 162.13 287.00 L
638: 163.75 285.75 L
639: 165.50 284.50 L
640: 167.25 283.25 L
641: 168.88 282.00 L
642: 170.62 280.75 L
643: 172.37 279.50 L
644: 174.00 278.25 L
645: 175.75 277.00 L
646: 177.50 275.75 L
647: 179.13 274.50 L
648: 180.88 273.25 L
649: 182.63 272.00 L
650: 184.25 270.75 L
651: 186.00 269.50 L
652: 187.75 268.25 L
653: 189.37 267.00 L
654: 191.12 265.75 L
655: 192.88 264.50 L
656: 194.50 263.25 L
657: 196.25 262.00 L
658: 198.00 260.75 L
659: 199.63 259.50 L
660: 201.38 258.25 L
661: 203.13 257.00 L
662: 204.75 255.75 L
663: 206.50 254.50 L
664: 208.25 253.25 L
665: 209.88 252.00 L
666: 211.63 250.75 L
667: 213.38 249.50 L
668: 215.00 248.25 L
669: 216.75 247.00 L
670: 218.50 245.75 L
671: 220.13 244.50 L
672: 221.88 243.25 L
673: 223.62 242.00 L
674: 225.25 240.75 L
675: 227.00 239.50 L
676: 228.75 238.25 L
677: 230.38 237.00 L
678: 232.13 235.75 L
679: 233.88 234.50 L
680: 235.50 233.25 L
681: 237.25 232.00 L
682: 239.00 230.75 L
683: 240.63 229.50 L
684: 242.37 228.25 L
685: 244.13 227.00 L
686: 245.75 225.75 L
687: 247.50 224.50 L
688: 249.25 223.25 L
689: 250.88 222.00 L
690: 252.63 220.75 L
691: 254.38 219.50 L
692: 256.13 218.25 L
693: 257.75 217.00 L
694: 259.50 215.75 L
695: 261.25 214.50 L
696: 262.88 213.25 L
697: 264.63 212.00 L
698: 266.38 210.75 L
699: 268.00 209.50 L
700: 269.75 208.25 L
701: 271.50 207.00 L
702: 273.13 205.75 L
703: 274.88 204.50 L
704: 276.63 203.25 L
705: 278.25 202.00 L
706: 280.00 200.75 L
707: 281.75 199.50 L
708: 283.38 198.25 L
709: 285.13 197.00 L
710: 286.88 195.75 L
711: 288.50 194.50 L
712: 290.25 193.25 L
713: 292.00 192.00 L
714: 293.63 190.75 L
715: 295.38 189.50 L
716: 297.13 188.25 L
717: 298.75 187.00 L
718: 300.50 185.75 L
719: 302.25 184.50 L
720: 303.88 183.25 L
721: 305.63 182.00 L
722: 307.38 180.75 L
723: 309.00 179.50 L
724: 310.75 178.25 L
725: 312.50 177.00 L
726: 314.13 175.75 L
727: 315.88 174.50 L
728: 317.63 173.25 L
729: 319.25 172.00 L
730: 321.00 170.75 L
731: 322.75 169.50 L
732: 324.38 168.25 L
733: 326.13 167.00 L
734: 327.88 165.75 L
735: 329.50 164.50 L
736: 331.25 163.25 L
737: 333.00 162.00 L
738: 334.63 160.75 L
739: 336.37 159.50 L
740: 338.13 158.25 L
741: 339.75 157.00 L
742: 341.50 155.75 L
743: 343.25 154.50 L
744: 344.88 153.25 L
745: 346.63 152.00 L
746: 348.38 150.75 L
747: 350.00 149.50 L
748: 351.75 148.25 L
749: 353.50 147.00 L
750: 355.12 145.75 L
751: 356.88 144.50 L
752: 358.63 143.25 L
753: 360.25 142.00 L
754: 362.00 140.75 L
755: 363.75 139.50 L
756: 365.38 138.25 L
757: 367.13 137.00 L
758: 368.88 135.75 L
759: 370.50 134.50 L
760: 372.25 133.25 L
761: 374.00 132.00 L
762: 375.63 130.75 L
763: 377.38 129.50 L
764: 379.13 128.25 L
765: 380.75 127.00 L
766: 382.50 125.75 L
767: 384.25 124.50 L
768: 385.88 123.25 L
769: 387.63 122.00 L
770: 389.38 120.75 L
771: 391.00 119.50 L
772: 392.75 118.25 L
773: 394.50 117.00 L
774: 396.12 115.75 L
775: 397.88 114.50 L
776: 399.63 113.25 L
777: 401.25 112.00 L
778: 403.00 110.75 L
779: 404.75 109.50 L
780: 406.38 108.25 L
781: 408.13 107.00 L
782: 409.87 105.75 L
783: 411.50 104.50 L
784: 413.25 103.25 L
785: 415.00 102.00 L
786: 416.63 100.75 L
787: mstroke
788: newpath 416.63 100.75 M
789: 418.38 99.50 L
790: 420.13 98.25 L
791: 421.75 97.00 L
792: 423.50 95.75 L
793: mstroke
794: [] sd
795: 1 ps
796: 0.50 ps
797: newpath 291.25 239.25 4.00 0 360 arc
798: 1 FillPath
799: 0 StrokePath
800: newpath
801: newpath 289.25 243.38 4.00 0 360 arc
802: 1 FillPath
803: 0 StrokePath
804: newpath
805: newpath 286.25 243.38 4.00 0 360 arc
806: 1 FillPath
807: 0 StrokePath
808: newpath
809: newpath 286.75 242.50 4.00 0 360 arc
810: 1 FillPath
811: 0 StrokePath
812: newpath
813: newpath 293.00 239.25 4.00 0 360 arc
814: 1 FillPath
815: 0 StrokePath
816: newpath
817: newpath 316.13 225.25 4.00 0 360 arc
818: 1 FillPath
819: 0 StrokePath
820: newpath
821: newpath 349.50 198.00 4.00 0 360 arc
822: 1 FillPath
823: 0 StrokePath
824: newpath
825: newpath 381.13 168.00 4.00 0 360 arc
826: 1 FillPath
827: 0 StrokePath
828: newpath
829: newpath 405.25 144.50 4.00 0 360 arc
830: 1 FillPath
831: 0 StrokePath
832: newpath
833: newpath 412.88 125.50 4.00 0 360 arc
834: 1 FillPath
835: 0 StrokePath
836: newpath
837: newpath 413.00 116.00 4.00 0 360 arc
838: 1 FillPath
839: 0 StrokePath
840: newpath
841: newpath 408.13 114.38 4.00 0 360 arc
842: 1 FillPath
843: 0 StrokePath
844: newpath
845: newpath 399.63 111.88 4.00 0 360 arc
846: 1 FillPath
847: 0 StrokePath
848: newpath
849: newpath 380.88 125.75 4.00 0 360 arc
850: 1 FillPath
851: 0 StrokePath
852: newpath
853: newpath 348.00 150.38 4.00 0 360 arc
854: 1 FillPath
855: 0 StrokePath
856: newpath
857: newpath 326.75 168.13 4.00 0 360 arc
858: 1 FillPath
859: 0 StrokePath
860: newpath
861: newpath 311.38 178.38 4.00 0 360 arc
862: 1 FillPath
863: 0 StrokePath
864: newpath
865: newpath 294.63 191.38 4.00 0 360 arc
866: 1 FillPath
867: 0 StrokePath
868: newpath
869: newpath 280.00 200.38 4.00 0 360 arc
870: 1 FillPath
871: 0 StrokePath
872: newpath
873: newpath 253.13 218.88 4.00 0 360 arc
874: 1 FillPath
875: 0 StrokePath
876: newpath
877: 1 ps
878: AnObj restore
879: /AnObj save def
880: 1 1 1 SetBack   0 0 0 SetFore  UseFore
881: 0 0 translate
882: AnObj restore
883: /AnObj save def
884: 1 1 1 SetBack   0 0 0 SetFore  UseFore
885: 139 89 translate
886: 1.00 ps
887: gsave 1.00 ps 84.00 17.88 84.00 144.75 0 CapLine grestore
888: gsave 1.00 ps 225.50 17.88 225.50 144.75 0 CapLine grestore
889: 1 ps
890: 1.00 ps
891: gsave 1.00 ps 83.50 144.75 90.75 144.75 0 CapLine grestore
892: 1 ps
893:  OurEncoding /_Helvetica /Helvetica EncodeFont
894: 16.00 (_Helvetica) 0 F
895: (-0.12) 43.88 150.13 36.50 WS
896: 1.00 ps
897: gsave 1.00 ps 83.50 126.63 87.62 126.63 0 CapLine grestore
898: 1 ps
899: 1.00 ps
900: gsave 1.00 ps 83.50 108.50 90.75 108.50 0 CapLine grestore
901: 1 ps
902: 16.00 (_Helvetica) 0 F
903: (-0.08) 43.88 113.88 36.50 WS
904: 1.00 ps
905: gsave 1.00 ps 83.50 90.38 87.62 90.38 0 CapLine grestore
906: 1 ps
907: 1.00 ps
908: gsave 1.00 ps 83.50 72.25 90.75 72.25 0 CapLine grestore
909: 1 ps
910: 16.00 (_Helvetica) 0 F
911: (-0.04) 43.88 77.62 36.50 WS
912: 1.00 ps
913: gsave 1.00 ps 83.50 54.13 87.62 54.13 0 CapLine grestore
914: 1 ps
915: 1.00 ps
916: gsave 1.00 ps 83.50 36.00 90.75 36.00 0 CapLine grestore
917: 1 ps
918: 16.00 (_Helvetica) 0 F
919: (0.00) 49.25 41.38 31.12 WS
920: 1.00 ps
921: gsave 1.00 ps 83.50 17.88 87.62 17.88 0 CapLine grestore
922: 1 ps
923: 16.00 (_Helvetica) 0 F
924: gsave 38.38 102.75 translate -90 rotate
925: (K) 0.00 0.00 10.63 WS
926: grestore
927: 11.25 (_Helvetica) 0 F
928: gsave 43.25 92.12 translate -90 rotate
929: (cf) 0.00 0.00 8.88 WS
930: grestore
931: 16.00 (_Helvetica) 0 F
932: gsave 38.38 83.25 translate -90 rotate
933: ( \(%\)) 0.00 0.00 29.50 WS
934: grestore
935: 1.00 ps
936: gsave 1.00 ps 84.00 144.75 225.50 144.75 0 CapLine grestore
937: gsave 1.00 ps 84.00 17.88 225.50 17.88 0 CapLine grestore
938: 1 ps
939: 1.00 ps
940: gsave 1.00 ps 225.50 145.25 225.50 138.00 0 CapLine grestore
941: 1 ps
942: 16.00 (_Helvetica) 0 F
943: (300) 212.25 163.25 26.63 WS
944: 1.00 ps
945: gsave 1.00 ps 201.88 145.25 201.88 141.12 0 CapLine grestore
946: 1 ps
947: 1.00 ps
948: gsave 1.00 ps 178.38 145.25 178.38 138.00 0 CapLine grestore
949: 1 ps
950: 16.00 (_Helvetica) 0 F
951: (200) 165.13 163.25 26.63 WS
952: 1.00 ps
953: gsave 1.00 ps 154.75 145.25 154.75 141.12 0 CapLine grestore
954: 1 ps
955: 1.00 ps
956: gsave 1.00 ps 131.13 145.25 131.13 138.00 0 CapLine grestore
957: 1 ps
958: 16.00 (_Helvetica) 0 F
959: (100) 117.88 163.25 26.63 WS
960: 1.00 ps
961: gsave 1.00 ps 107.63 145.25 107.63 141.12 0 CapLine grestore
962: 1 ps
963: 1.00 ps
964: gsave 1.00 ps 84.00 145.25 84.00 138.00 0 CapLine grestore
965: 1 ps
966: 16.00 (_Helvetica) 0 F
967: (0) 79.63 163.25 8.88 WS
968: 16.00 (_Helvetica) 0 F
969: (T \(K\)) 137.00 192.50 35.63 WS
970: 1.00 ps
971: newpath 84.62 136.38 M
972: 85.25 136.38 L
973: 86.00 136.38 L
974: 86.75 136.38 L
975: 87.37 136.38 L
976: 88.13 136.38 L
977: 88.87 136.38 L
978: 89.50 136.38 L
979: 90.25 136.38 L
980: 91.00 136.38 L
981: 91.63 136.38 L
982: 92.37 136.38 L
983: 93.13 136.38 L
984: 93.75 136.38 L
985: 94.50 136.38 L
986: 95.12 136.38 L
987: 95.87 136.38 L
988: 96.63 136.38 L
989: 97.25 136.38 L
990: 98.00 136.38 L
991: 98.75 136.38 L
992: 99.38 136.38 L
993: 100.13 136.38 L
994: 100.88 136.38 L
995: 101.50 136.38 L
996: 102.25 136.38 L
997: 102.88 136.38 L
998: 103.62 136.38 L
999: 104.38 136.38 L
1000: 105.00 136.38 L
1001: 105.75 136.38 L
1002: 106.50 136.38 L
1003: 107.13 131.88 L
1004: 107.87 126.88 L
1005: 108.63 122.13 L
1006: 109.25 117.50 L
1007: 110.00 113.13 L
1008: 110.75 108.87 L
1009: 111.38 104.87 L
1010: 112.13 101.00 L
1011: 112.75 97.37 L
1012: 113.50 93.75 L
1013: 114.25 90.38 L
1014: 114.88 87.12 L
1015: 115.63 84.13 L
1016: 116.37 81.12 L
1017: 117.00 78.25 L
1018: 117.75 75.50 L
1019: 118.50 72.88 L
1020: 119.13 70.38 L
1021: 119.88 68.00 L
1022: 120.50 65.75 L
1023: 121.25 63.63 L
1024: 122.00 61.63 L
1025: 122.63 59.63 L
1026: 123.38 57.75 L
1027: 124.13 56.00 L
1028: 124.75 54.25 L
1029: 125.50 52.75 L
1030: 126.25 51.13 L
1031: 126.88 49.75 L
1032: 127.62 48.38 L
1033: 128.38 47.13 L
1034: 129.00 46.00 L
1035: 129.75 44.88 L
1036: 130.38 43.88 L
1037: 131.13 42.88 L
1038: 131.88 42.00 L
1039: 132.50 41.13 L
1040: 133.25 40.38 L
1041: 134.00 39.63 L
1042: 134.63 39.00 L
1043: 135.38 38.50 L
1044: 136.12 38.00 L
1045: 136.75 37.50 L
1046: 137.50 37.13 L
1047: 138.13 36.88 L
1048: 138.88 36.50 L
1049: 139.63 36.38 L
1050: 140.25 36.13 L
1051: 141.00 36.13 L
1052: 141.75 36.00 L
1053: 142.37 36.00 L
1054: 143.13 36.00 L
1055: 143.88 36.00 L
1056: 144.50 36.00 L
1057: 145.25 36.00 L
1058: 146.00 36.00 L
1059: 146.63 36.00 L
1060: 147.37 36.00 L
1061: 148.00 36.00 L
1062: 148.75 36.00 L
1063: 149.50 36.00 L
1064: 150.13 36.00 L
1065: 150.88 36.00 L
1066: 151.63 36.00 L
1067: 152.25 36.00 L
1068: 153.00 36.00 L
1069: 153.75 36.00 L
1070: 154.38 36.00 L
1071: 155.13 36.00 L
1072: 155.75 36.00 L
1073: 156.50 36.00 L
1074: 157.25 36.00 L
1075: 157.88 36.00 L
1076: 158.63 36.00 L
1077: 159.38 36.00 L
1078: 160.00 36.00 L
1079: 160.75 36.00 L
1080: 161.50 36.00 L
1081: 162.13 36.00 L
1082: 162.88 36.00 L
1083: 163.50 36.00 L
1084: 164.25 36.00 L
1085: 165.00 36.00 L
1086: 165.62 36.00 L
1087: 166.38 36.00 L
1088: 167.13 36.00 L
1089: 167.75 36.00 L
1090: 168.50 36.00 L
1091: 169.25 36.00 L
1092: 169.88 36.00 L
1093: 170.62 36.00 L
1094: 171.38 36.00 L
1095: 172.00 36.00 L
1096: 172.75 36.00 L
1097: 173.38 36.00 L
1098: 174.13 36.00 L
1099: 174.88 36.00 L
1100: 175.50 36.00 L
1101: 176.25 36.00 L
1102: 177.00 36.00 L
1103: 177.63 36.00 L
1104: 178.38 36.00 L
1105: 179.13 36.00 L
1106: 179.75 36.00 L
1107: 180.50 36.00 L
1108: 181.13 36.00 L
1109: 181.87 36.00 L
1110: 182.63 36.00 L
1111: 183.25 36.00 L
1112: 184.00 36.00 L
1113: 184.75 36.00 L
1114: 185.38 36.00 L
1115: 186.12 36.00 L
1116: 186.88 36.00 L
1117: 187.50 36.00 L
1118: 188.25 36.00 L
1119: 189.00 36.00 L
1120: 189.63 36.00 L
1121: 190.38 36.00 L
1122: 191.00 36.00 L
1123: 191.75 36.00 L
1124: 192.50 36.00 L
1125: 193.13 36.00 L
1126: 193.88 36.00 L
1127: 194.63 36.00 L
1128: 195.25 36.00 L
1129: 196.00 36.00 L
1130: 196.75 36.00 L
1131: 197.37 36.00 L
1132: 198.13 36.00 L
1133: 198.75 36.00 L
1134: 199.50 36.00 L
1135: 200.25 36.00 L
1136: 200.88 36.00 L
1137: 201.63 36.00 L
1138: 202.38 36.00 L
1139: 203.00 36.00 L
1140: 203.75 36.00 L
1141: 204.50 36.00 L
1142: 205.13 36.00 L
1143: 205.88 36.00 L
1144: 206.63 36.00 L
1145: 207.25 36.00 L
1146: 208.00 36.00 L
1147: 208.63 36.00 L
1148: 209.38 36.00 L
1149: 210.13 36.00 L
1150: 210.75 36.00 L
1151: 211.50 36.00 L
1152: 212.25 36.00 L
1153: 212.88 36.00 L
1154: 213.62 36.00 L
1155: 214.38 36.00 L
1156: 215.00 36.00 L
1157: 215.75 36.00 L
1158: 216.38 36.00 L
1159: 217.13 36.00 L
1160: 217.88 36.00 L
1161: 218.50 36.00 L
1162: 219.25 36.00 L
1163: 220.00 36.00 L
1164: 220.63 36.00 L
1165: 221.38 36.00 L
1166: 222.13 36.00 L
1167: mstroke
1168: newpath 222.13 36.00 M
1169: 222.75 36.00 L
1170: 223.50 36.00 L
1171: 224.25 36.00 L
1172: 224.88 36.00 L
1173: mstroke
1174: [] sd
1175: 1 ps
1176: 0.50 ps
1177: newpath 84.62 133.38 2.00 0 360 arc
1178: 1 FillPath
1179: 0 StrokePath
1180: newpath
1181: newpath 86.00 138.88 2.00 0 360 arc
1182: 1 FillPath
1183: 0 StrokePath
1184: newpath
1185: newpath 87.62 134.25 2.00 0 360 arc
1186: 1 FillPath
1187: 0 StrokePath
1188: newpath
1189: newpath 89.87 133.38 2.00 0 360 arc
1190: 1 FillPath
1191: 0 StrokePath
1192: newpath
1193: newpath 93.25 136.00 2.00 0 360 arc
1194: 1 FillPath
1195: 0 StrokePath
1196: newpath
1197: newpath 97.88 142.13 2.00 0 360 arc
1198: 1 FillPath
1199: 0 StrokePath
1200: newpath
1201: newpath 102.75 136.25 2.00 0 360 arc
1202: 1 FillPath
1203: 0 StrokePath
1204: newpath
1205: newpath 107.50 121.75 2.00 0 360 arc
1206: 1 FillPath
1207: 0 StrokePath
1208: newpath
1209: newpath 112.37 109.63 2.00 0 360 arc
1210: 1 FillPath
1211: 0 StrokePath
1212: newpath
1213: newpath 116.75 81.88 2.00 0 360 arc
1214: 1 FillPath
1215: 0 StrokePath
1216: newpath
1217: newpath 121.50 62.25 2.00 0 360 arc
1218: 1 FillPath
1219: 0 StrokePath
1220: newpath
1221: newpath 126.25 51.38 2.00 0 360 arc
1222: 1 FillPath
1223: 0 StrokePath
1224: newpath
1225: newpath 131.25 33.25 2.00 0 360 arc
1226: 1 FillPath
1227: 0 StrokePath
1228: newpath
1229: newpath 140.75 33.63 2.00 0 360 arc
1230: 1 FillPath
1231: 0 StrokePath
1232: newpath
1233: newpath 157.25 34.88 2.00 0 360 arc
1234: 1 FillPath
1235: 0 StrokePath
1236: newpath
1237: newpath 168.75 39.25 2.00 0 360 arc
1238: 1 FillPath
1239: 0 StrokePath
1240: newpath
1241: newpath 178.00 37.13 2.00 0 360 arc
1242: 1 FillPath
1243: 0 StrokePath
1244: newpath
1245: newpath 189.87 38.88 2.00 0 360 arc
1246: 1 FillPath
1247: 0 StrokePath
1248: newpath
1249: newpath 200.75 35.38 2.00 0 360 arc
1250: 1 FillPath
1251: 0 StrokePath
1252: newpath
1253: newpath 224.88 32.88 2.00 0 360 arc
1254: 1 FillPath
1255: 0 StrokePath
1256: newpath
1257: 1 ps
1258: AnObj restore
1259: end
1260: IgorSave restore
1261: %%DocumentFonts: Helvetica
1262: %%+Symbol
1263: