hekeus@51
|
1 %!PS-Adobe-3.0 EPSF-3.0
|
hekeus@51
|
2 %%Creator: MATLAB, The Mathworks, Inc.
|
hekeus@51
|
3 %%Title: /Users/samer/matbase/figs/fig46367.eps
|
hekeus@51
|
4 %%CreationDate: 02/18/2008 06:44:32
|
hekeus@51
|
5 %%DocumentNeededFonts: Helvetica
|
hekeus@51
|
6 %%DocumentProcessColors: Cyan Magenta Yellow Black
|
hekeus@51
|
7 %%LanguageLevel: 2
|
hekeus@51
|
8 %%Pages: 1
|
hekeus@51
|
9 %%BoundingBox: 9 0 213 117
|
hekeus@51
|
10 %%EndComments
|
hekeus@51
|
11
|
hekeus@51
|
12 %%BeginProlog
|
hekeus@51
|
13 % MathWorks dictionary
|
hekeus@51
|
14 /MathWorks 160 dict begin
|
hekeus@51
|
15 % definition operators
|
hekeus@51
|
16 /bdef {bind def} bind def
|
hekeus@51
|
17 /ldef {load def} bind def
|
hekeus@51
|
18 /xdef {exch def} bdef
|
hekeus@51
|
19 /xstore {exch store} bdef
|
hekeus@51
|
20 % operator abbreviations
|
hekeus@51
|
21 /c /clip ldef
|
hekeus@51
|
22 /cc /concat ldef
|
hekeus@51
|
23 /cp /closepath ldef
|
hekeus@51
|
24 /gr /grestore ldef
|
hekeus@51
|
25 /gs /gsave ldef
|
hekeus@51
|
26 /mt /moveto ldef
|
hekeus@51
|
27 /np /newpath ldef
|
hekeus@51
|
28 /cm /currentmatrix ldef
|
hekeus@51
|
29 /sm /setmatrix ldef
|
hekeus@51
|
30 /rm /rmoveto ldef
|
hekeus@51
|
31 /rl /rlineto ldef
|
hekeus@51
|
32 /s {show newpath} bdef
|
hekeus@51
|
33 /sc {setcmykcolor} bdef
|
hekeus@51
|
34 /sr /setrgbcolor ldef
|
hekeus@51
|
35 /sg /setgray ldef
|
hekeus@51
|
36 /w /setlinewidth ldef
|
hekeus@51
|
37 /j /setlinejoin ldef
|
hekeus@51
|
38 /cap /setlinecap ldef
|
hekeus@51
|
39 /rc {rectclip} bdef
|
hekeus@51
|
40 /rf {rectfill} bdef
|
hekeus@51
|
41 % page state control
|
hekeus@51
|
42 /pgsv () def
|
hekeus@51
|
43 /bpage {/pgsv save def} bdef
|
hekeus@51
|
44 /epage {pgsv restore} bdef
|
hekeus@51
|
45 /bplot /gsave ldef
|
hekeus@51
|
46 /eplot {stroke grestore} bdef
|
hekeus@51
|
47 % orientation switch
|
hekeus@51
|
48 /portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def
|
hekeus@51
|
49 % coordinate system mappings
|
hekeus@51
|
50 /dpi2point 0 def
|
hekeus@51
|
51 % font control
|
hekeus@51
|
52 /FontSize 0 def
|
hekeus@51
|
53 /FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0]
|
hekeus@51
|
54 makefont setfont} bdef
|
hekeus@51
|
55 /reencode {exch dup where {pop load} {pop StandardEncoding} ifelse
|
hekeus@51
|
56 exch dup 3 1 roll findfont dup length dict begin
|
hekeus@51
|
57 { 1 index /FID ne {def}{pop pop} ifelse } forall
|
hekeus@51
|
58 /Encoding exch def currentdict end definefont pop} bdef
|
hekeus@51
|
59 /isroman {findfont /CharStrings get /Agrave known} bdef
|
hekeus@51
|
60 /FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse
|
hekeus@51
|
61 exch FMS} bdef
|
hekeus@51
|
62 /csm {1 dpi2point div -1 dpi2point div scale neg translate
|
hekeus@51
|
63 dup landscapeMode eq {pop -90 rotate}
|
hekeus@51
|
64 {rotateMode eq {90 rotate} if} ifelse} bdef
|
hekeus@51
|
65 % line types: solid, dotted, dashed, dotdash
|
hekeus@51
|
66 /SO { [] 0 setdash } bdef
|
hekeus@51
|
67 /DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
|
hekeus@51
|
68 /DA { [6 dpi2point mul] 0 setdash } bdef
|
hekeus@51
|
69 /DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4
|
hekeus@51
|
70 dpi2point mul] 0 setdash } bdef
|
hekeus@51
|
71 % macros for lines and objects
|
hekeus@51
|
72 /L {lineto stroke} bdef
|
hekeus@51
|
73 /MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef
|
hekeus@51
|
74 /AP {{rlineto} repeat} bdef
|
hekeus@51
|
75 /PDlw -1 def
|
hekeus@51
|
76 /W {/PDlw currentlinewidth def setlinewidth} def
|
hekeus@51
|
77 /PP {closepath eofill} bdef
|
hekeus@51
|
78 /DP {closepath stroke} bdef
|
hekeus@51
|
79 /MR {4 -2 roll moveto dup 0 exch rlineto exch 0 rlineto
|
hekeus@51
|
80 neg 0 exch rlineto closepath} bdef
|
hekeus@51
|
81 /FR {MR stroke} bdef
|
hekeus@51
|
82 /PR {MR fill} bdef
|
hekeus@51
|
83 /L1i {{currentfile picstr readhexstring pop} image} bdef
|
hekeus@51
|
84 /tMatrix matrix def
|
hekeus@51
|
85 /MakeOval {newpath tMatrix currentmatrix pop translate scale
|
hekeus@51
|
86 0 0 1 0 360 arc tMatrix setmatrix} bdef
|
hekeus@51
|
87 /FO {MakeOval stroke} bdef
|
hekeus@51
|
88 /PO {MakeOval fill} bdef
|
hekeus@51
|
89 /PD {currentlinewidth 2 div 0 360 arc fill
|
hekeus@51
|
90 PDlw -1 eq not {PDlw w /PDlw -1 def} if} def
|
hekeus@51
|
91 /FA {newpath tMatrix currentmatrix pop translate scale
|
hekeus@51
|
92 0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef
|
hekeus@51
|
93 /PA {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
|
hekeus@51
|
94 0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef
|
hekeus@51
|
95 /FAn {newpath tMatrix currentmatrix pop translate scale
|
hekeus@51
|
96 0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef
|
hekeus@51
|
97 /PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
|
hekeus@51
|
98 0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef
|
hekeus@51
|
99 /vradius 0 def /hradius 0 def /lry 0 def
|
hekeus@51
|
100 /lrx 0 def /uly 0 def /ulx 0 def /rad 0 def
|
hekeus@51
|
101 /MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef
|
hekeus@51
|
102 /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly
|
hekeus@51
|
103 vradius add translate hradius vradius scale 0 0 1 180 270 arc
|
hekeus@51
|
104 tMatrix setmatrix lrx hradius sub uly vradius add translate
|
hekeus@51
|
105 hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix
|
hekeus@51
|
106 lrx hradius sub lry vradius sub translate hradius vradius scale
|
hekeus@51
|
107 0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub
|
hekeus@51
|
108 translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix
|
hekeus@51
|
109 closepath} bdef
|
hekeus@51
|
110 /FRR {MRR stroke } bdef
|
hekeus@51
|
111 /PRR {MRR fill } bdef
|
hekeus@51
|
112 /MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def
|
hekeus@51
|
113 newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
|
hekeus@51
|
114 rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad
|
hekeus@51
|
115 sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix
|
hekeus@51
|
116 closepath} bdef
|
hekeus@51
|
117 /FlrRR {MlrRR stroke } bdef
|
hekeus@51
|
118 /PlrRR {MlrRR fill } bdef
|
hekeus@51
|
119 /MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def
|
hekeus@51
|
120 newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
|
hekeus@51
|
121 rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad
|
hekeus@51
|
122 sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix
|
hekeus@51
|
123 closepath} bdef
|
hekeus@51
|
124 /FtbRR {MtbRR stroke } bdef
|
hekeus@51
|
125 /PtbRR {MtbRR fill } bdef
|
hekeus@51
|
126 /stri 6 array def /dtri 6 array def
|
hekeus@51
|
127 /smat 6 array def /dmat 6 array def
|
hekeus@51
|
128 /tmat1 6 array def /tmat2 6 array def /dif 3 array def
|
hekeus@51
|
129 /asub {/ind2 exch def /ind1 exch def dup dup
|
hekeus@51
|
130 ind1 get exch ind2 get sub exch } bdef
|
hekeus@51
|
131 /tri_to_matrix {
|
hekeus@51
|
132 2 0 asub 3 1 asub 4 0 asub 5 1 asub
|
hekeus@51
|
133 dup 0 get exch 1 get 7 -1 roll astore } bdef
|
hekeus@51
|
134 /compute_transform {
|
hekeus@51
|
135 dmat dtri tri_to_matrix tmat1 invertmatrix
|
hekeus@51
|
136 smat stri tri_to_matrix tmat2 concatmatrix } bdef
|
hekeus@51
|
137 /ds {stri astore pop} bdef
|
hekeus@51
|
138 /dt {dtri astore pop} bdef
|
hekeus@51
|
139 /db {2 copy /cols xdef /rows xdef mul dup 3 mul string
|
hekeus@51
|
140 currentfile
|
hekeus@51
|
141 3 index 0 eq {/ASCIIHexDecode filter}
|
hekeus@51
|
142 {/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if }
|
hekeus@51
|
143 ifelse exch readstring pop
|
hekeus@51
|
144 dup 0 3 index getinterval /rbmap xdef
|
hekeus@51
|
145 dup 2 index dup getinterval /gbmap xdef
|
hekeus@51
|
146 1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef
|
hekeus@51
|
147 /it {gs np dtri aload pop moveto lineto lineto cp c
|
hekeus@51
|
148 cols rows 8 compute_transform
|
hekeus@51
|
149 rbmap gbmap bbmap true 3 colorimage gr}bdef
|
hekeus@51
|
150 /il {newpath moveto lineto stroke}bdef
|
hekeus@51
|
151 currentdict end def
|
hekeus@51
|
152 %%EndProlog
|
hekeus@51
|
153
|
hekeus@51
|
154 %%BeginSetup
|
hekeus@51
|
155 MathWorks begin
|
hekeus@51
|
156
|
hekeus@51
|
157 0 cap
|
hekeus@51
|
158
|
hekeus@51
|
159 end
|
hekeus@51
|
160 %%EndSetup
|
hekeus@51
|
161
|
hekeus@51
|
162 %%Page: 1 1
|
hekeus@51
|
163 %%BeginPageSetup
|
hekeus@51
|
164 %%PageBoundingBox: 9 0 213 117
|
hekeus@51
|
165 MathWorks begin
|
hekeus@51
|
166 bpage
|
hekeus@51
|
167 %%EndPageSetup
|
hekeus@51
|
168
|
hekeus@51
|
169 %%BeginObject: obj1
|
hekeus@51
|
170 bplot
|
hekeus@51
|
171
|
hekeus@51
|
172 /dpi2point 12 def
|
hekeus@51
|
173 portraitMode 0000 1356 csm
|
hekeus@51
|
174
|
hekeus@51
|
175 109 -48 2453 1396 rc
|
hekeus@51
|
176 277 dict begin %Colortable dictionary
|
hekeus@51
|
177 /c0 { 0.000000 0.000000 0.000000 sr} bdef
|
hekeus@51
|
178 /c1 { 1.000000 1.000000 1.000000 sr} bdef
|
hekeus@51
|
179 /c2 { 0.900000 0.000000 0.000000 sr} bdef
|
hekeus@51
|
180 /c3 { 0.000000 0.820000 0.000000 sr} bdef
|
hekeus@51
|
181 /c4 { 0.000000 0.000000 0.800000 sr} bdef
|
hekeus@51
|
182 /c5 { 0.910000 0.820000 0.320000 sr} bdef
|
hekeus@51
|
183 /c6 { 1.000000 0.260000 0.820000 sr} bdef
|
hekeus@51
|
184 /c7 { 0.000000 0.820000 0.820000 sr} bdef
|
hekeus@51
|
185 c0
|
hekeus@51
|
186 1 j
|
hekeus@51
|
187 1 sg
|
hekeus@51
|
188 0 0 2724 1364 rf
|
hekeus@51
|
189 5.76 w
|
hekeus@51
|
190 0 1028 2110 0 0 -1028 354 1213 4 MP
|
hekeus@51
|
191 PP
|
hekeus@51
|
192 -2110 0 0 1028 2110 0 0 -1028 354 1213 5 MP stroke
|
hekeus@51
|
193 3.84 w
|
hekeus@51
|
194 DO
|
hekeus@51
|
195 SO
|
hekeus@51
|
196 5.76 w
|
hekeus@51
|
197 0 sg
|
hekeus@51
|
198 354 1213 mt 2464 1213 L
|
hekeus@51
|
199 354 185 mt 2464 185 L
|
hekeus@51
|
200 354 1213 mt 354 185 L
|
hekeus@51
|
201 2464 1213 mt 2464 185 L
|
hekeus@51
|
202 354 1213 mt 2464 1213 L
|
hekeus@51
|
203 354 1213 mt 354 185 L
|
hekeus@51
|
204 667 1213 mt 667 1191 L
|
hekeus@51
|
205 667 185 mt 667 206 L
|
hekeus@51
|
206 %%IncludeResource: font Helvetica
|
hekeus@51
|
207 /Helvetica /ISOLatin1Encoding 108 FMSR
|
hekeus@51
|
208
|
hekeus@51
|
209 607 1347 mt
|
hekeus@51
|
210 (10) s
|
hekeus@51
|
211 996 1213 mt 996 1191 L
|
hekeus@51
|
212 996 185 mt 996 206 L
|
hekeus@51
|
213 936 1347 mt
|
hekeus@51
|
214 (20) s
|
hekeus@51
|
215 1326 1213 mt 1326 1191 L
|
hekeus@51
|
216 1326 185 mt 1326 206 L
|
hekeus@51
|
217 1266 1347 mt
|
hekeus@51
|
218 (30) s
|
hekeus@51
|
219 1656 1213 mt 1656 1191 L
|
hekeus@51
|
220 1656 185 mt 1656 206 L
|
hekeus@51
|
221 1596 1347 mt
|
hekeus@51
|
222 (40) s
|
hekeus@51
|
223 1985 1213 mt 1985 1191 L
|
hekeus@51
|
224 1985 185 mt 1985 206 L
|
hekeus@51
|
225 1925 1347 mt
|
hekeus@51
|
226 (50) s
|
hekeus@51
|
227 2315 1213 mt 2315 1191 L
|
hekeus@51
|
228 2315 185 mt 2315 206 L
|
hekeus@51
|
229 2255 1347 mt
|
hekeus@51
|
230 (60) s
|
hekeus@51
|
231 354 1213 mt 375 1213 L
|
hekeus@51
|
232 2464 1213 mt 2442 1213 L
|
hekeus@51
|
233 169 1253 mt
|
hekeus@51
|
234 (0.1) s
|
hekeus@51
|
235 354 1007 mt 375 1007 L
|
hekeus@51
|
236 2464 1007 mt 2442 1007 L
|
hekeus@51
|
237 109 1047 mt
|
hekeus@51
|
238 (0.15) s
|
hekeus@51
|
239 354 801 mt 375 801 L
|
hekeus@51
|
240 2464 801 mt 2442 801 L
|
hekeus@51
|
241 169 841 mt
|
hekeus@51
|
242 (0.2) s
|
hekeus@51
|
243 354 596 mt 375 596 L
|
hekeus@51
|
244 2464 596 mt 2442 596 L
|
hekeus@51
|
245 109 636 mt
|
hekeus@51
|
246 (0.25) s
|
hekeus@51
|
247 354 390 mt 375 390 L
|
hekeus@51
|
248 2464 390 mt 2442 390 L
|
hekeus@51
|
249 169 430 mt
|
hekeus@51
|
250 (0.3) s
|
hekeus@51
|
251 354 1213 mt 2464 1213 L
|
hekeus@51
|
252 354 185 mt 2464 185 L
|
hekeus@51
|
253 354 1213 mt 354 185 L
|
hekeus@51
|
254 2464 1213 mt 2464 185 L
|
hekeus@51
|
255 gs 354 185 2111 1029 rc
|
hekeus@51
|
256 0 1144 26 0 0 -1144 357 1624 4 MP
|
hekeus@51
|
257 PP
|
hekeus@51
|
258 6 w
|
hekeus@51
|
259 -26 0 0 1144 26 0 0 -1144 357 1624 5 MP stroke
|
hekeus@51
|
260 0 608 26 0 0 -608 390 1624 4 MP
|
hekeus@51
|
261 PP
|
hekeus@51
|
262 -26 0 0 608 26 0 0 -608 390 1624 5 MP stroke
|
hekeus@51
|
263 0 696 26 0 0 -696 423 1624 4 MP
|
hekeus@51
|
264 PP
|
hekeus@51
|
265 -26 0 0 696 26 0 0 -696 423 1624 5 MP stroke
|
hekeus@51
|
266 0 684 26 0 0 -684 456 1624 4 MP
|
hekeus@51
|
267 PP
|
hekeus@51
|
268 -26 0 0 684 26 0 0 -684 456 1624 5 MP stroke
|
hekeus@51
|
269 0 724 26 0 0 -724 489 1624 4 MP
|
hekeus@51
|
270 PP
|
hekeus@51
|
271 -26 0 0 724 26 0 0 -724 489 1624 5 MP stroke
|
hekeus@51
|
272 0 829 26 0 0 -829 522 1624 4 MP
|
hekeus@51
|
273 PP
|
hekeus@51
|
274 -26 0 0 829 26 0 0 -829 522 1624 5 MP stroke
|
hekeus@51
|
275 0 667 26 0 0 -667 555 1624 4 MP
|
hekeus@51
|
276 PP
|
hekeus@51
|
277 -26 0 0 667 26 0 0 -667 555 1624 5 MP stroke
|
hekeus@51
|
278 0 677 26 0 0 -677 588 1624 4 MP
|
hekeus@51
|
279 PP
|
hekeus@51
|
280 -26 0 0 677 26 0 0 -677 588 1624 5 MP stroke
|
hekeus@51
|
281 0 760 26 0 0 -760 621 1624 4 MP
|
hekeus@51
|
282 PP
|
hekeus@51
|
283 -26 0 0 760 26 0 0 -760 621 1624 5 MP stroke
|
hekeus@51
|
284 0 740 26 0 0 -740 654 1624 4 MP
|
hekeus@51
|
285 PP
|
hekeus@51
|
286 -26 0 0 740 26 0 0 -740 654 1624 5 MP stroke
|
hekeus@51
|
287 0 707 27 0 0 -707 686 1624 4 MP
|
hekeus@51
|
288 PP
|
hekeus@51
|
289 -27 0 0 707 27 0 0 -707 686 1624 5 MP stroke
|
hekeus@51
|
290 0 747 27 0 0 -747 719 1624 4 MP
|
hekeus@51
|
291 PP
|
hekeus@51
|
292 -27 0 0 747 27 0 0 -747 719 1624 5 MP stroke
|
hekeus@51
|
293 0 784 27 0 0 -784 752 1624 4 MP
|
hekeus@51
|
294 PP
|
hekeus@51
|
295 -27 0 0 784 27 0 0 -784 752 1624 5 MP stroke
|
hekeus@51
|
296 0 718 27 0 0 -718 785 1624 4 MP
|
hekeus@51
|
297 PP
|
hekeus@51
|
298 -27 0 0 718 27 0 0 -718 785 1624 5 MP stroke
|
hekeus@51
|
299 0 667 27 0 0 -667 818 1624 4 MP
|
hekeus@51
|
300 PP
|
hekeus@51
|
301 -27 0 0 667 27 0 0 -667 818 1624 5 MP stroke
|
hekeus@51
|
302 0 772 27 0 0 -772 851 1624 4 MP
|
hekeus@51
|
303 PP
|
hekeus@51
|
304 -27 0 0 772 27 0 0 -772 851 1624 5 MP stroke
|
hekeus@51
|
305 0 607 27 0 0 -607 884 1624 4 MP
|
hekeus@51
|
306 PP
|
hekeus@51
|
307 -27 0 0 607 27 0 0 -607 884 1624 5 MP stroke
|
hekeus@51
|
308 0 709 27 0 0 -709 917 1624 4 MP
|
hekeus@51
|
309 PP
|
hekeus@51
|
310 -27 0 0 709 27 0 0 -709 917 1624 5 MP stroke
|
hekeus@51
|
311 0 737 27 0 0 -737 950 1624 4 MP
|
hekeus@51
|
312 PP
|
hekeus@51
|
313 -27 0 0 737 27 0 0 -737 950 1624 5 MP stroke
|
hekeus@51
|
314 0 635 27 0 0 -635 983 1624 4 MP
|
hekeus@51
|
315 PP
|
hekeus@51
|
316 -27 0 0 635 27 0 0 -635 983 1624 5 MP stroke
|
hekeus@51
|
317 0 719 27 0 0 -719 1016 1624 4 MP
|
hekeus@51
|
318 PP
|
hekeus@51
|
319 -27 0 0 719 27 0 0 -719 1016 1624 5 MP stroke
|
hekeus@51
|
320 0 836 27 0 0 -836 1049 1624 4 MP
|
hekeus@51
|
321 PP
|
hekeus@51
|
322 -27 0 0 836 27 0 0 -836 1049 1624 5 MP stroke
|
hekeus@51
|
323 0 722 26 0 0 -722 1082 1624 4 MP
|
hekeus@51
|
324 PP
|
hekeus@51
|
325 -26 0 0 722 26 0 0 -722 1082 1624 5 MP stroke
|
hekeus@51
|
326 0 912 26 0 0 -912 1115 1624 4 MP
|
hekeus@51
|
327 PP
|
hekeus@51
|
328 -26 0 0 912 26 0 0 -912 1115 1624 5 MP stroke
|
hekeus@51
|
329 0 819 26 0 0 -819 1148 1624 4 MP
|
hekeus@51
|
330 PP
|
hekeus@51
|
331 -26 0 0 819 26 0 0 -819 1148 1624 5 MP stroke
|
hekeus@51
|
332 0 733 26 0 0 -733 1181 1624 4 MP
|
hekeus@51
|
333 PP
|
hekeus@51
|
334 -26 0 0 733 26 0 0 -733 1181 1624 5 MP stroke
|
hekeus@51
|
335 0 781 26 0 0 -781 1214 1624 4 MP
|
hekeus@51
|
336 PP
|
hekeus@51
|
337 -26 0 0 781 26 0 0 -781 1214 1624 5 MP stroke
|
hekeus@51
|
338 0 728 26 0 0 -728 1247 1624 4 MP
|
hekeus@51
|
339 PP
|
hekeus@51
|
340 -26 0 0 728 26 0 0 -728 1247 1624 5 MP stroke
|
hekeus@51
|
341 0 767 26 0 0 -767 1280 1624 4 MP
|
hekeus@51
|
342 PP
|
hekeus@51
|
343 -26 0 0 767 26 0 0 -767 1280 1624 5 MP stroke
|
hekeus@51
|
344 0 614 26 0 0 -614 1313 1624 4 MP
|
hekeus@51
|
345 PP
|
hekeus@51
|
346 -26 0 0 614 26 0 0 -614 1313 1624 5 MP stroke
|
hekeus@51
|
347 0 778 26 0 0 -778 1346 1624 4 MP
|
hekeus@51
|
348 PP
|
hekeus@51
|
349 -26 0 0 778 26 0 0 -778 1346 1624 5 MP stroke
|
hekeus@51
|
350 0 639 26 0 0 -639 1379 1624 4 MP
|
hekeus@51
|
351 PP
|
hekeus@51
|
352 -26 0 0 639 26 0 0 -639 1379 1624 5 MP stroke
|
hekeus@51
|
353 0 936 26 0 0 -936 1412 1624 4 MP
|
hekeus@51
|
354 PP
|
hekeus@51
|
355 -26 0 0 936 26 0 0 -936 1412 1624 5 MP stroke
|
hekeus@51
|
356 0 643 26 0 0 -643 1445 1624 4 MP
|
hekeus@51
|
357 PP
|
hekeus@51
|
358 -26 0 0 643 26 0 0 -643 1445 1624 5 MP stroke
|
hekeus@51
|
359 0 902 26 0 0 -902 1478 1624 4 MP
|
hekeus@51
|
360 PP
|
hekeus@51
|
361 -26 0 0 902 26 0 0 -902 1478 1624 5 MP stroke
|
hekeus@51
|
362 0 648 26 0 0 -648 1511 1624 4 MP
|
hekeus@51
|
363 PP
|
hekeus@51
|
364 -26 0 0 648 26 0 0 -648 1511 1624 5 MP stroke
|
hekeus@51
|
365 0 839 26 0 0 -839 1544 1624 4 MP
|
hekeus@51
|
366 PP
|
hekeus@51
|
367 -26 0 0 839 26 0 0 -839 1544 1624 5 MP stroke
|
hekeus@51
|
368 0 804 26 0 0 -804 1577 1624 4 MP
|
hekeus@51
|
369 PP
|
hekeus@51
|
370 -26 0 0 804 26 0 0 -804 1577 1624 5 MP stroke
|
hekeus@51
|
371 0 776 26 0 0 -776 1610 1624 4 MP
|
hekeus@51
|
372 PP
|
hekeus@51
|
373 -26 0 0 776 26 0 0 -776 1610 1624 5 MP stroke
|
hekeus@51
|
374 0 753 26 0 0 -753 1643 1624 4 MP
|
hekeus@51
|
375 PP
|
hekeus@51
|
376 -26 0 0 753 26 0 0 -753 1643 1624 5 MP stroke
|
hekeus@51
|
377 0 696 26 0 0 -696 1676 1624 4 MP
|
hekeus@51
|
378 PP
|
hekeus@51
|
379 -26 0 0 696 26 0 0 -696 1676 1624 5 MP stroke
|
hekeus@51
|
380 0 771 26 0 0 -771 1709 1624 4 MP
|
hekeus@51
|
381 PP
|
hekeus@51
|
382 -26 0 0 771 26 0 0 -771 1709 1624 5 MP stroke
|
hekeus@51
|
383 0 806 27 0 0 -806 1741 1624 4 MP
|
hekeus@51
|
384 PP
|
hekeus@51
|
385 -27 0 0 806 27 0 0 -806 1741 1624 5 MP stroke
|
hekeus@51
|
386 0 815 27 0 0 -815 1774 1624 4 MP
|
hekeus@51
|
387 PP
|
hekeus@51
|
388 -27 0 0 815 27 0 0 -815 1774 1624 5 MP stroke
|
hekeus@51
|
389 0 768 27 0 0 -768 1807 1624 4 MP
|
hekeus@51
|
390 PP
|
hekeus@51
|
391 -27 0 0 768 27 0 0 -768 1807 1624 5 MP stroke
|
hekeus@51
|
392 0 791 27 0 0 -791 1840 1624 4 MP
|
hekeus@51
|
393 PP
|
hekeus@51
|
394 -27 0 0 791 27 0 0 -791 1840 1624 5 MP stroke
|
hekeus@51
|
395 0 670 27 0 0 -670 1873 1624 4 MP
|
hekeus@51
|
396 PP
|
hekeus@51
|
397 -27 0 0 670 27 0 0 -670 1873 1624 5 MP stroke
|
hekeus@51
|
398 0 732 27 0 0 -732 1906 1624 4 MP
|
hekeus@51
|
399 PP
|
hekeus@51
|
400 -27 0 0 732 27 0 0 -732 1906 1624 5 MP stroke
|
hekeus@51
|
401 0 676 27 0 0 -676 1939 1624 4 MP
|
hekeus@51
|
402 PP
|
hekeus@51
|
403 -27 0 0 676 27 0 0 -676 1939 1624 5 MP stroke
|
hekeus@51
|
404 0 729 27 0 0 -729 1972 1624 4 MP
|
hekeus@51
|
405 PP
|
hekeus@51
|
406 -27 0 0 729 27 0 0 -729 1972 1624 5 MP stroke
|
hekeus@51
|
407 0 720 27 0 0 -720 2005 1624 4 MP
|
hekeus@51
|
408 PP
|
hekeus@51
|
409 -27 0 0 720 27 0 0 -720 2005 1624 5 MP stroke
|
hekeus@51
|
410 0 643 27 0 0 -643 2038 1624 4 MP
|
hekeus@51
|
411 PP
|
hekeus@51
|
412 -27 0 0 643 27 0 0 -643 2038 1624 5 MP stroke
|
hekeus@51
|
413 0 769 27 0 0 -769 2071 1624 4 MP
|
hekeus@51
|
414 PP
|
hekeus@51
|
415 -27 0 0 769 27 0 0 -769 2071 1624 5 MP stroke
|
hekeus@51
|
416 0 799 27 0 0 -799 2104 1624 4 MP
|
hekeus@51
|
417 PP
|
hekeus@51
|
418 -27 0 0 799 27 0 0 -799 2104 1624 5 MP stroke
|
hekeus@51
|
419 0 810 26 0 0 -810 2137 1624 4 MP
|
hekeus@51
|
420 PP
|
hekeus@51
|
421 -26 0 0 810 26 0 0 -810 2137 1624 5 MP stroke
|
hekeus@51
|
422 0 694 26 0 0 -694 2170 1624 4 MP
|
hekeus@51
|
423 PP
|
hekeus@51
|
424 -26 0 0 694 26 0 0 -694 2170 1624 5 MP stroke
|
hekeus@51
|
425 0 668 26 0 0 -668 2203 1624 4 MP
|
hekeus@51
|
426 PP
|
hekeus@51
|
427 -26 0 0 668 26 0 0 -668 2203 1624 5 MP stroke
|
hekeus@51
|
428 0 711 26 0 0 -711 2236 1624 4 MP
|
hekeus@51
|
429 PP
|
hekeus@51
|
430 -26 0 0 711 26 0 0 -711 2236 1624 5 MP stroke
|
hekeus@51
|
431 0 677 26 0 0 -677 2269 1624 4 MP
|
hekeus@51
|
432 PP
|
hekeus@51
|
433 -26 0 0 677 26 0 0 -677 2269 1624 5 MP stroke
|
hekeus@51
|
434 0 685 26 0 0 -685 2302 1624 4 MP
|
hekeus@51
|
435 PP
|
hekeus@51
|
436 -26 0 0 685 26 0 0 -685 2302 1624 5 MP stroke
|
hekeus@51
|
437 0 659 26 0 0 -659 2335 1624 4 MP
|
hekeus@51
|
438 PP
|
hekeus@51
|
439 -26 0 0 659 26 0 0 -659 2335 1624 5 MP stroke
|
hekeus@51
|
440 0 585 26 0 0 -585 2368 1624 4 MP
|
hekeus@51
|
441 PP
|
hekeus@51
|
442 -26 0 0 585 26 0 0 -585 2368 1624 5 MP stroke
|
hekeus@51
|
443 0 741 26 0 0 -741 2401 1624 4 MP
|
hekeus@51
|
444 PP
|
hekeus@51
|
445 -26 0 0 741 26 0 0 -741 2401 1624 5 MP stroke
|
hekeus@51
|
446 0 538 26 0 0 -538 2434 1624 4 MP
|
hekeus@51
|
447 PP
|
hekeus@51
|
448 -26 0 0 538 26 0 0 -538 2434 1624 5 MP stroke
|
hekeus@51
|
449 gr
|
hekeus@51
|
450
|
hekeus@51
|
451 6 w
|
hekeus@51
|
452 327 100 mt
|
hekeus@51
|
453 (average predictive information, 64 beat metre) s
|
hekeus@51
|
454 5.76 w
|
hekeus@51
|
455
|
hekeus@51
|
456 end %%Color Dict
|
hekeus@51
|
457
|
hekeus@51
|
458 eplot
|
hekeus@51
|
459 %%EndObject
|
hekeus@51
|
460
|
hekeus@51
|
461 epage
|
hekeus@51
|
462 end
|
hekeus@51
|
463
|
hekeus@51
|
464 showpage
|
hekeus@51
|
465
|
hekeus@51
|
466 %%Trailer
|
hekeus@51
|
467 %%EOF
|