Back to home page

MITgcm

 
 

    


Warning, /utils/exch2/code-mods/s6t_32x32/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/s6t_32x32/plot.ps
                0004 %%CreationDate: 03/15/2004  11:48: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 935 -935 0 0 -935 935 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 1962 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 1962 3883 mt 
                0299 (f3) s
                0300 %%IncludeResource: font Helvetica
                0301 /Helvetica /ISOLatin1Encoding 96 FMSR
                0302 
                0303 2062 3943 mt 
                0304 (w) s
                0305 %%IncludeResource: font Helvetica
                0306 /Helvetica /ISOLatin1Encoding 120 FMSR
                0307 
                0308 1962 4416 mt 
                0309 (f6) s
                0310 %%IncludeResource: font Helvetica
                0311 /Helvetica /ISOLatin1Encoding 96 FMSR
                0312 
                0313 2062 4476 mt 
                0314 (n) s
                0315 %%IncludeResource: font Helvetica
                0316 /Helvetica /ISOLatin1Encoding 120 FMSR
                0317 
                0318 2188 4109 mt 
                0319 (f2) s
                0320 %%IncludeResource: font Helvetica
                0321 /Helvetica /ISOLatin1Encoding 96 FMSR
                0322 
                0323 2288 4169 mt 
                0324 (w) s
                0325 gs 1463 388 4228 4228 rc
                0326 SO
                0327 24 w
                0328 /c10 { 0.000000 1.000000 0.000000 sr} bdef
                0329 c10
                0330 935 0 2460 4584 2 MP stroke
                0331 -935 0 3395 3649 2 MP stroke
                0332 c9
                0333 0 -935 3395 4584 2 MP stroke
                0334 0 935 2460 3649 2 MP stroke
                0335 gr
                0336 
                0337 24 w
                0338 c9
                0339 SO
                0340 0 sg
                0341 %%IncludeResource: font Helvetica-Bold
                0342 /Helvetica-Bold /ISOLatin1Encoding 168 FMSR
                0343 
                0344 2928 4178 mt 
                0345 (f2) s
                0346 gs 1463 388 4228 4228 rc
                0347 DA
                0348 6 w
                0349 0 935 -935 0 0 -935 935 0 2460 4584 5 MP stroke
                0350 gr
                0351 
                0352 6 w
                0353 DA
                0354 %%IncludeResource: font Helvetica
                0355 /Helvetica /ISOLatin1Encoding 96 FMSR
                0356 
                0357 2928 4150 mt 
                0358 (t2) s
                0359 %%IncludeResource: font Helvetica
                0360 /Helvetica /ISOLatin1Encoding 120 FMSR
                0361 
                0362 2460 4109 mt 
                0363 (f1) s
                0364 %%IncludeResource: font Helvetica
                0365 /Helvetica /ISOLatin1Encoding 96 FMSR
                0366 
                0367 2560 4169 mt 
                0368 (e) s
                0369 %%IncludeResource: font Helvetica
                0370 /Helvetica /ISOLatin1Encoding 120 FMSR
                0371 
                0372 2928 3883 mt 
                0373 (f3) s
                0374 %%IncludeResource: font Helvetica
                0375 /Helvetica /ISOLatin1Encoding 96 FMSR
                0376 
                0377 3028 3943 mt 
                0378 (s) s
                0379 %%IncludeResource: font Helvetica
                0380 /Helvetica /ISOLatin1Encoding 120 FMSR
                0381 
                0382 2928 4416 mt 
                0383 (f6) s
                0384 %%IncludeResource: font Helvetica
                0385 /Helvetica /ISOLatin1Encoding 96 FMSR
                0386 
                0387 3028 4476 mt 
                0388 (e) s
                0389 %%IncludeResource: font Helvetica
                0390 /Helvetica /ISOLatin1Encoding 120 FMSR
                0391 
                0392 3154 4109 mt 
                0393 (f4) s
                0394 %%IncludeResource: font Helvetica
                0395 /Helvetica /ISOLatin1Encoding 96 FMSR
                0396 
                0397 3254 4169 mt 
                0398 (s) s
                0399 gs 1463 388 4228 4228 rc
                0400 SO
                0401 24 w
                0402 c10
                0403 935 0 2460 3618 2 MP stroke
                0404 -935 0 3395 2683 2 MP stroke
                0405 c8
                0406 0 -935 3395 3618 2 MP stroke
                0407 0 935 2460 2683 2 MP stroke
                0408 gr
                0409 
                0410 24 w
                0411 c8
                0412 SO
                0413 0 sg
                0414 %%IncludeResource: font Helvetica-Bold
                0415 /Helvetica-Bold /ISOLatin1Encoding 168 FMSR
                0416 
                0417 2928 3212 mt 
                0418 (f3) s
                0419 gs 1463 388 4228 4228 rc
                0420 DA
                0421 6 w
                0422 0 935 -935 0 0 -935 935 0 2460 3618 5 MP stroke
                0423 gr
                0424 
                0425 6 w
                0426 DA
                0427 %%IncludeResource: font Helvetica
                0428 /Helvetica /ISOLatin1Encoding 96 FMSR
                0429 
                0430 2928 3184 mt 
                0431 (t3) s
                0432 %%IncludeResource: font Helvetica
                0433 /Helvetica /ISOLatin1Encoding 120 FMSR
                0434 
                0435 2460 3143 mt 
                0436 (f1) s
                0437 %%IncludeResource: font Helvetica
                0438 /Helvetica /ISOLatin1Encoding 96 FMSR
                0439 
                0440 2560 3203 mt 
                0441 (n) s
                0442 %%IncludeResource: font Helvetica
                0443 /Helvetica /ISOLatin1Encoding 120 FMSR
                0444 
                0445 2928 2917 mt 
                0446 (f5) s
                0447 %%IncludeResource: font Helvetica
                0448 /Helvetica /ISOLatin1Encoding 96 FMSR
                0449 
                0450 3028 2977 mt 
                0451 (w) s
                0452 %%IncludeResource: font Helvetica
                0453 /Helvetica /ISOLatin1Encoding 120 FMSR
                0454 
                0455 2928 3450 mt 
                0456 (f2) s
                0457 %%IncludeResource: font Helvetica
                0458 /Helvetica /ISOLatin1Encoding 96 FMSR
                0459 
                0460 3028 3510 mt 
                0461 (n) s
                0462 %%IncludeResource: font Helvetica
                0463 /Helvetica /ISOLatin1Encoding 120 FMSR
                0464 
                0465 3154 3143 mt 
                0466 (f4) s
                0467 %%IncludeResource: font Helvetica
                0468 /Helvetica /ISOLatin1Encoding 96 FMSR
                0469 
                0470 3254 3203 mt 
                0471 (w) s
                0472 gs 1463 388 4228 4228 rc
                0473 SO
                0474 24 w
                0475 c9
                0476 935 0 3426 3618 2 MP stroke
                0477 -935 0 4361 2683 2 MP stroke
                0478 c8
                0479 0 -935 4361 3618 2 MP stroke
                0480 0 935 3426 2683 2 MP stroke
                0481 gr
                0482 
                0483 24 w
                0484 c8
                0485 SO
                0486 0 sg
                0487 %%IncludeResource: font Helvetica-Bold
                0488 /Helvetica-Bold /ISOLatin1Encoding 168 FMSR
                0489 
                0490 3893 3212 mt 
                0491 (f4) s
                0492 gs 1463 388 4228 4228 rc
                0493 DA
                0494 6 w
                0495 0 935 -935 0 0 -935 935 0 3426 3618 5 MP stroke
                0496 gr
                0497 
                0498 6 w
                0499 DA
                0500 %%IncludeResource: font Helvetica
                0501 /Helvetica /ISOLatin1Encoding 96 FMSR
                0502 
                0503 3893 3184 mt 
                0504 (t4) s
                0505 %%IncludeResource: font Helvetica
                0506 /Helvetica /ISOLatin1Encoding 120 FMSR
                0507 
                0508 3426 3143 mt 
                0509 (f3) s
                0510 %%IncludeResource: font Helvetica
                0511 /Helvetica /ISOLatin1Encoding 96 FMSR
                0512 
                0513 3526 3203 mt 
                0514 (e) s
                0515 %%IncludeResource: font Helvetica
                0516 /Helvetica /ISOLatin1Encoding 120 FMSR
                0517 
                0518 3893 2917 mt 
                0519 (f5) s
                0520 %%IncludeResource: font Helvetica
                0521 /Helvetica /ISOLatin1Encoding 96 FMSR
                0522 
                0523 3993 2977 mt 
                0524 (s) s
                0525 %%IncludeResource: font Helvetica
                0526 /Helvetica /ISOLatin1Encoding 120 FMSR
                0527 
                0528 3893 3450 mt 
                0529 (f2) s
                0530 %%IncludeResource: font Helvetica
                0531 /Helvetica /ISOLatin1Encoding 96 FMSR
                0532 
                0533 3993 3510 mt 
                0534 (e) s
                0535 %%IncludeResource: font Helvetica
                0536 /Helvetica /ISOLatin1Encoding 120 FMSR
                0537 
                0538 4120 3143 mt 
                0539 (f6) s
                0540 %%IncludeResource: font Helvetica
                0541 /Helvetica /ISOLatin1Encoding 96 FMSR
                0542 
                0543 4220 3203 mt 
                0544 (s) s
                0545 %%IncludeResource: font Helvetica-Bold
                0546 /Helvetica-Bold /ISOLatin1Encoding 168 FMSR
                0547 
                0548 3893 2247 mt 
                0549 (f5) s
                0550 gs 1463 388 4228 4228 rc
                0551 SO
                0552 24 w
                0553 c9
                0554 935 0 3426 2652 2 MP stroke
                0555 -935 0 4361 1717 2 MP stroke
                0556 c10
                0557 0 -935 4361 2652 2 MP stroke
                0558 0 935 3426 1717 2 MP stroke
                0559 DA
                0560 6 w
                0561 0 sg
                0562 0 935 -935 0 0 -935 935 0 3426 2652 5 MP stroke
                0563 gr
                0564 
                0565 %%IncludeResource: font Helvetica
                0566 /Helvetica /ISOLatin1Encoding 96 FMSR
                0567 
                0568 3893 2219 mt 
                0569 (t5) s
                0570 %%IncludeResource: font Helvetica
                0571 /Helvetica /ISOLatin1Encoding 120 FMSR
                0572 
                0573 3426 2178 mt 
                0574 (f3) s
                0575 %%IncludeResource: font Helvetica
                0576 /Helvetica /ISOLatin1Encoding 96 FMSR
                0577 
                0578 3526 2238 mt 
                0579 (n) s
                0580 %%IncludeResource: font Helvetica
                0581 /Helvetica /ISOLatin1Encoding 120 FMSR
                0582 
                0583 3893 1951 mt 
                0584 (f1) s
                0585 %%IncludeResource: font Helvetica
                0586 /Helvetica /ISOLatin1Encoding 96 FMSR
                0587 
                0588 3993 2011 mt 
                0589 (w) s
                0590 %%IncludeResource: font Helvetica
                0591 /Helvetica /ISOLatin1Encoding 120 FMSR
                0592 
                0593 3893 2484 mt 
                0594 (f4) s
                0595 %%IncludeResource: font Helvetica
                0596 /Helvetica /ISOLatin1Encoding 96 FMSR
                0597 
                0598 3993 2544 mt 
                0599 (n) s
                0600 %%IncludeResource: font Helvetica
                0601 /Helvetica /ISOLatin1Encoding 120 FMSR
                0602 
                0603 4120 2178 mt 
                0604 (f6) s
                0605 %%IncludeResource: font Helvetica
                0606 /Helvetica /ISOLatin1Encoding 96 FMSR
                0607 
                0608 4220 2238 mt 
                0609 (w) s
                0610 %%IncludeResource: font Helvetica-Bold
                0611 /Helvetica-Bold /ISOLatin1Encoding 168 FMSR
                0612 
                0613 4859 2247 mt 
                0614 (f6) s
                0615 gs 1463 388 4228 4228 rc
                0616 SO
                0617 24 w
                0618 c8
                0619 935 0 4392 2652 2 MP stroke
                0620 -935 0 5327 1717 2 MP stroke
                0621 c10
                0622 0 -935 5327 2652 2 MP stroke
                0623 0 935 4392 1717 2 MP stroke
                0624 DA
                0625 6 w
                0626 0 sg
                0627 0 935 -935 0 0 -935 935 0 4392 2652 5 MP stroke
                0628 gr
                0629 
                0630 %%IncludeResource: font Helvetica
                0631 /Helvetica /ISOLatin1Encoding 96 FMSR
                0632 
                0633 4859 2219 mt 
                0634 (t6) s
                0635 %%IncludeResource: font Helvetica
                0636 /Helvetica /ISOLatin1Encoding 120 FMSR
                0637 
                0638 4392 2178 mt 
                0639 (f5) s
                0640 %%IncludeResource: font Helvetica
                0641 /Helvetica /ISOLatin1Encoding 96 FMSR
                0642 
                0643 4492 2238 mt 
                0644 (e) s
                0645 %%IncludeResource: font Helvetica
                0646 /Helvetica /ISOLatin1Encoding 120 FMSR
                0647 
                0648 4859 1951 mt 
                0649 (f1) s
                0650 %%IncludeResource: font Helvetica
                0651 /Helvetica /ISOLatin1Encoding 96 FMSR
                0652 
                0653 4959 2011 mt 
                0654 (s) s
                0655 %%IncludeResource: font Helvetica
                0656 /Helvetica /ISOLatin1Encoding 120 FMSR
                0657 
                0658 4859 2484 mt 
                0659 (f4) s
                0660 %%IncludeResource: font Helvetica
                0661 /Helvetica /ISOLatin1Encoding 96 FMSR
                0662 
                0663 4959 2544 mt 
                0664 (e) s
                0665 %%IncludeResource: font Helvetica
                0666 /Helvetica /ISOLatin1Encoding 120 FMSR
                0667 
                0668 5086 2178 mt 
                0669 (f2) s
                0670 %%IncludeResource: font Helvetica
                0671 /Helvetica /ISOLatin1Encoding 96 FMSR
                0672 
                0673 5186 2238 mt 
                0674 (s) s
                0675 SO
                0676 
                0677 end
                0678 
                0679 eplot
                0680 %%EndObject
                0681 
                0682 epage
                0683 end
                0684 
                0685 showpage
                0686 
                0687 %%Trailer
                0688 %%BoundingBox:   120   213   504   589
                0689 %%Pages: 001
                0690 %%EOF