Warning, /utils/exch2/code-mods/s24t_8x32/plot.ps is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit 0821e2c4 on 2004-03-15 17:03:47 UTC
0821e2c4ed Andr*0001 %!PS-Adobe-3.0
0002 %%Creator: MATLAB, The Mathworks, Inc.
0003 %%Title: /SCRATCH/s06/afe/MITgcm/utils/exch2/code-mods/s24t_8x32/plot.ps
0004 %%CreationDate: 03/15/2004 12:01:31
0005 %%DocumentNeededFonts: Helvetica
0006 %%+ Helvetica-Bold
0007 %%DocumentProcessColors: Cyan Magenta Yellow Black
0008 %%LanguageLevel: 2
0009 %%Pages: (atend)
0010 %%BoundingBox: (atend)
0011 %%EndComments
0012
0013 %%BeginProlog
0014 % MathWorks dictionary
0015 /MathWorks 160 dict begin
0016 % definition operators
0017 /bdef {bind def} bind def
0018 /ldef {load def} bind def
0019 /xdef {exch def} bdef
0020 /xstore {exch store} bdef
0021 % operator abbreviations
0022 /c /clip ldef
0023 /cc /concat ldef
0024 /cp /closepath ldef
0025 /gr /grestore ldef
0026 /gs /gsave ldef
0027 /mt /moveto ldef
0028 /np /newpath ldef
0029 /cm /currentmatrix ldef
0030 /sm /setmatrix ldef
0031 /rm /rmoveto ldef
0032 /rl /rlineto ldef
0033 /s {show newpath} bdef
0034 /sc {setcmykcolor} bdef
0035 /sr /setrgbcolor ldef
0036 /sg /setgray ldef
0037 /w /setlinewidth ldef
0038 /j /setlinejoin ldef
0039 /cap /setlinecap ldef
0040 /rc {rectclip} bdef
0041 /rf {rectfill} bdef
0042 % page state control
0043 /pgsv () def
0044 /bpage {/pgsv save def} bdef
0045 /epage {pgsv restore} bdef
0046 /bplot /gsave ldef
0047 /eplot {stroke grestore} bdef
0048 % orientation switch
0049 /portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def
0050 % coordinate system mappings
0051 /dpi2point 0 def
0052 % font control
0053 /FontSize 0 def
0054 /FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0]
0055 makefont setfont} bdef
0056 /reencode {exch dup where {pop load} {pop StandardEncoding} ifelse
0057 exch dup 3 1 roll findfont dup length dict begin
0058 { 1 index /FID ne {def}{pop pop} ifelse } forall
0059 /Encoding exch def currentdict end definefont pop} bdef
0060 /isroman {findfont /CharStrings get /Agrave known} bdef
0061 /FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse
0062 exch FMS} bdef
0063 /csm {1 dpi2point div -1 dpi2point div scale neg translate
0064 dup landscapeMode eq {pop -90 rotate}
0065 {rotateMode eq {90 rotate} if} ifelse} bdef
0066 % line types: solid, dotted, dashed, dotdash
0067 /SO { [] 0 setdash } bdef
0068 /DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
0069 /DA { [6 dpi2point mul] 0 setdash } bdef
0070 /DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4
0071 dpi2point mul] 0 setdash } bdef
0072 % macros for lines and objects
0073 /L {lineto stroke} bdef
0074 /MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef
0075 /AP {{rlineto} repeat} bdef
0076 /PDlw -1 def
0077 /W {/PDlw currentlinewidth def setlinewidth} def
0078 /PP {closepath eofill} bdef
0079 /DP {closepath stroke} bdef
0080 /MR {4 -2 roll moveto dup 0 exch rlineto exch 0 rlineto
0081 neg 0 exch rlineto closepath} bdef
0082 /FR {MR stroke} bdef
0083 /PR {MR fill} bdef
0084 /L1i {{currentfile picstr readhexstring pop} image} bdef
0085 /tMatrix matrix def
0086 /MakeOval {newpath tMatrix currentmatrix pop translate scale
0087 0 0 1 0 360 arc tMatrix setmatrix} bdef
0088 /FO {MakeOval stroke} bdef
0089 /PO {MakeOval fill} bdef
0090 /PD {currentlinewidth 2 div 0 360 arc fill
0091 PDlw -1 eq not {PDlw w /PDlw -1 def} if} def
0092 /FA {newpath tMatrix currentmatrix pop translate scale
0093 0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef
0094 /PA {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
0095 0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef
0096 /FAn {newpath tMatrix currentmatrix pop translate scale
0097 0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef
0098 /PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
0099 0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef
0100 /vradius 0 def /hradius 0 def /lry 0 def
0101 /lrx 0 def /uly 0 def /ulx 0 def /rad 0 def
0102 /MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef
0103 /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly
0104 vradius add translate hradius vradius scale 0 0 1 180 270 arc
0105 tMatrix setmatrix lrx hradius sub uly vradius add translate
0106 hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix
0107 lrx hradius sub lry vradius sub translate hradius vradius scale
0108 0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub
0109 translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix
0110 closepath} bdef
0111 /FRR {MRR stroke } bdef
0112 /PRR {MRR fill } bdef
0113 /MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def
0114 newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
0115 rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad
0116 sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix
0117 closepath} bdef
0118 /FlrRR {MlrRR stroke } bdef
0119 /PlrRR {MlrRR fill } bdef
0120 /MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def
0121 newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
0122 rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad
0123 sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix
0124 closepath} bdef
0125 /FtbRR {MtbRR stroke } bdef
0126 /PtbRR {MtbRR fill } bdef
0127 /stri 6 array def /dtri 6 array def
0128 /smat 6 array def /dmat 6 array def
0129 /tmat1 6 array def /tmat2 6 array def /dif 3 array def
0130 /asub {/ind2 exch def /ind1 exch def dup dup
0131 ind1 get exch ind2 get sub exch } bdef
0132 /tri_to_matrix {
0133 2 0 asub 3 1 asub 4 0 asub 5 1 asub
0134 dup 0 get exch 1 get 7 -1 roll astore } bdef
0135 /compute_transform {
0136 dmat dtri tri_to_matrix tmat1 invertmatrix
0137 smat stri tri_to_matrix tmat2 concatmatrix } bdef
0138 /ds {stri astore pop} bdef
0139 /dt {dtri astore pop} bdef
0140 /db {2 copy /cols xdef /rows xdef mul dup 3 mul string
0141 currentfile
0142 3 index 0 eq {/ASCIIHexDecode filter}
0143 {/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if }
0144 ifelse exch readstring pop
0145 dup 0 3 index getinterval /rbmap xdef
0146 dup 2 index dup getinterval /gbmap xdef
0147 1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef
0148 /it {gs np dtri aload pop moveto lineto lineto cp c
0149 cols rows 8 compute_transform
0150 rbmap gbmap bbmap true 3 colorimage gr}bdef
0151 /il {newpath moveto lineto stroke}bdef
0152 currentdict end def
0153 %%EndProlog
0154
0155 %%BeginSetup
0156 MathWorks begin
0157
0158 0 cap
0159
0160 end
0161 %%EndSetup
0162
0163 %%Page: 1 1
0164 %%BeginPageSetup
0165 %%PageBoundingBox: 120 213 504 589
0166 MathWorks begin
0167 bpage
0168 %%EndPageSetup
0169
0170 %%BeginObject: obj1
0171 bplot
0172
0173 /dpi2point 12 def
0174 portraitMode 0216 7344 csm
0175
0176 1229 273 4610 4515 rc
0177 92 dict begin %Colortable dictionary
0178 /c0 { 0 0 0 sr} bdef
0179 /c1 { 1 1 1 sr} bdef
0180 /c2 { 1 0 0 sr} bdef
0181 /c3 { 0 1 0 sr} bdef
0182 /c4 { 0 0 1 sr} bdef
0183 /c5 { 1 1 0 sr} bdef
0184 /c6 { 1 0 1 sr} bdef
0185 /c7 { 0 1 1 sr} bdef
0186 c0
0187 1 j
0188 1 sg
0189 0 0 6913 5186 rf
0190 6 w
0191 0 4227 4227 0 0 -4227 1463 4615 4 MP
0192 PP
0193 -4227 0 0 4227 4227 0 0 -4227 1463 4615 5 MP stroke
0194 4 w
0195 DO
0196 SO
0197 6 w
0198 0 sg
0199 1463 4615 mt 5690 4615 L
0200 1463 4615 mt 1463 388 L
0201 1463 4615 mt 1463 4572 L
0202 %%IncludeResource: font Helvetica
0203 /Helvetica /ISOLatin1Encoding 120 FMSR
0204
0205 1430 4760 mt
0206 (0) s
0207 2067 4615 mt 2067 4572 L
0208 2001 4760 mt
0209 (20) s
0210 2671 4615 mt 2671 4572 L
0211 2605 4760 mt
0212 (40) s
0213 3275 4615 mt 3275 4572 L
0214 3209 4760 mt
0215 (60) s
0216 3878 4615 mt 3878 4572 L
0217 3812 4760 mt
0218 (80) s
0219 4482 4615 mt 4482 4572 L
0220 4382 4760 mt
0221 (100) s
0222 5086 4615 mt 5086 4572 L
0223 4986 4760 mt
0224 (120) s
0225 5690 4615 mt 5690 4572 L
0226 5590 4760 mt
0227 (140) s
0228 1463 4615 mt 1506 4615 L
0229 1363 4659 mt
0230 (0) s
0231 1463 4011 mt 1506 4011 L
0232 1296 4055 mt
0233 (20) s
0234 1463 3407 mt 1506 3407 L
0235 1296 3451 mt
0236 (40) s
0237 1463 2803 mt 1506 2803 L
0238 1296 2847 mt
0239 (60) s
0240 1463 2200 mt 1506 2200 L
0241 1296 2244 mt
0242 (80) s
0243 1463 1596 mt 1506 1596 L
0244 1229 1640 mt
0245 (100) s
0246 1463 992 mt 1506 992 L
0247 1229 1036 mt
0248 (120) s
0249 1463 388 mt 1506 388 L
0250 1229 432 mt
0251 (140) s
0252 gs 1463 388 4228 4228 rc
0253 24 w
0254 /c8 { 0.000000 0.000000 1.000000 sr} bdef
0255 c8
0256 935 0 1494 4584 2 MP stroke
0257 -935 0 2429 3649 2 MP stroke
0258 /c9 { 1.000000 0.000000 0.000000 sr} bdef
0259 c9
0260 0 -935 2429 4584 2 MP stroke
0261 0 935 1494 3649 2 MP stroke
0262 gr
0263
0264 24 w
0265 c9
0266 0 sg
0267 %%IncludeResource: font Helvetica-Bold
0268 /Helvetica-Bold /ISOLatin1Encoding 168 FMSR
0269
0270 1962 4178 mt
0271 (f1) s
0272 gs 1463 388 4228 4228 rc
0273 DA
0274 6 w
0275 0 935 -211 0 0 -935 211 0 1494 4584 5 MP stroke
0276 gr
0277
0278 6 w
0279 DA
0280 %%IncludeResource: font Helvetica
0281 /Helvetica /ISOLatin1Encoding 96 FMSR
0282
0283 1599 4150 mt
0284 (t1) s
0285 %%IncludeResource: font Helvetica
0286 /Helvetica /ISOLatin1Encoding 120 FMSR
0287
0288 1494 4109 mt
0289 (f5) s
0290 %%IncludeResource: font Helvetica
0291 /Helvetica /ISOLatin1Encoding 96 FMSR
0292
0293 1594 4169 mt
0294 (n) s
0295 %%IncludeResource: font Helvetica
0296 /Helvetica /ISOLatin1Encoding 120 FMSR
0297
0298 1599 3883 mt
0299 (f3) s
0300 %%IncludeResource: font Helvetica
0301 /Helvetica /ISOLatin1Encoding 96 FMSR
0302
0303 1699 3943 mt
0304 (w) s
0305 %%IncludeResource: font Helvetica
0306 /Helvetica /ISOLatin1Encoding 120 FMSR
0307
0308 1599 4416 mt
0309 (f6) s
0310 %%IncludeResource: font Helvetica
0311 /Helvetica /ISOLatin1Encoding 96 FMSR
0312
0313 1699 4476 mt
0314 (n) s
0315 gs 1463 388 4228 4228 rc
0316 0 935 -211 0 0 -935 211 0 1735 4584 5 MP stroke
0317 gr
0318
0319 1841 4150 mt
0320 (t2) s
0321 %%IncludeResource: font Helvetica
0322 /Helvetica /ISOLatin1Encoding 120 FMSR
0323
0324 1841 3883 mt
0325 (f3) s
0326 %%IncludeResource: font Helvetica
0327 /Helvetica /ISOLatin1Encoding 96 FMSR
0328
0329 1941 3943 mt
0330 (w) s
0331 %%IncludeResource: font Helvetica
0332 /Helvetica /ISOLatin1Encoding 120 FMSR
0333
0334 1841 4416 mt
0335 (f6) s
0336 %%IncludeResource: font Helvetica
0337 /Helvetica /ISOLatin1Encoding 96 FMSR
0338
0339 1941 4476 mt
0340 (n) s
0341 gs 1463 388 4228 4228 rc
0342 0 935 -211 0 0 -935 211 0 1977 4584 5 MP stroke
0343 gr
0344
0345 2082 4150 mt
0346 (t3) s
0347 %%IncludeResource: font Helvetica
0348 /Helvetica /ISOLatin1Encoding 120 FMSR
0349
0350 2082 3883 mt
0351 (f3) s
0352 %%IncludeResource: font Helvetica
0353 /Helvetica /ISOLatin1Encoding 96 FMSR
0354
0355 2182 3943 mt
0356 (w) s
0357 %%IncludeResource: font Helvetica
0358 /Helvetica /ISOLatin1Encoding 120 FMSR
0359
0360 2082 4416 mt
0361 (f6) s
0362 %%IncludeResource: font Helvetica
0363 /Helvetica /ISOLatin1Encoding 96 FMSR
0364
0365 2182 4476 mt
0366 (n) s
0367 gs 1463 388 4228 4228 rc
0368 0 935 -211 0 0 -935 211 0 2218 4584 5 MP stroke
0369 gr
0370
0371 2324 4150 mt
0372 (t4) s
0373 %%IncludeResource: font Helvetica
0374 /Helvetica /ISOLatin1Encoding 120 FMSR
0375
0376 2324 3883 mt
0377 (f3) s
0378 %%IncludeResource: font Helvetica
0379 /Helvetica /ISOLatin1Encoding 96 FMSR
0380
0381 2424 3943 mt
0382 (w) s
0383 %%IncludeResource: font Helvetica
0384 /Helvetica /ISOLatin1Encoding 120 FMSR
0385
0386 2324 4416 mt
0387 (f6) s
0388 %%IncludeResource: font Helvetica
0389 /Helvetica /ISOLatin1Encoding 96 FMSR
0390
0391 2424 4476 mt
0392 (n) s
0393 %%IncludeResource: font Helvetica
0394 /Helvetica /ISOLatin1Encoding 120 FMSR
0395
0396 2369 4109 mt
0397 (f2) s
0398 %%IncludeResource: font Helvetica
0399 /Helvetica /ISOLatin1Encoding 96 FMSR
0400
0401 2469 4169 mt
0402 (w) s
0403 gs 1463 388 4228 4228 rc
0404 SO
0405 24 w
0406 /c10 { 0.000000 1.000000 0.000000 sr} bdef
0407 c10
0408 935 0 2460 4584 2 MP stroke
0409 -935 0 3395 3649 2 MP stroke
0410 c9
0411 0 -935 3395 4584 2 MP stroke
0412 0 935 2460 3649 2 MP stroke
0413 gr
0414
0415 24 w
0416 c9
0417 SO
0418 0 sg
0419 %%IncludeResource: font Helvetica-Bold
0420 /Helvetica-Bold /ISOLatin1Encoding 168 FMSR
0421
0422 2928 4178 mt
0423 (f2) s
0424 gs 1463 388 4228 4228 rc
0425 DA
0426 6 w
0427 0 935 -211 0 0 -935 211 0 2460 4584 5 MP stroke
0428 gr
0429
0430 6 w
0431 DA
0432 %%IncludeResource: font Helvetica
0433 /Helvetica /ISOLatin1Encoding 96 FMSR
0434
0435 2565 4150 mt
0436 (t5) s
0437 %%IncludeResource: font Helvetica
0438 /Helvetica /ISOLatin1Encoding 120 FMSR
0439
0440 2460 4109 mt
0441 (f1) s
0442 %%IncludeResource: font Helvetica
0443 /Helvetica /ISOLatin1Encoding 96 FMSR
0444
0445 2560 4169 mt
0446 (e) s
0447 %%IncludeResource: font Helvetica
0448 /Helvetica /ISOLatin1Encoding 120 FMSR
0449
0450 2565 3883 mt
0451 (f3) s
0452 %%IncludeResource: font Helvetica
0453 /Helvetica /ISOLatin1Encoding 96 FMSR
0454
0455 2665 3943 mt
0456 (s) s
0457 %%IncludeResource: font Helvetica
0458 /Helvetica /ISOLatin1Encoding 120 FMSR
0459
0460 2565 4416 mt
0461 (f6) s
0462 %%IncludeResource: font Helvetica
0463 /Helvetica /ISOLatin1Encoding 96 FMSR
0464
0465 2665 4476 mt
0466 (e) s
0467 gs 1463 388 4228 4228 rc
0468 0 935 -211 0 0 -935 211 0 2701 4584 5 MP stroke
0469 gr
0470
0471 2807 4150 mt
0472 (t6) s
0473 %%IncludeResource: font Helvetica
0474 /Helvetica /ISOLatin1Encoding 120 FMSR
0475
0476 2807 3883 mt
0477 (f3) s
0478 %%IncludeResource: font Helvetica
0479 /Helvetica /ISOLatin1Encoding 96 FMSR
0480
0481 2907 3943 mt
0482 (s) s
0483 %%IncludeResource: font Helvetica
0484 /Helvetica /ISOLatin1Encoding 120 FMSR
0485
0486 2807 4416 mt
0487 (f6) s
0488 %%IncludeResource: font Helvetica
0489 /Helvetica /ISOLatin1Encoding 96 FMSR
0490
0491 2907 4476 mt
0492 (e) s
0493 gs 1463 388 4228 4228 rc
0494 0 935 -211 0 0 -935 211 0 2943 4584 5 MP stroke
0495 gr
0496
0497 3048 4150 mt
0498 (t7) s
0499 %%IncludeResource: font Helvetica
0500 /Helvetica /ISOLatin1Encoding 120 FMSR
0501
0502 3048 3883 mt
0503 (f3) s
0504 %%IncludeResource: font Helvetica
0505 /Helvetica /ISOLatin1Encoding 96 FMSR
0506
0507 3148 3943 mt
0508 (s) s
0509 %%IncludeResource: font Helvetica
0510 /Helvetica /ISOLatin1Encoding 120 FMSR
0511
0512 3048 4416 mt
0513 (f6) s
0514 %%IncludeResource: font Helvetica
0515 /Helvetica /ISOLatin1Encoding 96 FMSR
0516
0517 3148 4476 mt
0518 (e) s
0519 gs 1463 388 4228 4228 rc
0520 0 935 -211 0 0 -935 211 0 3184 4584 5 MP stroke
0521 gr
0522
0523 3290 4150 mt
0524 (t8) s
0525 %%IncludeResource: font Helvetica
0526 /Helvetica /ISOLatin1Encoding 120 FMSR
0527
0528 3290 3883 mt
0529 (f3) s
0530 %%IncludeResource: font Helvetica
0531 /Helvetica /ISOLatin1Encoding 96 FMSR
0532
0533 3390 3943 mt
0534 (s) s
0535 %%IncludeResource: font Helvetica
0536 /Helvetica /ISOLatin1Encoding 120 FMSR
0537
0538 3290 4416 mt
0539 (f6) s
0540 %%IncludeResource: font Helvetica
0541 /Helvetica /ISOLatin1Encoding 96 FMSR
0542
0543 3390 4476 mt
0544 (e) s
0545 %%IncludeResource: font Helvetica
0546 /Helvetica /ISOLatin1Encoding 120 FMSR
0547
0548 3335 4109 mt
0549 (f4) s
0550 %%IncludeResource: font Helvetica
0551 /Helvetica /ISOLatin1Encoding 96 FMSR
0552
0553 3435 4169 mt
0554 (s) s
0555 gs 1463 388 4228 4228 rc
0556 SO
0557 24 w
0558 c10
0559 935 0 2460 3618 2 MP stroke
0560 -935 0 3395 2683 2 MP stroke
0561 c8
0562 0 -935 3395 3618 2 MP stroke
0563 0 935 2460 2683 2 MP stroke
0564 gr
0565
0566 24 w
0567 c8
0568 SO
0569 0 sg
0570 %%IncludeResource: font Helvetica-Bold
0571 /Helvetica-Bold /ISOLatin1Encoding 168 FMSR
0572
0573 2928 3212 mt
0574 (f3) s
0575 gs 1463 388 4228 4228 rc
0576 DA
0577 6 w
0578 0 935 -211 0 0 -935 211 0 2460 3618 5 MP stroke
0579 gr
0580
0581 6 w
0582 DA
0583 %%IncludeResource: font Helvetica
0584 /Helvetica /ISOLatin1Encoding 96 FMSR
0585
0586 2565 3184 mt
0587 (t9) s
0588 %%IncludeResource: font Helvetica
0589 /Helvetica /ISOLatin1Encoding 120 FMSR
0590
0591 2460 3143 mt
0592 (f1) s
0593 %%IncludeResource: font Helvetica
0594 /Helvetica /ISOLatin1Encoding 96 FMSR
0595
0596 2560 3203 mt
0597 (n) s
0598 %%IncludeResource: font Helvetica
0599 /Helvetica /ISOLatin1Encoding 120 FMSR
0600
0601 2565 2917 mt
0602 (f5) s
0603 %%IncludeResource: font Helvetica
0604 /Helvetica /ISOLatin1Encoding 96 FMSR
0605
0606 2665 2977 mt
0607 (w) s
0608 %%IncludeResource: font Helvetica
0609 /Helvetica /ISOLatin1Encoding 120 FMSR
0610
0611 2565 3450 mt
0612 (f2) s
0613 %%IncludeResource: font Helvetica
0614 /Helvetica /ISOLatin1Encoding 96 FMSR
0615
0616 2665 3510 mt
0617 (n) s
0618 gs 1463 388 4228 4228 rc
0619 0 935 -211 0 0 -935 211 0 2701 3618 5 MP stroke
0620 gr
0621
0622 2807 3184 mt
0623 (t10) s
0624 %%IncludeResource: font Helvetica
0625 /Helvetica /ISOLatin1Encoding 120 FMSR
0626
0627 2807 2917 mt
0628 (f5) s
0629 %%IncludeResource: font Helvetica
0630 /Helvetica /ISOLatin1Encoding 96 FMSR
0631
0632 2907 2977 mt
0633 (w) s
0634 %%IncludeResource: font Helvetica
0635 /Helvetica /ISOLatin1Encoding 120 FMSR
0636
0637 2807 3450 mt
0638 (f2) s
0639 %%IncludeResource: font Helvetica
0640 /Helvetica /ISOLatin1Encoding 96 FMSR
0641
0642 2907 3510 mt
0643 (n) s
0644 gs 1463 388 4228 4228 rc
0645 0 935 -211 0 0 -935 211 0 2943 3618 5 MP stroke
0646 gr
0647
0648 3048 3184 mt
0649 (t11) s
0650 %%IncludeResource: font Helvetica
0651 /Helvetica /ISOLatin1Encoding 120 FMSR
0652
0653 3048 2917 mt
0654 (f5) s
0655 %%IncludeResource: font Helvetica
0656 /Helvetica /ISOLatin1Encoding 96 FMSR
0657
0658 3148 2977 mt
0659 (w) s
0660 %%IncludeResource: font Helvetica
0661 /Helvetica /ISOLatin1Encoding 120 FMSR
0662
0663 3048 3450 mt
0664 (f2) s
0665 %%IncludeResource: font Helvetica
0666 /Helvetica /ISOLatin1Encoding 96 FMSR
0667
0668 3148 3510 mt
0669 (n) s
0670 gs 1463 388 4228 4228 rc
0671 0 935 -211 0 0 -935 211 0 3184 3618 5 MP stroke
0672 gr
0673
0674 3290 3184 mt
0675 (t12) s
0676 %%IncludeResource: font Helvetica
0677 /Helvetica /ISOLatin1Encoding 120 FMSR
0678
0679 3290 2917 mt
0680 (f5) s
0681 %%IncludeResource: font Helvetica
0682 /Helvetica /ISOLatin1Encoding 96 FMSR
0683
0684 3390 2977 mt
0685 (w) s
0686 %%IncludeResource: font Helvetica
0687 /Helvetica /ISOLatin1Encoding 120 FMSR
0688
0689 3290 3450 mt
0690 (f2) s
0691 %%IncludeResource: font Helvetica
0692 /Helvetica /ISOLatin1Encoding 96 FMSR
0693
0694 3390 3510 mt
0695 (n) s
0696 %%IncludeResource: font Helvetica
0697 /Helvetica /ISOLatin1Encoding 120 FMSR
0698
0699 3335 3143 mt
0700 (f4) s
0701 %%IncludeResource: font Helvetica
0702 /Helvetica /ISOLatin1Encoding 96 FMSR
0703
0704 3435 3203 mt
0705 (w) s
0706 gs 1463 388 4228 4228 rc
0707 SO
0708 24 w
0709 c9
0710 935 0 3426 3618 2 MP stroke
0711 -935 0 4361 2683 2 MP stroke
0712 c8
0713 0 -935 4361 3618 2 MP stroke
0714 0 935 3426 2683 2 MP stroke
0715 gr
0716
0717 24 w
0718 c8
0719 SO
0720 0 sg
0721 %%IncludeResource: font Helvetica-Bold
0722 /Helvetica-Bold /ISOLatin1Encoding 168 FMSR
0723
0724 3893 3212 mt
0725 (f4) s
0726 gs 1463 388 4228 4228 rc
0727 DA
0728 6 w
0729 0 935 -211 0 0 -935 211 0 3426 3618 5 MP stroke
0730 gr
0731
0732 6 w
0733 DA
0734 %%IncludeResource: font Helvetica
0735 /Helvetica /ISOLatin1Encoding 96 FMSR
0736
0737 3531 3184 mt
0738 (t13) s
0739 %%IncludeResource: font Helvetica
0740 /Helvetica /ISOLatin1Encoding 120 FMSR
0741
0742 3426 3143 mt
0743 (f3) s
0744 %%IncludeResource: font Helvetica
0745 /Helvetica /ISOLatin1Encoding 96 FMSR
0746
0747 3526 3203 mt
0748 (e) s
0749 %%IncludeResource: font Helvetica
0750 /Helvetica /ISOLatin1Encoding 120 FMSR
0751
0752 3531 2917 mt
0753 (f5) s
0754 %%IncludeResource: font Helvetica
0755 /Helvetica /ISOLatin1Encoding 96 FMSR
0756
0757 3631 2977 mt
0758 (s) s
0759 %%IncludeResource: font Helvetica
0760 /Helvetica /ISOLatin1Encoding 120 FMSR
0761
0762 3531 3450 mt
0763 (f2) s
0764 %%IncludeResource: font Helvetica
0765 /Helvetica /ISOLatin1Encoding 96 FMSR
0766
0767 3631 3510 mt
0768 (e) s
0769 gs 1463 388 4228 4228 rc
0770 0 935 -211 0 0 -935 211 0 3667 3618 5 MP stroke
0771 gr
0772
0773 3773 3184 mt
0774 (t14) s
0775 %%IncludeResource: font Helvetica
0776 /Helvetica /ISOLatin1Encoding 120 FMSR
0777
0778 3773 2917 mt
0779 (f5) s
0780 %%IncludeResource: font Helvetica
0781 /Helvetica /ISOLatin1Encoding 96 FMSR
0782
0783 3873 2977 mt
0784 (s) s
0785 %%IncludeResource: font Helvetica
0786 /Helvetica /ISOLatin1Encoding 120 FMSR
0787
0788 3773 3450 mt
0789 (f2) s
0790 %%IncludeResource: font Helvetica
0791 /Helvetica /ISOLatin1Encoding 96 FMSR
0792
0793 3873 3510 mt
0794 (e) s
0795 gs 1463 388 4228 4228 rc
0796 0 935 -211 0 0 -935 211 0 3909 3618 5 MP stroke
0797 gr
0798
0799 4014 3184 mt
0800 (t15) s
0801 %%IncludeResource: font Helvetica
0802 /Helvetica /ISOLatin1Encoding 120 FMSR
0803
0804 4014 2917 mt
0805 (f5) s
0806 %%IncludeResource: font Helvetica
0807 /Helvetica /ISOLatin1Encoding 96 FMSR
0808
0809 4114 2977 mt
0810 (s) s
0811 %%IncludeResource: font Helvetica
0812 /Helvetica /ISOLatin1Encoding 120 FMSR
0813
0814 4014 3450 mt
0815 (f2) s
0816 %%IncludeResource: font Helvetica
0817 /Helvetica /ISOLatin1Encoding 96 FMSR
0818
0819 4114 3510 mt
0820 (e) s
0821 gs 1463 388 4228 4228 rc
0822 0 935 -211 0 0 -935 211 0 4150 3618 5 MP stroke
0823 gr
0824
0825 4256 3184 mt
0826 (t16) s
0827 %%IncludeResource: font Helvetica
0828 /Helvetica /ISOLatin1Encoding 120 FMSR
0829
0830 4256 2917 mt
0831 (f5) s
0832 %%IncludeResource: font Helvetica
0833 /Helvetica /ISOLatin1Encoding 96 FMSR
0834
0835 4356 2977 mt
0836 (s) s
0837 %%IncludeResource: font Helvetica
0838 /Helvetica /ISOLatin1Encoding 120 FMSR
0839
0840 4256 3450 mt
0841 (f2) s
0842 %%IncludeResource: font Helvetica
0843 /Helvetica /ISOLatin1Encoding 96 FMSR
0844
0845 4356 3510 mt
0846 (e) s
0847 %%IncludeResource: font Helvetica
0848 /Helvetica /ISOLatin1Encoding 120 FMSR
0849
0850 4301 3143 mt
0851 (f6) s
0852 %%IncludeResource: font Helvetica
0853 /Helvetica /ISOLatin1Encoding 96 FMSR
0854
0855 4401 3203 mt
0856 (s) s
0857 %%IncludeResource: font Helvetica-Bold
0858 /Helvetica-Bold /ISOLatin1Encoding 168 FMSR
0859
0860 3893 2247 mt
0861 (f5) s
0862 gs 1463 388 4228 4228 rc
0863 SO
0864 24 w
0865 c9
0866 935 0 3426 2652 2 MP stroke
0867 -935 0 4361 1717 2 MP stroke
0868 c10
0869 0 -935 4361 2652 2 MP stroke
0870 0 935 3426 1717 2 MP stroke
0871 DA
0872 6 w
0873 0 sg
0874 0 935 -211 0 0 -935 211 0 3426 2652 5 MP stroke
0875 gr
0876
0877 %%IncludeResource: font Helvetica
0878 /Helvetica /ISOLatin1Encoding 96 FMSR
0879
0880 3531 2219 mt
0881 (t17) s
0882 %%IncludeResource: font Helvetica
0883 /Helvetica /ISOLatin1Encoding 120 FMSR
0884
0885 3426 2178 mt
0886 (f3) s
0887 %%IncludeResource: font Helvetica
0888 /Helvetica /ISOLatin1Encoding 96 FMSR
0889
0890 3526 2238 mt
0891 (n) s
0892 %%IncludeResource: font Helvetica
0893 /Helvetica /ISOLatin1Encoding 120 FMSR
0894
0895 3531 1951 mt
0896 (f1) s
0897 %%IncludeResource: font Helvetica
0898 /Helvetica /ISOLatin1Encoding 96 FMSR
0899
0900 3631 2011 mt
0901 (w) s
0902 %%IncludeResource: font Helvetica
0903 /Helvetica /ISOLatin1Encoding 120 FMSR
0904
0905 3531 2484 mt
0906 (f4) s
0907 %%IncludeResource: font Helvetica
0908 /Helvetica /ISOLatin1Encoding 96 FMSR
0909
0910 3631 2544 mt
0911 (n) s
0912 gs 1463 388 4228 4228 rc
0913 0 935 -211 0 0 -935 211 0 3667 2652 5 MP stroke
0914 gr
0915
0916 3773 2219 mt
0917 (t18) s
0918 %%IncludeResource: font Helvetica
0919 /Helvetica /ISOLatin1Encoding 120 FMSR
0920
0921 3773 1951 mt
0922 (f1) s
0923 %%IncludeResource: font Helvetica
0924 /Helvetica /ISOLatin1Encoding 96 FMSR
0925
0926 3873 2011 mt
0927 (w) s
0928 %%IncludeResource: font Helvetica
0929 /Helvetica /ISOLatin1Encoding 120 FMSR
0930
0931 3773 2484 mt
0932 (f4) s
0933 %%IncludeResource: font Helvetica
0934 /Helvetica /ISOLatin1Encoding 96 FMSR
0935
0936 3873 2544 mt
0937 (n) s
0938 gs 1463 388 4228 4228 rc
0939 0 935 -211 0 0 -935 211 0 3909 2652 5 MP stroke
0940 gr
0941
0942 4014 2219 mt
0943 (t19) s
0944 %%IncludeResource: font Helvetica
0945 /Helvetica /ISOLatin1Encoding 120 FMSR
0946
0947 4014 1951 mt
0948 (f1) s
0949 %%IncludeResource: font Helvetica
0950 /Helvetica /ISOLatin1Encoding 96 FMSR
0951
0952 4114 2011 mt
0953 (w) s
0954 %%IncludeResource: font Helvetica
0955 /Helvetica /ISOLatin1Encoding 120 FMSR
0956
0957 4014 2484 mt
0958 (f4) s
0959 %%IncludeResource: font Helvetica
0960 /Helvetica /ISOLatin1Encoding 96 FMSR
0961
0962 4114 2544 mt
0963 (n) s
0964 gs 1463 388 4228 4228 rc
0965 0 935 -211 0 0 -935 211 0 4150 2652 5 MP stroke
0966 gr
0967
0968 4256 2219 mt
0969 (t20) s
0970 %%IncludeResource: font Helvetica
0971 /Helvetica /ISOLatin1Encoding 120 FMSR
0972
0973 4256 1951 mt
0974 (f1) s
0975 %%IncludeResource: font Helvetica
0976 /Helvetica /ISOLatin1Encoding 96 FMSR
0977
0978 4356 2011 mt
0979 (w) s
0980 %%IncludeResource: font Helvetica
0981 /Helvetica /ISOLatin1Encoding 120 FMSR
0982
0983 4256 2484 mt
0984 (f4) s
0985 %%IncludeResource: font Helvetica
0986 /Helvetica /ISOLatin1Encoding 96 FMSR
0987
0988 4356 2544 mt
0989 (n) s
0990 %%IncludeResource: font Helvetica
0991 /Helvetica /ISOLatin1Encoding 120 FMSR
0992
0993 4301 2178 mt
0994 (f6) s
0995 %%IncludeResource: font Helvetica
0996 /Helvetica /ISOLatin1Encoding 96 FMSR
0997
0998 4401 2238 mt
0999 (w) s
1000 %%IncludeResource: font Helvetica-Bold
1001 /Helvetica-Bold /ISOLatin1Encoding 168 FMSR
1002
1003 4859 2247 mt
1004 (f6) s
1005 gs 1463 388 4228 4228 rc
1006 SO
1007 24 w
1008 c8
1009 935 0 4392 2652 2 MP stroke
1010 -935 0 5327 1717 2 MP stroke
1011 c10
1012 0 -935 5327 2652 2 MP stroke
1013 0 935 4392 1717 2 MP stroke
1014 DA
1015 6 w
1016 0 sg
1017 0 935 -211 0 0 -935 211 0 4392 2652 5 MP stroke
1018 gr
1019
1020 %%IncludeResource: font Helvetica
1021 /Helvetica /ISOLatin1Encoding 96 FMSR
1022
1023 4497 2219 mt
1024 (t21) s
1025 %%IncludeResource: font Helvetica
1026 /Helvetica /ISOLatin1Encoding 120 FMSR
1027
1028 4392 2178 mt
1029 (f5) s
1030 %%IncludeResource: font Helvetica
1031 /Helvetica /ISOLatin1Encoding 96 FMSR
1032
1033 4492 2238 mt
1034 (e) s
1035 %%IncludeResource: font Helvetica
1036 /Helvetica /ISOLatin1Encoding 120 FMSR
1037
1038 4497 1951 mt
1039 (f1) s
1040 %%IncludeResource: font Helvetica
1041 /Helvetica /ISOLatin1Encoding 96 FMSR
1042
1043 4597 2011 mt
1044 (s) s
1045 %%IncludeResource: font Helvetica
1046 /Helvetica /ISOLatin1Encoding 120 FMSR
1047
1048 4497 2484 mt
1049 (f4) s
1050 %%IncludeResource: font Helvetica
1051 /Helvetica /ISOLatin1Encoding 96 FMSR
1052
1053 4597 2544 mt
1054 (e) s
1055 gs 1463 388 4228 4228 rc
1056 0 935 -211 0 0 -935 211 0 4633 2652 5 MP stroke
1057 gr
1058
1059 4739 2219 mt
1060 (t22) s
1061 %%IncludeResource: font Helvetica
1062 /Helvetica /ISOLatin1Encoding 120 FMSR
1063
1064 4739 1951 mt
1065 (f1) s
1066 %%IncludeResource: font Helvetica
1067 /Helvetica /ISOLatin1Encoding 96 FMSR
1068
1069 4839 2011 mt
1070 (s) s
1071 %%IncludeResource: font Helvetica
1072 /Helvetica /ISOLatin1Encoding 120 FMSR
1073
1074 4739 2484 mt
1075 (f4) s
1076 %%IncludeResource: font Helvetica
1077 /Helvetica /ISOLatin1Encoding 96 FMSR
1078
1079 4839 2544 mt
1080 (e) s
1081 gs 1463 388 4228 4228 rc
1082 0 935 -212 0 0 -935 212 0 4874 2652 5 MP stroke
1083 gr
1084
1085 4980 2219 mt
1086 (t23) s
1087 %%IncludeResource: font Helvetica
1088 /Helvetica /ISOLatin1Encoding 120 FMSR
1089
1090 4980 1951 mt
1091 (f1) s
1092 %%IncludeResource: font Helvetica
1093 /Helvetica /ISOLatin1Encoding 96 FMSR
1094
1095 5080 2011 mt
1096 (s) s
1097 %%IncludeResource: font Helvetica
1098 /Helvetica /ISOLatin1Encoding 120 FMSR
1099
1100 4980 2484 mt
1101 (f4) s
1102 %%IncludeResource: font Helvetica
1103 /Helvetica /ISOLatin1Encoding 96 FMSR
1104
1105 5080 2544 mt
1106 (e) s
1107 gs 1463 388 4228 4228 rc
1108 0 935 -211 0 0 -935 211 0 5116 2652 5 MP stroke
1109 gr
1110
1111 5222 2219 mt
1112 (t24) s
1113 %%IncludeResource: font Helvetica
1114 /Helvetica /ISOLatin1Encoding 120 FMSR
1115
1116 5222 1951 mt
1117 (f1) s
1118 %%IncludeResource: font Helvetica
1119 /Helvetica /ISOLatin1Encoding 96 FMSR
1120
1121 5322 2011 mt
1122 (s) s
1123 %%IncludeResource: font Helvetica
1124 /Helvetica /ISOLatin1Encoding 120 FMSR
1125
1126 5222 2484 mt
1127 (f4) s
1128 %%IncludeResource: font Helvetica
1129 /Helvetica /ISOLatin1Encoding 96 FMSR
1130
1131 5322 2544 mt
1132 (e) s
1133 %%IncludeResource: font Helvetica
1134 /Helvetica /ISOLatin1Encoding 120 FMSR
1135
1136 5267 2178 mt
1137 (f2) s
1138 %%IncludeResource: font Helvetica
1139 /Helvetica /ISOLatin1Encoding 96 FMSR
1140
1141 5367 2238 mt
1142 (s) s
1143 SO
1144
1145 end
1146
1147 eplot
1148 %%EndObject
1149
1150 epage
1151 end
1152
1153 showpage
1154
1155 %%Trailer
1156 %%BoundingBox: 120 213 504 589
1157 %%Pages: 001
1158 %%EOF