hekeus@45
|
1 %!PS-Adobe-3.0 EPSF-3.0
|
hekeus@45
|
2 %%Creator: MATLAB, The Mathworks, Inc.
|
hekeus@45
|
3 %%Title: /Users/samer/matbase/figs/fig99042.eps
|
hekeus@45
|
4 %%CreationDate: 02/18/2008 06:41:29
|
hekeus@45
|
5 %%DocumentNeededFonts: Helvetica
|
hekeus@45
|
6 %%DocumentProcessColors: Cyan Magenta Yellow Black
|
hekeus@45
|
7 %%LanguageLevel: 2
|
hekeus@45
|
8 %%Pages: 1
|
hekeus@45
|
9 %%BoundingBox: 14 0 211 117
|
hekeus@45
|
10 %%EndComments
|
hekeus@45
|
11
|
hekeus@45
|
12 %%BeginProlog
|
hekeus@45
|
13 % MathWorks dictionary
|
hekeus@45
|
14 /MathWorks 160 dict begin
|
hekeus@45
|
15 % definition operators
|
hekeus@45
|
16 /bdef {bind def} bind def
|
hekeus@45
|
17 /ldef {load def} bind def
|
hekeus@45
|
18 /xdef {exch def} bdef
|
hekeus@45
|
19 /xstore {exch store} bdef
|
hekeus@45
|
20 % operator abbreviations
|
hekeus@45
|
21 /c /clip ldef
|
hekeus@45
|
22 /cc /concat ldef
|
hekeus@45
|
23 /cp /closepath ldef
|
hekeus@45
|
24 /gr /grestore ldef
|
hekeus@45
|
25 /gs /gsave ldef
|
hekeus@45
|
26 /mt /moveto ldef
|
hekeus@45
|
27 /np /newpath ldef
|
hekeus@45
|
28 /cm /currentmatrix ldef
|
hekeus@45
|
29 /sm /setmatrix ldef
|
hekeus@45
|
30 /rm /rmoveto ldef
|
hekeus@45
|
31 /rl /rlineto ldef
|
hekeus@45
|
32 /s {show newpath} bdef
|
hekeus@45
|
33 /sc {setcmykcolor} bdef
|
hekeus@45
|
34 /sr /setrgbcolor ldef
|
hekeus@45
|
35 /sg /setgray ldef
|
hekeus@45
|
36 /w /setlinewidth ldef
|
hekeus@45
|
37 /j /setlinejoin ldef
|
hekeus@45
|
38 /cap /setlinecap ldef
|
hekeus@45
|
39 /rc {rectclip} bdef
|
hekeus@45
|
40 /rf {rectfill} bdef
|
hekeus@45
|
41 % page state control
|
hekeus@45
|
42 /pgsv () def
|
hekeus@45
|
43 /bpage {/pgsv save def} bdef
|
hekeus@45
|
44 /epage {pgsv restore} bdef
|
hekeus@45
|
45 /bplot /gsave ldef
|
hekeus@45
|
46 /eplot {stroke grestore} bdef
|
hekeus@45
|
47 % orientation switch
|
hekeus@45
|
48 /portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def
|
hekeus@45
|
49 % coordinate system mappings
|
hekeus@45
|
50 /dpi2point 0 def
|
hekeus@45
|
51 % font control
|
hekeus@45
|
52 /FontSize 0 def
|
hekeus@45
|
53 /FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0]
|
hekeus@45
|
54 makefont setfont} bdef
|
hekeus@45
|
55 /reencode {exch dup where {pop load} {pop StandardEncoding} ifelse
|
hekeus@45
|
56 exch dup 3 1 roll findfont dup length dict begin
|
hekeus@45
|
57 { 1 index /FID ne {def}{pop pop} ifelse } forall
|
hekeus@45
|
58 /Encoding exch def currentdict end definefont pop} bdef
|
hekeus@45
|
59 /isroman {findfont /CharStrings get /Agrave known} bdef
|
hekeus@45
|
60 /FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse
|
hekeus@45
|
61 exch FMS} bdef
|
hekeus@45
|
62 /csm {1 dpi2point div -1 dpi2point div scale neg translate
|
hekeus@45
|
63 dup landscapeMode eq {pop -90 rotate}
|
hekeus@45
|
64 {rotateMode eq {90 rotate} if} ifelse} bdef
|
hekeus@45
|
65 % line types: solid, dotted, dashed, dotdash
|
hekeus@45
|
66 /SO { [] 0 setdash } bdef
|
hekeus@45
|
67 /DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
|
hekeus@45
|
68 /DA { [6 dpi2point mul] 0 setdash } bdef
|
hekeus@45
|
69 /DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4
|
hekeus@45
|
70 dpi2point mul] 0 setdash } bdef
|
hekeus@45
|
71 % macros for lines and objects
|
hekeus@45
|
72 /L {lineto stroke} bdef
|
hekeus@45
|
73 /MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef
|
hekeus@45
|
74 /AP {{rlineto} repeat} bdef
|
hekeus@45
|
75 /PDlw -1 def
|
hekeus@45
|
76 /W {/PDlw currentlinewidth def setlinewidth} def
|
hekeus@45
|
77 /PP {closepath eofill} bdef
|
hekeus@45
|
78 /DP {closepath stroke} bdef
|
hekeus@45
|
79 /MR {4 -2 roll moveto dup 0 exch rlineto exch 0 rlineto
|
hekeus@45
|
80 neg 0 exch rlineto closepath} bdef
|
hekeus@45
|
81 /FR {MR stroke} bdef
|
hekeus@45
|
82 /PR {MR fill} bdef
|
hekeus@45
|
83 /L1i {{currentfile picstr readhexstring pop} image} bdef
|
hekeus@45
|
84 /tMatrix matrix def
|
hekeus@45
|
85 /MakeOval {newpath tMatrix currentmatrix pop translate scale
|
hekeus@45
|
86 0 0 1 0 360 arc tMatrix setmatrix} bdef
|
hekeus@45
|
87 /FO {MakeOval stroke} bdef
|
hekeus@45
|
88 /PO {MakeOval fill} bdef
|
hekeus@45
|
89 /PD {currentlinewidth 2 div 0 360 arc fill
|
hekeus@45
|
90 PDlw -1 eq not {PDlw w /PDlw -1 def} if} def
|
hekeus@45
|
91 /FA {newpath tMatrix currentmatrix pop translate scale
|
hekeus@45
|
92 0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef
|
hekeus@45
|
93 /PA {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
|
hekeus@45
|
94 0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef
|
hekeus@45
|
95 /FAn {newpath tMatrix currentmatrix pop translate scale
|
hekeus@45
|
96 0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef
|
hekeus@45
|
97 /PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
|
hekeus@45
|
98 0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef
|
hekeus@45
|
99 /vradius 0 def /hradius 0 def /lry 0 def
|
hekeus@45
|
100 /lrx 0 def /uly 0 def /ulx 0 def /rad 0 def
|
hekeus@45
|
101 /MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef
|
hekeus@45
|
102 /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly
|
hekeus@45
|
103 vradius add translate hradius vradius scale 0 0 1 180 270 arc
|
hekeus@45
|
104 tMatrix setmatrix lrx hradius sub uly vradius add translate
|
hekeus@45
|
105 hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix
|
hekeus@45
|
106 lrx hradius sub lry vradius sub translate hradius vradius scale
|
hekeus@45
|
107 0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub
|
hekeus@45
|
108 translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix
|
hekeus@45
|
109 closepath} bdef
|
hekeus@45
|
110 /FRR {MRR stroke } bdef
|
hekeus@45
|
111 /PRR {MRR fill } bdef
|
hekeus@45
|
112 /MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def
|
hekeus@45
|
113 newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
|
hekeus@45
|
114 rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad
|
hekeus@45
|
115 sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix
|
hekeus@45
|
116 closepath} bdef
|
hekeus@45
|
117 /FlrRR {MlrRR stroke } bdef
|
hekeus@45
|
118 /PlrRR {MlrRR fill } bdef
|
hekeus@45
|
119 /MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def
|
hekeus@45
|
120 newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
|
hekeus@45
|
121 rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad
|
hekeus@45
|
122 sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix
|
hekeus@45
|
123 closepath} bdef
|
hekeus@45
|
124 /FtbRR {MtbRR stroke } bdef
|
hekeus@45
|
125 /PtbRR {MtbRR fill } bdef
|
hekeus@45
|
126 /stri 6 array def /dtri 6 array def
|
hekeus@45
|
127 /smat 6 array def /dmat 6 array def
|
hekeus@45
|
128 /tmat1 6 array def /tmat2 6 array def /dif 3 array def
|
hekeus@45
|
129 /asub {/ind2 exch def /ind1 exch def dup dup
|
hekeus@45
|
130 ind1 get exch ind2 get sub exch } bdef
|
hekeus@45
|
131 /tri_to_matrix {
|
hekeus@45
|
132 2 0 asub 3 1 asub 4 0 asub 5 1 asub
|
hekeus@45
|
133 dup 0 get exch 1 get 7 -1 roll astore } bdef
|
hekeus@45
|
134 /compute_transform {
|
hekeus@45
|
135 dmat dtri tri_to_matrix tmat1 invertmatrix
|
hekeus@45
|
136 smat stri tri_to_matrix tmat2 concatmatrix } bdef
|
hekeus@45
|
137 /ds {stri astore pop} bdef
|
hekeus@45
|
138 /dt {dtri astore pop} bdef
|
hekeus@45
|
139 /db {2 copy /cols xdef /rows xdef mul dup 3 mul string
|
hekeus@45
|
140 currentfile
|
hekeus@45
|
141 3 index 0 eq {/ASCIIHexDecode filter}
|
hekeus@45
|
142 {/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if }
|
hekeus@45
|
143 ifelse exch readstring pop
|
hekeus@45
|
144 dup 0 3 index getinterval /rbmap xdef
|
hekeus@45
|
145 dup 2 index dup getinterval /gbmap xdef
|
hekeus@45
|
146 1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef
|
hekeus@45
|
147 /it {gs np dtri aload pop moveto lineto lineto cp c
|
hekeus@45
|
148 cols rows 8 compute_transform
|
hekeus@45
|
149 rbmap gbmap bbmap true 3 colorimage gr}bdef
|
hekeus@45
|
150 /il {newpath moveto lineto stroke}bdef
|
hekeus@45
|
151 currentdict end def
|
hekeus@45
|
152 %%EndProlog
|
hekeus@45
|
153
|
hekeus@45
|
154 %%BeginSetup
|
hekeus@45
|
155 MathWorks begin
|
hekeus@45
|
156
|
hekeus@45
|
157 0 cap
|
hekeus@45
|
158
|
hekeus@45
|
159 end
|
hekeus@45
|
160 %%EndSetup
|
hekeus@45
|
161
|
hekeus@45
|
162 %%Page: 1 1
|
hekeus@45
|
163 %%BeginPageSetup
|
hekeus@45
|
164 %%PageBoundingBox: 14 0 211 117
|
hekeus@45
|
165 MathWorks begin
|
hekeus@45
|
166 bpage
|
hekeus@45
|
167 %%EndPageSetup
|
hekeus@45
|
168
|
hekeus@45
|
169 %%BeginObject: obj1
|
hekeus@45
|
170 bplot
|
hekeus@45
|
171
|
hekeus@45
|
172 /dpi2point 12 def
|
hekeus@45
|
173 portraitMode 0000 1356 csm
|
hekeus@45
|
174
|
hekeus@45
|
175 169 -48 2364 1396 rc
|
hekeus@45
|
176 277 dict begin %Colortable dictionary
|
hekeus@45
|
177 /c0 { 0.000000 0.000000 0.000000 sr} bdef
|
hekeus@45
|
178 /c1 { 1.000000 1.000000 1.000000 sr} bdef
|
hekeus@45
|
179 /c2 { 0.900000 0.000000 0.000000 sr} bdef
|
hekeus@45
|
180 /c3 { 0.000000 0.820000 0.000000 sr} bdef
|
hekeus@45
|
181 /c4 { 0.000000 0.000000 0.800000 sr} bdef
|
hekeus@45
|
182 /c5 { 0.910000 0.820000 0.320000 sr} bdef
|
hekeus@45
|
183 /c6 { 1.000000 0.260000 0.820000 sr} bdef
|
hekeus@45
|
184 /c7 { 0.000000 0.820000 0.820000 sr} bdef
|
hekeus@45
|
185 c0
|
hekeus@45
|
186 1 j
|
hekeus@45
|
187 1 sg
|
hekeus@45
|
188 0 0 2724 1364 rf
|
hekeus@45
|
189 5.76 w
|
hekeus@45
|
190 0 1027 2110 0 0 -1027 354 1213 4 MP
|
hekeus@45
|
191 PP
|
hekeus@45
|
192 -2110 0 0 1027 2110 0 0 -1027 354 1213 5 MP stroke
|
hekeus@45
|
193 3.84 w
|
hekeus@45
|
194 DO
|
hekeus@45
|
195 SO
|
hekeus@45
|
196 5.76 w
|
hekeus@45
|
197 0 sg
|
hekeus@45
|
198 354 1213 mt 2464 1213 L
|
hekeus@45
|
199 354 186 mt 2464 186 L
|
hekeus@45
|
200 354 1213 mt 354 186 L
|
hekeus@45
|
201 2464 1213 mt 2464 186 L
|
hekeus@45
|
202 354 1213 mt 2464 1213 L
|
hekeus@45
|
203 354 1213 mt 354 186 L
|
hekeus@45
|
204 675 1213 mt 675 1191 L
|
hekeus@45
|
205 675 186 mt 675 207 L
|
hekeus@45
|
206 %%IncludeResource: font Helvetica
|
hekeus@45
|
207 /Helvetica /ISOLatin1Encoding 108 FMSR
|
hekeus@45
|
208
|
hekeus@45
|
209 615 1347 mt
|
hekeus@45
|
210 (20) s
|
hekeus@45
|
211 1005 1213 mt 1005 1191 L
|
hekeus@45
|
212 1005 186 mt 1005 207 L
|
hekeus@45
|
213 945 1347 mt
|
hekeus@45
|
214 (40) s
|
hekeus@45
|
215 1334 1213 mt 1334 1191 L
|
hekeus@45
|
216 1334 186 mt 1334 207 L
|
hekeus@45
|
217 1274 1347 mt
|
hekeus@45
|
218 (60) s
|
hekeus@45
|
219 1664 1213 mt 1664 1191 L
|
hekeus@45
|
220 1664 186 mt 1664 207 L
|
hekeus@45
|
221 1604 1347 mt
|
hekeus@45
|
222 (80) s
|
hekeus@45
|
223 1994 1213 mt 1994 1191 L
|
hekeus@45
|
224 1994 186 mt 1994 207 L
|
hekeus@45
|
225 1904 1347 mt
|
hekeus@45
|
226 (100) s
|
hekeus@45
|
227 2323 1213 mt 2323 1191 L
|
hekeus@45
|
228 2323 186 mt 2323 207 L
|
hekeus@45
|
229 2233 1347 mt
|
hekeus@45
|
230 (120) s
|
hekeus@45
|
231 354 1213 mt 375 1213 L
|
hekeus@45
|
232 2464 1213 mt 2442 1213 L
|
hekeus@45
|
233 169 1253 mt
|
hekeus@45
|
234 (0.5) s
|
hekeus@45
|
235 354 1007 mt 375 1007 L
|
hekeus@45
|
236 2464 1007 mt 2442 1007 L
|
hekeus@45
|
237 259 1047 mt
|
hekeus@45
|
238 (1) s
|
hekeus@45
|
239 354 802 mt 375 802 L
|
hekeus@45
|
240 2464 802 mt 2442 802 L
|
hekeus@45
|
241 169 842 mt
|
hekeus@45
|
242 (1.5) s
|
hekeus@45
|
243 354 596 mt 375 596 L
|
hekeus@45
|
244 2464 596 mt 2442 596 L
|
hekeus@45
|
245 259 636 mt
|
hekeus@45
|
246 (2) s
|
hekeus@45
|
247 354 391 mt 375 391 L
|
hekeus@45
|
248 2464 391 mt 2442 391 L
|
hekeus@45
|
249 169 431 mt
|
hekeus@45
|
250 (2.5) s
|
hekeus@45
|
251 354 186 mt 375 186 L
|
hekeus@45
|
252 2464 186 mt 2442 186 L
|
hekeus@45
|
253 259 226 mt
|
hekeus@45
|
254 (3) s
|
hekeus@45
|
255 354 1213 mt 2464 1213 L
|
hekeus@45
|
256 354 186 mt 2464 186 L
|
hekeus@45
|
257 354 1213 mt 354 186 L
|
hekeus@45
|
258 2464 1213 mt 2464 186 L
|
hekeus@45
|
259 gs 354 186 2111 1028 rc
|
hekeus@45
|
260 0 937 13 0 0 -937 355 1418 4 MP
|
hekeus@45
|
261 PP
|
hekeus@45
|
262 6 w
|
hekeus@45
|
263 -13 0 0 937 13 0 0 -937 355 1418 5 MP stroke
|
hekeus@45
|
264 0 479 13 0 0 -479 372 1418 4 MP
|
hekeus@45
|
265 PP
|
hekeus@45
|
266 -13 0 0 479 13 0 0 -479 372 1418 5 MP stroke
|
hekeus@45
|
267 0 535 13 0 0 -535 388 1418 4 MP
|
hekeus@45
|
268 PP
|
hekeus@45
|
269 -13 0 0 535 13 0 0 -535 388 1418 5 MP stroke
|
hekeus@45
|
270 0 473 13 0 0 -473 405 1418 4 MP
|
hekeus@45
|
271 PP
|
hekeus@45
|
272 -13 0 0 473 13 0 0 -473 405 1418 5 MP stroke
|
hekeus@45
|
273 0 466 13 0 0 -466 421 1418 4 MP
|
hekeus@45
|
274 PP
|
hekeus@45
|
275 -13 0 0 466 13 0 0 -466 421 1418 5 MP stroke
|
hekeus@45
|
276 0 643 13 0 0 -643 438 1418 4 MP
|
hekeus@45
|
277 PP
|
hekeus@45
|
278 -13 0 0 643 13 0 0 -643 438 1418 5 MP stroke
|
hekeus@45
|
279 0 522 13 0 0 -522 454 1418 4 MP
|
hekeus@45
|
280 PP
|
hekeus@45
|
281 -13 0 0 522 13 0 0 -522 454 1418 5 MP stroke
|
hekeus@45
|
282 0 488 13 0 0 -488 471 1418 4 MP
|
hekeus@45
|
283 PP
|
hekeus@45
|
284 -13 0 0 488 13 0 0 -488 471 1418 5 MP stroke
|
hekeus@45
|
285 0 520 13 0 0 -520 487 1418 4 MP
|
hekeus@45
|
286 PP
|
hekeus@45
|
287 -13 0 0 520 13 0 0 -520 487 1418 5 MP stroke
|
hekeus@45
|
288 0 421 13 0 0 -421 504 1418 4 MP
|
hekeus@45
|
289 PP
|
hekeus@45
|
290 -13 0 0 421 13 0 0 -421 504 1418 5 MP stroke
|
hekeus@45
|
291 0 421 13 0 0 -421 520 1418 4 MP
|
hekeus@45
|
292 PP
|
hekeus@45
|
293 -13 0 0 421 13 0 0 -421 520 1418 5 MP stroke
|
hekeus@45
|
294 0 570 14 0 0 -570 536 1418 4 MP
|
hekeus@45
|
295 PP
|
hekeus@45
|
296 -14 0 0 570 14 0 0 -570 536 1418 5 MP stroke
|
hekeus@45
|
297 0 501 13 0 0 -501 553 1418 4 MP
|
hekeus@45
|
298 PP
|
hekeus@45
|
299 -13 0 0 501 13 0 0 -501 553 1418 5 MP stroke
|
hekeus@45
|
300 0 478 14 0 0 -478 569 1418 4 MP
|
hekeus@45
|
301 PP
|
hekeus@45
|
302 -14 0 0 478 14 0 0 -478 569 1418 5 MP stroke
|
hekeus@45
|
303 0 554 13 0 0 -554 586 1418 4 MP
|
hekeus@45
|
304 PP
|
hekeus@45
|
305 -13 0 0 554 13 0 0 -554 586 1418 5 MP stroke
|
hekeus@45
|
306 0 462 14 0 0 -462 602 1418 4 MP
|
hekeus@45
|
307 PP
|
hekeus@45
|
308 -14 0 0 462 14 0 0 -462 602 1418 5 MP stroke
|
hekeus@45
|
309 0 461 13 0 0 -461 619 1418 4 MP
|
hekeus@45
|
310 PP
|
hekeus@45
|
311 -13 0 0 461 13 0 0 -461 619 1418 5 MP stroke
|
hekeus@45
|
312 0 375 14 0 0 -375 635 1418 4 MP
|
hekeus@45
|
313 PP
|
hekeus@45
|
314 -14 0 0 375 14 0 0 -375 635 1418 5 MP stroke
|
hekeus@45
|
315 0 417 13 0 0 -417 652 1418 4 MP
|
hekeus@45
|
316 PP
|
hekeus@45
|
317 -13 0 0 417 13 0 0 -417 652 1418 5 MP stroke
|
hekeus@45
|
318 0 421 14 0 0 -421 668 1418 4 MP
|
hekeus@45
|
319 PP
|
hekeus@45
|
320 -14 0 0 421 14 0 0 -421 668 1418 5 MP stroke
|
hekeus@45
|
321 0 408 13 0 0 -408 685 1418 4 MP
|
hekeus@45
|
322 PP
|
hekeus@45
|
323 -13 0 0 408 13 0 0 -408 685 1418 5 MP stroke
|
hekeus@45
|
324 0 524 14 0 0 -524 701 1418 4 MP
|
hekeus@45
|
325 PP
|
hekeus@45
|
326 -14 0 0 524 14 0 0 -524 701 1418 5 MP stroke
|
hekeus@45
|
327 0 535 13 0 0 -535 718 1418 4 MP
|
hekeus@45
|
328 PP
|
hekeus@45
|
329 -13 0 0 535 13 0 0 -535 718 1418 5 MP stroke
|
hekeus@45
|
330 0 640 13 0 0 -640 734 1418 4 MP
|
hekeus@45
|
331 PP
|
hekeus@45
|
332 -13 0 0 640 13 0 0 -640 734 1418 5 MP stroke
|
hekeus@45
|
333 0 481 13 0 0 -481 751 1418 4 MP
|
hekeus@45
|
334 PP
|
hekeus@45
|
335 -13 0 0 481 13 0 0 -481 751 1418 5 MP stroke
|
hekeus@45
|
336 0 561 13 0 0 -561 767 1418 4 MP
|
hekeus@45
|
337 PP
|
hekeus@45
|
338 -13 0 0 561 13 0 0 -561 767 1418 5 MP stroke
|
hekeus@45
|
339 0 643 13 0 0 -643 784 1418 4 MP
|
hekeus@45
|
340 PP
|
hekeus@45
|
341 -13 0 0 643 13 0 0 -643 784 1418 5 MP stroke
|
hekeus@45
|
342 0 486 13 0 0 -486 800 1418 4 MP
|
hekeus@45
|
343 PP
|
hekeus@45
|
344 -13 0 0 486 13 0 0 -486 800 1418 5 MP stroke
|
hekeus@45
|
345 0 446 13 0 0 -446 817 1418 4 MP
|
hekeus@45
|
346 PP
|
hekeus@45
|
347 -13 0 0 446 13 0 0 -446 817 1418 5 MP stroke
|
hekeus@45
|
348 0 484 13 0 0 -484 833 1418 4 MP
|
hekeus@45
|
349 PP
|
hekeus@45
|
350 -13 0 0 484 13 0 0 -484 833 1418 5 MP stroke
|
hekeus@45
|
351 0 489 13 0 0 -489 850 1418 4 MP
|
hekeus@45
|
352 PP
|
hekeus@45
|
353 -13 0 0 489 13 0 0 -489 850 1418 5 MP stroke
|
hekeus@45
|
354 0 339 13 0 0 -339 866 1418 4 MP
|
hekeus@45
|
355 PP
|
hekeus@45
|
356 -13 0 0 339 13 0 0 -339 866 1418 5 MP stroke
|
hekeus@45
|
357 0 771 13 0 0 -771 883 1418 4 MP
|
hekeus@45
|
358 PP
|
hekeus@45
|
359 -13 0 0 771 13 0 0 -771 883 1418 5 MP stroke
|
hekeus@45
|
360 0 547 13 0 0 -547 899 1418 4 MP
|
hekeus@45
|
361 PP
|
hekeus@45
|
362 -13 0 0 547 13 0 0 -547 899 1418 5 MP stroke
|
hekeus@45
|
363 0 727 13 0 0 -727 916 1418 4 MP
|
hekeus@45
|
364 PP
|
hekeus@45
|
365 -13 0 0 727 13 0 0 -727 916 1418 5 MP stroke
|
hekeus@45
|
366 0 427 13 0 0 -427 932 1418 4 MP
|
hekeus@45
|
367 PP
|
hekeus@45
|
368 -13 0 0 427 13 0 0 -427 932 1418 5 MP stroke
|
hekeus@45
|
369 0 488 13 0 0 -488 949 1418 4 MP
|
hekeus@45
|
370 PP
|
hekeus@45
|
371 -13 0 0 488 13 0 0 -488 949 1418 5 MP stroke
|
hekeus@45
|
372 0 673 13 0 0 -673 965 1418 4 MP
|
hekeus@45
|
373 PP
|
hekeus@45
|
374 -13 0 0 673 13 0 0 -673 965 1418 5 MP stroke
|
hekeus@45
|
375 0 660 13 0 0 -660 982 1418 4 MP
|
hekeus@45
|
376 PP
|
hekeus@45
|
377 -13 0 0 660 13 0 0 -660 982 1418 5 MP stroke
|
hekeus@45
|
378 0 541 13 0 0 -541 998 1418 4 MP
|
hekeus@45
|
379 PP
|
hekeus@45
|
380 -13 0 0 541 13 0 0 -541 998 1418 5 MP stroke
|
hekeus@45
|
381 0 661 13 0 0 -661 1015 1418 4 MP
|
hekeus@45
|
382 PP
|
hekeus@45
|
383 -13 0 0 661 13 0 0 -661 1015 1418 5 MP stroke
|
hekeus@45
|
384 0 577 13 0 0 -577 1031 1418 4 MP
|
hekeus@45
|
385 PP
|
hekeus@45
|
386 -13 0 0 577 13 0 0 -577 1031 1418 5 MP stroke
|
hekeus@45
|
387 0 637 14 0 0 -637 1047 1418 4 MP
|
hekeus@45
|
388 PP
|
hekeus@45
|
389 -14 0 0 637 14 0 0 -637 1047 1418 5 MP stroke
|
hekeus@45
|
390 0 600 13 0 0 -600 1064 1418 4 MP
|
hekeus@45
|
391 PP
|
hekeus@45
|
392 -13 0 0 600 13 0 0 -600 1064 1418 5 MP stroke
|
hekeus@45
|
393 0 498 14 0 0 -498 1080 1418 4 MP
|
hekeus@45
|
394 PP
|
hekeus@45
|
395 -14 0 0 498 14 0 0 -498 1080 1418 5 MP stroke
|
hekeus@45
|
396 0 515 13 0 0 -515 1097 1418 4 MP
|
hekeus@45
|
397 PP
|
hekeus@45
|
398 -13 0 0 515 13 0 0 -515 1097 1418 5 MP stroke
|
hekeus@45
|
399 0 428 14 0 0 -428 1113 1418 4 MP
|
hekeus@45
|
400 PP
|
hekeus@45
|
401 -14 0 0 428 14 0 0 -428 1113 1418 5 MP stroke
|
hekeus@45
|
402 0 465 13 0 0 -465 1130 1418 4 MP
|
hekeus@45
|
403 PP
|
hekeus@45
|
404 -13 0 0 465 13 0 0 -465 1130 1418 5 MP stroke
|
hekeus@45
|
405 0 467 14 0 0 -467 1146 1418 4 MP
|
hekeus@45
|
406 PP
|
hekeus@45
|
407 -14 0 0 467 14 0 0 -467 1146 1418 5 MP stroke
|
hekeus@45
|
408 0 501 13 0 0 -501 1163 1418 4 MP
|
hekeus@45
|
409 PP
|
hekeus@45
|
410 -13 0 0 501 13 0 0 -501 1163 1418 5 MP stroke
|
hekeus@45
|
411 0 401 14 0 0 -401 1179 1418 4 MP
|
hekeus@45
|
412 PP
|
hekeus@45
|
413 -14 0 0 401 14 0 0 -401 1179 1418 5 MP stroke
|
hekeus@45
|
414 0 638 13 0 0 -638 1196 1418 4 MP
|
hekeus@45
|
415 PP
|
hekeus@45
|
416 -13 0 0 638 13 0 0 -638 1196 1418 5 MP stroke
|
hekeus@45
|
417 0 564 14 0 0 -564 1212 1418 4 MP
|
hekeus@45
|
418 PP
|
hekeus@45
|
419 -14 0 0 564 14 0 0 -564 1212 1418 5 MP stroke
|
hekeus@45
|
420 0 512 13 0 0 -512 1229 1418 4 MP
|
hekeus@45
|
421 PP
|
hekeus@45
|
422 -13 0 0 512 13 0 0 -512 1229 1418 5 MP stroke
|
hekeus@45
|
423 0 494 13 0 0 -494 1245 1418 4 MP
|
hekeus@45
|
424 PP
|
hekeus@45
|
425 -13 0 0 494 13 0 0 -494 1245 1418 5 MP stroke
|
hekeus@45
|
426 0 414 13 0 0 -414 1262 1418 4 MP
|
hekeus@45
|
427 PP
|
hekeus@45
|
428 -13 0 0 414 13 0 0 -414 1262 1418 5 MP stroke
|
hekeus@45
|
429 0 514 13 0 0 -514 1278 1418 4 MP
|
hekeus@45
|
430 PP
|
hekeus@45
|
431 -13 0 0 514 13 0 0 -514 1278 1418 5 MP stroke
|
hekeus@45
|
432 0 416 13 0 0 -416 1295 1418 4 MP
|
hekeus@45
|
433 PP
|
hekeus@45
|
434 -13 0 0 416 13 0 0 -416 1295 1418 5 MP stroke
|
hekeus@45
|
435 0 382 13 0 0 -382 1311 1418 4 MP
|
hekeus@45
|
436 PP
|
hekeus@45
|
437 -13 0 0 382 13 0 0 -382 1311 1418 5 MP stroke
|
hekeus@45
|
438 0 406 13 0 0 -406 1328 1418 4 MP
|
hekeus@45
|
439 PP
|
hekeus@45
|
440 -13 0 0 406 13 0 0 -406 1328 1418 5 MP stroke
|
hekeus@45
|
441 0 435 13 0 0 -435 1344 1418 4 MP
|
hekeus@45
|
442 PP
|
hekeus@45
|
443 -13 0 0 435 13 0 0 -435 1344 1418 5 MP stroke
|
hekeus@45
|
444 0 471 13 0 0 -471 1361 1418 4 MP
|
hekeus@45
|
445 PP
|
hekeus@45
|
446 -13 0 0 471 13 0 0 -471 1361 1418 5 MP stroke
|
hekeus@45
|
447 0 398 13 0 0 -398 1377 1418 4 MP
|
hekeus@45
|
448 PP
|
hekeus@45
|
449 -13 0 0 398 13 0 0 -398 1377 1418 5 MP stroke
|
hekeus@45
|
450 0 435 13 0 0 -435 1394 1418 4 MP
|
hekeus@45
|
451 PP
|
hekeus@45
|
452 -13 0 0 435 13 0 0 -435 1394 1418 5 MP stroke
|
hekeus@45
|
453 0 1196 13 0 0 -1196 1410 1418 4 MP
|
hekeus@45
|
454 PP
|
hekeus@45
|
455 -13 0 0 1196 13 0 0 -1196 1410 1418 5 MP stroke
|
hekeus@45
|
456 0 540 13 0 0 -540 1427 1418 4 MP
|
hekeus@45
|
457 PP
|
hekeus@45
|
458 -13 0 0 540 13 0 0 -540 1427 1418 5 MP stroke
|
hekeus@45
|
459 0 533 13 0 0 -533 1443 1418 4 MP
|
hekeus@45
|
460 PP
|
hekeus@45
|
461 -13 0 0 533 13 0 0 -533 1443 1418 5 MP stroke
|
hekeus@45
|
462 0 725 13 0 0 -725 1460 1418 4 MP
|
hekeus@45
|
463 PP
|
hekeus@45
|
464 -13 0 0 725 13 0 0 -725 1460 1418 5 MP stroke
|
hekeus@45
|
465 0 763 13 0 0 -763 1476 1418 4 MP
|
hekeus@45
|
466 PP
|
hekeus@45
|
467 -13 0 0 763 13 0 0 -763 1476 1418 5 MP stroke
|
hekeus@45
|
468 0 686 13 0 0 -686 1493 1418 4 MP
|
hekeus@45
|
469 PP
|
hekeus@45
|
470 -13 0 0 686 13 0 0 -686 1493 1418 5 MP stroke
|
hekeus@45
|
471 0 541 13 0 0 -541 1509 1418 4 MP
|
hekeus@45
|
472 PP
|
hekeus@45
|
473 -13 0 0 541 13 0 0 -541 1509 1418 5 MP stroke
|
hekeus@45
|
474 0 539 13 0 0 -539 1526 1418 4 MP
|
hekeus@45
|
475 PP
|
hekeus@45
|
476 -13 0 0 539 13 0 0 -539 1526 1418 5 MP stroke
|
hekeus@45
|
477 0 523 13 0 0 -523 1542 1418 4 MP
|
hekeus@45
|
478 PP
|
hekeus@45
|
479 -13 0 0 523 13 0 0 -523 1542 1418 5 MP stroke
|
hekeus@45
|
480 0 513 13 0 0 -513 1559 1418 4 MP
|
hekeus@45
|
481 PP
|
hekeus@45
|
482 -13 0 0 513 13 0 0 -513 1559 1418 5 MP stroke
|
hekeus@45
|
483 0 640 13 0 0 -640 1575 1418 4 MP
|
hekeus@45
|
484 PP
|
hekeus@45
|
485 -13 0 0 640 13 0 0 -640 1575 1418 5 MP stroke
|
hekeus@45
|
486 0 489 14 0 0 -489 1591 1418 4 MP
|
hekeus@45
|
487 PP
|
hekeus@45
|
488 -14 0 0 489 14 0 0 -489 1591 1418 5 MP stroke
|
hekeus@45
|
489 0 474 13 0 0 -474 1608 1418 4 MP
|
hekeus@45
|
490 PP
|
hekeus@45
|
491 -13 0 0 474 13 0 0 -474 1608 1418 5 MP stroke
|
hekeus@45
|
492 0 588 14 0 0 -588 1624 1418 4 MP
|
hekeus@45
|
493 PP
|
hekeus@45
|
494 -14 0 0 588 14 0 0 -588 1624 1418 5 MP stroke
|
hekeus@45
|
495 0 528 13 0 0 -528 1641 1418 4 MP
|
hekeus@45
|
496 PP
|
hekeus@45
|
497 -13 0 0 528 13 0 0 -528 1641 1418 5 MP stroke
|
hekeus@45
|
498 0 619 14 0 0 -619 1657 1418 4 MP
|
hekeus@45
|
499 PP
|
hekeus@45
|
500 -14 0 0 619 14 0 0 -619 1657 1418 5 MP stroke
|
hekeus@45
|
501 0 401 13 0 0 -401 1674 1418 4 MP
|
hekeus@45
|
502 PP
|
hekeus@45
|
503 -13 0 0 401 13 0 0 -401 1674 1418 5 MP stroke
|
hekeus@45
|
504 0 557 14 0 0 -557 1690 1418 4 MP
|
hekeus@45
|
505 PP
|
hekeus@45
|
506 -14 0 0 557 14 0 0 -557 1690 1418 5 MP stroke
|
hekeus@45
|
507 0 544 13 0 0 -544 1707 1418 4 MP
|
hekeus@45
|
508 PP
|
hekeus@45
|
509 -13 0 0 544 13 0 0 -544 1707 1418 5 MP stroke
|
hekeus@45
|
510 0 422 14 0 0 -422 1723 1418 4 MP
|
hekeus@45
|
511 PP
|
hekeus@45
|
512 -14 0 0 422 14 0 0 -422 1723 1418 5 MP stroke
|
hekeus@45
|
513 0 498 13 0 0 -498 1740 1418 4 MP
|
hekeus@45
|
514 PP
|
hekeus@45
|
515 -13 0 0 498 13 0 0 -498 1740 1418 5 MP stroke
|
hekeus@45
|
516 0 524 14 0 0 -524 1756 1418 4 MP
|
hekeus@45
|
517 PP
|
hekeus@45
|
518 -14 0 0 524 14 0 0 -524 1756 1418 5 MP stroke
|
hekeus@45
|
519 0 668 13 0 0 -668 1773 1418 4 MP
|
hekeus@45
|
520 PP
|
hekeus@45
|
521 -13 0 0 668 13 0 0 -668 1773 1418 5 MP stroke
|
hekeus@45
|
522 0 701 13 0 0 -701 1789 1418 4 MP
|
hekeus@45
|
523 PP
|
hekeus@45
|
524 -13 0 0 701 13 0 0 -701 1789 1418 5 MP stroke
|
hekeus@45
|
525 0 642 13 0 0 -642 1806 1418 4 MP
|
hekeus@45
|
526 PP
|
hekeus@45
|
527 -13 0 0 642 13 0 0 -642 1806 1418 5 MP stroke
|
hekeus@45
|
528 0 495 13 0 0 -495 1822 1418 4 MP
|
hekeus@45
|
529 PP
|
hekeus@45
|
530 -13 0 0 495 13 0 0 -495 1822 1418 5 MP stroke
|
hekeus@45
|
531 0 661 13 0 0 -661 1839 1418 4 MP
|
hekeus@45
|
532 PP
|
hekeus@45
|
533 -13 0 0 661 13 0 0 -661 1839 1418 5 MP stroke
|
hekeus@45
|
534 0 482 13 0 0 -482 1855 1418 4 MP
|
hekeus@45
|
535 PP
|
hekeus@45
|
536 -13 0 0 482 13 0 0 -482 1855 1418 5 MP stroke
|
hekeus@45
|
537 0 468 13 0 0 -468 1872 1418 4 MP
|
hekeus@45
|
538 PP
|
hekeus@45
|
539 -13 0 0 468 13 0 0 -468 1872 1418 5 MP stroke
|
hekeus@45
|
540 0 466 13 0 0 -466 1888 1418 4 MP
|
hekeus@45
|
541 PP
|
hekeus@45
|
542 -13 0 0 466 13 0 0 -466 1888 1418 5 MP stroke
|
hekeus@45
|
543 0 420 13 0 0 -420 1905 1418 4 MP
|
hekeus@45
|
544 PP
|
hekeus@45
|
545 -13 0 0 420 13 0 0 -420 1905 1418 5 MP stroke
|
hekeus@45
|
546 0 520 13 0 0 -520 1921 1418 4 MP
|
hekeus@45
|
547 PP
|
hekeus@45
|
548 -13 0 0 520 13 0 0 -520 1921 1418 5 MP stroke
|
hekeus@45
|
549 0 682 13 0 0 -682 1938 1418 4 MP
|
hekeus@45
|
550 PP
|
hekeus@45
|
551 -13 0 0 682 13 0 0 -682 1938 1418 5 MP stroke
|
hekeus@45
|
552 0 549 13 0 0 -549 1954 1418 4 MP
|
hekeus@45
|
553 PP
|
hekeus@45
|
554 -13 0 0 549 13 0 0 -549 1954 1418 5 MP stroke
|
hekeus@45
|
555 0 564 13 0 0 -564 1971 1418 4 MP
|
hekeus@45
|
556 PP
|
hekeus@45
|
557 -13 0 0 564 13 0 0 -564 1971 1418 5 MP stroke
|
hekeus@45
|
558 0 382 13 0 0 -382 1987 1418 4 MP
|
hekeus@45
|
559 PP
|
hekeus@45
|
560 -13 0 0 382 13 0 0 -382 1987 1418 5 MP stroke
|
hekeus@45
|
561 0 624 13 0 0 -624 2004 1418 4 MP
|
hekeus@45
|
562 PP
|
hekeus@45
|
563 -13 0 0 624 13 0 0 -624 2004 1418 5 MP stroke
|
hekeus@45
|
564 0 623 13 0 0 -623 2020 1418 4 MP
|
hekeus@45
|
565 PP
|
hekeus@45
|
566 -13 0 0 623 13 0 0 -623 2020 1418 5 MP stroke
|
hekeus@45
|
567 0 704 13 0 0 -704 2037 1418 4 MP
|
hekeus@45
|
568 PP
|
hekeus@45
|
569 -13 0 0 704 13 0 0 -704 2037 1418 5 MP stroke
|
hekeus@45
|
570 0 548 13 0 0 -548 2053 1418 4 MP
|
hekeus@45
|
571 PP
|
hekeus@45
|
572 -13 0 0 548 13 0 0 -548 2053 1418 5 MP stroke
|
hekeus@45
|
573 0 458 13 0 0 -458 2070 1418 4 MP
|
hekeus@45
|
574 PP
|
hekeus@45
|
575 -13 0 0 458 13 0 0 -458 2070 1418 5 MP stroke
|
hekeus@45
|
576 0 711 13 0 0 -711 2086 1418 4 MP
|
hekeus@45
|
577 PP
|
hekeus@45
|
578 -13 0 0 711 13 0 0 -711 2086 1418 5 MP stroke
|
hekeus@45
|
579 0 436 14 0 0 -436 2102 1418 4 MP
|
hekeus@45
|
580 PP
|
hekeus@45
|
581 -14 0 0 436 14 0 0 -436 2102 1418 5 MP stroke
|
hekeus@45
|
582 0 546 13 0 0 -546 2119 1418 4 MP
|
hekeus@45
|
583 PP
|
hekeus@45
|
584 -13 0 0 546 13 0 0 -546 2119 1418 5 MP stroke
|
hekeus@45
|
585 0 516 14 0 0 -516 2135 1418 4 MP
|
hekeus@45
|
586 PP
|
hekeus@45
|
587 -14 0 0 516 14 0 0 -516 2135 1418 5 MP stroke
|
hekeus@45
|
588 0 606 13 0 0 -606 2152 1418 4 MP
|
hekeus@45
|
589 PP
|
hekeus@45
|
590 -13 0 0 606 13 0 0 -606 2152 1418 5 MP stroke
|
hekeus@45
|
591 0 456 14 0 0 -456 2168 1418 4 MP
|
hekeus@45
|
592 PP
|
hekeus@45
|
593 -14 0 0 456 14 0 0 -456 2168 1418 5 MP stroke
|
hekeus@45
|
594 0 468 13 0 0 -468 2185 1418 4 MP
|
hekeus@45
|
595 PP
|
hekeus@45
|
596 -13 0 0 468 13 0 0 -468 2185 1418 5 MP stroke
|
hekeus@45
|
597 0 554 14 0 0 -554 2201 1418 4 MP
|
hekeus@45
|
598 PP
|
hekeus@45
|
599 -14 0 0 554 14 0 0 -554 2201 1418 5 MP stroke
|
hekeus@45
|
600 0 586 13 0 0 -586 2218 1418 4 MP
|
hekeus@45
|
601 PP
|
hekeus@45
|
602 -13 0 0 586 13 0 0 -586 2218 1418 5 MP stroke
|
hekeus@45
|
603 0 545 14 0 0 -545 2234 1418 4 MP
|
hekeus@45
|
604 PP
|
hekeus@45
|
605 -14 0 0 545 14 0 0 -545 2234 1418 5 MP stroke
|
hekeus@45
|
606 0 417 13 0 0 -417 2251 1418 4 MP
|
hekeus@45
|
607 PP
|
hekeus@45
|
608 -13 0 0 417 13 0 0 -417 2251 1418 5 MP stroke
|
hekeus@45
|
609 0 456 14 0 0 -456 2267 1418 4 MP
|
hekeus@45
|
610 PP
|
hekeus@45
|
611 -14 0 0 456 14 0 0 -456 2267 1418 5 MP stroke
|
hekeus@45
|
612 0 541 13 0 0 -541 2284 1418 4 MP
|
hekeus@45
|
613 PP
|
hekeus@45
|
614 -13 0 0 541 13 0 0 -541 2284 1418 5 MP stroke
|
hekeus@45
|
615 0 617 13 0 0 -617 2300 1418 4 MP
|
hekeus@45
|
616 PP
|
hekeus@45
|
617 -13 0 0 617 13 0 0 -617 2300 1418 5 MP stroke
|
hekeus@45
|
618 0 462 13 0 0 -462 2317 1418 4 MP
|
hekeus@45
|
619 PP
|
hekeus@45
|
620 -13 0 0 462 13 0 0 -462 2317 1418 5 MP stroke
|
hekeus@45
|
621 0 517 13 0 0 -517 2333 1418 4 MP
|
hekeus@45
|
622 PP
|
hekeus@45
|
623 -13 0 0 517 13 0 0 -517 2333 1418 5 MP stroke
|
hekeus@45
|
624 0 445 13 0 0 -445 2350 1418 4 MP
|
hekeus@45
|
625 PP
|
hekeus@45
|
626 -13 0 0 445 13 0 0 -445 2350 1418 5 MP stroke
|
hekeus@45
|
627 0 467 13 0 0 -467 2366 1418 4 MP
|
hekeus@45
|
628 PP
|
hekeus@45
|
629 -13 0 0 467 13 0 0 -467 2366 1418 5 MP stroke
|
hekeus@45
|
630 0 515 13 0 0 -515 2383 1418 4 MP
|
hekeus@45
|
631 PP
|
hekeus@45
|
632 -13 0 0 515 13 0 0 -515 2383 1418 5 MP stroke
|
hekeus@45
|
633 0 503 13 0 0 -503 2399 1418 4 MP
|
hekeus@45
|
634 PP
|
hekeus@45
|
635 -13 0 0 503 13 0 0 -503 2399 1418 5 MP stroke
|
hekeus@45
|
636 0 366 13 0 0 -366 2416 1418 4 MP
|
hekeus@45
|
637 PP
|
hekeus@45
|
638 -13 0 0 366 13 0 0 -366 2416 1418 5 MP stroke
|
hekeus@45
|
639 0 481 13 0 0 -481 2432 1418 4 MP
|
hekeus@45
|
640 PP
|
hekeus@45
|
641 -13 0 0 481 13 0 0 -481 2432 1418 5 MP stroke
|
hekeus@45
|
642 0 320 13 0 0 -320 2449 1418 4 MP
|
hekeus@45
|
643 PP
|
hekeus@45
|
644 -13 0 0 320 13 0 0 -320 2449 1418 5 MP stroke
|
hekeus@45
|
645 gr
|
hekeus@45
|
646
|
hekeus@45
|
647 6 w
|
hekeus@45
|
648 356 101 mt
|
hekeus@45
|
649 (average surprisingness over 128 beat metre) s
|
hekeus@45
|
650 5.76 w
|
hekeus@45
|
651
|
hekeus@45
|
652 end %%Color Dict
|
hekeus@45
|
653
|
hekeus@45
|
654 eplot
|
hekeus@45
|
655 %%EndObject
|
hekeus@45
|
656
|
hekeus@45
|
657 epage
|
hekeus@45
|
658 end
|
hekeus@45
|
659
|
hekeus@45
|
660 showpage
|
hekeus@45
|
661
|
hekeus@45
|
662 %%Trailer
|
hekeus@45
|
663 %%EOF
|