Warning, /utils/exch2/code-mods/s24t_16x16/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_16x16/plot.ps
0004 %%CreationDate: 03/15/2004 11:54:44
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 452 -452 0 0 -452 452 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 1720 4392 mt
0284 (t1) s
0285 %%IncludeResource: font Helvetica
0286 /Helvetica /ISOLatin1Encoding 120 FMSR
0287
0288 1494 4351 mt
0289 (f5) s
0290 %%IncludeResource: font Helvetica
0291 /Helvetica /ISOLatin1Encoding 96 FMSR
0292
0293 1594 4411 mt
0294 (n) s
0295 %%IncludeResource: font Helvetica
0296 /Helvetica /ISOLatin1Encoding 120 FMSR
0297
0298 1720 4497 mt
0299 (f6) s
0300 %%IncludeResource: font Helvetica
0301 /Helvetica /ISOLatin1Encoding 96 FMSR
0302
0303 1820 4557 mt
0304 (n) s
0305 gs 1463 388 4228 4228 rc
0306 0 452 -452 0 0 -452 452 0 1977 4584 5 MP stroke
0307 gr
0308
0309 2203 4392 mt
0310 (t2) s
0311 %%IncludeResource: font Helvetica
0312 /Helvetica /ISOLatin1Encoding 120 FMSR
0313
0314 2203 4497 mt
0315 (f6) s
0316 %%IncludeResource: font Helvetica
0317 /Helvetica /ISOLatin1Encoding 96 FMSR
0318
0319 2303 4557 mt
0320 (n) s
0321 %%IncludeResource: font Helvetica
0322 /Helvetica /ISOLatin1Encoding 120 FMSR
0323
0324 2309 4351 mt
0325 (f2) s
0326 %%IncludeResource: font Helvetica
0327 /Helvetica /ISOLatin1Encoding 96 FMSR
0328
0329 2409 4411 mt
0330 (w) s
0331 gs 1463 388 4228 4228 rc
0332 0 452 -452 0 0 -452 452 0 1494 4101 5 MP stroke
0333 gr
0334
0335 1720 3909 mt
0336 (t3) s
0337 %%IncludeResource: font Helvetica
0338 /Helvetica /ISOLatin1Encoding 120 FMSR
0339
0340 1494 3868 mt
0341 (f5) s
0342 %%IncludeResource: font Helvetica
0343 /Helvetica /ISOLatin1Encoding 96 FMSR
0344
0345 1594 3928 mt
0346 (n) s
0347 %%IncludeResource: font Helvetica
0348 /Helvetica /ISOLatin1Encoding 120 FMSR
0349
0350 1720 3762 mt
0351 (f3) s
0352 %%IncludeResource: font Helvetica
0353 /Helvetica /ISOLatin1Encoding 96 FMSR
0354
0355 1820 3822 mt
0356 (w) s
0357 gs 1463 388 4228 4228 rc
0358 0 452 -452 0 0 -452 452 0 1977 4101 5 MP stroke
0359 gr
0360
0361 2203 3909 mt
0362 (t4) s
0363 %%IncludeResource: font Helvetica
0364 /Helvetica /ISOLatin1Encoding 120 FMSR
0365
0366 2203 3762 mt
0367 (f3) s
0368 %%IncludeResource: font Helvetica
0369 /Helvetica /ISOLatin1Encoding 96 FMSR
0370
0371 2303 3822 mt
0372 (w) s
0373 %%IncludeResource: font Helvetica
0374 /Helvetica /ISOLatin1Encoding 120 FMSR
0375
0376 2309 3868 mt
0377 (f2) s
0378 %%IncludeResource: font Helvetica
0379 /Helvetica /ISOLatin1Encoding 96 FMSR
0380
0381 2409 3928 mt
0382 (w) s
0383 gs 1463 388 4228 4228 rc
0384 SO
0385 24 w
0386 /c10 { 0.000000 1.000000 0.000000 sr} bdef
0387 c10
0388 935 0 2460 4584 2 MP stroke
0389 -935 0 3395 3649 2 MP stroke
0390 c9
0391 0 -935 3395 4584 2 MP stroke
0392 0 935 2460 3649 2 MP stroke
0393 gr
0394
0395 24 w
0396 c9
0397 SO
0398 0 sg
0399 %%IncludeResource: font Helvetica-Bold
0400 /Helvetica-Bold /ISOLatin1Encoding 168 FMSR
0401
0402 2928 4178 mt
0403 (f2) s
0404 gs 1463 388 4228 4228 rc
0405 DA
0406 6 w
0407 0 452 -452 0 0 -452 452 0 2460 4584 5 MP stroke
0408 gr
0409
0410 6 w
0411 DA
0412 %%IncludeResource: font Helvetica
0413 /Helvetica /ISOLatin1Encoding 96 FMSR
0414
0415 2686 4392 mt
0416 (t5) s
0417 %%IncludeResource: font Helvetica
0418 /Helvetica /ISOLatin1Encoding 120 FMSR
0419
0420 2460 4351 mt
0421 (f1) s
0422 %%IncludeResource: font Helvetica
0423 /Helvetica /ISOLatin1Encoding 96 FMSR
0424
0425 2560 4411 mt
0426 (e) s
0427 %%IncludeResource: font Helvetica
0428 /Helvetica /ISOLatin1Encoding 120 FMSR
0429
0430 2686 4497 mt
0431 (f6) s
0432 %%IncludeResource: font Helvetica
0433 /Helvetica /ISOLatin1Encoding 96 FMSR
0434
0435 2786 4557 mt
0436 (e) s
0437 gs 1463 388 4228 4228 rc
0438 0 452 -452 0 0 -452 452 0 2943 4584 5 MP stroke
0439 gr
0440
0441 3169 4392 mt
0442 (t6) s
0443 %%IncludeResource: font Helvetica
0444 /Helvetica /ISOLatin1Encoding 120 FMSR
0445
0446 3169 4497 mt
0447 (f6) s
0448 %%IncludeResource: font Helvetica
0449 /Helvetica /ISOLatin1Encoding 96 FMSR
0450
0451 3269 4557 mt
0452 (e) s
0453 %%IncludeResource: font Helvetica
0454 /Helvetica /ISOLatin1Encoding 120 FMSR
0455
0456 3275 4351 mt
0457 (f4) s
0458 %%IncludeResource: font Helvetica
0459 /Helvetica /ISOLatin1Encoding 96 FMSR
0460
0461 3375 4411 mt
0462 (s) s
0463 gs 1463 388 4228 4228 rc
0464 0 452 -452 0 0 -452 452 0 2460 4101 5 MP stroke
0465 gr
0466
0467 2686 3909 mt
0468 (t7) s
0469 %%IncludeResource: font Helvetica
0470 /Helvetica /ISOLatin1Encoding 120 FMSR
0471
0472 2460 3868 mt
0473 (f1) s
0474 %%IncludeResource: font Helvetica
0475 /Helvetica /ISOLatin1Encoding 96 FMSR
0476
0477 2560 3928 mt
0478 (e) s
0479 %%IncludeResource: font Helvetica
0480 /Helvetica /ISOLatin1Encoding 120 FMSR
0481
0482 2686 3762 mt
0483 (f3) s
0484 %%IncludeResource: font Helvetica
0485 /Helvetica /ISOLatin1Encoding 96 FMSR
0486
0487 2786 3822 mt
0488 (s) s
0489 gs 1463 388 4228 4228 rc
0490 0 452 -452 0 0 -452 452 0 2943 4101 5 MP stroke
0491 gr
0492
0493 3169 3909 mt
0494 (t8) s
0495 %%IncludeResource: font Helvetica
0496 /Helvetica /ISOLatin1Encoding 120 FMSR
0497
0498 3169 3762 mt
0499 (f3) s
0500 %%IncludeResource: font Helvetica
0501 /Helvetica /ISOLatin1Encoding 96 FMSR
0502
0503 3269 3822 mt
0504 (s) s
0505 %%IncludeResource: font Helvetica
0506 /Helvetica /ISOLatin1Encoding 120 FMSR
0507
0508 3275 3868 mt
0509 (f4) s
0510 %%IncludeResource: font Helvetica
0511 /Helvetica /ISOLatin1Encoding 96 FMSR
0512
0513 3375 3928 mt
0514 (s) s
0515 gs 1463 388 4228 4228 rc
0516 SO
0517 24 w
0518 c10
0519 935 0 2460 3618 2 MP stroke
0520 -935 0 3395 2683 2 MP stroke
0521 c8
0522 0 -935 3395 3618 2 MP stroke
0523 0 935 2460 2683 2 MP stroke
0524 gr
0525
0526 24 w
0527 c8
0528 SO
0529 0 sg
0530 %%IncludeResource: font Helvetica-Bold
0531 /Helvetica-Bold /ISOLatin1Encoding 168 FMSR
0532
0533 2928 3212 mt
0534 (f3) s
0535 gs 1463 388 4228 4228 rc
0536 DA
0537 6 w
0538 0 452 -452 0 0 -452 452 0 2460 3618 5 MP stroke
0539 gr
0540
0541 6 w
0542 DA
0543 %%IncludeResource: font Helvetica
0544 /Helvetica /ISOLatin1Encoding 96 FMSR
0545
0546 2686 3426 mt
0547 (t9) s
0548 %%IncludeResource: font Helvetica
0549 /Helvetica /ISOLatin1Encoding 120 FMSR
0550
0551 2460 3385 mt
0552 (f1) s
0553 %%IncludeResource: font Helvetica
0554 /Helvetica /ISOLatin1Encoding 96 FMSR
0555
0556 2560 3445 mt
0557 (n) s
0558 %%IncludeResource: font Helvetica
0559 /Helvetica /ISOLatin1Encoding 120 FMSR
0560
0561 2686 3531 mt
0562 (f2) s
0563 %%IncludeResource: font Helvetica
0564 /Helvetica /ISOLatin1Encoding 96 FMSR
0565
0566 2786 3591 mt
0567 (n) s
0568 gs 1463 388 4228 4228 rc
0569 0 452 -452 0 0 -452 452 0 2943 3618 5 MP stroke
0570 gr
0571
0572 3169 3426 mt
0573 (t10) s
0574 %%IncludeResource: font Helvetica
0575 /Helvetica /ISOLatin1Encoding 120 FMSR
0576
0577 3169 3531 mt
0578 (f2) s
0579 %%IncludeResource: font Helvetica
0580 /Helvetica /ISOLatin1Encoding 96 FMSR
0581
0582 3269 3591 mt
0583 (n) s
0584 %%IncludeResource: font Helvetica
0585 /Helvetica /ISOLatin1Encoding 120 FMSR
0586
0587 3275 3385 mt
0588 (f4) s
0589 %%IncludeResource: font Helvetica
0590 /Helvetica /ISOLatin1Encoding 96 FMSR
0591
0592 3375 3445 mt
0593 (w) s
0594 gs 1463 388 4228 4228 rc
0595 0 452 -452 0 0 -452 452 0 2460 3135 5 MP stroke
0596 gr
0597
0598 2686 2943 mt
0599 (t11) s
0600 %%IncludeResource: font Helvetica
0601 /Helvetica /ISOLatin1Encoding 120 FMSR
0602
0603 2460 2902 mt
0604 (f1) s
0605 %%IncludeResource: font Helvetica
0606 /Helvetica /ISOLatin1Encoding 96 FMSR
0607
0608 2560 2962 mt
0609 (n) s
0610 %%IncludeResource: font Helvetica
0611 /Helvetica /ISOLatin1Encoding 120 FMSR
0612
0613 2686 2796 mt
0614 (f5) s
0615 %%IncludeResource: font Helvetica
0616 /Helvetica /ISOLatin1Encoding 96 FMSR
0617
0618 2786 2856 mt
0619 (w) s
0620 gs 1463 388 4228 4228 rc
0621 0 452 -452 0 0 -452 452 0 2943 3135 5 MP stroke
0622 gr
0623
0624 3169 2943 mt
0625 (t12) s
0626 %%IncludeResource: font Helvetica
0627 /Helvetica /ISOLatin1Encoding 120 FMSR
0628
0629 3169 2796 mt
0630 (f5) s
0631 %%IncludeResource: font Helvetica
0632 /Helvetica /ISOLatin1Encoding 96 FMSR
0633
0634 3269 2856 mt
0635 (w) s
0636 %%IncludeResource: font Helvetica
0637 /Helvetica /ISOLatin1Encoding 120 FMSR
0638
0639 3275 2902 mt
0640 (f4) s
0641 %%IncludeResource: font Helvetica
0642 /Helvetica /ISOLatin1Encoding 96 FMSR
0643
0644 3375 2962 mt
0645 (w) s
0646 gs 1463 388 4228 4228 rc
0647 SO
0648 24 w
0649 c9
0650 935 0 3426 3618 2 MP stroke
0651 -935 0 4361 2683 2 MP stroke
0652 c8
0653 0 -935 4361 3618 2 MP stroke
0654 0 935 3426 2683 2 MP stroke
0655 gr
0656
0657 24 w
0658 c8
0659 SO
0660 0 sg
0661 %%IncludeResource: font Helvetica-Bold
0662 /Helvetica-Bold /ISOLatin1Encoding 168 FMSR
0663
0664 3893 3212 mt
0665 (f4) s
0666 gs 1463 388 4228 4228 rc
0667 DA
0668 6 w
0669 0 452 -452 0 0 -452 452 0 3426 3618 5 MP stroke
0670 gr
0671
0672 6 w
0673 DA
0674 %%IncludeResource: font Helvetica
0675 /Helvetica /ISOLatin1Encoding 96 FMSR
0676
0677 3652 3426 mt
0678 (t13) s
0679 %%IncludeResource: font Helvetica
0680 /Helvetica /ISOLatin1Encoding 120 FMSR
0681
0682 3426 3385 mt
0683 (f3) s
0684 %%IncludeResource: font Helvetica
0685 /Helvetica /ISOLatin1Encoding 96 FMSR
0686
0687 3526 3445 mt
0688 (e) s
0689 %%IncludeResource: font Helvetica
0690 /Helvetica /ISOLatin1Encoding 120 FMSR
0691
0692 3652 3531 mt
0693 (f2) s
0694 %%IncludeResource: font Helvetica
0695 /Helvetica /ISOLatin1Encoding 96 FMSR
0696
0697 3752 3591 mt
0698 (e) s
0699 gs 1463 388 4228 4228 rc
0700 0 452 -452 0 0 -452 452 0 3909 3618 5 MP stroke
0701 gr
0702
0703 4135 3426 mt
0704 (t14) s
0705 %%IncludeResource: font Helvetica
0706 /Helvetica /ISOLatin1Encoding 120 FMSR
0707
0708 4135 3531 mt
0709 (f2) s
0710 %%IncludeResource: font Helvetica
0711 /Helvetica /ISOLatin1Encoding 96 FMSR
0712
0713 4235 3591 mt
0714 (e) s
0715 %%IncludeResource: font Helvetica
0716 /Helvetica /ISOLatin1Encoding 120 FMSR
0717
0718 4241 3385 mt
0719 (f6) s
0720 %%IncludeResource: font Helvetica
0721 /Helvetica /ISOLatin1Encoding 96 FMSR
0722
0723 4341 3445 mt
0724 (s) s
0725 gs 1463 388 4228 4228 rc
0726 0 452 -452 0 0 -452 452 0 3426 3135 5 MP stroke
0727 gr
0728
0729 3652 2943 mt
0730 (t15) s
0731 %%IncludeResource: font Helvetica
0732 /Helvetica /ISOLatin1Encoding 120 FMSR
0733
0734 3426 2902 mt
0735 (f3) s
0736 %%IncludeResource: font Helvetica
0737 /Helvetica /ISOLatin1Encoding 96 FMSR
0738
0739 3526 2962 mt
0740 (e) s
0741 %%IncludeResource: font Helvetica
0742 /Helvetica /ISOLatin1Encoding 120 FMSR
0743
0744 3652 2796 mt
0745 (f5) s
0746 %%IncludeResource: font Helvetica
0747 /Helvetica /ISOLatin1Encoding 96 FMSR
0748
0749 3752 2856 mt
0750 (s) s
0751 gs 1463 388 4228 4228 rc
0752 0 452 -452 0 0 -452 452 0 3909 3135 5 MP stroke
0753 gr
0754
0755 4135 2943 mt
0756 (t16) s
0757 %%IncludeResource: font Helvetica
0758 /Helvetica /ISOLatin1Encoding 120 FMSR
0759
0760 4135 2796 mt
0761 (f5) s
0762 %%IncludeResource: font Helvetica
0763 /Helvetica /ISOLatin1Encoding 96 FMSR
0764
0765 4235 2856 mt
0766 (s) s
0767 %%IncludeResource: font Helvetica
0768 /Helvetica /ISOLatin1Encoding 120 FMSR
0769
0770 4241 2902 mt
0771 (f6) s
0772 %%IncludeResource: font Helvetica
0773 /Helvetica /ISOLatin1Encoding 96 FMSR
0774
0775 4341 2962 mt
0776 (s) s
0777 %%IncludeResource: font Helvetica-Bold
0778 /Helvetica-Bold /ISOLatin1Encoding 168 FMSR
0779
0780 3893 2247 mt
0781 (f5) s
0782 gs 1463 388 4228 4228 rc
0783 SO
0784 24 w
0785 c9
0786 935 0 3426 2652 2 MP stroke
0787 -935 0 4361 1717 2 MP stroke
0788 c10
0789 0 -935 4361 2652 2 MP stroke
0790 0 935 3426 1717 2 MP stroke
0791 DA
0792 6 w
0793 0 sg
0794 0 452 -452 0 0 -452 452 0 3426 2652 5 MP stroke
0795 gr
0796
0797 %%IncludeResource: font Helvetica
0798 /Helvetica /ISOLatin1Encoding 96 FMSR
0799
0800 3652 2460 mt
0801 (t17) s
0802 %%IncludeResource: font Helvetica
0803 /Helvetica /ISOLatin1Encoding 120 FMSR
0804
0805 3426 2419 mt
0806 (f3) s
0807 %%IncludeResource: font Helvetica
0808 /Helvetica /ISOLatin1Encoding 96 FMSR
0809
0810 3526 2479 mt
0811 (n) s
0812 %%IncludeResource: font Helvetica
0813 /Helvetica /ISOLatin1Encoding 120 FMSR
0814
0815 3652 2565 mt
0816 (f4) s
0817 %%IncludeResource: font Helvetica
0818 /Helvetica /ISOLatin1Encoding 96 FMSR
0819
0820 3752 2625 mt
0821 (n) s
0822 gs 1463 388 4228 4228 rc
0823 0 452 -452 0 0 -452 452 0 3909 2652 5 MP stroke
0824 gr
0825
0826 4135 2460 mt
0827 (t18) s
0828 %%IncludeResource: font Helvetica
0829 /Helvetica /ISOLatin1Encoding 120 FMSR
0830
0831 4135 2565 mt
0832 (f4) s
0833 %%IncludeResource: font Helvetica
0834 /Helvetica /ISOLatin1Encoding 96 FMSR
0835
0836 4235 2625 mt
0837 (n) s
0838 %%IncludeResource: font Helvetica
0839 /Helvetica /ISOLatin1Encoding 120 FMSR
0840
0841 4241 2419 mt
0842 (f6) s
0843 %%IncludeResource: font Helvetica
0844 /Helvetica /ISOLatin1Encoding 96 FMSR
0845
0846 4341 2479 mt
0847 (w) s
0848 gs 1463 388 4228 4228 rc
0849 0 452 -452 0 0 -452 452 0 3426 2169 5 MP stroke
0850 gr
0851
0852 3652 1977 mt
0853 (t19) s
0854 %%IncludeResource: font Helvetica
0855 /Helvetica /ISOLatin1Encoding 120 FMSR
0856
0857 3426 1936 mt
0858 (f3) s
0859 %%IncludeResource: font Helvetica
0860 /Helvetica /ISOLatin1Encoding 96 FMSR
0861
0862 3526 1996 mt
0863 (n) s
0864 %%IncludeResource: font Helvetica
0865 /Helvetica /ISOLatin1Encoding 120 FMSR
0866
0867 3652 1830 mt
0868 (f1) s
0869 %%IncludeResource: font Helvetica
0870 /Helvetica /ISOLatin1Encoding 96 FMSR
0871
0872 3752 1890 mt
0873 (w) s
0874 gs 1463 388 4228 4228 rc
0875 0 452 -452 0 0 -452 452 0 3909 2169 5 MP stroke
0876 gr
0877
0878 4135 1977 mt
0879 (t20) s
0880 %%IncludeResource: font Helvetica
0881 /Helvetica /ISOLatin1Encoding 120 FMSR
0882
0883 4135 1830 mt
0884 (f1) s
0885 %%IncludeResource: font Helvetica
0886 /Helvetica /ISOLatin1Encoding 96 FMSR
0887
0888 4235 1890 mt
0889 (w) s
0890 %%IncludeResource: font Helvetica
0891 /Helvetica /ISOLatin1Encoding 120 FMSR
0892
0893 4241 1936 mt
0894 (f6) s
0895 %%IncludeResource: font Helvetica
0896 /Helvetica /ISOLatin1Encoding 96 FMSR
0897
0898 4341 1996 mt
0899 (w) s
0900 %%IncludeResource: font Helvetica-Bold
0901 /Helvetica-Bold /ISOLatin1Encoding 168 FMSR
0902
0903 4859 2247 mt
0904 (f6) s
0905 gs 1463 388 4228 4228 rc
0906 SO
0907 24 w
0908 c8
0909 935 0 4392 2652 2 MP stroke
0910 -935 0 5327 1717 2 MP stroke
0911 c10
0912 0 -935 5327 2652 2 MP stroke
0913 0 935 4392 1717 2 MP stroke
0914 DA
0915 6 w
0916 0 sg
0917 0 452 -452 0 0 -452 452 0 4392 2652 5 MP stroke
0918 gr
0919
0920 %%IncludeResource: font Helvetica
0921 /Helvetica /ISOLatin1Encoding 96 FMSR
0922
0923 4618 2460 mt
0924 (t21) s
0925 %%IncludeResource: font Helvetica
0926 /Helvetica /ISOLatin1Encoding 120 FMSR
0927
0928 4392 2419 mt
0929 (f5) s
0930 %%IncludeResource: font Helvetica
0931 /Helvetica /ISOLatin1Encoding 96 FMSR
0932
0933 4492 2479 mt
0934 (e) s
0935 %%IncludeResource: font Helvetica
0936 /Helvetica /ISOLatin1Encoding 120 FMSR
0937
0938 4618 2565 mt
0939 (f4) s
0940 %%IncludeResource: font Helvetica
0941 /Helvetica /ISOLatin1Encoding 96 FMSR
0942
0943 4718 2625 mt
0944 (e) s
0945 gs 1463 388 4228 4228 rc
0946 0 452 -453 0 0 -452 453 0 4874 2652 5 MP stroke
0947 gr
0948
0949 5101 2460 mt
0950 (t22) s
0951 %%IncludeResource: font Helvetica
0952 /Helvetica /ISOLatin1Encoding 120 FMSR
0953
0954 5101 2565 mt
0955 (f4) s
0956 %%IncludeResource: font Helvetica
0957 /Helvetica /ISOLatin1Encoding 96 FMSR
0958
0959 5201 2625 mt
0960 (e) s
0961 %%IncludeResource: font Helvetica
0962 /Helvetica /ISOLatin1Encoding 120 FMSR
0963
0964 5207 2419 mt
0965 (f2) s
0966 %%IncludeResource: font Helvetica
0967 /Helvetica /ISOLatin1Encoding 96 FMSR
0968
0969 5307 2479 mt
0970 (s) s
0971 gs 1463 388 4228 4228 rc
0972 0 452 -452 0 0 -452 452 0 4392 2169 5 MP stroke
0973 gr
0974
0975 4618 1977 mt
0976 (t23) s
0977 %%IncludeResource: font Helvetica
0978 /Helvetica /ISOLatin1Encoding 120 FMSR
0979
0980 4392 1936 mt
0981 (f5) s
0982 %%IncludeResource: font Helvetica
0983 /Helvetica /ISOLatin1Encoding 96 FMSR
0984
0985 4492 1996 mt
0986 (e) s
0987 %%IncludeResource: font Helvetica
0988 /Helvetica /ISOLatin1Encoding 120 FMSR
0989
0990 4618 1830 mt
0991 (f1) s
0992 %%IncludeResource: font Helvetica
0993 /Helvetica /ISOLatin1Encoding 96 FMSR
0994
0995 4718 1890 mt
0996 (s) s
0997 gs 1463 388 4228 4228 rc
0998 0 452 -453 0 0 -452 453 0 4874 2169 5 MP stroke
0999 gr
1000
1001 5101 1977 mt
1002 (t24) s
1003 %%IncludeResource: font Helvetica
1004 /Helvetica /ISOLatin1Encoding 120 FMSR
1005
1006 5101 1830 mt
1007 (f1) s
1008 %%IncludeResource: font Helvetica
1009 /Helvetica /ISOLatin1Encoding 96 FMSR
1010
1011 5201 1890 mt
1012 (s) s
1013 %%IncludeResource: font Helvetica
1014 /Helvetica /ISOLatin1Encoding 120 FMSR
1015
1016 5207 1936 mt
1017 (f2) s
1018 %%IncludeResource: font Helvetica
1019 /Helvetica /ISOLatin1Encoding 96 FMSR
1020
1021 5307 1996 mt
1022 (s) s
1023 SO
1024
1025 end
1026
1027 eplot
1028 %%EndObject
1029
1030 epage
1031 end
1032
1033 showpage
1034
1035 %%Trailer
1036 %%BoundingBox: 120 213 504 589
1037 %%Pages: 001
1038 %%EOF