/[MITgcm]/manual/s_phys_pkgs/s24t_16x16.ps
ViewVC logotype

Annotation of /manual/s_phys_pkgs/s24t_16x16.ps

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (hide annotations) (download) (as text)
Sat May 2 02:13:18 2009 UTC (15 years ago) by jmc
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
File MIME type: application/postscript
FILE REMOVED
change fig of topology-plot (new Red,Green,Blue convention):
- replace 24.tiles with 48.tiles case used in exp. adjustment.cs-32x32x1
- replace 12.tiles with 18.tiles (non-squared CS) used with lat-lon-cap grid

1 afe 1.1 %!PS-Adobe-3.0
2     %%Creator: MATLAB, The Mathworks, Inc.
3     %%Title: /SCRATCH/s06/afe/MITgcm/utils/exch2/s24_16x16.ps
4     %%CreationDate: 03/15/2004 14:01:57
5     %%DocumentNeededFonts: Helvetica
6     %%+ Helvetica-Bold
7     %%DocumentProcessColors: Cyan Magenta Yellow Black
8     %%LanguageLevel: 2
9     %%Pages: (atend)
10     %%BoundingBox: (atend)
11     %%EndComments
12    
13     %%BeginProlog
14     % MathWorks dictionary
15     /MathWorks 160 dict begin
16     % definition operators
17     /bdef {bind def} bind def
18     /ldef {load def} bind def
19     /xdef {exch def} bdef
20     /xstore {exch store} bdef
21     % operator abbreviations
22     /c /clip ldef
23     /cc /concat ldef
24     /cp /closepath ldef
25     /gr /grestore ldef
26     /gs /gsave ldef
27     /mt /moveto ldef
28     /np /newpath ldef
29     /cm /currentmatrix ldef
30     /sm /setmatrix ldef
31     /rm /rmoveto ldef
32     /rl /rlineto ldef
33     /s {show newpath} bdef
34     /sc {setcmykcolor} bdef
35     /sr /setrgbcolor ldef
36     /sg /setgray ldef
37     /w /setlinewidth ldef
38     /j /setlinejoin ldef
39     /cap /setlinecap ldef
40     /rc {rectclip} bdef
41     /rf {rectfill} bdef
42     % page state control
43     /pgsv () def
44     /bpage {/pgsv save def} bdef
45     /epage {pgsv restore} bdef
46     /bplot /gsave ldef
47     /eplot {stroke grestore} bdef
48     % orientation switch
49     /portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def
50     % coordinate system mappings
51     /dpi2point 0 def
52     % font control
53     /FontSize 0 def
54     /FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0]
55     makefont setfont} bdef
56     /reencode {exch dup where {pop load} {pop StandardEncoding} ifelse
57     exch dup 3 1 roll findfont dup length dict begin
58     { 1 index /FID ne {def}{pop pop} ifelse } forall
59     /Encoding exch def currentdict end definefont pop} bdef
60     /isroman {findfont /CharStrings get /Agrave known} bdef
61     /FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse
62     exch FMS} bdef
63     /csm {1 dpi2point div -1 dpi2point div scale neg translate
64     dup landscapeMode eq {pop -90 rotate}
65     {rotateMode eq {90 rotate} if} ifelse} bdef
66     % line types: solid, dotted, dashed, dotdash
67     /SO { [] 0 setdash } bdef
68     /DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
69     /DA { [6 dpi2point mul] 0 setdash } bdef
70     /DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4
71     dpi2point mul] 0 setdash } bdef
72     % macros for lines and objects
73     /L {lineto stroke} bdef
74     /MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef
75     /AP {{rlineto} repeat} bdef
76     /PDlw -1 def
77     /W {/PDlw currentlinewidth def setlinewidth} def
78     /PP {closepath eofill} bdef
79     /DP {closepath stroke} bdef
80     /MR {4 -2 roll moveto dup 0 exch rlineto exch 0 rlineto
81     neg 0 exch rlineto closepath} bdef
82     /FR {MR stroke} bdef
83     /PR {MR fill} bdef
84     /L1i {{currentfile picstr readhexstring pop} image} bdef
85     /tMatrix matrix def
86     /MakeOval {newpath tMatrix currentmatrix pop translate scale
87     0 0 1 0 360 arc tMatrix setmatrix} bdef
88     /FO {MakeOval stroke} bdef
89     /PO {MakeOval fill} bdef
90     /PD {currentlinewidth 2 div 0 360 arc fill
91     PDlw -1 eq not {PDlw w /PDlw -1 def} if} def
92     /FA {newpath tMatrix currentmatrix pop translate scale
93     0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef
94     /PA {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
95     0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef
96     /FAn {newpath tMatrix currentmatrix pop translate scale
97     0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef
98     /PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
99     0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef
100     /vradius 0 def /hradius 0 def /lry 0 def
101     /lrx 0 def /uly 0 def /ulx 0 def /rad 0 def
102     /MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef
103     /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly
104     vradius add translate hradius vradius scale 0 0 1 180 270 arc
105     tMatrix setmatrix lrx hradius sub uly vradius add translate
106     hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix
107     lrx hradius sub lry vradius sub translate hradius vradius scale
108     0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub
109     translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix
110     closepath} bdef
111     /FRR {MRR stroke } bdef
112     /PRR {MRR fill } bdef
113     /MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def
114     newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
115     rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad
116     sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix
117     closepath} bdef
118     /FlrRR {MlrRR stroke } bdef
119     /PlrRR {MlrRR fill } bdef
120     /MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def
121     newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
122     rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad
123     sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix
124     closepath} bdef
125     /FtbRR {MtbRR stroke } bdef
126     /PtbRR {MtbRR fill } bdef
127     /stri 6 array def /dtri 6 array def
128     /smat 6 array def /dmat 6 array def
129     /tmat1 6 array def /tmat2 6 array def /dif 3 array def
130     /asub {/ind2 exch def /ind1 exch def dup dup
131     ind1 get exch ind2 get sub exch } bdef
132     /tri_to_matrix {
133     2 0 asub 3 1 asub 4 0 asub 5 1 asub
134     dup 0 get exch 1 get 7 -1 roll astore } bdef
135     /compute_transform {
136     dmat dtri tri_to_matrix tmat1 invertmatrix
137     smat stri tri_to_matrix tmat2 concatmatrix } bdef
138     /ds {stri astore pop} bdef
139     /dt {dtri astore pop} bdef
140     /db {2 copy /cols xdef /rows xdef mul dup 3 mul string
141     currentfile
142     3 index 0 eq {/ASCIIHexDecode filter}
143     {/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if }
144     ifelse exch readstring pop
145     dup 0 3 index getinterval /rbmap xdef
146     dup 2 index dup getinterval /gbmap xdef
147     1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef
148     /it {gs np dtri aload pop moveto lineto lineto cp c
149     cols rows 8 compute_transform
150     rbmap gbmap bbmap true 3 colorimage gr}bdef
151     /il {newpath moveto lineto stroke}bdef
152     currentdict end def
153     %%EndProlog
154    
155     %%BeginSetup
156     MathWorks begin
157    
158     0 cap
159    
160     end
161     %%EndSetup
162    
163     %%Page: 1 1
164     %%BeginPageSetup
165     %%PageBoundingBox: 73 213 551 589
166     MathWorks begin
167     bpage
168     %%EndPageSetup
169    
170     %%BeginObject: obj1
171     bplot
172    
173     /dpi2point 12 def
174     portraitMode 0216 7344 csm
175    
176     664 274 5740 4514 rc
177     92 dict begin %Colortable dictionary
178     /c0 { 0 0 0 sr} bdef
179     /c1 { 1 1 1 sr} bdef
180     /c2 { 1 0 0 sr} bdef
181     /c3 { 0 1 0 sr} bdef
182     /c4 { 0 0 1 sr} bdef
183     /c5 { 1 1 0 sr} bdef
184     /c6 { 1 0 1 sr} bdef
185     /c7 { 0 1 1 sr} bdef
186     c0
187     1 j
188     1 sg
189     0 0 6913 5186 rf
190     6 w
191     0 4226 5355 0 0 -4226 899 4615 4 MP
192     PP
193     -5355 0 0 4226 5355 0 0 -4226 899 4615 5 MP stroke
194     4 w
195     DO
196     SO
197     6 w
198     0 sg
199     899 4615 mt 6254 4615 L
200     899 4615 mt 899 389 L
201     899 4615 mt 899 4561 L
202     %%IncludeResource: font Helvetica
203     /Helvetica /ISOLatin1Encoding 120 FMSR
204    
205     866 4760 mt
206     (0) s
207     1664 4615 mt 1664 4561 L
208     1598 4760 mt
209     (20) s
210     2429 4615 mt 2429 4561 L
211     2363 4760 mt
212     (40) s
213     3194 4615 mt 3194 4561 L
214     3128 4760 mt
215     (60) s
216     3959 4615 mt 3959 4561 L
217     3893 4760 mt
218     (80) s
219     4724 4615 mt 4724 4561 L
220     4624 4760 mt
221     (100) s
222     5489 4615 mt 5489 4561 L
223     5389 4760 mt
224     (120) s
225     6255 4615 mt 6255 4561 L
226     6155 4760 mt
227     (140) s
228     899 4615 mt 952 4615 L
229     798 4659 mt
230     (0) s
231     899 4192 mt 952 4192 L
232     731 4236 mt
233     (10) s
234     899 3769 mt 952 3769 L
235     731 3813 mt
236     (20) s
237     899 3347 mt 952 3347 L
238     731 3391 mt
239     (30) s
240     899 2924 mt 952 2924 L
241     731 2968 mt
242     (40) s
243     899 2502 mt 952 2502 L
244     731 2546 mt
245     (50) s
246     899 2079 mt 952 2079 L
247     731 2123 mt
248     (60) s
249     899 1656 mt 952 1656 L
250     731 1700 mt
251     (70) s
252     899 1234 mt 952 1234 L
253     731 1278 mt
254     (80) s
255     899 811 mt 952 811 L
256     731 855 mt
257     (90) s
258     899 389 mt 952 389 L
259     664 433 mt
260     (100) s
261     gs 899 389 5357 4227 rc
262     24 w
263     /c8 { 0.000000 0.000000 1.000000 sr} bdef
264     c8
265     1186 0 937 4572 2 MP stroke
266     -1186 0 2123 3262 2 MP stroke
267     /c9 { 1.000000 0.000000 0.000000 sr} bdef
268     c9
269     0 -1310 2123 4572 2 MP stroke
270     0 1310 937 3262 2 MP stroke
271     gr
272    
273     24 w
274     c9
275     0 sg
276     %%IncludeResource: font Helvetica-Bold
277     /Helvetica-Bold /ISOLatin1Encoding 168 FMSR
278    
279     1530 3979 mt
280     (f1) s
281     gs 899 389 5357 4227 rc
282     DA
283     6 w
284     0 634 -574 0 0 -634 574 0 937 4572 5 MP stroke
285     gr
286    
287     6 w
288     DA
289     %%IncludeResource: font Helvetica
290     /Helvetica /ISOLatin1Encoding 96 FMSR
291    
292     1224 4289 mt
293     (t1) s
294     %%IncludeResource: font Helvetica
295     /Helvetica /ISOLatin1Encoding 120 FMSR
296    
297     937 4248 mt
298     (f5) s
299     %%IncludeResource: font Helvetica
300     /Helvetica /ISOLatin1Encoding 96 FMSR
301    
302     1037 4308 mt
303     (n) s
304     %%IncludeResource: font Helvetica
305     /Helvetica /ISOLatin1Encoding 120 FMSR
306    
307     1224 4453 mt
308     (f6) s
309     %%IncludeResource: font Helvetica
310     /Helvetica /ISOLatin1Encoding 96 FMSR
311    
312     1324 4513 mt
313     (n) s
314     gs 899 389 5357 4227 rc
315     0 634 -574 0 0 -634 574 0 1549 4572 5 MP stroke
316     gr
317    
318     1836 4289 mt
319     (t2) s
320     %%IncludeResource: font Helvetica
321     /Helvetica /ISOLatin1Encoding 120 FMSR
322    
323     1836 4453 mt
324     (f6) s
325     %%IncludeResource: font Helvetica
326     /Helvetica /ISOLatin1Encoding 96 FMSR
327    
328     1936 4513 mt
329     (n) s
330     %%IncludeResource: font Helvetica
331     /Helvetica /ISOLatin1Encoding 120 FMSR
332    
333     1970 4248 mt
334     (f2) s
335     %%IncludeResource: font Helvetica
336     /Helvetica /ISOLatin1Encoding 96 FMSR
337    
338     2070 4308 mt
339     (w) s
340     gs 899 389 5357 4227 rc
341     0 634 -574 0 0 -634 574 0 937 3896 5 MP stroke
342     gr
343    
344     1224 3613 mt
345     (t3) s
346     %%IncludeResource: font Helvetica
347     /Helvetica /ISOLatin1Encoding 120 FMSR
348    
349     937 3572 mt
350     (f5) s
351     %%IncludeResource: font Helvetica
352     /Helvetica /ISOLatin1Encoding 96 FMSR
353    
354     1037 3632 mt
355     (n) s
356     %%IncludeResource: font Helvetica
357     /Helvetica /ISOLatin1Encoding 120 FMSR
358    
359     1224 3424 mt
360     (f3) s
361     %%IncludeResource: font Helvetica
362     /Helvetica /ISOLatin1Encoding 96 FMSR
363    
364     1324 3484 mt
365     (w) s
366     gs 899 389 5357 4227 rc
367     0 634 -574 0 0 -634 574 0 1549 3896 5 MP stroke
368     gr
369    
370     1836 3613 mt
371     (t4) s
372     %%IncludeResource: font Helvetica
373     /Helvetica /ISOLatin1Encoding 120 FMSR
374    
375     1836 3424 mt
376     (f3) s
377     %%IncludeResource: font Helvetica
378     /Helvetica /ISOLatin1Encoding 96 FMSR
379    
380     1936 3484 mt
381     (w) s
382     %%IncludeResource: font Helvetica
383     /Helvetica /ISOLatin1Encoding 120 FMSR
384    
385     1970 3572 mt
386     (f2) s
387     %%IncludeResource: font Helvetica
388     /Helvetica /ISOLatin1Encoding 96 FMSR
389    
390     2070 3632 mt
391     (w) s
392     gs 899 389 5357 4227 rc
393     SO
394     24 w
395     /c10 { 0.000000 1.000000 0.000000 sr} bdef
396     c10
397     1186 0 2161 4572 2 MP stroke
398     -1186 0 3347 3262 2 MP stroke
399     c9
400     0 -1310 3347 4572 2 MP stroke
401     0 1310 2161 3262 2 MP stroke
402     gr
403    
404     24 w
405     c9
406     SO
407     0 sg
408     %%IncludeResource: font Helvetica-Bold
409     /Helvetica-Bold /ISOLatin1Encoding 168 FMSR
410    
411     2754 3979 mt
412     (f2) s
413     gs 899 389 5357 4227 rc
414     DA
415     6 w
416     0 634 -574 0 0 -634 574 0 2161 4572 5 MP stroke
417     gr
418    
419     6 w
420     DA
421     %%IncludeResource: font Helvetica
422     /Helvetica /ISOLatin1Encoding 96 FMSR
423    
424     2448 4289 mt
425     (t5) s
426     %%IncludeResource: font Helvetica
427     /Helvetica /ISOLatin1Encoding 120 FMSR
428    
429     2161 4248 mt
430     (f1) s
431     %%IncludeResource: font Helvetica
432     /Helvetica /ISOLatin1Encoding 96 FMSR
433    
434     2261 4308 mt
435     (e) s
436     %%IncludeResource: font Helvetica
437     /Helvetica /ISOLatin1Encoding 120 FMSR
438    
439     2448 4453 mt
440     (f6) s
441     %%IncludeResource: font Helvetica
442     /Helvetica /ISOLatin1Encoding 96 FMSR
443    
444     2548 4513 mt
445     (e) s
446     gs 899 389 5357 4227 rc
447     0 634 -574 0 0 -634 574 0 2773 4572 5 MP stroke
448     gr
449    
450     3060 4289 mt
451     (t6) s
452     %%IncludeResource: font Helvetica
453     /Helvetica /ISOLatin1Encoding 120 FMSR
454    
455     3060 4453 mt
456     (f6) s
457     %%IncludeResource: font Helvetica
458     /Helvetica /ISOLatin1Encoding 96 FMSR
459    
460     3160 4513 mt
461     (e) s
462     %%IncludeResource: font Helvetica
463     /Helvetica /ISOLatin1Encoding 120 FMSR
464    
465     3194 4248 mt
466     (f4) s
467     %%IncludeResource: font Helvetica
468     /Helvetica /ISOLatin1Encoding 96 FMSR
469    
470     3294 4308 mt
471     (s) s
472     gs 899 389 5357 4227 rc
473     0 634 -574 0 0 -634 574 0 2161 3896 5 MP stroke
474     gr
475    
476     2448 3613 mt
477     (t7) s
478     %%IncludeResource: font Helvetica
479     /Helvetica /ISOLatin1Encoding 120 FMSR
480    
481     2161 3572 mt
482     (f1) s
483     %%IncludeResource: font Helvetica
484     /Helvetica /ISOLatin1Encoding 96 FMSR
485    
486     2261 3632 mt
487     (e) s
488     %%IncludeResource: font Helvetica
489     /Helvetica /ISOLatin1Encoding 120 FMSR
490    
491     2448 3424 mt
492     (f3) s
493     %%IncludeResource: font Helvetica
494     /Helvetica /ISOLatin1Encoding 96 FMSR
495    
496     2548 3484 mt
497     (s) s
498     gs 899 389 5357 4227 rc
499     0 634 -574 0 0 -634 574 0 2773 3896 5 MP stroke
500     gr
501    
502     3060 3613 mt
503     (t8) s
504     %%IncludeResource: font Helvetica
505     /Helvetica /ISOLatin1Encoding 120 FMSR
506    
507     3060 3424 mt
508     (f3) s
509     %%IncludeResource: font Helvetica
510     /Helvetica /ISOLatin1Encoding 96 FMSR
511    
512     3160 3484 mt
513     (s) s
514     %%IncludeResource: font Helvetica
515     /Helvetica /ISOLatin1Encoding 120 FMSR
516    
517     3194 3572 mt
518     (f4) s
519     %%IncludeResource: font Helvetica
520     /Helvetica /ISOLatin1Encoding 96 FMSR
521    
522     3294 3632 mt
523     (s) s
524     gs 899 389 5357 4227 rc
525     SO
526     24 w
527     c10
528     1186 0 2161 3220 2 MP stroke
529     -1186 0 3347 1910 2 MP stroke
530     c8
531     0 -1310 3347 3220 2 MP stroke
532     0 1310 2161 1910 2 MP stroke
533     gr
534    
535     24 w
536     c8
537     SO
538     0 sg
539     %%IncludeResource: font Helvetica-Bold
540     /Helvetica-Bold /ISOLatin1Encoding 168 FMSR
541    
542     2754 2627 mt
543     (f3) s
544     gs 899 389 5357 4227 rc
545     DA
546     6 w
547     0 634 -574 0 0 -634 574 0 2161 3220 5 MP stroke
548     gr
549    
550     6 w
551     DA
552     %%IncludeResource: font Helvetica
553     /Helvetica /ISOLatin1Encoding 96 FMSR
554    
555     2448 2937 mt
556     (t9) s
557     %%IncludeResource: font Helvetica
558     /Helvetica /ISOLatin1Encoding 120 FMSR
559    
560     2161 2896 mt
561     (f1) s
562     %%IncludeResource: font Helvetica
563     /Helvetica /ISOLatin1Encoding 96 FMSR
564    
565     2261 2956 mt
566     (n) s
567     %%IncludeResource: font Helvetica
568     /Helvetica /ISOLatin1Encoding 120 FMSR
569    
570     2448 3100 mt
571     (f2) s
572     %%IncludeResource: font Helvetica
573     /Helvetica /ISOLatin1Encoding 96 FMSR
574    
575     2548 3160 mt
576     (n) s
577     gs 899 389 5357 4227 rc
578     0 634 -574 0 0 -634 574 0 2773 3220 5 MP stroke
579     gr
580    
581     3060 2937 mt
582     (t10) s
583     %%IncludeResource: font Helvetica
584     /Helvetica /ISOLatin1Encoding 120 FMSR
585    
586     3060 3100 mt
587     (f2) s
588     %%IncludeResource: font Helvetica
589     /Helvetica /ISOLatin1Encoding 96 FMSR
590    
591     3160 3160 mt
592     (n) s
593     %%IncludeResource: font Helvetica
594     /Helvetica /ISOLatin1Encoding 120 FMSR
595    
596     3194 2896 mt
597     (f4) s
598     %%IncludeResource: font Helvetica
599     /Helvetica /ISOLatin1Encoding 96 FMSR
600    
601     3294 2956 mt
602     (w) s
603     gs 899 389 5357 4227 rc
604     0 634 -574 0 0 -634 574 0 2161 2544 5 MP stroke
605     gr
606    
607     2448 2261 mt
608     (t11) s
609     %%IncludeResource: font Helvetica
610     /Helvetica /ISOLatin1Encoding 120 FMSR
611    
612     2161 2220 mt
613     (f1) s
614     %%IncludeResource: font Helvetica
615     /Helvetica /ISOLatin1Encoding 96 FMSR
616    
617     2261 2280 mt
618     (n) s
619     %%IncludeResource: font Helvetica
620     /Helvetica /ISOLatin1Encoding 120 FMSR
621    
622     2448 2072 mt
623     (f5) s
624     %%IncludeResource: font Helvetica
625     /Helvetica /ISOLatin1Encoding 96 FMSR
626    
627     2548 2132 mt
628     (w) s
629     gs 899 389 5357 4227 rc
630     0 634 -574 0 0 -634 574 0 2773 2544 5 MP stroke
631     gr
632    
633     3060 2261 mt
634     (t12) s
635     %%IncludeResource: font Helvetica
636     /Helvetica /ISOLatin1Encoding 120 FMSR
637    
638     3060 2072 mt
639     (f5) s
640     %%IncludeResource: font Helvetica
641     /Helvetica /ISOLatin1Encoding 96 FMSR
642    
643     3160 2132 mt
644     (w) s
645     %%IncludeResource: font Helvetica
646     /Helvetica /ISOLatin1Encoding 120 FMSR
647    
648     3194 2220 mt
649     (f4) s
650     %%IncludeResource: font Helvetica
651     /Helvetica /ISOLatin1Encoding 96 FMSR
652    
653     3294 2280 mt
654     (w) s
655     gs 899 389 5357 4227 rc
656     SO
657     24 w
658     c9
659     1186 0 3385 3220 2 MP stroke
660     -1186 0 4571 1910 2 MP stroke
661     c8
662     0 -1310 4571 3220 2 MP stroke
663     0 1310 3385 1910 2 MP stroke
664     gr
665    
666     24 w
667     c8
668     SO
669     0 sg
670     %%IncludeResource: font Helvetica-Bold
671     /Helvetica-Bold /ISOLatin1Encoding 168 FMSR
672    
673     3978 2627 mt
674     (f4) s
675     gs 899 389 5357 4227 rc
676     DA
677     6 w
678     0 634 -574 0 0 -634 574 0 3385 3220 5 MP stroke
679     gr
680    
681     6 w
682     DA
683     %%IncludeResource: font Helvetica
684     /Helvetica /ISOLatin1Encoding 96 FMSR
685    
686     3672 2937 mt
687     (t13) s
688     %%IncludeResource: font Helvetica
689     /Helvetica /ISOLatin1Encoding 120 FMSR
690    
691     3385 2896 mt
692     (f3) s
693     %%IncludeResource: font Helvetica
694     /Helvetica /ISOLatin1Encoding 96 FMSR
695    
696     3485 2956 mt
697     (e) s
698     %%IncludeResource: font Helvetica
699     /Helvetica /ISOLatin1Encoding 120 FMSR
700    
701     3672 3100 mt
702     (f2) s
703     %%IncludeResource: font Helvetica
704     /Helvetica /ISOLatin1Encoding 96 FMSR
705    
706     3772 3160 mt
707     (e) s
708     gs 899 389 5357 4227 rc
709     0 634 -574 0 0 -634 574 0 3997 3220 5 MP stroke
710     gr
711    
712     4284 2937 mt
713     (t14) s
714     %%IncludeResource: font Helvetica
715     /Helvetica /ISOLatin1Encoding 120 FMSR
716    
717     4284 3100 mt
718     (f2) s
719     %%IncludeResource: font Helvetica
720     /Helvetica /ISOLatin1Encoding 96 FMSR
721    
722     4384 3160 mt
723     (e) s
724     %%IncludeResource: font Helvetica
725     /Helvetica /ISOLatin1Encoding 120 FMSR
726    
727     4418 2896 mt
728     (f6) s
729     %%IncludeResource: font Helvetica
730     /Helvetica /ISOLatin1Encoding 96 FMSR
731    
732     4518 2956 mt
733     (s) s
734     gs 899 389 5357 4227 rc
735     0 634 -574 0 0 -634 574 0 3385 2544 5 MP stroke
736     gr
737    
738     3672 2261 mt
739     (t15) s
740     %%IncludeResource: font Helvetica
741     /Helvetica /ISOLatin1Encoding 120 FMSR
742    
743     3385 2220 mt
744     (f3) s
745     %%IncludeResource: font Helvetica
746     /Helvetica /ISOLatin1Encoding 96 FMSR
747    
748     3485 2280 mt
749     (e) s
750     %%IncludeResource: font Helvetica
751     /Helvetica /ISOLatin1Encoding 120 FMSR
752    
753     3672 2072 mt
754     (f5) s
755     %%IncludeResource: font Helvetica
756     /Helvetica /ISOLatin1Encoding 96 FMSR
757    
758     3772 2132 mt
759     (s) s
760     gs 899 389 5357 4227 rc
761     0 634 -574 0 0 -634 574 0 3997 2544 5 MP stroke
762     gr
763    
764     4284 2261 mt
765     (t16) s
766     %%IncludeResource: font Helvetica
767     /Helvetica /ISOLatin1Encoding 120 FMSR
768    
769     4284 2072 mt
770     (f5) s
771     %%IncludeResource: font Helvetica
772     /Helvetica /ISOLatin1Encoding 96 FMSR
773    
774     4384 2132 mt
775     (s) s
776     %%IncludeResource: font Helvetica
777     /Helvetica /ISOLatin1Encoding 120 FMSR
778    
779     4418 2220 mt
780     (f6) s
781     %%IncludeResource: font Helvetica
782     /Helvetica /ISOLatin1Encoding 96 FMSR
783    
784     4518 2280 mt
785     (s) s
786     %%IncludeResource: font Helvetica-Bold
787     /Helvetica-Bold /ISOLatin1Encoding 168 FMSR
788    
789     3978 1275 mt
790     (f5) s
791     gs 899 389 5357 4227 rc
792     SO
793     24 w
794     c9
795     1186 0 3385 1868 2 MP stroke
796     -1186 0 4571 558 2 MP stroke
797     c10
798     0 -1310 4571 1868 2 MP stroke
799     0 1310 3385 558 2 MP stroke
800     DA
801     6 w
802     0 sg
803     0 634 -574 0 0 -634 574 0 3385 1868 5 MP stroke
804     gr
805    
806     %%IncludeResource: font Helvetica
807     /Helvetica /ISOLatin1Encoding 96 FMSR
808    
809     3672 1585 mt
810     (t17) s
811     %%IncludeResource: font Helvetica
812     /Helvetica /ISOLatin1Encoding 120 FMSR
813    
814     3385 1544 mt
815     (f3) s
816     %%IncludeResource: font Helvetica
817     /Helvetica /ISOLatin1Encoding 96 FMSR
818    
819     3485 1604 mt
820     (n) s
821     %%IncludeResource: font Helvetica
822     /Helvetica /ISOLatin1Encoding 120 FMSR
823    
824     3672 1748 mt
825     (f4) s
826     %%IncludeResource: font Helvetica
827     /Helvetica /ISOLatin1Encoding 96 FMSR
828    
829     3772 1808 mt
830     (n) s
831     gs 899 389 5357 4227 rc
832     0 634 -574 0 0 -634 574 0 3997 1868 5 MP stroke
833     gr
834    
835     4284 1585 mt
836     (t18) s
837     %%IncludeResource: font Helvetica
838     /Helvetica /ISOLatin1Encoding 120 FMSR
839    
840     4284 1748 mt
841     (f4) s
842     %%IncludeResource: font Helvetica
843     /Helvetica /ISOLatin1Encoding 96 FMSR
844    
845     4384 1808 mt
846     (n) s
847     %%IncludeResource: font Helvetica
848     /Helvetica /ISOLatin1Encoding 120 FMSR
849    
850     4418 1544 mt
851     (f6) s
852     %%IncludeResource: font Helvetica
853     /Helvetica /ISOLatin1Encoding 96 FMSR
854    
855     4518 1604 mt
856     (w) s
857     gs 899 389 5357 4227 rc
858     0 633 -574 0 0 -633 574 0 3385 1191 5 MP stroke
859     gr
860    
861     3672 908 mt
862     (t19) s
863     %%IncludeResource: font Helvetica
864     /Helvetica /ISOLatin1Encoding 120 FMSR
865    
866     3385 867 mt
867     (f3) s
868     %%IncludeResource: font Helvetica
869     /Helvetica /ISOLatin1Encoding 96 FMSR
870    
871     3485 927 mt
872     (n) s
873     %%IncludeResource: font Helvetica
874     /Helvetica /ISOLatin1Encoding 120 FMSR
875    
876     3672 720 mt
877     (f1) s
878     %%IncludeResource: font Helvetica
879     /Helvetica /ISOLatin1Encoding 96 FMSR
880    
881     3772 780 mt
882     (w) s
883     gs 899 389 5357 4227 rc
884     0 633 -574 0 0 -633 574 0 3997 1191 5 MP stroke
885     gr
886    
887     4284 908 mt
888     (t20) s
889     %%IncludeResource: font Helvetica
890     /Helvetica /ISOLatin1Encoding 120 FMSR
891    
892     4284 720 mt
893     (f1) s
894     %%IncludeResource: font Helvetica
895     /Helvetica /ISOLatin1Encoding 96 FMSR
896    
897     4384 780 mt
898     (w) s
899     %%IncludeResource: font Helvetica
900     /Helvetica /ISOLatin1Encoding 120 FMSR
901    
902     4418 867 mt
903     (f6) s
904     %%IncludeResource: font Helvetica
905     /Helvetica /ISOLatin1Encoding 96 FMSR
906    
907     4518 927 mt
908     (w) s
909     %%IncludeResource: font Helvetica-Bold
910     /Helvetica-Bold /ISOLatin1Encoding 168 FMSR
911    
912     5202 1275 mt
913     (f6) s
914     gs 899 389 5357 4227 rc
915     SO
916     24 w
917     c8
918     1186 0 4609 1868 2 MP stroke
919     -1186 0 5795 558 2 MP stroke
920     c10
921     0 -1310 5795 1868 2 MP stroke
922     0 1310 4609 558 2 MP stroke
923     DA
924     6 w
925     0 sg
926     0 634 -574 0 0 -634 574 0 4609 1868 5 MP stroke
927     gr
928    
929     %%IncludeResource: font Helvetica
930     /Helvetica /ISOLatin1Encoding 96 FMSR
931    
932     4896 1585 mt
933     (t21) s
934     %%IncludeResource: font Helvetica
935     /Helvetica /ISOLatin1Encoding 120 FMSR
936    
937     4609 1544 mt
938     (f5) s
939     %%IncludeResource: font Helvetica
940     /Helvetica /ISOLatin1Encoding 96 FMSR
941    
942     4709 1604 mt
943     (e) s
944     %%IncludeResource: font Helvetica
945     /Helvetica /ISOLatin1Encoding 120 FMSR
946    
947     4896 1748 mt
948     (f4) s
949     %%IncludeResource: font Helvetica
950     /Helvetica /ISOLatin1Encoding 96 FMSR
951    
952     4996 1808 mt
953     (e) s
954     gs 899 389 5357 4227 rc
955     0 634 -573 0 0 -634 573 0 5222 1868 5 MP stroke
956     gr
957    
958     5508 1585 mt
959     (t22) s
960     %%IncludeResource: font Helvetica
961     /Helvetica /ISOLatin1Encoding 120 FMSR
962    
963     5508 1748 mt
964     (f4) s
965     %%IncludeResource: font Helvetica
966     /Helvetica /ISOLatin1Encoding 96 FMSR
967    
968     5608 1808 mt
969     (e) s
970     %%IncludeResource: font Helvetica
971     /Helvetica /ISOLatin1Encoding 120 FMSR
972    
973     5642 1544 mt
974     (f2) s
975     %%IncludeResource: font Helvetica
976     /Helvetica /ISOLatin1Encoding 96 FMSR
977    
978     5742 1604 mt
979     (s) s
980     gs 899 389 5357 4227 rc
981     0 633 -574 0 0 -633 574 0 4609 1191 5 MP stroke
982     gr
983    
984     4896 908 mt
985     (t23) s
986     %%IncludeResource: font Helvetica
987     /Helvetica /ISOLatin1Encoding 120 FMSR
988    
989     4609 867 mt
990     (f5) s
991     %%IncludeResource: font Helvetica
992     /Helvetica /ISOLatin1Encoding 96 FMSR
993    
994     4709 927 mt
995     (e) s
996     %%IncludeResource: font Helvetica
997     /Helvetica /ISOLatin1Encoding 120 FMSR
998    
999     4896 720 mt
1000     (f1) s
1001     %%IncludeResource: font Helvetica
1002     /Helvetica /ISOLatin1Encoding 96 FMSR
1003    
1004     4996 780 mt
1005     (s) s
1006     gs 899 389 5357 4227 rc
1007     0 633 -573 0 0 -633 573 0 5222 1191 5 MP stroke
1008     gr
1009    
1010     5508 908 mt
1011     (t24) s
1012     %%IncludeResource: font Helvetica
1013     /Helvetica /ISOLatin1Encoding 120 FMSR
1014    
1015     5508 720 mt
1016     (f1) s
1017     %%IncludeResource: font Helvetica
1018     /Helvetica /ISOLatin1Encoding 96 FMSR
1019    
1020     5608 780 mt
1021     (s) s
1022     %%IncludeResource: font Helvetica
1023     /Helvetica /ISOLatin1Encoding 120 FMSR
1024    
1025     5642 867 mt
1026     (f2) s
1027     %%IncludeResource: font Helvetica
1028     /Helvetica /ISOLatin1Encoding 96 FMSR
1029    
1030     5742 927 mt
1031     (s) s
1032     SO
1033    
1034     end
1035    
1036     eplot
1037     %%EndObject
1038    
1039     epage
1040     end
1041    
1042     showpage
1043    
1044     %%Trailer
1045     %%BoundingBox: 73 213 551 589
1046     %%Pages: 001
1047     %%EOF

  ViewVC Help
Powered by ViewVC 1.1.22