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

Contents of /manual/s_phys_pkgs/s12t_16x32.ps

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


Revision 1.2 - (show annotations) (download) (as text)
Sat May 2 02:13:18 2009 UTC (16 years, 2 months 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 %!PS-Adobe-3.0
2 %%Creator: MATLAB, The Mathworks, Inc.
3 %%Title: /SCRATCH/s06/afe/MITgcm/utils/exch2/s12_16x32.ps
4 %%CreationDate: 03/15/2004 14:00:36
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 1310 -574 0 0 -1310 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 3951 mt
293 (t1) s
294 %%IncludeResource: font Helvetica
295 /Helvetica /ISOLatin1Encoding 120 FMSR
296
297 937 3910 mt
298 (f5) s
299 %%IncludeResource: font Helvetica
300 /Helvetica /ISOLatin1Encoding 96 FMSR
301
302 1037 3970 mt
303 (n) s
304 %%IncludeResource: font Helvetica
305 /Helvetica /ISOLatin1Encoding 120 FMSR
306
307 1224 3593 mt
308 (f3) s
309 %%IncludeResource: font Helvetica
310 /Helvetica /ISOLatin1Encoding 96 FMSR
311
312 1324 3653 mt
313 (w) s
314 %%IncludeResource: font Helvetica
315 /Helvetica /ISOLatin1Encoding 120 FMSR
316
317 1224 4340 mt
318 (f6) s
319 %%IncludeResource: font Helvetica
320 /Helvetica /ISOLatin1Encoding 96 FMSR
321
322 1324 4400 mt
323 (n) s
324 gs 899 389 5357 4227 rc
325 0 1310 -574 0 0 -1310 574 0 1549 4572 5 MP stroke
326 gr
327
328 1836 3951 mt
329 (t2) s
330 %%IncludeResource: font Helvetica
331 /Helvetica /ISOLatin1Encoding 120 FMSR
332
333 1836 3593 mt
334 (f3) s
335 %%IncludeResource: font Helvetica
336 /Helvetica /ISOLatin1Encoding 96 FMSR
337
338 1936 3653 mt
339 (w) s
340 %%IncludeResource: font Helvetica
341 /Helvetica /ISOLatin1Encoding 120 FMSR
342
343 1836 4340 mt
344 (f6) s
345 %%IncludeResource: font Helvetica
346 /Helvetica /ISOLatin1Encoding 96 FMSR
347
348 1936 4400 mt
349 (n) s
350 %%IncludeResource: font Helvetica
351 /Helvetica /ISOLatin1Encoding 120 FMSR
352
353 1970 3910 mt
354 (f2) s
355 %%IncludeResource: font Helvetica
356 /Helvetica /ISOLatin1Encoding 96 FMSR
357
358 2070 3970 mt
359 (w) s
360 gs 899 389 5357 4227 rc
361 SO
362 24 w
363 /c10 { 0.000000 1.000000 0.000000 sr} bdef
364 c10
365 1186 0 2161 4572 2 MP stroke
366 -1186 0 3347 3262 2 MP stroke
367 c9
368 0 -1310 3347 4572 2 MP stroke
369 0 1310 2161 3262 2 MP stroke
370 gr
371
372 24 w
373 c9
374 SO
375 0 sg
376 %%IncludeResource: font Helvetica-Bold
377 /Helvetica-Bold /ISOLatin1Encoding 168 FMSR
378
379 2754 3979 mt
380 (f2) s
381 gs 899 389 5357 4227 rc
382 DA
383 6 w
384 0 1310 -574 0 0 -1310 574 0 2161 4572 5 MP stroke
385 gr
386
387 6 w
388 DA
389 %%IncludeResource: font Helvetica
390 /Helvetica /ISOLatin1Encoding 96 FMSR
391
392 2448 3951 mt
393 (t3) s
394 %%IncludeResource: font Helvetica
395 /Helvetica /ISOLatin1Encoding 120 FMSR
396
397 2161 3910 mt
398 (f1) s
399 %%IncludeResource: font Helvetica
400 /Helvetica /ISOLatin1Encoding 96 FMSR
401
402 2261 3970 mt
403 (e) s
404 %%IncludeResource: font Helvetica
405 /Helvetica /ISOLatin1Encoding 120 FMSR
406
407 2448 3593 mt
408 (f3) s
409 %%IncludeResource: font Helvetica
410 /Helvetica /ISOLatin1Encoding 96 FMSR
411
412 2548 3653 mt
413 (s) s
414 %%IncludeResource: font Helvetica
415 /Helvetica /ISOLatin1Encoding 120 FMSR
416
417 2448 4340 mt
418 (f6) s
419 %%IncludeResource: font Helvetica
420 /Helvetica /ISOLatin1Encoding 96 FMSR
421
422 2548 4400 mt
423 (e) s
424 gs 899 389 5357 4227 rc
425 0 1310 -574 0 0 -1310 574 0 2773 4572 5 MP stroke
426 gr
427
428 3060 3951 mt
429 (t4) s
430 %%IncludeResource: font Helvetica
431 /Helvetica /ISOLatin1Encoding 120 FMSR
432
433 3060 3593 mt
434 (f3) s
435 %%IncludeResource: font Helvetica
436 /Helvetica /ISOLatin1Encoding 96 FMSR
437
438 3160 3653 mt
439 (s) s
440 %%IncludeResource: font Helvetica
441 /Helvetica /ISOLatin1Encoding 120 FMSR
442
443 3060 4340 mt
444 (f6) s
445 %%IncludeResource: font Helvetica
446 /Helvetica /ISOLatin1Encoding 96 FMSR
447
448 3160 4400 mt
449 (e) s
450 %%IncludeResource: font Helvetica
451 /Helvetica /ISOLatin1Encoding 120 FMSR
452
453 3194 3910 mt
454 (f4) s
455 %%IncludeResource: font Helvetica
456 /Helvetica /ISOLatin1Encoding 96 FMSR
457
458 3294 3970 mt
459 (s) s
460 gs 899 389 5357 4227 rc
461 SO
462 24 w
463 c10
464 1186 0 2161 3220 2 MP stroke
465 -1186 0 3347 1910 2 MP stroke
466 c8
467 0 -1310 3347 3220 2 MP stroke
468 0 1310 2161 1910 2 MP stroke
469 gr
470
471 24 w
472 c8
473 SO
474 0 sg
475 %%IncludeResource: font Helvetica-Bold
476 /Helvetica-Bold /ISOLatin1Encoding 168 FMSR
477
478 2754 2627 mt
479 (f3) s
480 gs 899 389 5357 4227 rc
481 DA
482 6 w
483 0 1310 -574 0 0 -1310 574 0 2161 3220 5 MP stroke
484 gr
485
486 6 w
487 DA
488 %%IncludeResource: font Helvetica
489 /Helvetica /ISOLatin1Encoding 96 FMSR
490
491 2448 2599 mt
492 (t5) s
493 %%IncludeResource: font Helvetica
494 /Helvetica /ISOLatin1Encoding 120 FMSR
495
496 2161 2558 mt
497 (f1) s
498 %%IncludeResource: font Helvetica
499 /Helvetica /ISOLatin1Encoding 96 FMSR
500
501 2261 2618 mt
502 (n) s
503 %%IncludeResource: font Helvetica
504 /Helvetica /ISOLatin1Encoding 120 FMSR
505
506 2448 2241 mt
507 (f5) s
508 %%IncludeResource: font Helvetica
509 /Helvetica /ISOLatin1Encoding 96 FMSR
510
511 2548 2301 mt
512 (w) s
513 %%IncludeResource: font Helvetica
514 /Helvetica /ISOLatin1Encoding 120 FMSR
515
516 2448 2988 mt
517 (f2) s
518 %%IncludeResource: font Helvetica
519 /Helvetica /ISOLatin1Encoding 96 FMSR
520
521 2548 3048 mt
522 (n) s
523 gs 899 389 5357 4227 rc
524 0 1310 -574 0 0 -1310 574 0 2773 3220 5 MP stroke
525 gr
526
527 3060 2599 mt
528 (t6) s
529 %%IncludeResource: font Helvetica
530 /Helvetica /ISOLatin1Encoding 120 FMSR
531
532 3060 2241 mt
533 (f5) s
534 %%IncludeResource: font Helvetica
535 /Helvetica /ISOLatin1Encoding 96 FMSR
536
537 3160 2301 mt
538 (w) s
539 %%IncludeResource: font Helvetica
540 /Helvetica /ISOLatin1Encoding 120 FMSR
541
542 3060 2988 mt
543 (f2) s
544 %%IncludeResource: font Helvetica
545 /Helvetica /ISOLatin1Encoding 96 FMSR
546
547 3160 3048 mt
548 (n) s
549 %%IncludeResource: font Helvetica
550 /Helvetica /ISOLatin1Encoding 120 FMSR
551
552 3194 2558 mt
553 (f4) s
554 %%IncludeResource: font Helvetica
555 /Helvetica /ISOLatin1Encoding 96 FMSR
556
557 3294 2618 mt
558 (w) s
559 gs 899 389 5357 4227 rc
560 SO
561 24 w
562 c9
563 1186 0 3385 3220 2 MP stroke
564 -1186 0 4571 1910 2 MP stroke
565 c8
566 0 -1310 4571 3220 2 MP stroke
567 0 1310 3385 1910 2 MP stroke
568 gr
569
570 24 w
571 c8
572 SO
573 0 sg
574 %%IncludeResource: font Helvetica-Bold
575 /Helvetica-Bold /ISOLatin1Encoding 168 FMSR
576
577 3978 2627 mt
578 (f4) s
579 gs 899 389 5357 4227 rc
580 DA
581 6 w
582 0 1310 -574 0 0 -1310 574 0 3385 3220 5 MP stroke
583 gr
584
585 6 w
586 DA
587 %%IncludeResource: font Helvetica
588 /Helvetica /ISOLatin1Encoding 96 FMSR
589
590 3672 2599 mt
591 (t7) s
592 %%IncludeResource: font Helvetica
593 /Helvetica /ISOLatin1Encoding 120 FMSR
594
595 3385 2558 mt
596 (f3) s
597 %%IncludeResource: font Helvetica
598 /Helvetica /ISOLatin1Encoding 96 FMSR
599
600 3485 2618 mt
601 (e) s
602 %%IncludeResource: font Helvetica
603 /Helvetica /ISOLatin1Encoding 120 FMSR
604
605 3672 2241 mt
606 (f5) s
607 %%IncludeResource: font Helvetica
608 /Helvetica /ISOLatin1Encoding 96 FMSR
609
610 3772 2301 mt
611 (s) s
612 %%IncludeResource: font Helvetica
613 /Helvetica /ISOLatin1Encoding 120 FMSR
614
615 3672 2988 mt
616 (f2) s
617 %%IncludeResource: font Helvetica
618 /Helvetica /ISOLatin1Encoding 96 FMSR
619
620 3772 3048 mt
621 (e) s
622 gs 899 389 5357 4227 rc
623 0 1310 -574 0 0 -1310 574 0 3997 3220 5 MP stroke
624 gr
625
626 4284 2599 mt
627 (t8) s
628 %%IncludeResource: font Helvetica
629 /Helvetica /ISOLatin1Encoding 120 FMSR
630
631 4284 2241 mt
632 (f5) s
633 %%IncludeResource: font Helvetica
634 /Helvetica /ISOLatin1Encoding 96 FMSR
635
636 4384 2301 mt
637 (s) s
638 %%IncludeResource: font Helvetica
639 /Helvetica /ISOLatin1Encoding 120 FMSR
640
641 4284 2988 mt
642 (f2) s
643 %%IncludeResource: font Helvetica
644 /Helvetica /ISOLatin1Encoding 96 FMSR
645
646 4384 3048 mt
647 (e) s
648 %%IncludeResource: font Helvetica
649 /Helvetica /ISOLatin1Encoding 120 FMSR
650
651 4418 2558 mt
652 (f6) s
653 %%IncludeResource: font Helvetica
654 /Helvetica /ISOLatin1Encoding 96 FMSR
655
656 4518 2618 mt
657 (s) s
658 %%IncludeResource: font Helvetica-Bold
659 /Helvetica-Bold /ISOLatin1Encoding 168 FMSR
660
661 3978 1275 mt
662 (f5) s
663 gs 899 389 5357 4227 rc
664 SO
665 24 w
666 c9
667 1186 0 3385 1868 2 MP stroke
668 -1186 0 4571 558 2 MP stroke
669 c10
670 0 -1310 4571 1868 2 MP stroke
671 0 1310 3385 558 2 MP stroke
672 DA
673 6 w
674 0 sg
675 0 1310 -574 0 0 -1310 574 0 3385 1868 5 MP stroke
676 gr
677
678 %%IncludeResource: font Helvetica
679 /Helvetica /ISOLatin1Encoding 96 FMSR
680
681 3672 1247 mt
682 (t9) s
683 %%IncludeResource: font Helvetica
684 /Helvetica /ISOLatin1Encoding 120 FMSR
685
686 3385 1206 mt
687 (f3) s
688 %%IncludeResource: font Helvetica
689 /Helvetica /ISOLatin1Encoding 96 FMSR
690
691 3485 1266 mt
692 (n) s
693 %%IncludeResource: font Helvetica
694 /Helvetica /ISOLatin1Encoding 120 FMSR
695
696 3672 889 mt
697 (f1) s
698 %%IncludeResource: font Helvetica
699 /Helvetica /ISOLatin1Encoding 96 FMSR
700
701 3772 949 mt
702 (w) s
703 %%IncludeResource: font Helvetica
704 /Helvetica /ISOLatin1Encoding 120 FMSR
705
706 3672 1635 mt
707 (f4) s
708 %%IncludeResource: font Helvetica
709 /Helvetica /ISOLatin1Encoding 96 FMSR
710
711 3772 1695 mt
712 (n) s
713 gs 899 389 5357 4227 rc
714 0 1310 -574 0 0 -1310 574 0 3997 1868 5 MP stroke
715 gr
716
717 4284 1247 mt
718 (t10) s
719 %%IncludeResource: font Helvetica
720 /Helvetica /ISOLatin1Encoding 120 FMSR
721
722 4284 889 mt
723 (f1) s
724 %%IncludeResource: font Helvetica
725 /Helvetica /ISOLatin1Encoding 96 FMSR
726
727 4384 949 mt
728 (w) s
729 %%IncludeResource: font Helvetica
730 /Helvetica /ISOLatin1Encoding 120 FMSR
731
732 4284 1635 mt
733 (f4) s
734 %%IncludeResource: font Helvetica
735 /Helvetica /ISOLatin1Encoding 96 FMSR
736
737 4384 1695 mt
738 (n) s
739 %%IncludeResource: font Helvetica
740 /Helvetica /ISOLatin1Encoding 120 FMSR
741
742 4418 1206 mt
743 (f6) s
744 %%IncludeResource: font Helvetica
745 /Helvetica /ISOLatin1Encoding 96 FMSR
746
747 4518 1266 mt
748 (w) s
749 %%IncludeResource: font Helvetica-Bold
750 /Helvetica-Bold /ISOLatin1Encoding 168 FMSR
751
752 5202 1275 mt
753 (f6) s
754 gs 899 389 5357 4227 rc
755 SO
756 24 w
757 c8
758 1186 0 4609 1868 2 MP stroke
759 -1186 0 5795 558 2 MP stroke
760 c10
761 0 -1310 5795 1868 2 MP stroke
762 0 1310 4609 558 2 MP stroke
763 DA
764 6 w
765 0 sg
766 0 1310 -574 0 0 -1310 574 0 4609 1868 5 MP stroke
767 gr
768
769 %%IncludeResource: font Helvetica
770 /Helvetica /ISOLatin1Encoding 96 FMSR
771
772 4896 1247 mt
773 (t11) s
774 %%IncludeResource: font Helvetica
775 /Helvetica /ISOLatin1Encoding 120 FMSR
776
777 4609 1206 mt
778 (f5) s
779 %%IncludeResource: font Helvetica
780 /Helvetica /ISOLatin1Encoding 96 FMSR
781
782 4709 1266 mt
783 (e) s
784 %%IncludeResource: font Helvetica
785 /Helvetica /ISOLatin1Encoding 120 FMSR
786
787 4896 889 mt
788 (f1) s
789 %%IncludeResource: font Helvetica
790 /Helvetica /ISOLatin1Encoding 96 FMSR
791
792 4996 949 mt
793 (s) s
794 %%IncludeResource: font Helvetica
795 /Helvetica /ISOLatin1Encoding 120 FMSR
796
797 4896 1635 mt
798 (f4) s
799 %%IncludeResource: font Helvetica
800 /Helvetica /ISOLatin1Encoding 96 FMSR
801
802 4996 1695 mt
803 (e) s
804 gs 899 389 5357 4227 rc
805 0 1310 -573 0 0 -1310 573 0 5222 1868 5 MP stroke
806 gr
807
808 5508 1247 mt
809 (t12) s
810 %%IncludeResource: font Helvetica
811 /Helvetica /ISOLatin1Encoding 120 FMSR
812
813 5508 889 mt
814 (f1) s
815 %%IncludeResource: font Helvetica
816 /Helvetica /ISOLatin1Encoding 96 FMSR
817
818 5608 949 mt
819 (s) s
820 %%IncludeResource: font Helvetica
821 /Helvetica /ISOLatin1Encoding 120 FMSR
822
823 5508 1635 mt
824 (f4) s
825 %%IncludeResource: font Helvetica
826 /Helvetica /ISOLatin1Encoding 96 FMSR
827
828 5608 1695 mt
829 (e) s
830 %%IncludeResource: font Helvetica
831 /Helvetica /ISOLatin1Encoding 120 FMSR
832
833 5642 1206 mt
834 (f2) s
835 %%IncludeResource: font Helvetica
836 /Helvetica /ISOLatin1Encoding 96 FMSR
837
838 5742 1266 mt
839 (s) s
840 SO
841
842 end
843
844 eplot
845 %%EndObject
846
847 epage
848 end
849
850 showpage
851
852 %%Trailer
853 %%BoundingBox: 73 213 551 589
854 %%Pages: 001
855 %%EOF

  ViewVC Help
Powered by ViewVC 1.1.22