changeset 71:16e025363f20

Added drum tracking plot
author samer
date Mon, 19 Mar 2012 18:36:18 +0000
parents 2cb06db0d271
children 9135f6fb1a68
files figs/file11-track.eps
diffstat 1 files changed, 1779 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/figs/file11-track.eps	Mon Mar 19 18:36:18 2012 +0000
@@ -0,0 +1,1779 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: MATLAB, The Mathworks, Inc. Version 7.9.0.529 (R2009b). Operating System: Darwin 11.3.0 Darwin Kernel Version 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~1/RELEASE_X86_64 x86_64.
+%%Title: plots/file11-track.eps
+%%CreationDate: 03/17/2012  16:12:24
+%%DocumentNeededFonts: Helvetica
+%%DocumentProcessColors: Cyan Magenta Yellow Black
+%%LanguageLevel: 2
+%%Pages: 1
+%%BoundingBox:    85     0   777   141
+%%EndComments
+
+%%BeginProlog
+% MathWorks dictionary
+/MathWorks 160 dict begin
+% definition operators
+/bdef {bind def} bind def
+/ldef {load def} bind def
+/xdef {exch def} bdef
+/xstore {exch store} bdef
+% operator abbreviations
+/c  /clip ldef
+/cc /concat ldef
+/cp /closepath ldef
+/gr /grestore ldef
+/gs /gsave ldef
+/mt /moveto ldef
+/np /newpath ldef
+/cm /currentmatrix ldef
+/sm /setmatrix ldef
+/rm /rmoveto ldef
+/rl /rlineto ldef
+/s {show newpath} bdef
+/sc {setcmykcolor} bdef
+/sr /setrgbcolor ldef
+/sg /setgray ldef
+/w /setlinewidth ldef
+/j /setlinejoin ldef
+/cap /setlinecap ldef
+/rc {rectclip} bdef
+/rf {rectfill} bdef
+% page state control
+/pgsv () def
+/bpage {/pgsv save def} bdef
+/epage {pgsv restore} bdef
+/bplot /gsave ldef
+/eplot {stroke grestore} bdef
+% orientation switch
+/portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def
+% coordinate system mappings
+/dpi2point 0 def
+% font control
+/FontSize 0 def
+/FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0]
+  makefont setfont} bdef
+/reencode {exch dup where {pop load} {pop StandardEncoding} ifelse
+  exch dup 3 1 roll findfont dup length dict begin
+  { 1 index /FID ne {def}{pop pop} ifelse } forall
+  /Encoding exch def currentdict end definefont pop} bdef
+/isroman {findfont /CharStrings get /Agrave known} bdef
+/FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse
+  exch FMS} bdef
+/csm {1 dpi2point div -1 dpi2point div scale neg translate
+ dup landscapeMode eq {pop -90 rotate}
+  {rotateMode eq {90 rotate} if} ifelse} bdef
+% line types: solid, dotted, dashed, dotdash
+/SO { [] 0 setdash } bdef
+/DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
+/DA { [6 dpi2point mul] 0 setdash } bdef
+/DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4
+  dpi2point mul] 0 setdash } bdef
+% macros for lines and objects
+/L {lineto stroke} bdef
+/MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef
+/AP {{rlineto} repeat} bdef
+/PDlw -1 def
+/W {/PDlw currentlinewidth def setlinewidth} def
+/PP {closepath eofill} bdef
+/DP {closepath stroke} bdef
+/MR {4 -2 roll moveto dup  0 exch rlineto exch 0 rlineto
+  neg 0 exch rlineto closepath} bdef
+/FR {MR stroke} bdef
+/PR {MR fill} bdef
+/L1i {{currentfile picstr readhexstring pop} image} bdef
+/tMatrix matrix def
+/MakeOval {newpath tMatrix currentmatrix pop translate scale
+0 0 1 0 360 arc tMatrix setmatrix} bdef
+/FO {MakeOval stroke} bdef
+/PO {MakeOval fill} bdef
+/PD {currentlinewidth 2 div 0 360 arc fill
+   PDlw -1 eq not {PDlw w /PDlw -1 def} if} def
+/FA {newpath tMatrix currentmatrix pop translate scale
+  0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef
+/PA {newpath tMatrix currentmatrix pop	translate 0 0 moveto scale
+  0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef
+/FAn {newpath tMatrix currentmatrix pop translate scale
+  0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef
+/PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
+  0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef
+/vradius 0 def /hradius 0 def /lry 0 def
+/lrx 0 def /uly 0 def /ulx 0 def /rad 0 def
+/MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef
+  /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly
+  vradius add translate hradius vradius scale 0 0 1 180 270 arc 
+  tMatrix setmatrix lrx hradius sub uly vradius add translate
+  hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix
+  lrx hradius sub lry vradius sub translate hradius vradius scale
+  0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub
+  translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix
+  closepath} bdef
+/FRR {MRR stroke } bdef
+/PRR {MRR fill } bdef
+/MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def
+  newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
+  rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad
+  sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix
+  closepath} bdef
+/FlrRR {MlrRR stroke } bdef
+/PlrRR {MlrRR fill } bdef
+/MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def
+  newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
+  rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad
+  sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix
+  closepath} bdef
+/FtbRR {MtbRR stroke } bdef
+/PtbRR {MtbRR fill } bdef
+/stri 6 array def /dtri 6 array def
+/smat 6 array def /dmat 6 array def
+/tmat1 6 array def /tmat2 6 array def /dif 3 array def
+/asub {/ind2 exch def /ind1 exch def dup dup
+  ind1 get exch ind2 get sub exch } bdef
+/tri_to_matrix {
+  2 0 asub 3 1 asub 4 0 asub 5 1 asub
+  dup 0 get exch 1 get 7 -1 roll astore } bdef
+/compute_transform {
+  dmat dtri tri_to_matrix tmat1 invertmatrix 
+  smat stri tri_to_matrix tmat2 concatmatrix } bdef
+/ds {stri astore pop} bdef
+/dt {dtri astore pop} bdef
+/db {2 copy /cols xdef /rows xdef mul dup 3 mul string
+  currentfile 
+  3 index 0 eq {/ASCIIHexDecode filter}
+  {/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if }
+  ifelse exch readstring pop
+  dup 0 3 index getinterval /rbmap xdef
+  dup 2 index dup getinterval /gbmap xdef
+  1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef
+/it {gs np dtri aload pop moveto lineto lineto cp c
+  cols rows 8 compute_transform 
+  rbmap gbmap bbmap true 3 colorimage gr}bdef
+/il {newpath moveto lineto stroke}bdef
+currentdict end def
+%%EndProlog
+
+%%BeginSetup
+MathWorks begin
+
+0 cap
+
+end
+%%EndSetup
+
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox:    85     0   777   141
+MathWorks begin
+bpage
+%%EndPageSetup
+
+%%BeginObject: obj1
+bplot
+
+/dpi2point 12 def
+portraitMode 0000 1692 csm
+
+ 1029    -7  8303  1709 rc
+277 dict begin %Colortable dictionary
+/c0 { 0.000000 0.000000 0.000000 sr} bdef
+/c1 { 1.000000 1.000000 1.000000 sr} bdef
+/c2 { 0.900000 0.000000 0.000000 sr} bdef
+/c3 { 0.000000 0.820000 0.000000 sr} bdef
+/c4 { 0.000000 0.000000 0.800000 sr} bdef
+/c5 { 0.910000 0.820000 0.320000 sr} bdef
+/c6 { 1.000000 0.260000 0.820000 sr} bdef
+/c7 { 0.000000 0.820000 0.820000 sr} bdef
+c0
+1 j
+1 sg
+   0    0 10214 1703 rf
+3.84 w
+0 1280 7915 0 0 -1280 1328 1408 4 MP
+PP
+-7915 0 0 1280 7915 0 0 -1280 1328 1408 5 MP stroke
+2.56 w
+DO
+SO
+3.84 w
+0 sg
+1328 1408 mt 9243 1408 L
+1328  128 mt 9243  128 L
+1328 1408 mt 1328  128 L
+9243 1408 mt 9243  128 L
+1328 1408 mt 9243 1408 L
+1328 1408 mt 1328  128 L
+1328 1408 mt 1328 1328 L
+1328  128 mt 1328  207 L
+%%IncludeResource: font Helvetica
+/Helvetica /ISOLatin1Encoding 108 FMSR
+
+1298 1542 mt 
+(0) s
+2241 1408 mt 2241 1328 L
+2241  128 mt 2241  207 L
+2181 1542 mt 
+(20) s
+3154 1408 mt 3154 1328 L
+3154  128 mt 3154  207 L
+3094 1542 mt 
+(40) s
+4068 1408 mt 4068 1328 L
+4068  128 mt 4068  207 L
+4008 1542 mt 
+(60) s
+4981 1408 mt 4981 1328 L
+4981  128 mt 4981  207 L
+4921 1542 mt 
+(80) s
+5895 1408 mt 5895 1328 L
+5895  128 mt 5895  207 L
+5805 1542 mt 
+(100) s
+6808 1408 mt 6808 1328 L
+6808  128 mt 6808  207 L
+6718 1542 mt 
+(120) s
+7722 1408 mt 7722 1328 L
+7722  128 mt 7722  207 L
+7632 1542 mt 
+(140) s
+8635 1408 mt 8635 1328 L
+8635  128 mt 8635  207 L
+8545 1542 mt 
+(160) s
+1328 1408 mt 1407 1408 L
+9243 1408 mt 9163 1408 L
+1233 1448 mt 
+(0) s
+1328 1152 mt 1407 1152 L
+9243 1152 mt 9163 1152 L
+1233 1192 mt 
+(1) s
+1328  896 mt 1407  896 L
+9243  896 mt 9163  896 L
+1233  936 mt 
+(2) s
+1328  640 mt 1407  640 L
+9243  640 mt 9163  640 L
+1233  680 mt 
+(3) s
+1328  384 mt 1407  384 L
+9243  384 mt 9163  384 L
+1233  424 mt 
+(4) s
+1328  128 mt 1407  128 L
+9243  128 mt 9163  128 L
+1233  168 mt 
+(5) s
+1328 1408 mt 9243 1408 L
+1328  128 mt 9243  128 L
+1328 1408 mt 1328  128 L
+9243 1408 mt 9243  128 L
+gs 1328 128 7916 1281 rc
+4.8 w
+0.25 sg
+32 -500 0 499 1328 128 3 MP stroke
+34 -643 0 643 1369 128 3 MP stroke
+0 -36 11 -83 0 198 12 -154 0 -66 7 -59 0 82 2 -3 
+0 158 10 -97 0 -76 6 -79 0 -110 1 -8 0 33 2 -8 
+0 241 10 -134 0 172 10 -92 0 235 19 -178 0 194 22 -314 
+0 300 19 -212 0 222 22 -260 0 200 19 -258 0 293 21 -316 
+0 285 19 -244 0 295 22 -292 0 235 19 -278 0 301 21 -339 
+0 115 10 -114 0 129 9 -92 0 209 11 -101 0 38 11 -99 
+0 221 19 -231 0 304 22 -227 0 191 18 -184 0 219 22 -297 
+0 301 20 -192 0 175 21 -311 0 254 20 -266 0 295 20 -281 
+0 282 20 -190 0 225 21 -189 0 168 20 -181 0 258 21 -169 
+0 74 17 -150 0 -52 2 -2 0 291 22 -356 0 -93 3 -43 
+0 75 1 0 0 100 4 -18 0 -14 5 -31 0 150 3 -3 
+0 -60 1 -5 0 105 12 -100 0 34 10 -91 0 278 20 -203 
+0 203 21 -287 0 289 20 -236 0 232 21 -267 0 265 20 -224 
+0 243 21 -244 0 198 20 -226 0 308 20 -180 0 88 19 -245 
+0 287 21 -272 0 256 20 -236 0 279 20 -208 0 153 20 -234 
+0 297 21 -216 0 83 19 -288 0 378 21 -257 0 276 21 -179 
+0 180 21 -313 0 289 20 -267 0 270 21 -272 0 293 20 -210 
+0 192 22 -287 0 265 20 -249 0 290 20 -241 0 206 19 -231 
+0 288 22 -233 0 161 19 -260 0 296 21 -259 0 208 20 -229 
+0 288 21 -217 0 205 19 -171 0 191 22 -290 0 296 20 -193 
+0 176 22 -294 0 294 19 -197 0 183 21 -256 0 269 20 -184 
+0 176 21 -280 0 124 10 -81 0 2 9 -102 0 171 11 -139 
+0 94 9 -96 0 201 11 -113 0 142 9 -42 0 146 22 -315 
+0 270 19 -287 0 268 21 -227 0 256 19 -221 0 306 22 -210 
+0 109 19 -265 0 301 21 -282 0 276 20 -211 0 496 40 -639 
+0 367 21 -274 0 288 20 -173 0 127 22 -277 0 291 19 -245 
+0 269 21 -281 0 233 20 -228 0 314 21 -198 0 98 20 -250 
+0 276 20 -274 0 248 20 -258 0 281 21 -287 0 284 20 -243 
+0 287 21 -311 0 300 20 -253 0 229 21 -265 0 290 20 -190 
+0 162 21 -281 0 295 20 -244 0 243 21 -271 0 108 10 -77 
+0 29 10 -66 0 201 11 -112 0 -64 4 -20 0 -46 5 -27 
+0 164 9 -149 0 150 11 -116 0 304 21 -311 0 294 20 -223 
+0 472 40 -532 0 292 22 -301 0 250 20 -254 0 254 20 -256 
+0 264 20 -209 0 228 22 -267 0 255 19 -272 0 276 22 -258 
+0 241 19 -315 0 403 22 -254 0 -79 4 -33 0 84 4 -37 
+0 53 1 0 0 -66 5 -69 0 21 0 -65 4 -67 0 60 
+1 0 0 77 4 -84 0 35 1 0 0 77 4 -28 0 102 
+0 -76 5 -69 0 -12 6818 846 300 MP stroke
+5 -48 0 189 5 -67 0 185 5 -9 0 -113 10 -140 0 139 
+11 -134 0 130 10 -131 0 145 10 -128 0 122 10 -134 0 154 
+10 -117 0 121 11 -147 0 146 10 -112 0 137 11 -113 0 164 
+9 -102 0 182 11 -61 0 95 19 -263 0 310 21 -318 0 290 
+20 -252 0 278 22 -326 0 294 20 -267 0 302 22 -309 0 287 
+19 -277 0 287 22 -257 0 300 20 -160 0 146 22 -280 0 238 
+19 -247 0 298 21 -212 0 126 20 -235 0 280 21 -279 0 251 
+20 -260 0 267 22 -286 0 261 20 -228 0 258 21 -216 0 292 
+20 -159 0 121 22 -316 0 276 20 -221 0 217 21 -236 0 299 
+21 -163 0 154 20 -189 0 135 20 -263 0 270 20 -200 0 178 
+19 -219 0 302 22 -237 0 141 19 -260 0 270 21 -279 0 229 
+20 -279 0 584 41 -655 0 219 10 -123 0 121 11 -59 0 280 
+19 -260 0 157 1 0 0 98 21 -283 0 277 20 -358 0 79 
+1 0 0 278 20 -303 0 265 20 -280 0 291 21 -260 0 135 
+10 -119 0 73 9 -82 0 178 10 -96 0 54 11 -114 0 243 
+19 -271 0 283 21 -259 0 257 20 -231 0 236 20 -243 0 238 
+20 -248 0 264 21 -218 0 153 19 -269 0 317 22 -277 0 272 
+19 -292 0 96 1 0 0 219 21 -299 0 282 20 -258 0 247 
+21 -242 0 258 20 -317 0 522 21 -129 0 97 24 -520 0 35 
+1 0 0 59 4 -39 0 -77 5 -86 0 64 4 -50 0 62 
+1 0 0 111 5 -31 0 52 4 -25 0 97 11 -103 0 214 
+10 -78 0 15 10 -72 0 211 20 -299 0 298 21 -276 0 273 
+19 -222 0 248 21 -306 0 269 20 -276 0 294 21 -306 0 286 
+20 -234 0 283 21 -294 0 259 20 -269 0 309 21 -270 0 225 
+21 -271 0 288 21 -237 0 219 19 -284 0 278 21 -294 0 265 
+19 -253 0 47 1 -2 0 236 21 -279 0 277 20 -228 0 238 
+20 -285 0 257 21 -225 0 238 20 -257 0 234 21 -244 0 253 
+20 -245 0 274 21 -254 0 260 21 -257 0 262 20 -245 0 252 
+21 -287 0 281 21 -270 0 279 20 -236 0 158 20 -228 0 280 
+21 -250 0 238 19 -236 0 286 21 -255 0 184 19 -234 0 295 
+21 -198 0 157 20 -242 0 302 21 -261 0 199 20 -271 0 235 
+20 -246 0 250 20 -267 0 324 22 -282 0 277 20 -234 0 242 
+21 -231 0 305 20 -149 0 97 22 -245 0 268 10 -83 0 -46 
+7 -39 0 -1 1 -1 0 -148 3 -13 0 90 9 -117 0 48 
+9 -113 0 105 5 -54 0 72 5 -44 0 162 9 -55 0 197 
+22 -309 0 293 19 -277 0 294 21 -263 0 284 20 -159 0 113 
+21 -274 0 280 20 -266 0 282 21 -254 0 232 19 -214 0 304 
+21 -150 0 37 20 -255 4303 759 300 MP stroke
+0 265 20 -255 0 299 21 -270 0 210 21 -244 0 215 19 -277 
+0 80 1 -3 0 276 20 -210 0 220 21 -316 0 272 21 -269 
+0 263 20 -227 0 -11 0 247 21 -272 0 285 20 -246 0 276 
+20 -302 0 124 10 -101 0 87 10 -72 0 179 10 -99 0 75 
+10 -72 0 148 20 -262 0 321 21 -305 0 224 20 -261 0 293 
+21 -284 0 294 20 -255 0 281 21 -302 0 252 20 -257 0 283 
+21 -312 0 272 20 -225 0 275 20 -279 0 292 21 -208 0 174 
+20 -284 0 269 20 -194 0 205 21 -297 0 117 10 -101 0 44 
+10 -112 0 152 10 -150 0 130 10 -104 0 178 10 -127 0 147 
+10 -51 0 227 21 -170 0 116 20 -211 0 257 20 -172 0 72 
+20 -237 0 262 21 -271 0 258 20 -307 0 88 1 -2 0 281 
+20 -256 0 265 21 -279 0 259 21 -322 0 297 20 -375 0 99 
+1 -3 0 302 20 -314 0 300 20 -353 0 381 21 -310 0 261 
+20 -247 0 296 21 -294 0 285 20 -254 0 283 21 -245 0 189 
+19 -257 0 290 21 -274 0 241 20 -243 0 271 20 -284 0 290 
+21 -276 0 303 21 -272 0 312 19 -172 0 134 22 -311 0 304 
+19 -211 0 210 21 -260 0 306 20 -165 0 110 21 -334 0 178 
+11 -103 0 58 6 -56 0 -67 1 0 0 -85 2 -40 0 70 
+1 0 0 138 10 -127 0 37 4 -37 0 89 1 -3 0 -79 
+4 -29 0 148 10 -121 0 114 10 -100 0 177 10 -145 0 98 
+10 -91 0 255 20 -251 0 277 20 -291 0 287 19 -256 0 311 
+21 -280 0 266 20 -264 0 276 20 -308 0 276 20 -280 0 315 
+21 -333 0 297 19 -317 0 84 1 -2 0 265 21 -309 0 291 
+20 -254 0 282 21 -280 0 102 10 -108 0 -12 9 -148 0 280 
+10 -150 0 140 1 0 0 -58 10 -109 0 284 19 -358 0 91 
+1 0 0 308 21 -316 0 304 19 -316 0 99 1 0 0 233 
+21 -284 0 271 20 -260 0 271 22 -278 0 245 19 -285 0 298 
+20 -266 0 263 20 -270 0 304 21 -263 0 187 20 -358 0 410 
+21 -303 0 271 20 -258 0 295 22 -274 0 235 18 -247 0 100 
+1 0 0 191 21 -293 0 298 21 -264 0 237 21 -320 0 284 
+19 -356 0 156 1 0 0 232 21 -289 0 254 19 -273 0 146 
+1 0 0 306 20 -139 0 13 11 -89 0 -83 7 -110 0 291 
+1 0 0 3 2 -7 0 58 0 -184 9 -83 0 -76 9 -151 
+0 200 4 -43 0 108 1 -1 0 204 4 -4 0 -116 11 -78 
+0 444 41 -582 0 303 21 -284 0 269 20 -254 0 282 21 -267 
+0 184 19 -348 0 112 1 0 0 268 20 -273 0 278 20 -301 
+0 352 22 -302 0 318 20 -242 0 478 41 -553 0 278 21 -347 
+0 295 19 -371 0 104 1941 769 300 MP stroke
+1 -3 0 295 20 -277 0 288 20 -261 0 255 21 -324 0 273 
+19 -344 0 115 1 0 0 269 19 -288 0 289 20 -377 0 114 
+1 0 0 300 20 -277 0 250 20 -290 0 304 20 -271 0 266 
+21 -290 0 311 21 -312 0 292 20 -244 0 325 21 -202 0 409 
+41 -506 0 236 17 -203 0 -55 1 -2 0 -72 2 -13 0 274 
+20 -321 0 137 5 -48 0 66 2 -5 0 -34 1 -3 0 -13 
+3 -10 0 110 10 -100 0 205 11 -75 0 -27 10 -70 0 306 
+19 -362 0 214 1 -1 0 353 40 -684 0 78 1 0 0 612 
+41 -622 0 498 20 -302 0 392 21 -551 0 644 1410 128 71 MP stroke
+gr
+
+4.8 w
+0.25 sg
+/c8 { 1.000000 0.000000 0.000000 sr} bdef
+c8
+  24   24 1328  690 FO
+  24   24 1369 1071 FO
+  24   24 1410 1075 FO
+  24   24 1451 1238 FO
+  24   24 1492 1358 FO
+  24   24 1615 1330 FO
+  24   24 1618 1281 FO
+  24   24 1635 1265 FO
+  24   24 1676 1152 FO
+  24   24 1717 1317 FO
+  24   24 1759 1287 FO
+  24   24 1799 1278 FO
+  24   24 1820 1374 FO
+  24   24 1840 1320 FO
+  24   24 1860 1386 FO
+  24   24 1879 1336 FO
+  24   24 1920 1309 FO
+  24   24 1941 1386 FO
+  24   24 1960 1325 FO
+  24   24 2042 1299 FO
+  24   24 2064 1301 FO
+  24   24 2084 1323 FO
+  24   24 2105 1375 FO
+  24   24 2124 1256 FO
+  24   24 2165 1291 FO
+  24   24 2243 1364 FO
+  24   24 2247 1390 FO
+  24   24 2256 1379 FO
+  24   24 2265 1215 FO
+  24   24 2268 1209 FO
+  24   24 2275 1352 FO
+  24   24 2286 1054 FO
+  24   24 2307 1343 FO
+  24   24 2326 1319 FO
+  24   24 2348 1350 FO
+  24   24 2348 1327 FO
+  24   24 2367 1326 FO
+  24   24 2409 1303 FO
+  24   24 2431 1232 FO
+  24   24 2449 1294 FO
+  24   24 2491 1311 FO
+  24   24 2512 1385 FO
+  24   24 2532 1254 FO
+  24   24 2573 1282 FO
+  24   24 2612 1272 FO
+  24   24 2654 1281 FO
+  24   24 2676 1280 FO
+  24   24 2695 1313 FO
+  24   24 2717 1344 FO
+  24   24 2736 1309 FO
+  24   24 2747 1354 FO
+  24   24 2757 1371 FO
+  24   24 2766 1317 FO
+  24   24 2776 1230 FO
+  24   24 2817 1302 FO
+  24   24 2839 1289 FO
+  24   24 2858 1314 FO
+  24   24 2899 1291 FO
+  24   24 2939 1270 FO
+  24   24 2979 1325 FO
+  24   24 3019 1312 FO
+  24   24 3029 1341 FO
+  24   24 3049 1373 FO
+  24   24 3064 1386 FO
+  24   24 3068 1350 FO
+  24   24 3079 1376 FO
+  24   24 3082 1378 FO
+  24   24 3088 1317 FO
+  24   24 3099 1330 FO
+  24   24 3140 1283 FO
+  24   24 3180 1309 FO
+  24   24 3221 1290 FO
+  24   24 3263 1317 FO
+  24   24 3303 1295 FO
+  24   24 3343 1241 FO
+  24   24 3384 1311 FO
+  24   24 3425 1319 FO
+  24   24 3446 1360 FO
+  24   24 3466 1324 FO
+  24   24 3487 1369 FO
+  24   24 3507 1327 FO
+  24   24 3549 1289 FO
+  24   24 3570 1320 FO
+  24   24 3590 1335 FO
+  24   24 3631 1176 FO
+  24   24 3671 1154 FO
+  24   24 3702 1352 FO
+  24   24 3722 1382 FO
+  24   24 3742 1331 FO
+  24   24 3752 1313 FO
+  24   24 3793 1322 FO
+  24   24 3834 1302 FO
+  24   24 3874 1331 FO
+  24   24 3915 1293 FO
+  24   24 3956 1314 FO
+  24   24 3997 1281 FO
+  24   24 4038 1204 FO
+  24   24 4068 1327 FO
+  24   24 4078 1285 FO
+  24   24 4118 1325 FO
+  24   24 4139 1221 FO
+  24   24 4159 1322 FO
+  24   24 4180 1295 FO
+  24   24 4201 1226 FO
+  24   24 4222 1305 FO
+  24   24 4241 1299 FO
+  24   24 4283 1309 FO
+  24   24 4323 1124 FO
+  24   24 4363 1270 FO
+  24   24 4404 1309 FO
+  24   24 4445 1290 FO
+  24   24 4485 1318 FO
+  24   24 4516 1360 FO
+  24   24 4535 1335 FO
+  24   24 4548 1107 FO
+  24   24 4555 1255 FO
+  24   24 4565 1250 FO
+  24   24 4607 1253 FO
+  24   24 4648 1317 FO
+  24   24 4670 1273 FO
+  24   24 4690 1328 FO
+  24   24 4730 1249 FO
+  24   24 4771 1205 FO
+  24   24 4811 1248 FO
+  24   24 4851 1277 FO
+  24   24 4892 1235 FO
+  24   24 4933 1300 FO
+  24   24 4974 1287 FO
+  24   24 5016 1317 FO
+  24   24 5057 1288 FO
+  24   24 5098 1310 FO
+  24   24 5138 1319 FO
+  24   24 5160 1261 FO
+  24   24 5179 1324 FO
+  24   24 5219 1256 FO
+  24   24 5261 1250 FO
+  24   24 5302 1280 FO
+  24   24 5343 1318 FO
+  24   24 5384 1297 FO
+  24   24 5424 1292 FO
+  24   24 5465 1241 FO
+  24   24 5485 1330 FO
+  24   24 5496 1342 FO
+  24   24 5506 1395 FO
+  24   24 5510 1399 FO
+  24   24 5515 1333 FO
+  24   24 5520 1366 FO
+  24   24 5544 1195 FO
+  24   24 5565 1333 FO
+  24   24 5585 1279 FO
+  24   24 5606 1268 FO
+  24   24 5626 1312 FO
+  24   24 5648 1295 FO
+  24   24 5667 1318 FO
+  24   24 5689 1289 FO
+  24   24 5708 1237 FO
+  24   24 5749 1276 FO
+  24   24 5789 1295 FO
+  24   24 5829 1288 FO
+  24   24 5859 1327 FO
+  24   24 5869 1298 FO
+  24   24 5890 1310 FO
+  24   24 5910 1319 FO
+  24   24 5931 1329 FO
+  24   24 5951 1296 FO
+  24   24 5973 1228 FO
+  24   24 5992 1316 FO
+  24   24 6003 1376 FO
+  24   24 6013 1386 FO
+  24   24 6074 1315 FO
+  24   24 6114 1216 FO
+  24   24 6155 1231 FO
+  24   24 6195 1173 FO
+  24   24 6236 1301 FO
+  24   24 6277 1319 FO
+  24   24 6319 1269 FO
+  24   24 6360 1330 FO
+  24   24 6402 1292 FO
+  24   24 6443 1194 FO
+  24   24 6483 1264 FO
+  24   24 6525 1297 FO
+  24   24 6566 1309 FO
+  24   24 6608 1323 FO
+  24   24 6650 1322 FO
+  24   24 6690 1166 FO
+  24   24 6701 1354 FO
+  24   24 6710 1323 FO
+  24   24 6721 1378 FO
+  24   24 6731 1370 FO
+  24   24 6742 1369 FO
+  24   24 6752 1372 FO
+  24   24 6762 1374 FO
+  24   24 6772 1369 FO
+  24   24 6782 1385 FO
+  24   24 6793 1362 FO
+  24   24 6808 1374 FO
+  24   24 6813 1392 FO
+  24   24 6823 1376 FO
+  24   24 6828 1371 FO
+  24   24 6833 1397 FO
+  24   24 6837 1355 FO
+  24   24 6843 1341 FO
+  24   24 6851 1297 FO
+  24   24 6873 1370 FO
+  24   24 6892 1330 FO
+  24   24 6914 1250 FO
+  24   24 6933 1317 FO
+  24   24 6975 1330 FO
+  24   24 7015 1308 FO
+  24   24 7097 1314 FO
+  24   24 7129 1370 FO
+  24   24 7147 1348 FO
+  24   24 7168 1305 FO
+  24   24 7178 1238 FO
+  24   24 7219 1313 FO
+  24   24 7260 1304 FO
+  24   24 7301 1306 FO
+  24   24 7342 1322 FO
+  24   24 7383 1295 FO
+  24   24 7423 1162 FO
+  24   24 7464 1270 FO
+  24   24 7504 1309 FO
+  24   24 7546 1287 FO
+  24   24 7567 1300 FO
+  24   24 7627 1282 FO
+  24   24 7667 1163 FO
+  24   24 7708 1282 FO
+  24   24 7748 1301 FO
+  24   24 7779 1316 FO
+  24   24 7799 1340 FO
+  24   24 7819 1311 FO
+  24   24 7829 1270 FO
+  24   24 7870 1286 FO
+  24   24 7910 1313 FO
+  24   24 7952 1306 FO
+  24   24 7993 1219 FO
+  24   24 8034 1262 FO
+  24   24 8074 1216 FO
+  24   24 8115 1247 FO
+  24   24 8155 1307 FO
+  24   24 8197 1306 FO
+  24   24 8238 1311 FO
+  24   24 8280 1299 FO
+  24   24 8301 1352 FO
+  24   24 8320 1201 FO
+  24   24 8361 1188 FO
+  24   24 8401 1280 FO
+  24   24 8441 1216 FO
+  24   24 8481 1275 FO
+  24   24 8522 1286 FO
+  24   24 8563 1305 FO
+  24   24 8604 1295 FO
+  24   24 8630 1374 FO
+  24   24 8640 1397 FO
+  24   24 8643 1299 FO
+  24   24 8684 1101 FO
+  24   24 8725 1176 FO
+  24   24 8766 1317 FO
+  24   24 8806 1299 FO
+  24   24 8847 1302 FO
+  24   24 8887 1206 FO
+  24   24 8928 1275 FO
+  24   24 8959 1375 FO
+  24   24 8969 1327 FO
+  24   24 9009 1281 FO
+  24   24 9050 1321 FO
+  24   24 9090 1246 FO
+  24   24 9131 1300 FO
+  24   24 9172 1231 FO
+  24   24 9182 1364 FO
+  24   24 9192 1387 FO
+  24   24 9195 1309 FO
+  24   24 9201 1315 FO
+  24   24 9220 1383 FO
+  24   24 9232 1251 FO
+  24   24 9243 1281 FO
+gs 1328 128 7916 1281 rc
+0 -718 1328 1408 2 MP stroke
+0 -337 1369 1408 2 MP stroke
+0 -333 1410 1408 2 MP stroke
+0 -170 1451 1408 2 MP stroke
+0 -50 1492 1408 2 MP stroke
+0 -78 1615 1408 2 MP stroke
+0 -127 1618 1408 2 MP stroke
+0 -143 1635 1408 2 MP stroke
+0 -256 1676 1408 2 MP stroke
+0 -91 1717 1408 2 MP stroke
+0 -121 1759 1408 2 MP stroke
+0 -130 1799 1408 2 MP stroke
+0 -34 1820 1408 2 MP stroke
+0 -88 1840 1408 2 MP stroke
+0 -22 1860 1408 2 MP stroke
+0 -72 1879 1408 2 MP stroke
+0 -99 1920 1408 2 MP stroke
+0 -22 1941 1408 2 MP stroke
+0 -83 1960 1408 2 MP stroke
+0 -109 2042 1408 2 MP stroke
+0 -107 2064 1408 2 MP stroke
+0 -85 2084 1408 2 MP stroke
+0 -33 2105 1408 2 MP stroke
+0 -152 2124 1408 2 MP stroke
+0 -117 2165 1408 2 MP stroke
+0 -44 2243 1408 2 MP stroke
+0 -18 2247 1408 2 MP stroke
+0 -29 2256 1408 2 MP stroke
+0 -193 2265 1408 2 MP stroke
+0 -199 2268 1408 2 MP stroke
+0 -56 2275 1408 2 MP stroke
+0 -354 2286 1408 2 MP stroke
+0 -65 2307 1408 2 MP stroke
+0 -89 2326 1408 2 MP stroke
+0 -58 2348 1408 2 MP stroke
+0 -81 2348 1408 2 MP stroke
+0 -82 2367 1408 2 MP stroke
+0 -105 2409 1408 2 MP stroke
+0 -176 2431 1408 2 MP stroke
+0 -114 2449 1408 2 MP stroke
+0 -97 2491 1408 2 MP stroke
+0 -23 2512 1408 2 MP stroke
+0 -154 2532 1408 2 MP stroke
+0 -126 2573 1408 2 MP stroke
+0 -136 2612 1408 2 MP stroke
+0 -127 2654 1408 2 MP stroke
+0 -128 2676 1408 2 MP stroke
+0 -95 2695 1408 2 MP stroke
+0 -64 2717 1408 2 MP stroke
+0 -99 2736 1408 2 MP stroke
+0 -54 2747 1408 2 MP stroke
+0 -37 2757 1408 2 MP stroke
+0 -91 2766 1408 2 MP stroke
+0 -178 2776 1408 2 MP stroke
+0 -106 2817 1408 2 MP stroke
+0 -119 2839 1408 2 MP stroke
+0 -94 2858 1408 2 MP stroke
+0 -117 2899 1408 2 MP stroke
+0 -138 2939 1408 2 MP stroke
+0 -83 2979 1408 2 MP stroke
+0 -96 3019 1408 2 MP stroke
+0 -67 3029 1408 2 MP stroke
+0 -35 3049 1408 2 MP stroke
+0 -22 3064 1408 2 MP stroke
+0 -58 3068 1408 2 MP stroke
+0 -32 3079 1408 2 MP stroke
+0 -30 3082 1408 2 MP stroke
+0 -91 3088 1408 2 MP stroke
+0 -78 3099 1408 2 MP stroke
+0 -125 3140 1408 2 MP stroke
+0 -99 3180 1408 2 MP stroke
+0 -118 3221 1408 2 MP stroke
+0 -91 3263 1408 2 MP stroke
+0 -113 3303 1408 2 MP stroke
+0 -167 3343 1408 2 MP stroke
+0 -97 3384 1408 2 MP stroke
+0 -89 3425 1408 2 MP stroke
+0 -48 3446 1408 2 MP stroke
+0 -84 3466 1408 2 MP stroke
+0 -39 3487 1408 2 MP stroke
+0 -81 3507 1408 2 MP stroke
+0 -119 3549 1408 2 MP stroke
+0 -88 3570 1408 2 MP stroke
+0 -73 3590 1408 2 MP stroke
+0 -232 3631 1408 2 MP stroke
+0 -254 3671 1408 2 MP stroke
+0 -56 3702 1408 2 MP stroke
+0 -26 3722 1408 2 MP stroke
+0 -77 3742 1408 2 MP stroke
+0 -95 3752 1408 2 MP stroke
+0 -86 3793 1408 2 MP stroke
+0 -106 3834 1408 2 MP stroke
+0 -77 3874 1408 2 MP stroke
+0 -115 3915 1408 2 MP stroke
+0 -94 3956 1408 2 MP stroke
+0 -127 3997 1408 2 MP stroke
+0 -204 4038 1408 2 MP stroke
+0 -81 4068 1408 2 MP stroke
+0 -123 4078 1408 2 MP stroke
+0 -83 4118 1408 2 MP stroke
+0 -187 4139 1408 2 MP stroke
+0 -86 4159 1408 2 MP stroke
+0 -113 4180 1408 2 MP stroke
+0 -182 4201 1408 2 MP stroke
+0 -103 4222 1408 2 MP stroke
+0 -109 4241 1408 2 MP stroke
+0 -99 4283 1408 2 MP stroke
+0 -284 4323 1408 2 MP stroke
+0 -138 4363 1408 2 MP stroke
+0 -99 4404 1408 2 MP stroke
+0 -118 4445 1408 2 MP stroke
+0 -90 4485 1408 2 MP stroke
+0 -48 4516 1408 2 MP stroke
+0 -73 4535 1408 2 MP stroke
+0 -301 4548 1408 2 MP stroke
+0 -153 4555 1408 2 MP stroke
+0 -158 4565 1408 2 MP stroke
+0 -155 4607 1408 2 MP stroke
+0 -91 4648 1408 2 MP stroke
+0 -135 4670 1408 2 MP stroke
+0 -80 4690 1408 2 MP stroke
+0 -159 4730 1408 2 MP stroke
+0 -203 4771 1408 2 MP stroke
+0 -160 4811 1408 2 MP stroke
+0 -131 4851 1408 2 MP stroke
+0 -173 4892 1408 2 MP stroke
+0 -108 4933 1408 2 MP stroke
+0 -121 4974 1408 2 MP stroke
+0 -91 5016 1408 2 MP stroke
+0 -120 5057 1408 2 MP stroke
+0 -98 5098 1408 2 MP stroke
+0 -89 5138 1408 2 MP stroke
+0 -147 5160 1408 2 MP stroke
+0 -84 5179 1408 2 MP stroke
+0 -152 5219 1408 2 MP stroke
+0 -158 5261 1408 2 MP stroke
+0 -128 5302 1408 2 MP stroke
+0 -90 5343 1408 2 MP stroke
+0 -111 5384 1408 2 MP stroke
+0 -116 5424 1408 2 MP stroke
+0 -167 5465 1408 2 MP stroke
+0 -78 5485 1408 2 MP stroke
+0 -66 5496 1408 2 MP stroke
+0 -13 5506 1408 2 MP stroke
+0 -9 5510 1408 2 MP stroke
+0 -75 5515 1408 2 MP stroke
+0 -42 5520 1408 2 MP stroke
+0 -213 5544 1408 2 MP stroke
+0 -75 5565 1408 2 MP stroke
+0 -129 5585 1408 2 MP stroke
+0 -140 5606 1408 2 MP stroke
+0 -96 5626 1408 2 MP stroke
+0 -113 5648 1408 2 MP stroke
+0 -90 5667 1408 2 MP stroke
+0 -119 5689 1408 2 MP stroke
+0 -171 5708 1408 2 MP stroke
+0 -132 5749 1408 2 MP stroke
+0 -113 5789 1408 2 MP stroke
+0 -120 5829 1408 2 MP stroke
+0 -81 5859 1408 2 MP stroke
+0 -110 5869 1408 2 MP stroke
+0 -98 5890 1408 2 MP stroke
+0 -89 5910 1408 2 MP stroke
+0 -79 5931 1408 2 MP stroke
+0 -112 5951 1408 2 MP stroke
+0 -180 5973 1408 2 MP stroke
+0 -92 5992 1408 2 MP stroke
+0 -32 6003 1408 2 MP stroke
+0 -22 6013 1408 2 MP stroke
+0 -93 6074 1408 2 MP stroke
+0 -192 6114 1408 2 MP stroke
+0 -177 6155 1408 2 MP stroke
+0 -235 6195 1408 2 MP stroke
+0 -107 6236 1408 2 MP stroke
+0 -89 6277 1408 2 MP stroke
+0 -139 6319 1408 2 MP stroke
+0 -78 6360 1408 2 MP stroke
+0 -116 6402 1408 2 MP stroke
+0 -214 6443 1408 2 MP stroke
+0 -144 6483 1408 2 MP stroke
+0 -111 6525 1408 2 MP stroke
+0 -99 6566 1408 2 MP stroke
+0 -85 6608 1408 2 MP stroke
+0 -86 6650 1408 2 MP stroke
+0 -242 6690 1408 2 MP stroke
+0 -54 6701 1408 2 MP stroke
+0 -85 6710 1408 2 MP stroke
+0 -30 6721 1408 2 MP stroke
+0 -38 6731 1408 2 MP stroke
+0 -39 6742 1408 2 MP stroke
+0 -36 6752 1408 2 MP stroke
+0 -34 6762 1408 2 MP stroke
+0 -39 6772 1408 2 MP stroke
+0 -23 6782 1408 2 MP stroke
+0 -46 6793 1408 2 MP stroke
+0 -34 6808 1408 2 MP stroke
+0 -16 6813 1408 2 MP stroke
+0 -32 6823 1408 2 MP stroke
+0 -37 6828 1408 2 MP stroke
+0 -11 6833 1408 2 MP stroke
+0 -53 6837 1408 2 MP stroke
+0 -67 6843 1408 2 MP stroke
+0 -111 6851 1408 2 MP stroke
+0 -38 6873 1408 2 MP stroke
+0 -78 6892 1408 2 MP stroke
+0 -158 6914 1408 2 MP stroke
+0 -91 6933 1408 2 MP stroke
+0 -78 6975 1408 2 MP stroke
+0 -100 7015 1408 2 MP stroke
+0 -94 7097 1408 2 MP stroke
+0 -38 7129 1408 2 MP stroke
+0 -60 7147 1408 2 MP stroke
+0 -103 7168 1408 2 MP stroke
+0 -170 7178 1408 2 MP stroke
+0 -95 7219 1408 2 MP stroke
+0 -104 7260 1408 2 MP stroke
+0 -102 7301 1408 2 MP stroke
+0 -86 7342 1408 2 MP stroke
+0 -113 7383 1408 2 MP stroke
+0 -246 7423 1408 2 MP stroke
+0 -138 7464 1408 2 MP stroke
+0 -99 7504 1408 2 MP stroke
+0 -121 7546 1408 2 MP stroke
+0 -108 7567 1408 2 MP stroke
+0 -126 7627 1408 2 MP stroke
+0 -245 7667 1408 2 MP stroke
+0 -126 7708 1408 2 MP stroke
+0 -107 7748 1408 2 MP stroke
+0 -92 7779 1408 2 MP stroke
+0 -68 7799 1408 2 MP stroke
+0 -97 7819 1408 2 MP stroke
+0 -138 7829 1408 2 MP stroke
+0 -122 7870 1408 2 MP stroke
+0 -95 7910 1408 2 MP stroke
+0 -102 7952 1408 2 MP stroke
+0 -189 7993 1408 2 MP stroke
+0 -146 8034 1408 2 MP stroke
+0 -192 8074 1408 2 MP stroke
+0 -161 8115 1408 2 MP stroke
+0 -101 8155 1408 2 MP stroke
+0 -102 8197 1408 2 MP stroke
+0 -97 8238 1408 2 MP stroke
+0 -109 8280 1408 2 MP stroke
+0 -56 8301 1408 2 MP stroke
+0 -207 8320 1408 2 MP stroke
+0 -220 8361 1408 2 MP stroke
+0 -128 8401 1408 2 MP stroke
+0 -192 8441 1408 2 MP stroke
+0 -133 8481 1408 2 MP stroke
+0 -122 8522 1408 2 MP stroke
+0 -103 8563 1408 2 MP stroke
+0 -113 8604 1408 2 MP stroke
+0 -34 8630 1408 2 MP stroke
+0 -11 8640 1408 2 MP stroke
+0 -109 8643 1408 2 MP stroke
+0 -307 8684 1408 2 MP stroke
+0 -232 8725 1408 2 MP stroke
+0 -91 8766 1408 2 MP stroke
+0 -109 8806 1408 2 MP stroke
+0 -106 8847 1408 2 MP stroke
+0 -202 8887 1408 2 MP stroke
+0 -133 8928 1408 2 MP stroke
+0 -33 8959 1408 2 MP stroke
+0 -81 8969 1408 2 MP stroke
+0 -127 9009 1408 2 MP stroke
+0 -87 9050 1408 2 MP stroke
+0 -162 9090 1408 2 MP stroke
+0 -108 9131 1408 2 MP stroke
+0 -177 9172 1408 2 MP stroke
+0 -44 9182 1408 2 MP stroke
+0 -21 9192 1408 2 MP stroke
+0 -99 9195 1408 2 MP stroke
+0 -93 9201 1408 2 MP stroke
+0 -25 9220 1408 2 MP stroke
+0 -157 9232 1408 2 MP stroke
+0 -127 9243 1408 2 MP stroke
+0 sg
+7915 0 1328 1408 2 MP stroke
+gr
+
+0 sg
+/c9 { 0.000000 0.000000 1.000000 sr} bdef
+c9
+1312  674 mt 1344  706 L
+1344  674 mt 1312  706 L
+1353 1312 mt 1385 1344 L
+1385 1312 mt 1353 1344 L
+1394 1318 mt 1426 1350 L
+1426 1318 mt 1394 1350 L
+1415 1171 mt 1447 1203 L
+1447 1171 mt 1415 1203 L
+1435 1346 mt 1467 1378 L
+1467 1346 mt 1435 1378 L
+1476 1172 mt 1508 1204 L
+1508 1172 mt 1476 1204 L
+1477 1346 mt 1509 1378 L
+1509 1346 mt 1477 1378 L
+1517 1206 mt 1549 1238 L
+1549 1206 mt 1517 1238 L
+1518 1262 mt 1550 1294 L
+1550 1262 mt 1518 1294 L
+1537 1272 mt 1569 1304 L
+1569 1272 mt 1537 1304 L
+1547 1385 mt 1579 1417 L
+1579 1385 mt 1547 1417 L
+1558 1306 mt 1590 1338 L
+1590 1306 mt 1558 1338 L
+1568 1321 mt 1600 1353 L
+1600 1321 mt 1568 1353 L
+1571 1389 mt 1603 1421 L
+1603 1389 mt 1571 1421 L
+1572 1381 mt 1604 1413 L
+1604 1381 mt 1572 1413 L
+1574 1320 mt 1606 1352 L
+1606 1320 mt 1574 1352 L
+1579 1362 mt 1611 1394 L
+1611 1362 mt 1579 1394 L
+1599 1233 mt 1631 1265 L
+1631 1233 mt 1599 1265 L
+1601 1258 mt 1633 1290 L
+1633 1258 mt 1601 1290 L
+1681 1263 mt 1713 1295 L
+1713 1263 mt 1681 1295 L
+1722 1296 mt 1754 1328 L
+1754 1296 mt 1722 1328 L
+1763 1300 mt 1795 1332 L
+1795 1300 mt 1763 1332 L
+1803 1295 mt 1835 1327 L
+1835 1295 mt 1803 1327 L
+1843 1285 mt 1875 1317 L
+1875 1285 mt 1843 1317 L
+1884 1269 mt 1916 1301 L
+1916 1269 mt 1884 1301 L
+1924 1308 mt 1956 1340 L
+1956 1308 mt 1924 1340 L
+1965 1266 mt 1997 1298 L
+1997 1266 mt 1965 1298 L
+2006 1191 mt 2038 1223 L
+2038 1191 mt 2006 1223 L
+2048 1214 mt 2080 1246 L
+2080 1214 mt 2048 1246 L
+2088 1289 mt 2120 1321 L
+2120 1289 mt 2088 1321 L
+2129 1270 mt 2161 1302 L
+2161 1270 mt 2129 1302 L
+2170 1294 mt 2202 1326 L
+2202 1294 mt 2170 1326 L
+2211 1164 mt 2243 1196 L
+2243 1164 mt 2211 1196 L
+2222 1301 mt 2254 1333 L
+2254 1301 mt 2222 1333 L
+2226 1306 mt 2258 1338 L
+2258 1306 mt 2226 1338 L
+2231 1253 mt 2263 1285 L
+2263 1253 mt 2231 1285 L
+2249 1243 mt 2281 1275 L
+2281 1243 mt 2249 1275 L
+2251 1110 mt 2283 1142 L
+2283 1110 mt 2251 1142 L
+2290 1212 mt 2322 1244 L
+2322 1212 mt 2290 1244 L
+2331 1241 mt 2363 1273 L
+2363 1241 mt 2331 1273 L
+2372 1245 mt 2404 1277 L
+2404 1245 mt 2372 1277 L
+2414 1173 mt 2446 1205 L
+2446 1173 mt 2414 1205 L
+2455 1294 mt 2487 1326 L
+2487 1294 mt 2455 1326 L
+2496 1294 mt 2528 1326 L
+2528 1294 mt 2496 1326 L
+2537 1288 mt 2569 1320 L
+2569 1288 mt 2537 1320 L
+2577 1298 mt 2609 1330 L
+2609 1298 mt 2577 1330 L
+2618 1254 mt 2650 1286 L
+2650 1254 mt 2618 1286 L
+2659 1214 mt 2691 1246 L
+2691 1214 mt 2659 1246 L
+2700 1290 mt 2732 1322 L
+2732 1290 mt 2700 1322 L
+2730 1280 mt 2762 1312 L
+2762 1280 mt 2730 1312 L
+2741 1336 mt 2773 1368 L
+2773 1336 mt 2741 1368 L
+2781 1259 mt 2813 1291 L
+2813 1259 mt 2781 1291 L
+2822 1241 mt 2854 1273 L
+2854 1241 mt 2822 1273 L
+2863 1282 mt 2895 1314 L
+2895 1282 mt 2863 1314 L
+2903 1256 mt 2935 1288 L
+2935 1256 mt 2903 1288 L
+2944 1289 mt 2976 1321 L
+2976 1289 mt 2944 1321 L
+2983 1304 mt 3015 1336 L
+3015 1304 mt 2983 1336 L
+3023 1334 mt 3055 1366 L
+3055 1334 mt 3023 1366 L
+3043 1357 mt 3075 1389 L
+3075 1357 mt 3043 1389 L
+3047 1349 mt 3079 1381 L
+3079 1349 mt 3047 1381 L
+3062 1361 mt 3094 1393 L
+3094 1361 mt 3062 1393 L
+3065 1357 mt 3097 1389 L
+3097 1357 mt 3065 1389 L
+3104 1131 mt 3136 1163 L
+3136 1131 mt 3104 1163 L
+3145 1191 mt 3177 1223 L
+3177 1191 mt 3145 1223 L
+3186 1135 mt 3218 1167 L
+3218 1135 mt 3186 1167 L
+3226 1287 mt 3258 1319 L
+3258 1287 mt 3226 1319 L
+3267 1286 mt 3299 1318 L
+3299 1286 mt 3267 1318 L
+3308 1299 mt 3340 1331 L
+3340 1299 mt 3308 1331 L
+3348 1276 mt 3380 1308 L
+3380 1276 mt 3348 1308 L
+3389 1294 mt 3421 1326 L
+3421 1294 mt 3389 1326 L
+3430 1280 mt 3462 1312 L
+3462 1280 mt 3430 1312 L
+3470 1306 mt 3502 1338 L
+3502 1306 mt 3470 1338 L
+3512 1271 mt 3544 1303 L
+3544 1271 mt 3512 1303 L
+3553 1300 mt 3585 1332 L
+3585 1300 mt 3553 1332 L
+3595 1311 mt 3627 1343 L
+3627 1311 mt 3595 1343 L
+3635 1238 mt 3667 1270 L
+3667 1238 mt 3635 1270 L
+3676 1200 mt 3708 1232 L
+3708 1200 mt 3676 1232 L
+3696 1342 mt 3728 1374 L
+3728 1342 mt 3696 1374 L
+3716 1346 mt 3748 1378 L
+3748 1346 mt 3716 1378 L
+3757 1221 mt 3789 1253 L
+3789 1221 mt 3757 1253 L
+3797 1192 mt 3829 1224 L
+3829 1192 mt 3797 1224 L
+3838 1270 mt 3870 1302 L
+3870 1270 mt 3838 1302 L
+3879 1284 mt 3911 1316 L
+3911 1284 mt 3879 1316 L
+3920 1263 mt 3952 1295 L
+3952 1263 mt 3920 1295 L
+3961 1306 mt 3993 1338 L
+3993 1306 mt 3961 1338 L
+4002 1285 mt 4034 1317 L
+4034 1285 mt 4002 1317 L
+4032 1273 mt 4064 1305 L
+4064 1273 mt 4032 1305 L
+4042 1277 mt 4074 1309 L
+4074 1277 mt 4042 1309 L
+4082 1269 mt 4114 1301 L
+4114 1269 mt 4082 1301 L
+4123 1279 mt 4155 1311 L
+4155 1279 mt 4123 1311 L
+4164 1221 mt 4196 1253 L
+4196 1221 mt 4164 1253 L
+4205 1300 mt 4237 1332 L
+4237 1300 mt 4205 1332 L
+4246 1257 mt 4278 1289 L
+4278 1257 mt 4246 1289 L
+4287 1298 mt 4319 1330 L
+4319 1298 mt 4287 1330 L
+4328 1269 mt 4360 1301 L
+4360 1269 mt 4328 1301 L
+4368 1287 mt 4400 1319 L
+4400 1287 mt 4368 1319 L
+4409 1153 mt 4441 1185 L
+4441 1153 mt 4409 1185 L
+4450 1299 mt 4482 1331 L
+4482 1299 mt 4450 1331 L
+4491 1208 mt 4523 1240 L
+4523 1208 mt 4491 1240 L
+4505 1329 mt 4537 1361 L
+4537 1329 mt 4505 1361 L
+4510 1352 mt 4542 1384 L
+4542 1352 mt 4510 1384 L
+4528 1248 mt 4560 1280 L
+4560 1248 mt 4528 1280 L
+4531 1212 mt 4563 1244 L
+4563 1212 mt 4531 1244 L
+4571 1098 mt 4603 1130 L
+4603 1098 mt 4571 1130 L
+4612 1240 mt 4644 1272 L
+4644 1240 mt 4612 1272 L
+4654 1255 mt 4686 1287 L
+4686 1255 mt 4654 1287 L
+4694 1291 mt 4726 1323 L
+4726 1291 mt 4694 1323 L
+4735 1282 mt 4767 1314 L
+4767 1282 mt 4735 1314 L
+4776 1296 mt 4808 1328 L
+4808 1296 mt 4776 1328 L
+4816 1278 mt 4848 1310 L
+4848 1278 mt 4816 1310 L
+4856 1308 mt 4888 1340 L
+4888 1308 mt 4856 1340 L
+4896 1279 mt 4928 1311 L
+4928 1279 mt 4896 1311 L
+4938 1245 mt 4970 1277 L
+4970 1245 mt 4938 1277 L
+4979 1268 mt 5011 1300 L
+5011 1268 mt 4979 1300 L
+5020 1299 mt 5052 1331 L
+5052 1299 mt 5020 1331 L
+5061 1262 mt 5093 1294 L
+5093 1262 mt 5061 1294 L
+5102 1251 mt 5134 1283 L
+5134 1251 mt 5102 1283 L
+5143 1253 mt 5175 1285 L
+5175 1253 mt 5143 1285 L
+5184 1290 mt 5216 1322 L
+5216 1290 mt 5184 1322 L
+5224 1292 mt 5256 1324 L
+5256 1292 mt 5224 1324 L
+5266 1286 mt 5298 1318 L
+5298 1286 mt 5266 1318 L
+5307 1257 mt 5339 1289 L
+5339 1257 mt 5307 1289 L
+5348 1291 mt 5380 1323 L
+5380 1291 mt 5348 1323 L
+5389 1233 mt 5421 1265 L
+5421 1233 mt 5389 1265 L
+5429 1303 mt 5461 1335 L
+5461 1303 mt 5429 1335 L
+5459 1269 mt 5491 1301 L
+5491 1269 mt 5459 1301 L
+5484 1327 mt 5516 1359 L
+5516 1327 mt 5484 1359 L
+5489 1370 mt 5521 1402 L
+5521 1370 mt 5489 1402 L
+5494 1342 mt 5526 1374 L
+5526 1342 mt 5494 1374 L
+5499 1380 mt 5531 1412 L
+5531 1380 mt 5499 1412 L
+5503 1350 mt 5535 1382 L
+5535 1350 mt 5503 1382 L
+5549 1166 mt 5581 1198 L
+5581 1166 mt 5549 1198 L
+5590 1125 mt 5622 1157 L
+5622 1125 mt 5590 1157 L
+5631 1222 mt 5663 1254 L
+5663 1222 mt 5631 1254 L
+5673 1270 mt 5705 1302 L
+5705 1270 mt 5673 1302 L
+5713 1281 mt 5745 1313 L
+5745 1281 mt 5713 1313 L
+5753 1251 mt 5785 1283 L
+5785 1251 mt 5753 1283 L
+5794 1302 mt 5826 1334 L
+5826 1302 mt 5794 1334 L
+5824 1287 mt 5856 1319 L
+5856 1287 mt 5824 1319 L
+5834 1311 mt 5866 1343 L
+5866 1311 mt 5834 1343 L
+5874 1241 mt 5906 1273 L
+5906 1241 mt 5874 1273 L
+5914 1289 mt 5946 1321 L
+5946 1289 mt 5914 1321 L
+5956 1129 mt 5988 1161 L
+5988 1129 mt 5956 1161 L
+5997 1358 mt 6029 1390 L
+6029 1358 mt 5997 1390 L
+6038 1232 mt 6070 1264 L
+6070 1232 mt 6038 1264 L
+6038 1323 mt 6070 1355 L
+6070 1323 mt 6038 1355 L
+6079 1308 mt 6111 1340 L
+6111 1308 mt 6079 1340 L
+6120 1264 mt 6152 1296 L
+6152 1264 mt 6120 1296 L
+6159 1301 mt 6191 1333 L
+6191 1301 mt 6159 1333 L
+6199 1128 mt 6231 1160 L
+6231 1128 mt 6199 1160 L
+6241 1232 mt 6273 1264 L
+6273 1232 mt 6241 1264 L
+6283 1126 mt 6315 1158 L
+6315 1126 mt 6283 1158 L
+6324 1290 mt 6356 1322 L
+6356 1290 mt 6324 1322 L
+6366 1292 mt 6398 1324 L
+6398 1292 mt 6366 1324 L
+6407 1283 mt 6439 1315 L
+6439 1283 mt 6407 1315 L
+6448 1276 mt 6480 1308 L
+6480 1276 mt 6448 1308 L
+6489 1139 mt 6521 1171 L
+6521 1139 mt 6489 1171 L
+6531 1291 mt 6563 1323 L
+6563 1291 mt 6531 1323 L
+6572 1286 mt 6604 1318 L
+6604 1286 mt 6572 1318 L
+6614 1266 mt 6646 1298 L
+6646 1266 mt 6614 1298 L
+6655 1296 mt 6687 1328 L
+6687 1296 mt 6655 1328 L
+6787 1320 mt 6819 1352 L
+6819 1320 mt 6787 1352 L
+6792 1322 mt 6824 1354 L
+6824 1322 mt 6792 1354 L
+6797 1344 mt 6829 1376 L
+6829 1344 mt 6797 1376 L
+6802 1328 mt 6834 1360 L
+6834 1328 mt 6802 1360 L
+6807 1338 mt 6839 1370 L
+6839 1338 mt 6807 1370 L
+6811 1368 mt 6843 1400 L
+6843 1368 mt 6811 1400 L
+6816 1317 mt 6848 1349 L
+6848 1317 mt 6816 1349 L
+6821 1355 mt 6853 1387 L
+6853 1355 mt 6821 1387 L
+6826 1367 mt 6858 1399 L
+6858 1367 mt 6826 1399 L
+6831 1355 mt 6863 1387 L
+6863 1355 mt 6831 1387 L
+6857 1277 mt 6889 1309 L
+6889 1277 mt 6857 1309 L
+6898 1170 mt 6930 1202 L
+6930 1170 mt 6898 1202 L
+6939 1241 mt 6971 1273 L
+6971 1241 mt 6939 1273 L
+6979 1300 mt 7011 1332 L
+7011 1300 mt 6979 1332 L
+7021 1286 mt 7053 1318 L
+7053 1286 mt 7021 1318 L
+7061 1215 mt 7093 1247 L
+7093 1215 mt 7061 1247 L
+7102 1292 mt 7134 1324 L
+7134 1292 mt 7102 1324 L
+7122 1330 mt 7154 1362 L
+7154 1330 mt 7122 1362 L
+7127 1305 mt 7159 1337 L
+7159 1305 mt 7127 1337 L
+7142 1302 mt 7174 1334 L
+7174 1302 mt 7142 1334 L
+7183 1239 mt 7215 1271 L
+7215 1239 mt 7183 1271 L
+7224 1178 mt 7256 1210 L
+7256 1178 mt 7224 1210 L
+7265 1235 mt 7297 1267 L
+7297 1235 mt 7265 1267 L
+7306 1263 mt 7338 1295 L
+7338 1263 mt 7306 1295 L
+7347 1295 mt 7379 1327 L
+7379 1295 mt 7347 1327 L
+7387 1287 mt 7419 1319 L
+7419 1287 mt 7387 1319 L
+7428 1273 mt 7460 1305 L
+7460 1273 mt 7428 1305 L
+7469 1249 mt 7501 1281 L
+7501 1249 mt 7469 1281 L
+7510 1156 mt 7542 1188 L
+7542 1156 mt 7510 1188 L
+7551 1276 mt 7583 1308 L
+7583 1276 mt 7551 1308 L
+7591 1194 mt 7623 1226 L
+7623 1194 mt 7591 1226 L
+7632 1294 mt 7664 1326 L
+7664 1294 mt 7632 1326 L
+7673 1244 mt 7705 1276 L
+7705 1244 mt 7673 1276 L
+7713 1306 mt 7745 1338 L
+7745 1306 mt 7713 1338 L
+7754 1145 mt 7786 1177 L
+7786 1145 mt 7754 1177 L
+7774 1324 mt 7806 1356 L
+7806 1324 mt 7774 1356 L
+7794 1328 mt 7826 1360 L
+7826 1328 mt 7794 1360 L
+7834 1180 mt 7866 1212 L
+7866 1180 mt 7834 1212 L
+7875 1185 mt 7907 1217 L
+7907 1185 mt 7875 1217 L
+7916 1177 mt 7948 1209 L
+7948 1177 mt 7916 1209 L
+7958 1174 mt 7990 1206 L
+7990 1174 mt 7958 1206 L
+7998 1294 mt 8030 1326 L
+8030 1294 mt 7998 1326 L
+8039 1299 mt 8071 1331 L
+8071 1299 mt 8039 1331 L
+8080 1252 mt 8112 1284 L
+8112 1252 mt 8080 1284 L
+8119 1290 mt 8151 1322 L
+8151 1290 mt 8119 1322 L
+8161 1199 mt 8193 1231 L
+8193 1199 mt 8161 1231 L
+8202 1274 mt 8234 1306 L
+8234 1274 mt 8202 1306 L
+8243 1174 mt 8275 1206 L
+8275 1174 mt 8243 1206 L
+8285 1285 mt 8317 1317 L
+8317 1285 mt 8285 1317 L
+8325 1279 mt 8357 1311 L
+8357 1279 mt 8325 1311 L
+8365 1254 mt 8397 1286 L
+8397 1254 mt 8365 1286 L
+8406 1288 mt 8438 1320 L
+8438 1288 mt 8406 1320 L
+8445 1273 mt 8477 1305 L
+8477 1273 mt 8445 1305 L
+8486 1228 mt 8518 1260 L
+8518 1228 mt 8486 1260 L
+8527 1224 mt 8559 1256 L
+8559 1224 mt 8527 1256 L
+8568 1202 mt 8600 1234 L
+8600 1202 mt 8568 1234 L
+8598 1288 mt 8630 1320 L
+8630 1288 mt 8598 1320 L
+8610 1196 mt 8642 1228 L
+8642 1196 mt 8610 1228 L
+8611 1203 mt 8643 1235 L
+8643 1203 mt 8611 1235 L
+8614 1266 mt 8646 1298 L
+8646 1266 mt 8614 1298 L
+8619 1321 mt 8651 1353 L
+8651 1321 mt 8619 1353 L
+8623 1366 mt 8655 1398 L
+8655 1366 mt 8623 1398 L
+8649 1203 mt 8681 1235 L
+8681 1203 mt 8649 1235 L
+8651 1156 mt 8683 1188 L
+8683 1156 mt 8651 1188 L
+8689 1201 mt 8721 1233 L
+8721 1201 mt 8689 1233 L
+8730 1204 mt 8762 1236 L
+8762 1204 mt 8730 1236 L
+8770 1303 mt 8802 1335 L
+8802 1303 mt 8770 1335 L
+8811 1177 mt 8843 1209 L
+8843 1177 mt 8811 1209 L
+8853 1186 mt 8885 1218 L
+8885 1186 mt 8853 1218 L
+8893 1288 mt 8925 1320 L
+8925 1288 mt 8893 1320 L
+8923 1286 mt 8955 1318 L
+8955 1286 mt 8923 1318 L
+8934 1326 mt 8966 1358 L
+8966 1326 mt 8934 1358 L
+8974 1303 mt 9006 1335 L
+9006 1303 mt 8974 1335 L
+9015 1268 mt 9047 1300 L
+9047 1268 mt 9015 1300 L
+9055 1282 mt 9087 1314 L
+9087 1282 mt 9055 1314 L
+9096 1196 mt 9128 1228 L
+9128 1196 mt 9096 1228 L
+9137 1173 mt 9169 1205 L
+9169 1173 mt 9137 1205 L
+9176 1298 mt 9208 1330 L
+9208 1298 mt 9176 1330 L
+9178 1282 mt 9210 1314 L
+9210 1282 mt 9178 1314 L
+9195 1192 mt 9227 1224 L
+9227 1192 mt 9195 1224 L
+9197 1258 mt 9229 1290 L
+9229 1258 mt 9197 1290 L
+gs 1328 128 7916 1281 rc
+0 -718 1328 1408 2 MP stroke
+0 -80 1369 1408 2 MP stroke
+0 -74 1410 1408 2 MP stroke
+0 -221 1431 1408 2 MP stroke
+0 -46 1451 1408 2 MP stroke
+0 -220 1492 1408 2 MP stroke
+0 -46 1493 1408 2 MP stroke
+0 -186 1533 1408 2 MP stroke
+0 -130 1534 1408 2 MP stroke
+0 -120 1553 1408 2 MP stroke
+0 -7 1563 1408 2 MP stroke
+0 -86 1574 1408 2 MP stroke
+0 -71 1584 1408 2 MP stroke
+0 -3 1587 1408 2 MP stroke
+0 -11 1588 1408 2 MP stroke
+0 -72 1590 1408 2 MP stroke
+0 -30 1595 1408 2 MP stroke
+0 -159 1615 1408 2 MP stroke
+0 -134 1617 1408 2 MP stroke
+0 -129 1697 1408 2 MP stroke
+0 -96 1738 1408 2 MP stroke
+0 -92 1779 1408 2 MP stroke
+0 -97 1819 1408 2 MP stroke
+0 -107 1859 1408 2 MP stroke
+0 -123 1900 1408 2 MP stroke
+0 -84 1940 1408 2 MP stroke
+0 -126 1981 1408 2 MP stroke
+0 -201 2022 1408 2 MP stroke
+0 -178 2064 1408 2 MP stroke
+0 -103 2104 1408 2 MP stroke
+0 -122 2145 1408 2 MP stroke
+0 -98 2186 1408 2 MP stroke
+0 -228 2227 1408 2 MP stroke
+0 -91 2238 1408 2 MP stroke
+0 -86 2242 1408 2 MP stroke
+0 -139 2247 1408 2 MP stroke
+0 -149 2265 1408 2 MP stroke
+0 -282 2267 1408 2 MP stroke
+0 -180 2306 1408 2 MP stroke
+0 -151 2347 1408 2 MP stroke
+0 -147 2388 1408 2 MP stroke
+0 -219 2430 1408 2 MP stroke
+0 -98 2471 1408 2 MP stroke
+0 -98 2512 1408 2 MP stroke
+0 -104 2553 1408 2 MP stroke
+0 -94 2593 1408 2 MP stroke
+0 -138 2634 1408 2 MP stroke
+0 -178 2675 1408 2 MP stroke
+0 -102 2716 1408 2 MP stroke
+0 -112 2746 1408 2 MP stroke
+0 -56 2757 1408 2 MP stroke
+0 -133 2797 1408 2 MP stroke
+0 -151 2838 1408 2 MP stroke
+0 -110 2879 1408 2 MP stroke
+0 -136 2919 1408 2 MP stroke
+0 -103 2960 1408 2 MP stroke
+0 -88 2999 1408 2 MP stroke
+0 -58 3039 1408 2 MP stroke
+0 -35 3059 1408 2 MP stroke
+0 -43 3063 1408 2 MP stroke
+0 -31 3078 1408 2 MP stroke
+0 -35 3081 1408 2 MP stroke
+0 -261 3120 1408 2 MP stroke
+0 -201 3161 1408 2 MP stroke
+0 -257 3202 1408 2 MP stroke
+0 -105 3242 1408 2 MP stroke
+0 -106 3283 1408 2 MP stroke
+0 -93 3324 1408 2 MP stroke
+0 -116 3364 1408 2 MP stroke
+0 -98 3405 1408 2 MP stroke
+0 -112 3446 1408 2 MP stroke
+0 -86 3486 1408 2 MP stroke
+0 -121 3528 1408 2 MP stroke
+0 -92 3569 1408 2 MP stroke
+0 -81 3611 1408 2 MP stroke
+0 -154 3651 1408 2 MP stroke
+0 -192 3692 1408 2 MP stroke
+0 -50 3712 1408 2 MP stroke
+0 -46 3732 1408 2 MP stroke
+0 -171 3773 1408 2 MP stroke
+0 -200 3813 1408 2 MP stroke
+0 -122 3854 1408 2 MP stroke
+0 -108 3895 1408 2 MP stroke
+0 -129 3936 1408 2 MP stroke
+0 -86 3977 1408 2 MP stroke
+0 -107 4018 1408 2 MP stroke
+0 -119 4048 1408 2 MP stroke
+0 -115 4058 1408 2 MP stroke
+0 -123 4098 1408 2 MP stroke
+0 -113 4139 1408 2 MP stroke
+0 -171 4180 1408 2 MP stroke
+0 -92 4221 1408 2 MP stroke
+0 -135 4262 1408 2 MP stroke
+0 -94 4303 1408 2 MP stroke
+0 -123 4344 1408 2 MP stroke
+0 -105 4384 1408 2 MP stroke
+0 -239 4425 1408 2 MP stroke
+0 -93 4466 1408 2 MP stroke
+0 -184 4507 1408 2 MP stroke
+0 -63 4521 1408 2 MP stroke
+0 -40 4526 1408 2 MP stroke
+0 -144 4544 1408 2 MP stroke
+0 -180 4547 1408 2 MP stroke
+0 -294 4587 1408 2 MP stroke
+0 -152 4628 1408 2 MP stroke
+0 -137 4670 1408 2 MP stroke
+0 -101 4710 1408 2 MP stroke
+0 -110 4751 1408 2 MP stroke
+0 -96 4792 1408 2 MP stroke
+0 -114 4832 1408 2 MP stroke
+0 -84 4872 1408 2 MP stroke
+0 -113 4912 1408 2 MP stroke
+0 -147 4954 1408 2 MP stroke
+0 -124 4995 1408 2 MP stroke
+0 -93 5036 1408 2 MP stroke
+0 -130 5077 1408 2 MP stroke
+0 -141 5118 1408 2 MP stroke
+0 -139 5159 1408 2 MP stroke
+0 -102 5200 1408 2 MP stroke
+0 -100 5240 1408 2 MP stroke
+0 -106 5282 1408 2 MP stroke
+0 -135 5323 1408 2 MP stroke
+0 -101 5364 1408 2 MP stroke
+0 -159 5405 1408 2 MP stroke
+0 -89 5445 1408 2 MP stroke
+0 -123 5475 1408 2 MP stroke
+0 -65 5500 1408 2 MP stroke
+0 -22 5505 1408 2 MP stroke
+0 -50 5510 1408 2 MP stroke
+0 -12 5515 1408 2 MP stroke
+0 -42 5519 1408 2 MP stroke
+0 -226 5565 1408 2 MP stroke
+0 -267 5606 1408 2 MP stroke
+0 -170 5647 1408 2 MP stroke
+0 -122 5689 1408 2 MP stroke
+0 -111 5729 1408 2 MP stroke
+0 -141 5769 1408 2 MP stroke
+0 -90 5810 1408 2 MP stroke
+0 -105 5840 1408 2 MP stroke
+0 -81 5850 1408 2 MP stroke
+0 -151 5890 1408 2 MP stroke
+0 -103 5930 1408 2 MP stroke
+0 -263 5972 1408 2 MP stroke
+0 -34 6013 1408 2 MP stroke
+0 -160 6054 1408 2 MP stroke
+0 -69 6054 1408 2 MP stroke
+0 -84 6095 1408 2 MP stroke
+0 -128 6136 1408 2 MP stroke
+0 -91 6175 1408 2 MP stroke
+0 -264 6215 1408 2 MP stroke
+0 -160 6257 1408 2 MP stroke
+0 -266 6299 1408 2 MP stroke
+0 -102 6340 1408 2 MP stroke
+0 -100 6382 1408 2 MP stroke
+0 -109 6423 1408 2 MP stroke
+0 -116 6464 1408 2 MP stroke
+0 -253 6505 1408 2 MP stroke
+0 -101 6547 1408 2 MP stroke
+0 -106 6588 1408 2 MP stroke
+0 -126 6630 1408 2 MP stroke
+0 -96 6671 1408 2 MP stroke
+0 -72 6803 1408 2 MP stroke
+0 -70 6808 1408 2 MP stroke
+0 -48 6813 1408 2 MP stroke
+0 -64 6818 1408 2 MP stroke
+0 -54 6823 1408 2 MP stroke
+0 -24 6827 1408 2 MP stroke
+0 -75 6832 1408 2 MP stroke
+0 -37 6837 1408 2 MP stroke
+0 -25 6842 1408 2 MP stroke
+0 -37 6847 1408 2 MP stroke
+0 -115 6873 1408 2 MP stroke
+0 -222 6914 1408 2 MP stroke
+0 -151 6955 1408 2 MP stroke
+0 -92 6995 1408 2 MP stroke
+0 -106 7037 1408 2 MP stroke
+0 -177 7077 1408 2 MP stroke
+0 -100 7118 1408 2 MP stroke
+0 -62 7138 1408 2 MP stroke
+0 -87 7143 1408 2 MP stroke
+0 -90 7158 1408 2 MP stroke
+0 -153 7199 1408 2 MP stroke
+0 -214 7240 1408 2 MP stroke
+0 -157 7281 1408 2 MP stroke
+0 -129 7322 1408 2 MP stroke
+0 -97 7363 1408 2 MP stroke
+0 -105 7403 1408 2 MP stroke
+0 -119 7444 1408 2 MP stroke
+0 -143 7485 1408 2 MP stroke
+0 -236 7526 1408 2 MP stroke
+0 -116 7567 1408 2 MP stroke
+0 -198 7607 1408 2 MP stroke
+0 -98 7648 1408 2 MP stroke
+0 -148 7689 1408 2 MP stroke
+0 -86 7729 1408 2 MP stroke
+0 -247 7770 1408 2 MP stroke
+0 -68 7790 1408 2 MP stroke
+0 -64 7810 1408 2 MP stroke
+0 -212 7850 1408 2 MP stroke
+0 -207 7891 1408 2 MP stroke
+0 -215 7932 1408 2 MP stroke
+0 -218 7974 1408 2 MP stroke
+0 -98 8014 1408 2 MP stroke
+0 -93 8055 1408 2 MP stroke
+0 -140 8096 1408 2 MP stroke
+0 -102 8135 1408 2 MP stroke
+0 -193 8177 1408 2 MP stroke
+0 -118 8218 1408 2 MP stroke
+0 -218 8259 1408 2 MP stroke
+0 -107 8301 1408 2 MP stroke
+0 -113 8341 1408 2 MP stroke
+0 -138 8381 1408 2 MP stroke
+0 -104 8422 1408 2 MP stroke
+0 -119 8461 1408 2 MP stroke
+0 -164 8502 1408 2 MP stroke
+0 -168 8543 1408 2 MP stroke
+0 -190 8584 1408 2 MP stroke
+0 -104 8614 1408 2 MP stroke
+0 -196 8626 1408 2 MP stroke
+0 -189 8627 1408 2 MP stroke
+0 -126 8630 1408 2 MP stroke
+0 -71 8635 1408 2 MP stroke
+0 -26 8639 1408 2 MP stroke
+0 -189 8665 1408 2 MP stroke
+0 -236 8667 1408 2 MP stroke
+0 -191 8705 1408 2 MP stroke
+0 -188 8746 1408 2 MP stroke
+0 -89 8786 1408 2 MP stroke
+0 -215 8827 1408 2 MP stroke
+0 -206 8869 1408 2 MP stroke
+0 -104 8909 1408 2 MP stroke
+0 -106 8939 1408 2 MP stroke
+0 -66 8950 1408 2 MP stroke
+0 -89 8990 1408 2 MP stroke
+0 -124 9031 1408 2 MP stroke
+0 -110 9071 1408 2 MP stroke
+0 -196 9112 1408 2 MP stroke
+0 -219 9153 1408 2 MP stroke
+0 -94 9192 1408 2 MP stroke
+0 -110 9194 1408 2 MP stroke
+0 -200 9211 1408 2 MP stroke
+0 -134 9213 1408 2 MP stroke
+gr
+
+0 sg
+5140 1676 mt 
+(time/s) s
+1154  853 mt  -90 rotate
+(bits) s
+90 rotate
+1313 1447 mt 
+( ) s
+9229  166 mt 
+( ) s
+3.84 w
+1 sg
+0 438 1048 0 0 -438 8136 626 4 MP
+PP
+-1048 0 0 438 1048 0 0 -438 8136 626 5 MP stroke
+2.56 w
+DO
+SO
+3.84 w
+0 sg
+8136  626 mt 9184  626 L
+8136  188 mt 9184  188 L
+8136  626 mt 8136  188 L
+9184  626 mt 9184  188 L
+8136  626 mt 9184  626 L
+8136  626 mt 8136  188 L
+8136  626 mt 9184  626 L
+8136  188 mt 9184  188 L
+8136  626 mt 8136  188 L
+9184  626 mt 9184  188 L
+8607  312 mt 
+(entropy) s
+gs 8136 188 1049 439 rc
+4.8 w
+0.25 sg
+362 0 8208 273 2 MP stroke
+gr
+
+4.8 w
+0.25 sg
+0 sg
+8607  446 mt 
+(info \(kick\)) s
+gs 8136 188 1049 439 rc
+6 w
+c8
+253 0 8208 407 2 MP stroke
+8461 407 PD
+gs 8388 334 147 147 rc
+  36   36 8461  407 FO
+gr
+
+gr
+
+6 w
+c8
+0 sg
+8607  579 mt 
+(info \(snare\)) s
+gs 8136 188 1049 439 rc
+c9
+253 0 8208 540 2 MP stroke
+8461 540 PD
+gs 8388 467 147 147 rc
+8436  515 mt 8486  565 L
+8486  515 mt 8436  565 L
+gr
+
+3.84 w
+gr
+
+3.84 w
+c9
+
+end %%Color Dict
+
+eplot
+%%EndObject
+
+epage
+end
+
+showpage
+
+%%Trailer
+%%EOF