Back to home page

MITgcm

 
 

    


Warning, /utils/exch2/code-mods/s24t_32x8/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_32x8/plot.ps
                0004 %%CreationDate: 03/15/2004  11:58:43
                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 211 -935 0 0 -211 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 4513 mt 
                0284 (t1) s
                0285 %%IncludeResource: font Helvetica
                0286 /Helvetica /ISOLatin1Encoding 120 FMSR
                0287 
                0288 1494 4472 mt 
                0289 (f5) s
                0290 %%IncludeResource: font Helvetica
                0291 /Helvetica /ISOLatin1Encoding 96 FMSR
                0292 
                0293 1594 4532 mt 
                0294 (n) s
                0295 %%IncludeResource: font Helvetica
                0296 /Helvetica /ISOLatin1Encoding 120 FMSR
                0297 
                0298 1962 4537 mt 
                0299 (f6) s
                0300 %%IncludeResource: font Helvetica
                0301 /Helvetica /ISOLatin1Encoding 96 FMSR
                0302 
                0303 2062 4597 mt 
                0304 (n) s
                0305 %%IncludeResource: font Helvetica
                0306 /Helvetica /ISOLatin1Encoding 120 FMSR
                0307 
                0308 2188 4472 mt 
                0309 (f2) s
                0310 %%IncludeResource: font Helvetica
                0311 /Helvetica /ISOLatin1Encoding 96 FMSR
                0312 
                0313 2288 4532 mt 
                0314 (w) s
                0315 gs 1463 388 4228 4228 rc
                0316 0 211 -935 0 0 -211 935 0 1494 4343 5 MP stroke
                0317 gr
                0318 
                0319 1962 4271 mt 
                0320 (t2) s
                0321 %%IncludeResource: font Helvetica
                0322 /Helvetica /ISOLatin1Encoding 120 FMSR
                0323 
                0324 1494 4230 mt 
                0325 (f5) s
                0326 %%IncludeResource: font Helvetica
                0327 /Helvetica /ISOLatin1Encoding 96 FMSR
                0328 
                0329 1594 4290 mt 
                0330 (n) s
                0331 %%IncludeResource: font Helvetica
                0332 /Helvetica /ISOLatin1Encoding 120 FMSR
                0333 
                0334 2188 4230 mt 
                0335 (f2) s
                0336 %%IncludeResource: font Helvetica
                0337 /Helvetica /ISOLatin1Encoding 96 FMSR
                0338 
                0339 2288 4290 mt 
                0340 (w) s
                0341 gs 1463 388 4228 4228 rc
                0342 0 211 -935 0 0 -211 935 0 1494 4101 5 MP stroke
                0343 gr
                0344 
                0345 1962 4030 mt 
                0346 (t3) s
                0347 %%IncludeResource: font Helvetica
                0348 /Helvetica /ISOLatin1Encoding 120 FMSR
                0349 
                0350 1494 3989 mt 
                0351 (f5) s
                0352 %%IncludeResource: font Helvetica
                0353 /Helvetica /ISOLatin1Encoding 96 FMSR
                0354 
                0355 1594 4049 mt 
                0356 (n) s
                0357 %%IncludeResource: font Helvetica
                0358 /Helvetica /ISOLatin1Encoding 120 FMSR
                0359 
                0360 2188 3989 mt 
                0361 (f2) s
                0362 %%IncludeResource: font Helvetica
                0363 /Helvetica /ISOLatin1Encoding 96 FMSR
                0364 
                0365 2288 4049 mt 
                0366 (w) s
                0367 gs 1463 388 4228 4228 rc
                0368 0 211 -935 0 0 -211 935 0 1494 3860 5 MP stroke
                0369 gr
                0370 
                0371 1962 3788 mt 
                0372 (t4) s
                0373 %%IncludeResource: font Helvetica
                0374 /Helvetica /ISOLatin1Encoding 120 FMSR
                0375 
                0376 1494 3747 mt 
                0377 (f5) s
                0378 %%IncludeResource: font Helvetica
                0379 /Helvetica /ISOLatin1Encoding 96 FMSR
                0380 
                0381 1594 3807 mt 
                0382 (n) s
                0383 %%IncludeResource: font Helvetica
                0384 /Helvetica /ISOLatin1Encoding 120 FMSR
                0385 
                0386 1962 3702 mt 
                0387 (f3) s
                0388 %%IncludeResource: font Helvetica
                0389 /Helvetica /ISOLatin1Encoding 96 FMSR
                0390 
                0391 2062 3762 mt 
                0392 (w) s
                0393 %%IncludeResource: font Helvetica
                0394 /Helvetica /ISOLatin1Encoding 120 FMSR
                0395 
                0396 2188 3747 mt 
                0397 (f2) s
                0398 %%IncludeResource: font Helvetica
                0399 /Helvetica /ISOLatin1Encoding 96 FMSR
                0400 
                0401 2288 3807 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 211 -935 0 0 -211 935 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 2928 4513 mt 
                0436 (t5) s
                0437 %%IncludeResource: font Helvetica
                0438 /Helvetica /ISOLatin1Encoding 120 FMSR
                0439 
                0440 2460 4472 mt 
                0441 (f1) s
                0442 %%IncludeResource: font Helvetica
                0443 /Helvetica /ISOLatin1Encoding 96 FMSR
                0444 
                0445 2560 4532 mt 
                0446 (e) s
                0447 %%IncludeResource: font Helvetica
                0448 /Helvetica /ISOLatin1Encoding 120 FMSR
                0449 
                0450 2928 4537 mt 
                0451 (f6) s
                0452 %%IncludeResource: font Helvetica
                0453 /Helvetica /ISOLatin1Encoding 96 FMSR
                0454 
                0455 3028 4597 mt 
                0456 (e) s
                0457 %%IncludeResource: font Helvetica
                0458 /Helvetica /ISOLatin1Encoding 120 FMSR
                0459 
                0460 3154 4472 mt 
                0461 (f4) s
                0462 %%IncludeResource: font Helvetica
                0463 /Helvetica /ISOLatin1Encoding 96 FMSR
                0464 
                0465 3254 4532 mt 
                0466 (s) s
                0467 gs 1463 388 4228 4228 rc
                0468 0 211 -935 0 0 -211 935 0 2460 4343 5 MP stroke
                0469 gr
                0470 
                0471 2928 4271 mt 
                0472 (t6) s
                0473 %%IncludeResource: font Helvetica
                0474 /Helvetica /ISOLatin1Encoding 120 FMSR
                0475 
                0476 2460 4230 mt 
                0477 (f1) s
                0478 %%IncludeResource: font Helvetica
                0479 /Helvetica /ISOLatin1Encoding 96 FMSR
                0480 
                0481 2560 4290 mt 
                0482 (e) s
                0483 %%IncludeResource: font Helvetica
                0484 /Helvetica /ISOLatin1Encoding 120 FMSR
                0485 
                0486 3154 4230 mt 
                0487 (f4) s
                0488 %%IncludeResource: font Helvetica
                0489 /Helvetica /ISOLatin1Encoding 96 FMSR
                0490 
                0491 3254 4290 mt 
                0492 (s) s
                0493 gs 1463 388 4228 4228 rc
                0494 0 211 -935 0 0 -211 935 0 2460 4101 5 MP stroke
                0495 gr
                0496 
                0497 2928 4030 mt 
                0498 (t7) s
                0499 %%IncludeResource: font Helvetica
                0500 /Helvetica /ISOLatin1Encoding 120 FMSR
                0501 
                0502 2460 3989 mt 
                0503 (f1) s
                0504 %%IncludeResource: font Helvetica
                0505 /Helvetica /ISOLatin1Encoding 96 FMSR
                0506 
                0507 2560 4049 mt 
                0508 (e) s
                0509 %%IncludeResource: font Helvetica
                0510 /Helvetica /ISOLatin1Encoding 120 FMSR
                0511 
                0512 3154 3989 mt 
                0513 (f4) s
                0514 %%IncludeResource: font Helvetica
                0515 /Helvetica /ISOLatin1Encoding 96 FMSR
                0516 
                0517 3254 4049 mt 
                0518 (s) s
                0519 gs 1463 388 4228 4228 rc
                0520 0 211 -935 0 0 -211 935 0 2460 3860 5 MP stroke
                0521 gr
                0522 
                0523 2928 3788 mt 
                0524 (t8) s
                0525 %%IncludeResource: font Helvetica
                0526 /Helvetica /ISOLatin1Encoding 120 FMSR
                0527 
                0528 2460 3747 mt 
                0529 (f1) s
                0530 %%IncludeResource: font Helvetica
                0531 /Helvetica /ISOLatin1Encoding 96 FMSR
                0532 
                0533 2560 3807 mt 
                0534 (e) s
                0535 %%IncludeResource: font Helvetica
                0536 /Helvetica /ISOLatin1Encoding 120 FMSR
                0537 
                0538 2928 3702 mt 
                0539 (f3) s
                0540 %%IncludeResource: font Helvetica
                0541 /Helvetica /ISOLatin1Encoding 96 FMSR
                0542 
                0543 3028 3762 mt 
                0544 (s) s
                0545 %%IncludeResource: font Helvetica
                0546 /Helvetica /ISOLatin1Encoding 120 FMSR
                0547 
                0548 3154 3747 mt 
                0549 (f4) s
                0550 %%IncludeResource: font Helvetica
                0551 /Helvetica /ISOLatin1Encoding 96 FMSR
                0552 
                0553 3254 3807 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 211 -935 0 0 -211 935 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 2928 3547 mt 
                0587 (t9) s
                0588 %%IncludeResource: font Helvetica
                0589 /Helvetica /ISOLatin1Encoding 120 FMSR
                0590 
                0591 2460 3506 mt 
                0592 (f1) s
                0593 %%IncludeResource: font Helvetica
                0594 /Helvetica /ISOLatin1Encoding 96 FMSR
                0595 
                0596 2560 3566 mt 
                0597 (n) s
                0598 %%IncludeResource: font Helvetica
                0599 /Helvetica /ISOLatin1Encoding 120 FMSR
                0600 
                0601 2928 3571 mt 
                0602 (f2) s
                0603 %%IncludeResource: font Helvetica
                0604 /Helvetica /ISOLatin1Encoding 96 FMSR
                0605 
                0606 3028 3631 mt 
                0607 (n) s
                0608 %%IncludeResource: font Helvetica
                0609 /Helvetica /ISOLatin1Encoding 120 FMSR
                0610 
                0611 3154 3506 mt 
                0612 (f4) s
                0613 %%IncludeResource: font Helvetica
                0614 /Helvetica /ISOLatin1Encoding 96 FMSR
                0615 
                0616 3254 3566 mt 
                0617 (w) s
                0618 gs 1463 388 4228 4228 rc
                0619 0 211 -935 0 0 -211 935 0 2460 3377 5 MP stroke
                0620 gr
                0621 
                0622 2928 3305 mt 
                0623 (t10) s
                0624 %%IncludeResource: font Helvetica
                0625 /Helvetica /ISOLatin1Encoding 120 FMSR
                0626 
                0627 2460 3264 mt 
                0628 (f1) s
                0629 %%IncludeResource: font Helvetica
                0630 /Helvetica /ISOLatin1Encoding 96 FMSR
                0631 
                0632 2560 3324 mt 
                0633 (n) s
                0634 %%IncludeResource: font Helvetica
                0635 /Helvetica /ISOLatin1Encoding 120 FMSR
                0636 
                0637 3154 3264 mt 
                0638 (f4) s
                0639 %%IncludeResource: font Helvetica
                0640 /Helvetica /ISOLatin1Encoding 96 FMSR
                0641 
                0642 3254 3324 mt 
                0643 (w) s
                0644 gs 1463 388 4228 4228 rc
                0645 0 211 -935 0 0 -211 935 0 2460 3135 5 MP stroke
                0646 gr
                0647 
                0648 2928 3064 mt 
                0649 (t11) s
                0650 %%IncludeResource: font Helvetica
                0651 /Helvetica /ISOLatin1Encoding 120 FMSR
                0652 
                0653 2460 3023 mt 
                0654 (f1) s
                0655 %%IncludeResource: font Helvetica
                0656 /Helvetica /ISOLatin1Encoding 96 FMSR
                0657 
                0658 2560 3083 mt 
                0659 (n) s
                0660 %%IncludeResource: font Helvetica
                0661 /Helvetica /ISOLatin1Encoding 120 FMSR
                0662 
                0663 3154 3023 mt 
                0664 (f4) s
                0665 %%IncludeResource: font Helvetica
                0666 /Helvetica /ISOLatin1Encoding 96 FMSR
                0667 
                0668 3254 3083 mt 
                0669 (w) s
                0670 gs 1463 388 4228 4228 rc
                0671 0 211 -935 0 0 -211 935 0 2460 2894 5 MP stroke
                0672 gr
                0673 
                0674 2928 2822 mt 
                0675 (t12) s
                0676 %%IncludeResource: font Helvetica
                0677 /Helvetica /ISOLatin1Encoding 120 FMSR
                0678 
                0679 2460 2781 mt 
                0680 (f1) s
                0681 %%IncludeResource: font Helvetica
                0682 /Helvetica /ISOLatin1Encoding 96 FMSR
                0683 
                0684 2560 2841 mt 
                0685 (n) s
                0686 %%IncludeResource: font Helvetica
                0687 /Helvetica /ISOLatin1Encoding 120 FMSR
                0688 
                0689 2928 2736 mt 
                0690 (f5) s
                0691 %%IncludeResource: font Helvetica
                0692 /Helvetica /ISOLatin1Encoding 96 FMSR
                0693 
                0694 3028 2796 mt 
                0695 (w) s
                0696 %%IncludeResource: font Helvetica
                0697 /Helvetica /ISOLatin1Encoding 120 FMSR
                0698 
                0699 3154 2781 mt 
                0700 (f4) s
                0701 %%IncludeResource: font Helvetica
                0702 /Helvetica /ISOLatin1Encoding 96 FMSR
                0703 
                0704 3254 2841 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 211 -935 0 0 -211 935 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 3893 3547 mt 
                0738 (t13) s
                0739 %%IncludeResource: font Helvetica
                0740 /Helvetica /ISOLatin1Encoding 120 FMSR
                0741 
                0742 3426 3506 mt 
                0743 (f3) s
                0744 %%IncludeResource: font Helvetica
                0745 /Helvetica /ISOLatin1Encoding 96 FMSR
                0746 
                0747 3526 3566 mt 
                0748 (e) s
                0749 %%IncludeResource: font Helvetica
                0750 /Helvetica /ISOLatin1Encoding 120 FMSR
                0751 
                0752 3893 3571 mt 
                0753 (f2) s
                0754 %%IncludeResource: font Helvetica
                0755 /Helvetica /ISOLatin1Encoding 96 FMSR
                0756 
                0757 3993 3631 mt 
                0758 (e) s
                0759 %%IncludeResource: font Helvetica
                0760 /Helvetica /ISOLatin1Encoding 120 FMSR
                0761 
                0762 4120 3506 mt 
                0763 (f6) s
                0764 %%IncludeResource: font Helvetica
                0765 /Helvetica /ISOLatin1Encoding 96 FMSR
                0766 
                0767 4220 3566 mt 
                0768 (s) s
                0769 gs 1463 388 4228 4228 rc
                0770 0 211 -935 0 0 -211 935 0 3426 3377 5 MP stroke
                0771 gr
                0772 
                0773 3893 3305 mt 
                0774 (t14) s
                0775 %%IncludeResource: font Helvetica
                0776 /Helvetica /ISOLatin1Encoding 120 FMSR
                0777 
                0778 3426 3264 mt 
                0779 (f3) s
                0780 %%IncludeResource: font Helvetica
                0781 /Helvetica /ISOLatin1Encoding 96 FMSR
                0782 
                0783 3526 3324 mt 
                0784 (e) s
                0785 %%IncludeResource: font Helvetica
                0786 /Helvetica /ISOLatin1Encoding 120 FMSR
                0787 
                0788 4120 3264 mt 
                0789 (f6) s
                0790 %%IncludeResource: font Helvetica
                0791 /Helvetica /ISOLatin1Encoding 96 FMSR
                0792 
                0793 4220 3324 mt 
                0794 (s) s
                0795 gs 1463 388 4228 4228 rc
                0796 0 211 -935 0 0 -211 935 0 3426 3135 5 MP stroke
                0797 gr
                0798 
                0799 3893 3064 mt 
                0800 (t15) s
                0801 %%IncludeResource: font Helvetica
                0802 /Helvetica /ISOLatin1Encoding 120 FMSR
                0803 
                0804 3426 3023 mt 
                0805 (f3) s
                0806 %%IncludeResource: font Helvetica
                0807 /Helvetica /ISOLatin1Encoding 96 FMSR
                0808 
                0809 3526 3083 mt 
                0810 (e) s
                0811 %%IncludeResource: font Helvetica
                0812 /Helvetica /ISOLatin1Encoding 120 FMSR
                0813 
                0814 4120 3023 mt 
                0815 (f6) s
                0816 %%IncludeResource: font Helvetica
                0817 /Helvetica /ISOLatin1Encoding 96 FMSR
                0818 
                0819 4220 3083 mt 
                0820 (s) s
                0821 gs 1463 388 4228 4228 rc
                0822 0 211 -935 0 0 -211 935 0 3426 2894 5 MP stroke
                0823 gr
                0824 
                0825 3893 2822 mt 
                0826 (t16) s
                0827 %%IncludeResource: font Helvetica
                0828 /Helvetica /ISOLatin1Encoding 120 FMSR
                0829 
                0830 3426 2781 mt 
                0831 (f3) s
                0832 %%IncludeResource: font Helvetica
                0833 /Helvetica /ISOLatin1Encoding 96 FMSR
                0834 
                0835 3526 2841 mt 
                0836 (e) s
                0837 %%IncludeResource: font Helvetica
                0838 /Helvetica /ISOLatin1Encoding 120 FMSR
                0839 
                0840 3893 2736 mt 
                0841 (f5) s
                0842 %%IncludeResource: font Helvetica
                0843 /Helvetica /ISOLatin1Encoding 96 FMSR
                0844 
                0845 3993 2796 mt 
                0846 (s) s
                0847 %%IncludeResource: font Helvetica
                0848 /Helvetica /ISOLatin1Encoding 120 FMSR
                0849 
                0850 4120 2781 mt 
                0851 (f6) s
                0852 %%IncludeResource: font Helvetica
                0853 /Helvetica /ISOLatin1Encoding 96 FMSR
                0854 
                0855 4220 2841 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 211 -935 0 0 -211 935 0 3426 2652 5 MP stroke
                0875 gr
                0876 
                0877 %%IncludeResource: font Helvetica
                0878 /Helvetica /ISOLatin1Encoding 96 FMSR
                0879 
                0880 3893 2581 mt 
                0881 (t17) s
                0882 %%IncludeResource: font Helvetica
                0883 /Helvetica /ISOLatin1Encoding 120 FMSR
                0884 
                0885 3426 2540 mt 
                0886 (f3) s
                0887 %%IncludeResource: font Helvetica
                0888 /Helvetica /ISOLatin1Encoding 96 FMSR
                0889 
                0890 3526 2600 mt 
                0891 (n) s
                0892 %%IncludeResource: font Helvetica
                0893 /Helvetica /ISOLatin1Encoding 120 FMSR
                0894 
                0895 3893 2605 mt 
                0896 (f4) s
                0897 %%IncludeResource: font Helvetica
                0898 /Helvetica /ISOLatin1Encoding 96 FMSR
                0899 
                0900 3993 2665 mt 
                0901 (n) s
                0902 %%IncludeResource: font Helvetica
                0903 /Helvetica /ISOLatin1Encoding 120 FMSR
                0904 
                0905 4120 2540 mt 
                0906 (f6) s
                0907 %%IncludeResource: font Helvetica
                0908 /Helvetica /ISOLatin1Encoding 96 FMSR
                0909 
                0910 4220 2600 mt 
                0911 (w) s
                0912 gs 1463 388 4228 4228 rc
                0913 0 211 -935 0 0 -211 935 0 3426 2411 5 MP stroke
                0914 gr
                0915 
                0916 3893 2339 mt 
                0917 (t18) s
                0918 %%IncludeResource: font Helvetica
                0919 /Helvetica /ISOLatin1Encoding 120 FMSR
                0920 
                0921 3426 2298 mt 
                0922 (f3) s
                0923 %%IncludeResource: font Helvetica
                0924 /Helvetica /ISOLatin1Encoding 96 FMSR
                0925 
                0926 3526 2358 mt 
                0927 (n) s
                0928 %%IncludeResource: font Helvetica
                0929 /Helvetica /ISOLatin1Encoding 120 FMSR
                0930 
                0931 4120 2298 mt 
                0932 (f6) s
                0933 %%IncludeResource: font Helvetica
                0934 /Helvetica /ISOLatin1Encoding 96 FMSR
                0935 
                0936 4220 2358 mt 
                0937 (w) s
                0938 gs 1463 388 4228 4228 rc
                0939 0 211 -935 0 0 -211 935 0 3426 2169 5 MP stroke
                0940 gr
                0941 
                0942 3893 2098 mt 
                0943 (t19) s
                0944 %%IncludeResource: font Helvetica
                0945 /Helvetica /ISOLatin1Encoding 120 FMSR
                0946 
                0947 3426 2057 mt 
                0948 (f3) s
                0949 %%IncludeResource: font Helvetica
                0950 /Helvetica /ISOLatin1Encoding 96 FMSR
                0951 
                0952 3526 2117 mt 
                0953 (n) s
                0954 %%IncludeResource: font Helvetica
                0955 /Helvetica /ISOLatin1Encoding 120 FMSR
                0956 
                0957 4120 2057 mt 
                0958 (f6) s
                0959 %%IncludeResource: font Helvetica
                0960 /Helvetica /ISOLatin1Encoding 96 FMSR
                0961 
                0962 4220 2117 mt 
                0963 (w) s
                0964 gs 1463 388 4228 4228 rc
                0965 0 211 -935 0 0 -211 935 0 3426 1928 5 MP stroke
                0966 gr
                0967 
                0968 3893 1856 mt 
                0969 (t20) s
                0970 %%IncludeResource: font Helvetica
                0971 /Helvetica /ISOLatin1Encoding 120 FMSR
                0972 
                0973 3426 1815 mt 
                0974 (f3) s
                0975 %%IncludeResource: font Helvetica
                0976 /Helvetica /ISOLatin1Encoding 96 FMSR
                0977 
                0978 3526 1875 mt 
                0979 (n) s
                0980 %%IncludeResource: font Helvetica
                0981 /Helvetica /ISOLatin1Encoding 120 FMSR
                0982 
                0983 3893 1770 mt 
                0984 (f1) s
                0985 %%IncludeResource: font Helvetica
                0986 /Helvetica /ISOLatin1Encoding 96 FMSR
                0987 
                0988 3993 1830 mt 
                0989 (w) s
                0990 %%IncludeResource: font Helvetica
                0991 /Helvetica /ISOLatin1Encoding 120 FMSR
                0992 
                0993 4120 1815 mt 
                0994 (f6) s
                0995 %%IncludeResource: font Helvetica
                0996 /Helvetica /ISOLatin1Encoding 96 FMSR
                0997 
                0998 4220 1875 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 211 -935 0 0 -211 935 0 4392 2652 5 MP stroke
                1018 gr
                1019 
                1020 %%IncludeResource: font Helvetica
                1021 /Helvetica /ISOLatin1Encoding 96 FMSR
                1022 
                1023 4859 2581 mt 
                1024 (t21) s
                1025 %%IncludeResource: font Helvetica
                1026 /Helvetica /ISOLatin1Encoding 120 FMSR
                1027 
                1028 4392 2540 mt 
                1029 (f5) s
                1030 %%IncludeResource: font Helvetica
                1031 /Helvetica /ISOLatin1Encoding 96 FMSR
                1032 
                1033 4492 2600 mt 
                1034 (e) s
                1035 %%IncludeResource: font Helvetica
                1036 /Helvetica /ISOLatin1Encoding 120 FMSR
                1037 
                1038 4859 2605 mt 
                1039 (f4) s
                1040 %%IncludeResource: font Helvetica
                1041 /Helvetica /ISOLatin1Encoding 96 FMSR
                1042 
                1043 4959 2665 mt 
                1044 (e) s
                1045 %%IncludeResource: font Helvetica
                1046 /Helvetica /ISOLatin1Encoding 120 FMSR
                1047 
                1048 5086 2540 mt 
                1049 (f2) s
                1050 %%IncludeResource: font Helvetica
                1051 /Helvetica /ISOLatin1Encoding 96 FMSR
                1052 
                1053 5186 2600 mt 
                1054 (s) s
                1055 gs 1463 388 4228 4228 rc
                1056 0 211 -935 0 0 -211 935 0 4392 2411 5 MP stroke
                1057 gr
                1058 
                1059 4859 2339 mt 
                1060 (t22) s
                1061 %%IncludeResource: font Helvetica
                1062 /Helvetica /ISOLatin1Encoding 120 FMSR
                1063 
                1064 4392 2298 mt 
                1065 (f5) s
                1066 %%IncludeResource: font Helvetica
                1067 /Helvetica /ISOLatin1Encoding 96 FMSR
                1068 
                1069 4492 2358 mt 
                1070 (e) s
                1071 %%IncludeResource: font Helvetica
                1072 /Helvetica /ISOLatin1Encoding 120 FMSR
                1073 
                1074 5086 2298 mt 
                1075 (f2) s
                1076 %%IncludeResource: font Helvetica
                1077 /Helvetica /ISOLatin1Encoding 96 FMSR
                1078 
                1079 5186 2358 mt 
                1080 (s) s
                1081 gs 1463 388 4228 4228 rc
                1082 0 211 -935 0 0 -211 935 0 4392 2169 5 MP stroke
                1083 gr
                1084 
                1085 4859 2098 mt 
                1086 (t23) s
                1087 %%IncludeResource: font Helvetica
                1088 /Helvetica /ISOLatin1Encoding 120 FMSR
                1089 
                1090 4392 2057 mt 
                1091 (f5) s
                1092 %%IncludeResource: font Helvetica
                1093 /Helvetica /ISOLatin1Encoding 96 FMSR
                1094 
                1095 4492 2117 mt 
                1096 (e) s
                1097 %%IncludeResource: font Helvetica
                1098 /Helvetica /ISOLatin1Encoding 120 FMSR
                1099 
                1100 5086 2057 mt 
                1101 (f2) s
                1102 %%IncludeResource: font Helvetica
                1103 /Helvetica /ISOLatin1Encoding 96 FMSR
                1104 
                1105 5186 2117 mt 
                1106 (s) s
                1107 gs 1463 388 4228 4228 rc
                1108 0 211 -935 0 0 -211 935 0 4392 1928 5 MP stroke
                1109 gr
                1110 
                1111 4859 1856 mt 
                1112 (t24) s
                1113 %%IncludeResource: font Helvetica
                1114 /Helvetica /ISOLatin1Encoding 120 FMSR
                1115 
                1116 4392 1815 mt 
                1117 (f5) s
                1118 %%IncludeResource: font Helvetica
                1119 /Helvetica /ISOLatin1Encoding 96 FMSR
                1120 
                1121 4492 1875 mt 
                1122 (e) s
                1123 %%IncludeResource: font Helvetica
                1124 /Helvetica /ISOLatin1Encoding 120 FMSR
                1125 
                1126 4859 1770 mt 
                1127 (f1) s
                1128 %%IncludeResource: font Helvetica
                1129 /Helvetica /ISOLatin1Encoding 96 FMSR
                1130 
                1131 4959 1830 mt 
                1132 (s) s
                1133 %%IncludeResource: font Helvetica
                1134 /Helvetica /ISOLatin1Encoding 120 FMSR
                1135 
                1136 5086 1815 mt 
                1137 (f2) s
                1138 %%IncludeResource: font Helvetica
                1139 /Helvetica /ISOLatin1Encoding 96 FMSR
                1140 
                1141 5186 1875 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