cond-mat0402179/CeCoIn5In2analysis.eps
1: %!
2: %%BoundingBox: 68 68 542 511
3: %%Creator: Igor
4: %%Title: Layout1
5: %%Creation Date: Wed, Nov 05, 2003 2:22 PM
6: %%DocumentFonts:  (atend) 
7: %%EndComments
8: 0 579 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 507.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 377.50 0 CapLine grestore
531: gsave 1.00 ps 426.50 17.88 426.50 377.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: (5) 43.38 23.25 8.88 WS
539: 1.00 ps
540: gsave 1.00 ps 56.38 89.75 65.75 89.75 0 CapLine grestore
541: 1 ps
542: 16.00 (_Helvetica) 0 F
543: (4) 43.38 95.12 8.88 WS
544: 1.00 ps
545: gsave 1.00 ps 56.38 161.75 65.75 161.75 0 CapLine grestore
546: 1 ps
547: 16.00 (_Helvetica) 0 F
548: (3) 43.38 167.13 8.88 WS
549: 1.00 ps
550: gsave 1.00 ps 56.38 233.63 65.75 233.63 0 CapLine grestore
551: 1 ps
552: 16.00 (_Helvetica) 0 F
553: (2) 43.38 239.00 8.88 WS
554: 1.00 ps
555: gsave 1.00 ps 56.38 305.63 65.75 305.63 0 CapLine grestore
556: 1 ps
557: 16.00 (_Helvetica) 0 F
558: (1) 43.38 311.00 8.88 WS
559: 1.00 ps
560: gsave 1.00 ps 56.38 377.50 65.75 377.50 0 CapLine grestore
561: 1 ps
562: 16.00 (_Helvetica) 0 F
563: (0) 43.38 382.88 8.88 WS
564: 16.00 (_Helvetica) 0 F
565: gsave 14.38 217.63 translate -90 rotate
566: (K \(%\)) 0.00 0.00 40.13 WS
567: grestore
568: 1.00 ps
569: gsave 1.00 ps 56.88 377.50 426.50 377.50 0 CapLine grestore
570: gsave 1.00 ps 56.88 17.88 426.50 17.88 0 CapLine grestore
571: 1 ps
572: 1.00 ps
573: gsave 1.00 ps 426.50 378.00 426.50 368.63 0 CapLine grestore
574: 1 ps
575: 16.00 (_Helvetica) 0 F
576: (10) 417.63 397.00 17.75 WS
577: 1.00 ps
578: gsave 1.00 ps 352.62 378.00 352.62 368.63 0 CapLine grestore
579: 1 ps
580: 16.00 (_Helvetica) 0 F
581: (8) 348.25 397.00 8.88 WS
582: 1.00 ps
583: gsave 1.00 ps 278.63 378.00 278.63 368.63 0 CapLine grestore
584: 1 ps
585: 16.00 (_Helvetica) 0 F
586: (6) 274.25 397.00 8.88 WS
587: 1.00 ps
588: gsave 1.00 ps 204.75 378.00 204.75 368.63 0 CapLine grestore
589: 1 ps
590: 16.00 (_Helvetica) 0 F
591: (4) 200.38 397.00 8.88 WS
592: 1.00 ps
593: gsave 1.00 ps 130.75 378.00 130.75 368.63 0 CapLine grestore
594: 1 ps
595: 16.00 (_Helvetica) 0 F
596: (2) 126.38 397.00 8.88 WS
597: 1.00 ps
598: gsave 1.00 ps 56.88 378.00 56.88 368.63 0 CapLine grestore
599: 1 ps
600: 16.00 (_Helvetica) 0 F
601: (0) 52.50 397.00 8.88 WS
602: 16.00 (Symbol) 0 F
603: (c) 176.63 431.50 8.75 WS
604:  OurEncoding /_Helvetica /Helvetica EncodeFont
605: 16.00 (_Helvetica) 0 F
606: ( \(x10) 185.38 431.50 35.63 WS
607: 11.25 (_Helvetica) 0 F
608: (-3) 221.00 422.00 10.00 WS
609: 16.00 (_Helvetica) 0 F
610: (  emu/mol\)) 231.00 431.50 75.75 WS
611: 1.00 ps
612: newpath 56.88 322.50 M
613: 59.50 321.50 L
614: 62.13 320.63 L
615: 64.63 319.63 L
616: 67.25 318.75 L
617: 69.87 317.88 L
618: 72.50 316.88 L
619: 75.12 316.00 L
620: 77.62 315.00 L
621: 80.25 314.13 L
622: 82.88 313.13 L
623: 85.50 312.25 L
624: 88.13 311.25 L
625: 90.63 310.38 L
626: 93.25 309.38 L
627: 95.87 308.50 L
628: 98.50 307.63 L
629: 101.13 306.63 L
630: 103.62 305.75 L
631: 106.25 304.75 L
632: 108.87 303.88 L
633: 111.50 302.88 L
634: 114.12 302.00 L
635: 116.63 301.00 L
636: 119.25 300.13 L
637: 121.88 299.13 L
638: 124.50 298.25 L
639: 127.13 297.38 L
640: 129.63 296.38 L
641: 132.25 295.50 L
642: 134.87 294.50 L
643: 137.50 293.63 L
644: 140.12 292.63 L
645: 142.63 291.75 L
646: 145.25 290.75 L
647: 147.88 289.87 L
648: 150.50 288.88 L
649: 153.13 288.00 L
650: 155.75 287.13 L
651: 158.25 286.12 L
652: 160.88 285.25 L
653: 163.50 284.25 L
654: 166.12 283.38 L
655: 168.75 282.38 L
656: 171.25 281.50 L
657: 173.88 280.50 L
658: 176.50 279.63 L
659: 179.13 278.63 L
660: 181.75 277.75 L
661: 184.25 276.88 L
662: 186.88 275.88 L
663: 189.50 275.00 L
664: 192.13 274.00 L
665: 194.75 273.13 L
666: 197.25 272.13 L
667: 199.88 271.25 L
668: 202.50 270.25 L
669: 205.13 269.38 L
670: 207.75 268.50 L
671: 210.25 267.50 L
672: 212.88 266.63 L
673: 215.50 265.63 L
674: 218.13 264.75 L
675: 220.75 263.75 L
676: 223.25 262.88 L
677: 225.88 261.88 L
678: 228.50 261.00 L
679: 231.13 260.00 L
680: 233.75 259.13 L
681: 236.25 258.25 L
682: 238.88 257.25 L
683: 241.50 256.38 L
684: 244.13 255.38 L
685: 246.75 254.50 L
686: 249.25 253.50 L
687: 251.88 252.63 L
688: 254.50 251.63 L
689: 257.13 250.75 L
690: 259.75 249.75 L
691: 262.25 248.88 L
692: 264.88 248.00 L
693: 267.50 247.00 L
694: 270.13 246.13 L
695: 272.75 245.13 L
696: 275.25 244.25 L
697: 277.88 243.25 L
698: 280.50 242.37 L
699: 283.13 241.38 L
700: 285.75 240.50 L
701: 288.25 239.50 L
702: 290.88 238.62 L
703: 293.50 237.75 L
704: 296.12 236.75 L
705: 298.75 235.88 L
706: 301.25 234.88 L
707: 303.88 234.00 L
708: 306.50 233.00 L
709: 309.13 232.13 L
710: 311.75 231.13 L
711: 314.25 230.25 L
712: 316.88 229.25 L
713: 319.50 228.38 L
714: 322.13 227.50 L
715: 324.75 226.50 L
716: 327.38 225.63 L
717: 329.87 224.63 L
718: 332.50 223.75 L
719: 335.13 222.75 L
720: 337.75 221.88 L
721: 340.38 220.88 L
722: 342.88 220.00 L
723: 345.50 219.00 L
724: 348.13 218.13 L
725: 350.75 217.25 L
726: 353.38 216.25 L
727: 355.88 215.37 L
728: 358.50 214.38 L
729: 361.12 213.50 L
730: 363.75 212.50 L
731: 366.38 211.63 L
732: 368.88 210.63 L
733: 371.50 209.75 L
734: 374.13 208.88 L
735: 376.75 207.88 L
736: 379.38 207.00 L
737: 381.88 206.00 L
738: 384.50 205.13 L
739: 387.13 204.13 L
740: 389.75 203.25 L
741: 392.37 202.25 L
742: 394.88 201.38 L
743: 397.50 200.38 L
744: 400.13 199.50 L
745: 402.75 198.62 L
746: 405.38 197.63 L
747: 407.88 196.75 L
748: 410.50 195.75 L
749: 413.13 194.88 L
750: 415.75 193.88 L
751: 418.38 193.00 L
752: 420.88 192.00 L
753: 423.50 191.12 L
754: 426.13 190.13 L
755: 426.50 190.00 L
756: mstroke
757: [] sd
758: 1 ps
759: 1.00 ps
760: newpath 56.88 295.25 M
761: 59.50 295.25 L
762: 62.13 295.25 L
763: 64.63 295.38 L
764: 67.25 295.38 L
765: 69.87 295.38 L
766: 72.50 295.50 L
767: 75.12 295.50 L
768: 77.62 295.50 L
769: 80.25 295.50 L
770: 82.88 295.63 L
771: 85.50 295.63 L
772: 88.13 295.63 L
773: 90.63 295.63 L
774: 93.25 295.75 L
775: 95.87 295.75 L
776: 98.50 295.75 L
777: 101.13 295.88 L
778: 103.62 295.88 L
779: 106.25 295.88 L
780: 108.87 295.88 L
781: 111.50 296.00 L
782: 114.12 296.00 L
783: 116.63 296.00 L
784: 119.25 296.12 L
785: 121.88 296.12 L
786: 124.50 296.12 L
787: 127.13 296.12 L
788: 129.63 296.25 L
789: 132.25 296.25 L
790: 134.87 296.25 L
791: 137.50 296.25 L
792: 140.12 296.38 L
793: 142.63 296.38 L
794: 145.25 296.38 L
795: 147.88 296.50 L
796: 150.50 296.50 L
797: 153.13 296.50 L
798: 155.75 296.50 L
799: 158.25 296.63 L
800: 160.88 296.63 L
801: 163.50 296.63 L
802: 166.12 296.63 L
803: 168.75 296.75 L
804: 171.25 296.75 L
805: 173.88 296.75 L
806: 176.50 296.88 L
807: 179.13 296.88 L
808: 181.75 296.88 L
809: 184.25 296.88 L
810: 186.88 297.00 L
811: 189.50 297.00 L
812: 192.13 297.00 L
813: 194.75 297.13 L
814: 197.25 297.13 L
815: 199.88 297.13 L
816: 202.50 297.13 L
817: 205.13 297.25 L
818: 207.75 297.25 L
819: 210.25 297.25 L
820: 212.88 297.25 L
821: 215.50 297.38 L
822: 218.13 297.38 L
823: 220.75 297.38 L
824: 223.25 297.50 L
825: 225.88 297.50 L
826: 228.50 297.50 L
827: 231.13 297.50 L
828: 233.75 297.63 L
829: 236.25 297.63 L
830: 238.88 297.63 L
831: 241.50 297.63 L
832: 244.13 297.75 L
833: 246.75 297.75 L
834: 249.25 297.75 L
835: 251.88 297.88 L
836: 254.50 297.88 L
837: 257.13 297.88 L
838: 259.75 297.88 L
839: 262.25 298.00 L
840: 264.88 298.00 L
841: 267.50 298.00 L
842: 270.13 298.13 L
843: 272.75 298.13 L
844: 275.25 298.13 L
845: 277.88 298.13 L
846: 280.50 298.25 L
847: 283.13 298.25 L
848: 285.75 298.25 L
849: 288.25 298.25 L
850: 290.88 298.38 L
851: 293.50 298.38 L
852: 296.12 298.38 L
853: 298.75 298.50 L
854: 301.25 298.50 L
855: 303.88 298.50 L
856: 306.50 298.50 L
857: 309.13 298.62 L
858: 311.75 298.62 L
859: 314.25 298.62 L
860: 316.88 298.62 L
861: 319.50 298.75 L
862: 322.13 298.75 L
863: 324.75 298.75 L
864: 327.38 298.88 L
865: 329.87 298.88 L
866: 332.50 298.88 L
867: 335.13 298.88 L
868: 337.75 299.00 L
869: 340.38 299.00 L
870: 342.88 299.00 L
871: 345.50 299.13 L
872: 348.13 299.13 L
873: 350.75 299.13 L
874: 353.38 299.13 L
875: 355.88 299.25 L
876: 358.50 299.25 L
877: 361.12 299.25 L
878: 363.75 299.25 L
879: 366.38 299.38 L
880: 368.88 299.38 L
881: 371.50 299.38 L
882: 374.13 299.50 L
883: 376.75 299.50 L
884: 379.38 299.50 L
885: 381.88 299.50 L
886: 384.50 299.63 L
887: 387.13 299.63 L
888: 389.75 299.63 L
889: 392.37 299.63 L
890: 394.88 299.75 L
891: 397.50 299.75 L
892: 400.13 299.75 L
893: 402.75 299.88 L
894: 405.38 299.88 L
895: 407.88 299.88 L
896: 410.50 299.88 L
897: 413.13 300.00 L
898: 415.75 300.00 L
899: 418.38 300.00 L
900: 420.88 300.13 L
901: 423.50 300.13 L
902: 426.13 300.13 L
903: 426.50 300.13 L
904: mstroke
905: [] sd
906: 1 ps
907: 0.00 ps
908: newpath 235.00 377.50 M
909: 236.25 376.25 L
910: 238.88 373.62 L
911: 241.50 371.13 L
912: 244.13 368.63 L
913: 246.75 366.00 L
914: 249.25 363.50 L
915: 251.88 360.88 L
916: 254.50 358.38 L
917: 257.13 355.88 L
918: 259.75 353.25 L
919: 262.25 350.75 L
920: 264.88 348.13 L
921: 267.50 345.63 L
922: 270.13 343.13 L
923: 272.75 340.50 L
924: 275.25 338.00 L
925: 277.88 335.38 L
926: 280.50 332.88 L
927: 283.13 330.38 L
928: 285.75 327.75 L
929: 288.25 325.25 L
930: 290.88 322.63 L
931: 293.50 320.12 L
932: 296.12 317.63 L
933: 298.75 315.00 L
934: 301.25 312.50 L
935: 303.88 309.88 L
936: 306.50 307.38 L
937: 309.13 304.87 L
938: 311.75 302.25 L
939: 314.25 299.75 L
940: 316.88 297.13 L
941: 319.50 294.63 L
942: 322.13 292.13 L
943: 324.75 289.50 L
944: 327.38 287.00 L
945: 329.87 284.38 L
946: 332.50 281.88 L
947: 335.13 279.38 L
948: 337.75 276.75 L
949: 340.38 274.25 L
950: 342.88 271.63 L
951: 345.50 269.13 L
952: 348.13 266.63 L
953: 350.75 264.00 L
954: 353.38 261.50 L
955: 355.88 259.00 L
956: 358.50 256.38 L
957: 361.12 253.88 L
958: 363.75 251.25 L
959: 366.38 248.75 L
960: 368.88 246.25 L
961: 371.50 243.63 L
962: 374.13 241.13 L
963: 376.75 238.50 L
964: 379.38 236.00 L
965: 381.88 233.50 L
966: 384.50 230.88 L
967: 387.13 228.38 L
968: 389.75 225.75 L
969: 392.37 223.25 L
970: 394.88 220.75 L
971: 397.50 218.13 L
972: 400.13 215.63 L
973: 402.75 213.00 L
974: 405.38 210.50 L
975: 407.88 208.00 L
976: 410.50 205.38 L
977: 413.13 202.87 L
978: 415.75 200.25 L
979: 418.38 197.75 L
980: 420.88 195.25 L
981: 423.50 192.63 L
982: 426.13 190.13 L
983: 426.50 189.75 L
984: mstroke
985: [] sd
986: 1 ps
987: 0.50 ps
988: newpath 344.38 253.75 M
989: 348.38 257.75 L
990: 344.38 261.75 L
991: 340.38 257.75 L
992: closepath
993: 1 FillPath
994: 0 StrokePath newpath
995: newpath 338.63 250.00 M
996: 342.62 254.00 L
997: 338.63 258.00 L
998: 334.63 254.00 L
999: closepath
1000: 1 FillPath
1001: 0 StrokePath newpath
1002: newpath 320.50 246.38 M
1003: 324.50 250.38 L
1004: 320.50 254.38 L
1005: 316.50 250.38 L
1006: closepath
1007: 1 FillPath
1008: 0 StrokePath newpath
1009: newpath 311.88 239.75 M
1010: 315.88 243.75 L
1011: 311.88 247.75 L
1012: 307.88 243.75 L
1013: closepath
1014: 1 FillPath
1015: 0 StrokePath newpath
1016: newpath 303.88 236.50 M
1017: 307.88 240.50 L
1018: 303.88 244.50 L
1019: 299.88 240.50 L
1020: closepath
1021: 1 FillPath
1022: 0 StrokePath newpath
1023: newpath 297.50 236.00 M
1024: 301.50 240.00 L
1025: 297.50 244.00 L
1026: 293.50 240.00 L
1027: closepath
1028: 1 FillPath
1029: 0 StrokePath newpath
1030: newpath 290.50 236.12 M
1031: 294.50 240.13 L
1032: 290.50 244.13 L
1033: 286.50 240.13 L
1034: closepath
1035: 1 FillPath
1036: 0 StrokePath newpath
1037: newpath 283.88 237.13 M
1038: 287.88 241.13 L
1039: 283.88 245.13 L
1040: 279.87 241.13 L
1041: closepath
1042: 1 FillPath
1043: 0 StrokePath newpath
1044: newpath 279.63 238.88 M
1045: 283.62 242.88 L
1046: 279.63 246.88 L
1047: 275.63 242.88 L
1048: closepath
1049: 1 FillPath
1050: 0 StrokePath newpath
1051: newpath 272.25 241.00 M
1052: 276.25 245.00 L
1053: 272.25 249.00 L
1054: 268.25 245.00 L
1055: closepath
1056: 1 FillPath
1057: 0 StrokePath newpath
1058: newpath 266.88 243.50 M
1059: 270.88 247.50 L
1060: 266.88 251.50 L
1061: 262.88 247.50 L
1062: closepath
1063: 1 FillPath
1064: 0 StrokePath newpath
1065: newpath 259.75 245.63 M
1066: 263.75 249.63 L
1067: 259.75 253.63 L
1068: 255.75 249.63 L
1069: closepath
1070: 1 FillPath
1071: 0 StrokePath newpath
1072: newpath 252.00 248.38 M
1073: 256.00 252.38 L
1074: 252.00 256.38 L
1075: 248.00 252.38 L
1076: closepath
1077: 1 FillPath
1078: 0 StrokePath newpath
1079: newpath 246.13 250.63 M
1080: 250.13 254.63 L
1081: 246.13 258.63 L
1082: 242.13 254.63 L
1083: closepath
1084: 1 FillPath
1085: 0 StrokePath newpath
1086: newpath 240.63 253.25 M
1087: 244.63 257.25 L
1088: 240.63 261.25 L
1089: 236.63 257.25 L
1090: closepath
1091: 1 FillPath
1092: 0 StrokePath newpath
1093: newpath 234.50 254.38 M
1094: 238.50 258.38 L
1095: 234.50 262.38 L
1096: 230.50 258.38 L
1097: closepath
1098: 1 FillPath
1099: 0 StrokePath newpath
1100: newpath 230.75 256.25 M
1101: 234.75 260.25 L
1102: 230.75 264.25 L
1103: 226.75 260.25 L
1104: closepath
1105: 1 FillPath
1106: 0 StrokePath newpath
1107: 1 ps
1108: 0.50 ps
1109: 340.38 352.13 348.38 360.13 RectPath
1110: 0 FillPath
1111: newpath
1112: 334.63 344.75 342.62 352.75 RectPath
1113: 0 FillPath
1114: newpath
1115: 316.50 322.38 324.50 330.38 RectPath
1116: 0 FillPath
1117: newpath
1118: 307.88 311.38 315.88 319.38 RectPath
1119: 0 FillPath
1120: newpath
1121: 299.88 304.25 307.88 312.25 RectPath
1122: 0 FillPath
1123: newpath
1124: 293.50 299.63 301.50 307.63 RectPath
1125: 0 FillPath
1126: newpath
1127: 286.50 297.13 294.50 305.13 RectPath
1128: 0 FillPath
1129: newpath
1130: 279.87 295.25 287.88 303.25 RectPath
1131: 0 FillPath
1132: newpath
1133: 275.63 294.13 283.62 302.13 RectPath
1134: 0 FillPath
1135: newpath
1136: 268.25 294.25 276.25 302.25 RectPath
1137: 0 FillPath
1138: newpath
1139: 262.88 292.63 270.88 300.63 RectPath
1140: 0 FillPath
1141: newpath
1142: 255.75 296.75 263.75 304.75 RectPath
1143: 0 FillPath
1144: newpath
1145: 248.00 292.37 256.00 300.38 RectPath
1146: 0 FillPath
1147: newpath
1148: 242.13 293.38 250.13 301.38 RectPath
1149: 0 FillPath
1150: newpath
1151: 236.63 293.50 244.63 301.50 RectPath
1152: 0 FillPath
1153: newpath
1154: 230.50 293.75 238.50 301.75 RectPath
1155: 0 FillPath
1156: newpath
1157: 226.75 293.88 234.75 301.88 RectPath
1158: 0 FillPath
1159: newpath
1160: 1 ps
1161: 0.00 ps
1162: newpath 426.50 111.38 M
1163: 414.75 127.13 L
1164: 403.25 155.50 L
1165: 399.63 175.38 L
1166: 396.75 192.37 L
1167: 393.13 206.00 L
1168: 388.50 225.88 L
1169: 382.88 229.75 L
1170: 370.25 249.38 L
1171: 357.13 259.63 L
1172: 346.00 267.88 L
1173: 335.75 277.00 L
1174: mstroke
1175: [] sd
1176: 1 ps
1177: AnObj restore
1178: /AnObj save def
1179: 1 1 1 SetBack   0 0 0 SetFore  UseFore
1180: 0 0 translate
1181: AnObj restore
1182: /AnObj save def
1183: 1 1 1 SetBack   0 0 0 SetFore  UseFore
1184: 124 98 translate
1185: 1.00 ps
1186: gsave 1.00 ps 78.38 17.88 78.38 148.25 0 CapLine grestore
1187: gsave 1.00 ps 214.50 17.88 214.50 148.25 0 CapLine grestore
1188: 1 ps
1189: 1.00 ps
1190: gsave 1.00 ps 77.88 148.25 85.87 148.25 0 CapLine grestore
1191: 1 ps
1192:  OurEncoding /_Helvetica /Helvetica EncodeFont
1193: 16.00 (_Helvetica) 0 F
1194: (-2.0) 46.75 153.62 27.62 WS
1195: 1.00 ps
1196: gsave 1.00 ps 77.88 119.25 85.87 119.25 0 CapLine grestore
1197: 1 ps
1198: 16.00 (_Helvetica) 0 F
1199: (-1.5) 46.75 124.63 27.62 WS
1200: 1.00 ps
1201: gsave 1.00 ps 77.88 90.25 85.87 90.25 0 CapLine grestore
1202: 1 ps
1203: 16.00 (_Helvetica) 0 F
1204: (-1.0) 46.75 95.63 27.62 WS
1205: 1.00 ps
1206: gsave 1.00 ps 77.88 61.38 85.87 61.38 0 CapLine grestore
1207: 1 ps
1208: 16.00 (_Helvetica) 0 F
1209: (-0.5) 46.75 66.75 27.62 WS
1210: 1.00 ps
1211: gsave 1.00 ps 77.88 32.38 85.87 32.38 0 CapLine grestore
1212: 1 ps
1213: 16.00 (_Helvetica) 0 F
1214: (0.0) 52.13 37.75 22.25 WS
1215: 16.00 (_Helvetica) 0 F
1216: gsave 32.38 101.50 translate -90 rotate
1217: (K) 0.00 0.00 10.63 WS
1218: grestore
1219: 11.25 (_Helvetica) 0 F
1220: gsave 37.25 90.87 translate -90 rotate
1221: (cf) 0.00 0.00 8.88 WS
1222: grestore
1223: 16.00 (_Helvetica) 0 F
1224: gsave 32.38 82.00 translate -90 rotate
1225: ( \(%\)) 0.00 0.00 29.50 WS
1226: grestore
1227: 1.00 ps
1228: gsave 1.00 ps 78.38 148.25 214.50 148.25 0 CapLine grestore
1229: gsave 1.00 ps 78.38 17.88 214.50 17.88 0 CapLine grestore
1230: 1 ps
1231: 1.00 ps
1232: gsave 1.00 ps 214.50 148.75 214.50 140.75 0 CapLine grestore
1233: 1 ps
1234: 16.00 (_Helvetica) 0 F
1235: (80) 205.63 167.13 17.75 WS
1236: 1.00 ps
1237: gsave 1.00 ps 180.50 148.75 180.50 140.75 0 CapLine grestore
1238: 1 ps
1239: 16.00 (_Helvetica) 0 F
1240: (60) 171.63 167.13 17.75 WS
1241: 1.00 ps
1242: gsave 1.00 ps 146.37 148.75 146.37 140.75 0 CapLine grestore
1243: 1 ps
1244: 16.00 (_Helvetica) 0 F
1245: (40) 137.50 167.13 17.75 WS
1246: 1.00 ps
1247: gsave 1.00 ps 112.37 148.75 112.37 140.75 0 CapLine grestore
1248: 1 ps
1249: 16.00 (_Helvetica) 0 F
1250: (20) 103.50 167.13 17.75 WS
1251: 1.00 ps
1252: gsave 1.00 ps 78.38 148.75 78.38 140.75 0 CapLine grestore
1253: 1 ps
1254: 16.00 (_Helvetica) 0 F
1255: (0) 74.00 167.13 8.88 WS
1256: 16.00 (_Helvetica) 0 F
1257: (T \(K\)) 129.63 192.50 35.63 WS
1258: 1.00 ps
1259: newpath 79.00 148.25 M
1260: 79.00 132.00 L
1261: 79.75 116.25 L
1262: 80.38 106.75 L
1263: 81.12 100.00 L
1264: 81.75 94.62 L
1265: 82.50 90.25 L
1266: 83.13 86.50 L
1267: 83.87 83.25 L
1268: 84.50 80.38 L
1269: 85.25 77.75 L
1270: 85.87 75.38 L
1271: 86.63 73.25 L
1272: 87.25 71.25 L
1273: 88.00 69.50 L
1274: 88.62 67.75 L
1275: 89.38 66.12 L
1276: 90.00 64.63 L
1277: 90.75 63.25 L
1278: 91.37 61.88 L
1279: 92.00 60.63 L
1280: 92.75 59.50 L
1281: 93.37 58.38 L
1282: 94.13 57.25 L
1283: 94.75 56.25 L
1284: 95.50 55.25 L
1285: 96.12 54.25 L
1286: 96.88 53.38 L
1287: 97.50 52.50 L
1288: 98.25 51.75 L
1289: 98.87 50.88 L
1290: 99.63 50.13 L
1291: 100.25 49.50 L
1292: 101.00 48.75 L
1293: 101.62 48.13 L
1294: 102.38 47.38 L
1295: 103.00 46.75 L
1296: 103.62 46.25 L
1297: 104.38 45.63 L
1298: 105.00 45.00 L
1299: 105.75 44.50 L
1300: 106.38 44.00 L
1301: 107.13 43.50 L
1302: 107.75 43.00 L
1303: 108.50 42.50 L
1304: 109.13 42.13 L
1305: 109.87 41.63 L
1306: 110.50 41.25 L
1307: 111.25 40.88 L
1308: 111.88 40.50 L
1309: 112.63 40.00 L
1310: 113.25 39.75 L
1311: 114.00 39.38 L
1312: 114.63 39.00 L
1313: 115.38 38.63 L
1314: 116.00 38.38 L
1315: 116.63 38.00 L
1316: 117.37 37.75 L
1317: 118.00 37.50 L
1318: 118.75 37.25 L
1319: 119.38 36.88 L
1320: 120.13 36.63 L
1321: 120.75 36.38 L
1322: 121.50 36.25 L
1323: 122.13 36.00 L
1324: 122.88 35.75 L
1325: 123.50 35.50 L
1326: 124.25 35.38 L
1327: 124.88 35.13 L
1328: 125.63 35.00 L
1329: 126.25 34.75 L
1330: 127.00 34.63 L
1331: 127.62 34.50 L
1332: 128.25 34.25 L
1333: 129.00 34.13 L
1334: 129.63 34.00 L
1335: 130.38 33.88 L
1336: 131.00 33.75 L
1337: 131.75 33.63 L
1338: 132.38 33.50 L
1339: 133.13 33.38 L
1340: 133.75 33.25 L
1341: 134.50 33.25 L
1342: 135.13 33.13 L
1343: 135.88 33.00 L
1344: 136.50 33.00 L
1345: 137.25 32.88 L
1346: 137.88 32.75 L
1347: 138.63 32.75 L
1348: 139.25 32.63 L
1349: 140.00 32.63 L
1350: 140.63 32.63 L
1351: 141.25 32.50 L
1352: 142.00 32.50 L
1353: 142.63 32.50 L
1354: 143.38 32.38 L
1355: 144.00 32.38 L
1356: 144.75 32.38 L
1357: 145.38 32.38 L
1358: 146.13 32.38 L
1359: 146.75 32.38 L
1360: 147.50 32.38 L
1361: 148.13 32.38 L
1362: 148.88 32.38 L
1363: 149.50 32.38 L
1364: 150.25 32.38 L
1365: 150.88 32.38 L
1366: 151.63 32.38 L
1367: 152.25 32.38 L
1368: 152.88 32.38 L
1369: 153.62 32.38 L
1370: 154.25 32.38 L
1371: 155.00 32.38 L
1372: 155.63 32.38 L
1373: 156.38 32.38 L
1374: 157.00 32.38 L
1375: 157.75 32.38 L
1376: 158.38 32.38 L
1377: 159.13 32.38 L
1378: 159.75 32.38 L
1379: 160.50 32.38 L
1380: 161.12 32.38 L
1381: 161.88 32.38 L
1382: 162.50 32.38 L
1383: 163.25 32.38 L
1384: 163.88 32.38 L
1385: 164.63 32.38 L
1386: 165.25 32.38 L
1387: 165.88 32.38 L
1388: 166.63 32.38 L
1389: 167.25 32.38 L
1390: 168.00 32.38 L
1391: 168.63 32.38 L
1392: 169.37 32.38 L
1393: 170.00 32.38 L
1394: 170.75 32.38 L
1395: 171.38 32.38 L
1396: 172.13 32.38 L
1397: 172.75 32.38 L
1398: 173.50 32.38 L
1399: 174.13 32.38 L
1400: 174.88 32.38 L
1401: 175.50 32.38 L
1402: 176.25 32.38 L
1403: 176.87 32.38 L
1404: 177.50 32.38 L
1405: 178.25 32.38 L
1406: 178.88 32.38 L
1407: 179.63 32.38 L
1408: 180.25 32.38 L
1409: 181.00 32.38 L
1410: 181.63 32.38 L
1411: 182.38 32.38 L
1412: 183.00 32.38 L
1413: 183.75 32.38 L
1414: 184.37 32.38 L
1415: 185.13 32.38 L
1416: 185.75 32.38 L
1417: 186.50 32.38 L
1418: 187.13 32.38 L
1419: 187.88 32.38 L
1420: 188.50 32.38 L
1421: 189.25 32.38 L
1422: 189.87 32.38 L
1423: 190.50 32.38 L
1424: 191.25 32.38 L
1425: 191.88 32.38 L
1426: 192.63 32.38 L
1427: 193.25 32.38 L
1428: 194.00 32.38 L
1429: 194.63 32.38 L
1430: 195.38 32.38 L
1431: 196.00 32.38 L
1432: 196.75 32.38 L
1433: 197.37 32.38 L
1434: 198.13 32.38 L
1435: 198.75 32.38 L
1436: 199.50 32.38 L
1437: 200.13 32.38 L
1438: 200.88 32.38 L
1439: 201.50 32.38 L
1440: 202.13 32.38 L
1441: 202.87 32.38 L
1442: 203.50 32.38 L
1443: 204.25 32.38 L
1444: 204.87 32.38 L
1445: 205.63 32.38 L
1446: 206.25 32.38 L
1447: 207.00 32.38 L
1448: 207.63 32.38 L
1449: 208.38 32.38 L
1450: 209.00 32.38 L
1451: 209.75 32.38 L
1452: 210.38 32.38 L
1453: 211.12 32.38 L
1454: 211.75 32.38 L
1455: mstroke
1456: newpath 211.75 32.38 M
1457: 212.50 32.38 L
1458: 213.13 32.38 L
1459: 213.88 32.38 L
1460: 214.50 32.38 L
1461: mstroke
1462: [] sd
1463: 1 ps
1464: 1.00 ps
1465: newpath 79.00 148.25 M
1466: 79.00 98.38 L
1467: 79.75 88.00 L
1468: 80.38 81.88 L
1469: 81.12 77.50 L
1470: 81.75 74.00 L
1471: 82.50 71.12 L
1472: 83.13 68.75 L
1473: 83.87 66.63 L
1474: 84.50 64.75 L
1475: 85.25 63.13 L
1476: 85.87 61.50 L
1477: 86.63 60.13 L
1478: 87.25 58.88 L
1479: 88.00 57.63 L
1480: 88.62 56.50 L
1481: 89.38 55.50 L
1482: 90.00 54.50 L
1483: 90.75 53.63 L
1484: 91.37 52.75 L
1485: 92.00 51.88 L
1486: 92.75 51.13 L
1487: 93.37 50.38 L
1488: 94.13 49.63 L
1489: 94.75 49.00 L
1490: 95.50 48.38 L
1491: 96.12 47.75 L
1492: 96.88 47.13 L
1493: 97.50 46.63 L
1494: 98.25 46.00 L
1495: 98.87 45.50 L
1496: 99.63 45.00 L
1497: 100.25 44.50 L
1498: 101.00 44.13 L
1499: 101.62 43.63 L
1500: 102.38 43.13 L
1501: 103.00 42.75 L
1502: 103.62 42.38 L
1503: 104.38 42.00 L
1504: 105.00 41.63 L
1505: 105.75 41.25 L
1506: 106.38 40.88 L
1507: 107.13 40.63 L
1508: 107.75 40.25 L
1509: 108.50 39.88 L
1510: 109.13 39.63 L
1511: 109.87 39.38 L
1512: 110.50 39.00 L
1513: 111.25 38.75 L
1514: 111.88 38.50 L
1515: 112.63 38.25 L
1516: 113.25 38.00 L
1517: 114.00 37.75 L
1518: 114.63 37.50 L
1519: 115.38 37.25 L
1520: 116.00 37.13 L
1521: 116.63 36.88 L
1522: 117.37 36.63 L
1523: 118.00 36.50 L
1524: 118.75 36.25 L
1525: 119.38 36.13 L
1526: 120.13 35.88 L
1527: 120.75 35.75 L
1528: 121.50 35.50 L
1529: 122.13 35.38 L
1530: 122.88 35.25 L
1531: 123.50 35.13 L
1532: 124.25 34.88 L
1533: 124.88 34.75 L
1534: 125.63 34.63 L
1535: 126.25 34.50 L
1536: 127.00 34.38 L
1537: 127.62 34.25 L
1538: 128.25 34.13 L
1539: 129.00 34.00 L
1540: 129.63 34.00 L
1541: 130.38 33.88 L
1542: 131.00 33.75 L
1543: 131.75 33.63 L
1544: 132.38 33.50 L
1545: 133.13 33.50 L
1546: 133.75 33.38 L
1547: 134.50 33.25 L
1548: 135.13 33.25 L
1549: 135.88 33.13 L
1550: 136.50 33.13 L
1551: 137.25 33.00 L
1552: 137.88 33.00 L
1553: 138.63 32.88 L
1554: 139.25 32.88 L
1555: 140.00 32.75 L
1556: 140.63 32.75 L
1557: 141.25 32.75 L
1558: 142.00 32.63 L
1559: 142.63 32.63 L
1560: 143.38 32.63 L
1561: 144.00 32.50 L
1562: 144.75 32.50 L
1563: 145.38 32.50 L
1564: 146.13 32.50 L
1565: 146.75 32.50 L
1566: 147.50 32.38 L
1567: 148.13 32.38 L
1568: 148.88 32.38 L
1569: 149.50 32.38 L
1570: 150.25 32.38 L
1571: 150.88 32.38 L
1572: 151.63 32.38 L
1573: 152.25 32.38 L
1574: 152.88 32.38 L
1575: 153.62 32.38 L
1576: 154.25 32.38 L
1577: 155.00 32.38 L
1578: 155.63 32.38 L
1579: 156.38 32.38 L
1580: 157.00 32.38 L
1581: 157.75 32.38 L
1582: 158.38 32.38 L
1583: 159.13 32.38 L
1584: 159.75 32.38 L
1585: 160.50 32.38 L
1586: 161.12 32.38 L
1587: 161.88 32.38 L
1588: 162.50 32.38 L
1589: 163.25 32.38 L
1590: 163.88 32.38 L
1591: 164.63 32.38 L
1592: 165.25 32.38 L
1593: 165.88 32.38 L
1594: 166.63 32.38 L
1595: 167.25 32.38 L
1596: 168.00 32.38 L
1597: 168.63 32.38 L
1598: 169.37 32.38 L
1599: 170.00 32.38 L
1600: 170.75 32.38 L
1601: 171.38 32.38 L
1602: 172.13 32.38 L
1603: 172.75 32.38 L
1604: 173.50 32.38 L
1605: 174.13 32.38 L
1606: 174.88 32.38 L
1607: 175.50 32.38 L
1608: 176.25 32.38 L
1609: 176.87 32.38 L
1610: 177.50 32.38 L
1611: 178.25 32.38 L
1612: 178.88 32.38 L
1613: 179.63 32.38 L
1614: 180.25 32.38 L
1615: 181.00 32.38 L
1616: 181.63 32.38 L
1617: 182.38 32.38 L
1618: 183.00 32.38 L
1619: 183.75 32.38 L
1620: 184.37 32.38 L
1621: 185.13 32.38 L
1622: 185.75 32.38 L
1623: 186.50 32.38 L
1624: 187.13 32.38 L
1625: 187.88 32.38 L
1626: 188.50 32.38 L
1627: 189.25 32.38 L
1628: 189.87 32.38 L
1629: 190.50 32.38 L
1630: 191.25 32.38 L
1631: 191.88 32.38 L
1632: 192.63 32.38 L
1633: 193.25 32.38 L
1634: 194.00 32.38 L
1635: 194.63 32.38 L
1636: 195.38 32.38 L
1637: 196.00 32.38 L
1638: 196.75 32.38 L
1639: 197.37 32.38 L
1640: 198.13 32.38 L
1641: 198.75 32.38 L
1642: 199.50 32.38 L
1643: 200.13 32.38 L
1644: 200.88 32.38 L
1645: 201.50 32.38 L
1646: 202.13 32.38 L
1647: 202.87 32.38 L
1648: 203.50 32.38 L
1649: 204.25 32.38 L
1650: 204.87 32.38 L
1651: 205.63 32.38 L
1652: 206.25 32.38 L
1653: 207.00 32.38 L
1654: 207.63 32.38 L
1655: 208.38 32.38 L
1656: 209.00 32.38 L
1657: 209.75 32.38 L
1658: 210.38 32.38 L
1659: 211.12 32.38 L
1660: 211.75 32.38 L
1661: mstroke
1662: newpath 211.75 32.38 M
1663: 212.50 32.38 L
1664: 213.13 32.38 L
1665: 213.88 32.38 L
1666: 214.50 32.38 L
1667: mstroke
1668: [] sd
1669: 1 ps
1670: 0.00 ps
1671: newpath 138.63 17.88 M
1672: 139.25 18.12 L
1673: 140.00 18.38 L
1674: 140.63 18.62 L
1675: 141.25 19.00 L
1676: 142.00 19.25 L
1677: 142.63 19.50 L
1678: 143.38 19.75 L
1679: 144.00 20.00 L
1680: 144.75 20.25 L
1681: 145.38 20.50 L
1682: 146.13 20.75 L
1683: 146.75 21.00 L
1684: 147.50 21.25 L
1685: 148.13 21.37 L
1686: 148.88 21.62 L
1687: 149.50 21.88 L
1688: 150.25 22.13 L
1689: 150.88 22.37 L
1690: 151.63 22.50 L
1691: 152.25 22.75 L
1692: 152.88 23.00 L
1693: 153.62 23.13 L
1694: 154.25 23.38 L
1695: 155.00 23.50 L
1696: 155.63 23.75 L
1697: 156.38 24.00 L
1698: 157.00 24.13 L
1699: 157.75 24.38 L
1700: 158.38 24.50 L
1701: 159.13 24.63 L
1702: 159.75 24.87 L
1703: 160.50 25.00 L
1704: 161.12 25.25 L
1705: 161.88 25.38 L
1706: 162.50 25.50 L
1707: 163.25 25.75 L
1708: 163.88 25.88 L
1709: 164.63 26.00 L
1710: 165.25 26.12 L
1711: 165.88 26.37 L
1712: 166.63 26.50 L
1713: 167.25 26.63 L
1714: 168.00 26.75 L
1715: 168.63 26.88 L
1716: 169.37 27.00 L
1717: 170.00 27.13 L
1718: 170.75 27.37 L
1719: 171.38 27.50 L
1720: 172.13 27.62 L
1721: 172.75 27.75 L
1722: 173.50 27.88 L
1723: 174.13 28.00 L
1724: 174.88 28.13 L
1725: 175.50 28.25 L
1726: 176.25 28.38 L
1727: 176.87 28.38 L
1728: 177.50 28.50 L
1729: 178.25 28.62 L
1730: 178.88 28.75 L
1731: 179.63 28.87 L
1732: 180.25 29.00 L
1733: 181.00 29.13 L
1734: 181.63 29.13 L
1735: 182.38 29.25 L
1736: 183.00 29.38 L
1737: 183.75 29.50 L
1738: 184.37 29.63 L
1739: 185.13 29.63 L
1740: 185.75 29.75 L
1741: 186.50 29.87 L
1742: 187.13 29.87 L
1743: 187.88 30.00 L
1744: 188.50 30.12 L
1745: 189.25 30.12 L
1746: 189.87 30.25 L
1747: 190.50 30.38 L
1748: 191.25 30.38 L
1749: 191.88 30.50 L
1750: 192.63 30.50 L
1751: 193.25 30.63 L
1752: 194.00 30.75 L
1753: 194.63 30.75 L
1754: 195.38 30.88 L
1755: 196.00 30.88 L
1756: 196.75 31.00 L
1757: 197.37 31.00 L
1758: 198.13 31.12 L
1759: 198.75 31.12 L
1760: 199.50 31.25 L
1761: 200.13 31.25 L
1762: 200.88 31.25 L
1763: 201.50 31.37 L
1764: 202.13 31.37 L
1765: 202.87 31.50 L
1766: 203.50 31.50 L
1767: 204.25 31.50 L
1768: 204.87 31.63 L
1769: 205.63 31.63 L
1770: 206.25 31.63 L
1771: 207.00 31.75 L
1772: 207.63 31.75 L
1773: 208.38 31.75 L
1774: 209.00 31.88 L
1775: 209.75 31.88 L
1776: 210.38 31.88 L
1777: 211.12 31.88 L
1778: 211.75 32.00 L
1779: 212.50 32.00 L
1780: 213.13 32.00 L
1781: 213.88 32.00 L
1782: 214.50 32.13 L
1783: mstroke
1784: [] sd
1785: 1 ps
1786: 0.50 ps
1787: 83.13 76.25 87.12 80.25 RectPath
1788: 0 FillPath
1789: newpath
1790: 84.87 70.38 88.87 74.37 RectPath
1791: 0 FillPath
1792: newpath
1793: 93.37 52.63 97.37 56.63 RectPath
1794: 0 FillPath
1795: newpath
1796: 101.88 43.88 105.88 47.88 RectPath
1797: 0 FillPath
1798: newpath
1799: 110.50 38.25 114.50 42.25 RectPath
1800: 0 FillPath
1801: newpath
1802: 118.88 34.50 122.88 38.50 RectPath
1803: 0 FillPath
1804: newpath
1805: 127.50 32.63 131.50 36.63 RectPath
1806: 0 FillPath
1807: newpath
1808: 136.00 31.12 140.00 35.13 RectPath
1809: 0 FillPath
1810: newpath
1811: 144.50 30.38 148.50 34.38 RectPath
1812: 0 FillPath
1813: newpath
1814: 153.00 30.50 157.00 34.50 RectPath
1815: 0 FillPath
1816: newpath
1817: 161.38 29.25 165.38 33.25 RectPath
1818: 0 FillPath
1819: newpath
1820: 170.00 32.63 174.00 36.63 RectPath
1821: 0 FillPath
1822: newpath
1823: 178.38 29.25 182.38 33.25 RectPath
1824: 0 FillPath
1825: newpath
1826: 186.88 30.12 190.88 34.13 RectPath
1827: 0 FillPath
1828: newpath
1829: 195.63 30.12 199.63 34.13 RectPath
1830: 0 FillPath
1831: newpath
1832: 203.88 30.50 207.88 34.50 RectPath
1833: 0 FillPath
1834: newpath
1835: 212.50 30.63 216.50 34.63 RectPath
1836: 0 FillPath
1837: newpath
1838: 1 ps
1839: 0.00 ps
1840: newpath 136.63 17.88 M
1841: 137.88 19.13 L
1842: 146.75 31.50 L
1843: 155.25 30.12 L
1844: 163.63 36.00 L
1845: 172.13 33.88 L
1846: 180.75 31.75 L
1847: 189.25 31.00 L
1848: mstroke
1849: [] sd
1850: 1 ps
1851: 0.50 ps
1852: newpath 85.12 60.13 M
1853: 88.13 63.13 L
1854: 85.12 66.12 L
1855: 82.12 63.13 L
1856: closepath
1857: 1 FillPath
1858: 0 StrokePath newpath
1859: newpath 86.88 55.50 M
1860: 89.87 58.50 L
1861: 86.88 61.50 L
1862: 83.87 58.50 L
1863: closepath
1864: 1 FillPath
1865: 0 StrokePath newpath
1866: newpath 95.38 47.38 M
1867: 98.38 50.38 L
1868: 95.38 53.38 L
1869: 92.37 50.38 L
1870: closepath
1871: 1 FillPath
1872: 0 StrokePath newpath
1873: newpath 103.87 39.63 M
1874: 106.88 42.63 L
1875: 103.87 45.63 L
1876: 100.88 42.63 L
1877: closepath
1878: 1 FillPath
1879: 0 StrokePath newpath
1880: newpath 112.50 34.63 M
1881: 115.50 37.63 L
1882: 112.50 40.63 L
1883: 109.50 37.63 L
1884: closepath
1885: 1 FillPath
1886: 0 StrokePath newpath
1887: newpath 120.88 32.38 M
1888: 123.88 35.38 L
1889: 120.88 38.38 L
1890: 117.88 35.38 L
1891: closepath
1892: 1 FillPath
1893: 0 StrokePath newpath
1894: newpath 129.50 30.50 M
1895: 132.50 33.50 L
1896: 129.50 36.50 L
1897: 126.50 33.50 L
1898: closepath
1899: 1 FillPath
1900: 0 StrokePath newpath
1901: newpath 138.00 29.38 M
1902: 141.00 32.38 L
1903: 138.00 35.38 L
1904: 135.00 32.38 L
1905: closepath
1906: 1 FillPath
1907: 0 StrokePath newpath
1908: newpath 146.50 29.50 M
1909: 149.50 32.50 L
1910: 146.50 35.50 L
1911: 143.50 32.50 L
1912: closepath
1913: 1 FillPath
1914: 0 StrokePath newpath
1915: newpath 155.00 29.13 M
1916: 158.00 32.13 L
1917: 155.00 35.13 L
1918: 152.00 32.13 L
1919: closepath
1920: 1 FillPath
1921: 0 StrokePath newpath
1922: newpath 163.38 29.50 M
1923: 166.38 32.50 L
1924: 163.38 35.50 L
1925: 160.38 32.50 L
1926: closepath
1927: 1 FillPath
1928: 0 StrokePath newpath
1929: newpath 172.00 29.25 M
1930: 175.00 32.25 L
1931: 172.00 35.25 L
1932: 169.00 32.25 L
1933: closepath
1934: 1 FillPath
1935: 0 StrokePath newpath
1936: newpath 180.38 29.25 M
1937: 183.38 32.25 L
1938: 180.38 35.25 L
1939: 177.38 32.25 L
1940: closepath
1941: 1 FillPath
1942: 0 StrokePath newpath
1943: newpath 188.88 29.38 M
1944: 191.88 32.38 L
1945: 188.88 35.38 L
1946: 185.88 32.38 L
1947: closepath
1948: 1 FillPath
1949: 0 StrokePath newpath
1950: newpath 197.63 29.87 M
1951: 200.63 32.88 L
1952: 197.63 35.88 L
1953: 194.63 32.88 L
1954: closepath
1955: 1 FillPath
1956: 0 StrokePath newpath
1957: newpath 205.88 29.00 M
1958: 208.88 32.00 L
1959: 205.88 35.00 L
1960: 202.87 32.00 L
1961: closepath
1962: 1 FillPath
1963: 0 StrokePath newpath
1964: newpath 214.50 29.38 M
1965: 217.50 32.38 L
1966: 214.50 35.38 L
1967: 211.50 32.38 L
1968: closepath
1969: 1 FillPath
1970: 0 StrokePath newpath
1971: 1 ps
1972: 166.75 101.38 204.75 133.63 EraseRect
1973: gsave 1.00 ps  168.25 102.88 203.25 132.13 FrameRect grestore
1974: 1.00 ps
1975: 1 ps
1976: 0.50 ps
1977: 178.50 108.13 184.75 114.38 RectPath
1978: 0 FillPath
1979: newpath
1980: 1 ps
1981: 10.00 (_Helvetica) 0 F
1982: ( a) 192.50 114.38 8.25 WS
1983: 1.00 ps
1984: 1 ps
1985: 0.50 ps
1986: newpath 181.63 120.25 M
1987: 184.75 123.38 L
1988: 181.63 126.50 L
1989: 178.50 123.38 L
1990: closepath
1991: 1 FillPath
1992: 0 StrokePath newpath
1993: 1 ps
1994: 10.00 (_Helvetica) 0 F
1995: ( b) 192.50 126.50 8.25 WS
1996: AnObj restore
1997: end
1998: IgorSave restore
1999: %%DocumentFonts: Helvetica
2000: %%+Symbol
2001: