create changelog entry
[debian/openrocket] / core / doc / techdoc / figures / experimental / flight-roll-rate.eps
1 %!PS-Adobe-3.0 EPSF-3.0
2 %%Creator: MATLAB, The Mathworks, Inc. Version 7.6.0.324 (R2008a). Operating System: Linux 2.6.28-11-server #37-Ubuntu SMP Mon Mar 23 17:33:24 UTC 2009 x86_64.
3 %%Title: /m/fs/user3/a/38/spniskan/thesis/flight-roll-rate.eps
4 %%CreationDate: 05/09/2009  01:39:32
5 %%DocumentNeededFonts: Helvetica
6 %%DocumentProcessColors: Cyan Magenta Yellow Black
7 %%LanguageLevel: 2
8 %%Pages: 1
9 %%BoundingBox:    33   200   577   592
10 %%EndComments
11
12 %%BeginProlog
13 % MathWorks dictionary
14 /MathWorks 160 dict begin
15 % definition operators
16 /bdef {bind def} bind def
17 /ldef {load def} bind def
18 /xdef {exch def} bdef
19 /xstore {exch store} bdef
20 % operator abbreviations
21 /c  /clip ldef
22 /cc /concat ldef
23 /cp /closepath ldef
24 /gr /grestore ldef
25 /gs /gsave ldef
26 /mt /moveto ldef
27 /np /newpath ldef
28 /cm /currentmatrix ldef
29 /sm /setmatrix ldef
30 /rm /rmoveto ldef
31 /rl /rlineto ldef
32 /s {show newpath} bdef
33 /sc {setcmykcolor} bdef
34 /sr /setrgbcolor ldef
35 /sg /setgray ldef
36 /w /setlinewidth ldef
37 /j /setlinejoin ldef
38 /cap /setlinecap ldef
39 /rc {rectclip} bdef
40 /rf {rectfill} bdef
41 % page state control
42 /pgsv () def
43 /bpage {/pgsv save def} bdef
44 /epage {pgsv restore} bdef
45 /bplot /gsave ldef
46 /eplot {stroke grestore} bdef
47 % orientation switch
48 /portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def
49 % coordinate system mappings
50 /dpi2point 0 def
51 % font control
52 /FontSize 0 def
53 /FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0]
54   makefont setfont} bdef
55 /reencode {exch dup where {pop load} {pop StandardEncoding} ifelse
56   exch dup 3 1 roll findfont dup length dict begin
57   { 1 index /FID ne {def}{pop pop} ifelse } forall
58   /Encoding exch def currentdict end definefont pop} bdef
59 /isroman {findfont /CharStrings get /Agrave known} bdef
60 /FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse
61   exch FMS} bdef
62 /csm {1 dpi2point div -1 dpi2point div scale neg translate
63  dup landscapeMode eq {pop -90 rotate}
64   {rotateMode eq {90 rotate} if} ifelse} bdef
65 % line types: solid, dotted, dashed, dotdash
66 /SO { [] 0 setdash } bdef
67 /DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
68 /DA { [6 dpi2point mul] 0 setdash } bdef
69 /DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4
70   dpi2point mul] 0 setdash } bdef
71 % macros for lines and objects
72 /L {lineto stroke} bdef
73 /MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef
74 /AP {{rlineto} repeat} bdef
75 /PDlw -1 def
76 /W {/PDlw currentlinewidth def setlinewidth} def
77 /PP {closepath eofill} bdef
78 /DP {closepath stroke} bdef
79 /MR {4 -2 roll moveto dup  0 exch rlineto exch 0 rlineto
80   neg 0 exch rlineto closepath} bdef
81 /FR {MR stroke} bdef
82 /PR {MR fill} bdef
83 /L1i {{currentfile picstr readhexstring pop} image} bdef
84 /tMatrix matrix def
85 /MakeOval {newpath tMatrix currentmatrix pop translate scale
86 0 0 1 0 360 arc tMatrix setmatrix} bdef
87 /FO {MakeOval stroke} bdef
88 /PO {MakeOval fill} bdef
89 /PD {currentlinewidth 2 div 0 360 arc fill
90    PDlw -1 eq not {PDlw w /PDlw -1 def} if} def
91 /FA {newpath tMatrix currentmatrix pop translate scale
92   0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef
93 /PA {newpath tMatrix currentmatrix pop  translate 0 0 moveto scale
94   0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef
95 /FAn {newpath tMatrix currentmatrix pop translate scale
96   0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef
97 /PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
98   0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef
99 /vradius 0 def /hradius 0 def /lry 0 def
100 /lrx 0 def /uly 0 def /ulx 0 def /rad 0 def
101 /MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef
102   /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly
103   vradius add translate hradius vradius scale 0 0 1 180 270 arc 
104   tMatrix setmatrix lrx hradius sub uly vradius add translate
105   hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix
106   lrx hradius sub lry vradius sub translate hradius vradius scale
107   0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub
108   translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix
109   closepath} bdef
110 /FRR {MRR stroke } bdef
111 /PRR {MRR fill } bdef
112 /MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def
113   newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
114   rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad
115   sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix
116   closepath} bdef
117 /FlrRR {MlrRR stroke } bdef
118 /PlrRR {MlrRR fill } bdef
119 /MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def
120   newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
121   rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad
122   sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix
123   closepath} bdef
124 /FtbRR {MtbRR stroke } bdef
125 /PtbRR {MtbRR fill } bdef
126 /stri 6 array def /dtri 6 array def
127 /smat 6 array def /dmat 6 array def
128 /tmat1 6 array def /tmat2 6 array def /dif 3 array def
129 /asub {/ind2 exch def /ind1 exch def dup dup
130   ind1 get exch ind2 get sub exch } bdef
131 /tri_to_matrix {
132   2 0 asub 3 1 asub 4 0 asub 5 1 asub
133   dup 0 get exch 1 get 7 -1 roll astore } bdef
134 /compute_transform {
135   dmat dtri tri_to_matrix tmat1 invertmatrix 
136   smat stri tri_to_matrix tmat2 concatmatrix } bdef
137 /ds {stri astore pop} bdef
138 /dt {dtri astore pop} bdef
139 /db {2 copy /cols xdef /rows xdef mul dup 3 mul string
140   currentfile 
141   3 index 0 eq {/ASCIIHexDecode filter}
142   {/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if }
143   ifelse exch readstring pop
144   dup 0 3 index getinterval /rbmap xdef
145   dup 2 index dup getinterval /gbmap xdef
146   1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef
147 /it {gs np dtri aload pop moveto lineto lineto cp c
148   cols rows 8 compute_transform 
149   rbmap gbmap bbmap true 3 colorimage gr}bdef
150 /il {newpath moveto lineto stroke}bdef
151 currentdict end def
152 %%EndProlog
153
154 %%BeginSetup
155 MathWorks begin
156
157 0 cap
158
159 end
160 %%EndSetup
161
162 %%Page: 1 1
163 %%BeginPageSetup
164 %%PageBoundingBox:    33   200   577   592
165 MathWorks begin
166 bpage
167 %%EndPageSetup
168
169 %%BeginObject: obj1
170 bplot
171
172 /dpi2point 12 def
173 portraitMode 0396 7104 csm
174
175     0     0  6528  4703 rc
176 85 dict begin %Colortable dictionary
177 /c0 { 0.000000 0.000000 0.000000 sr} bdef
178 /c1 { 1.000000 1.000000 1.000000 sr} bdef
179 /c2 { 0.900000 0.000000 0.000000 sr} bdef
180 /c3 { 0.000000 0.820000 0.000000 sr} bdef
181 /c4 { 0.000000 0.000000 0.800000 sr} bdef
182 /c5 { 0.910000 0.820000 0.320000 sr} bdef
183 /c6 { 1.000000 0.260000 0.820000 sr} bdef
184 /c7 { 0.000000 0.820000 0.820000 sr} bdef
185 c0
186 1 j
187 1 sg
188    0    0 6529 4704 rf
189 6 w
190 0 3833 5059 0 0 -3833 849 4186 4 MP
191 PP
192 -5059 0 0 3833 5059 0 0 -3833 849 4186 5 MP stroke
193 4 w
194 DO
195 SO
196 6 w
197 0 sg
198  849 4186 mt 5908 4186 L
199  849  353 mt 5908  353 L
200  849 4186 mt  849  353 L
201 5908 4186 mt 5908  353 L
202  849 4186 mt 5908 4186 L
203  849 4186 mt  849  353 L
204  849 4186 mt  849 4135 L
205  849  353 mt  849  403 L
206 %%IncludeResource: font Helvetica
207 /Helvetica /ISOLatin1Encoding 120 FMSR
208
209  816 4331 mt 
210 (0) s
211 1692 4186 mt 1692 4135 L
212 1692  353 mt 1692  403 L
213 1659 4331 mt 
214 (1) s
215 2535 4186 mt 2535 4135 L
216 2535  353 mt 2535  403 L
217 2502 4331 mt 
218 (2) s
219 3378 4186 mt 3378 4135 L
220 3378  353 mt 3378  403 L
221 3345 4331 mt 
222 (3) s
223 4221 4186 mt 4221 4135 L
224 4221  353 mt 4221  403 L
225 4188 4331 mt 
226 (4) s
227 5064 4186 mt 5064 4135 L
228 5064  353 mt 5064  403 L
229 5031 4331 mt 
230 (5) s
231 5908 4186 mt 5908 4135 L
232 5908  353 mt 5908  403 L
233 5875 4331 mt 
234 (6) s
235  849 4186 mt  899 4186 L
236 5908 4186 mt 5857 4186 L
237  748 4230 mt 
238 (0) s
239  849 3760 mt  899 3760 L
240 5908 3760 mt 5857 3760 L
241  748 3804 mt 
242 (2) s
243  849 3334 mt  899 3334 L
244 5908 3334 mt 5857 3334 L
245  748 3378 mt 
246 (4) s
247  849 2908 mt  899 2908 L
248 5908 2908 mt 5857 2908 L
249  748 2952 mt 
250 (6) s
251  849 2482 mt  899 2482 L
252 5908 2482 mt 5857 2482 L
253  748 2526 mt 
254 (8) s
255  849 2056 mt  899 2056 L
256 5908 2056 mt 5857 2056 L
257  681 2100 mt 
258 (10) s
259  849 1630 mt  899 1630 L
260 5908 1630 mt 5857 1630 L
261  681 1674 mt 
262 (12) s
263  849 1204 mt  899 1204 L
264 5908 1204 mt 5857 1204 L
265  681 1248 mt 
266 (14) s
267  849  778 mt  899  778 L
268 5908  778 mt 5857  778 L
269  681  822 mt 
270 (16) s
271  849  353 mt  899  353 L
272 5908  353 mt 5857  353 L
273  681  397 mt 
274 (18) s
275  849 4186 mt 5908 4186 L
276  849  353 mt 5908  353 L
277  849 4186 mt  849  353 L
278 5908 4186 mt 5908  353 L
279 gs 849 353 5060 3834 rc
280 4 0 7 1 7 2 7 1 7 1 6 1 7 1 7 1 
281 6 1 7 2 6 1 6 1 6 1 7 1 6 1 6 1 
282 6 2 5 1 6 1 6 1 6 1 5 1 6 1 5 2 
283 6 1 5 1 6 1 5 1 5 1 5 1 5 2 5 1 
284 5 1 5 1 5 1 5 1 4 1 5 2 5 1 4 1 
285 5 1 4 1 5 1 4 2 4 1 5 1 4 1 4 1 
286 4 1 4 1 4 2 4 1 4 1 4 1 4 1 3 1 
287 4 1 4 2 3 1 4 1 4 1 3 1 3 1 4 1 
288 3 2 4 1 3 1 3 1 3 1 4 1 3 1 3 2 
289 3 1 3 1 3 1 3 1 3 1 3 1 2 2 3 1 
290 3 1 3 1 3 1 2 1 3 1 3 2 2 1 3 1 
291 2 1 3 1 2 1 3 1 2 2 3 1 2 1 2 1 
292 3 1 2 1 2 1 3 2 2 1 2 1 2 1 2 1 
293 3 1 2 2 2 1 2 1 2 1 2 1 2 1 2 1 
294 2 2 2 1 2 1 2 1 2 1 2 1 2 2 1 1 
295 2 1 2 1 2 1 2 1 1 1 2 2 2 1 2 1 
296 1 1 2 1 2 1 2 2 1 1 2 1 1 1 2 1 
297 2 1 1 1 2 2 1 1 2 1 2 1 1 1 2 1 
298 1 2 2 1 1 1 2 1 1 1 1 1 2 2 1 1 
299 2 1 1 1 2 1 1 1 1 1 2 2 1 1 1 1 
300 2 1 1 1 1 1 2 2 1 1 1 1 2 1 1 1 
301 2 2 1 1 1 1 2 1 1 1 1 2 2 1 1 1 
302 2 1 1 1 2 1 1 2 1 1 2 1 1 1 2 1 
303 1 2 2 1 1 1 2 1 1 1 2 2 1 1 2 1 
304 1 1 2 1 2 1 1 2 2 1 1 1 2 1 1 1 
305 2 2 2 1 1 1 2 1 2 1 1 1 2 2 2 1 
306 1 1 2 1 2 1 1 2 2 1 2 1 1 1 2 1 
307 2 2 2 1 1 1 2 1 2 1 1 1 2 2 2 1 
308 2 1 1 1 2 1 2 2 2 1 1 1 2 1 2 1 
309 2 1 2 2 2 1 2 1 2 1 2 1 2 2 2 1 
310 2 1 3 1 2 2 2 1 3 1 3 1 3 1 3 2 
311 4 1 3 1 3 1 4 1 3 1 3 2 3 1 4 1 
312 3 1 3 1 4 1 3 2 3 1 3 1 4 1 3 1 
313 3 2 3 1 3 1 4 1 3 1 3 1 3 2 3 1 
314 4 1 3 1 3 1 3 1 3 2 3 1 3 1 4 1 
315 3 1 3 1 3 2 3 1 3 1 3 1 3 1 3 2 
316 3 1 3 1 3 1 3 1 3 1 3 2 3 1 3 1 
317 3 1 3 1 3 1 5073 3796 300 MP stroke
318 3 2 3 1 3 1 3 1 3 1 3 2 3 1 3 1 
319 3 1 2 1 3 1 3 2 3 1 3 1 3 1 3 1 
320 3 2 3 1 3 1 3 1 2 1 3 1 3 2 3 1 
321 3 1 3 1 3 1 3 2 2 1 3 1 3 1 3 1 
322 3 1 3 2 2 1 3 1 3 1 3 1 3 1 3 2 
323 2 1 3 1 3 1 3 1 3 2 2 1 3 1 3 1 
324 3 1 2 1 3 2 3 1 3 1 3 1 2 1 3 2 
325 3 1 3 1 2 1 3 1 3 1 3 2 2 1 3 1 
326 3 1 3 1 2 1 3 2 3 1 3 1 2 1 3 1 
327 3 2 2 1 3 1 3 1 2 1 3 1 3 2 2 1 
328 3 1 3 1 2 1 3 2 3 1 2 1 3 1 3 1 
329 2 1 3 2 3 1 2 1 3 1 3 1 2 2 3 1 
330 3 1 2 1 3 1 3 1 3 2 2 1 3 1 3 1 
331 2 1 3 2 3 1 2 1 3 1 3 1 2 1 3 2 
332 3 1 2 1 3 1 3 1 2 2 3 1 3 1 2 1 
333 3 1 2 1 3 2 3 1 2 1 3 1 3 1 2 2 
334 3 1 3 1 2 1 3 1 3 1 2 2 3 1 3 1 
335 2 1 3 1 3 2 2 1 3 1 3 1 2 1 3 1 
336 3 2 2 1 3 1 2 1 3 1 3 1 2 2 3 1 
337 2 1 3 1 3 1 2 2 3 1 2 1 3 1 2 1 
338 3 1 3 2 2 1 3 1 2 1 3 1 2 2 3 1 
339 2 1 3 1 3 1 2 1 3 2 2 1 3 1 2 1 
340 3 1 2 2 3 1 2 1 3 1 3 1 2 1 3 2 
341 2 1 3 1 2 1 3 1 2 1 3 2 2 1 3 1 
342 2 1 3 1 2 2 3 1 2 1 3 1 2 1 3 2 
343 2 1 3 1 2 1 3 1 2 1 3 2 3 1 2 1 
344 3 1 2 1 3 2 2 1 3 1 2 1 3 1 2 1 
345 3 2 2 1 3 1 2 1 3 1 3 2 2 1 3 1 
346 2 1 3 1 2 1 3 2 2 1 3 1 2 1 3 1 
347 2 2 3 1 2 1 3 1 2 1 3 1 3 2 2 1 
348 3 1 2 1 3 1 2 2 3 1 2 1 3 1 2 1 
349 3 1 2 2 3 1 2 1 3 1 2 1 3 2 2 1 
350 3 1 2 1 3 1 2 1 3 2 2 1 3 1 2 1 
351 2 1 3 1 2 2 3 1 2 1 3 1 2 1 2 1 
352 3 2 2 1 3 1 2 1 2 1 3 2 2 1 3 1 
353 2 1 2 1 3 2 2 1 3 1 2 1 2 1 3 1 
354 2 2 3 1 2 1 2 1 3 1 2 2 2 1 3 1 
355 2 1 3 1 2 1 4289 3443 300 MP stroke
356 2 2 3 1 2 1 2 1 3 1 2 1 3 2 2 1 
357 2 1 3 1 2 1 2 2 3 1 2 1 2 1 3 1 
358 2 1 2 2 3 1 2 1 2 1 3 1 2 2 2 1 
359 2 1 3 1 2 1 2 1 3 2 2 1 2 1 3 1 
360 2 1 2 2 3 1 2 1 2 1 3 1 2 1 2 2 
361 2 1 3 1 2 1 2 1 3 2 2 1 2 1 3 1 
362 2 1 2 1 2 2 3 1 2 1 2 1 3 1 2 2 
363 2 1 2 1 3 1 2 1 2 1 3 2 2 1 2 1 
364 2 1 3 1 2 2 2 1 2 1 3 1 2 1 2 1 
365 2 2 3 1 2 1 2 1 3 1 2 2 2 1 2 1 
366 3 1 2 1 2 1 2 2 3 1 2 1 2 1 3 1 
367 2 2 2 1 2 1 3 1 2 1 2 1 2 2 3 1 
368 2 1 2 1 3 1 2 2 2 1 2 1 3 1 2 1 
369 2 1 2 2 3 1 2 1 2 1 3 1 2 2 2 1 
370 2 1 3 1 2 1 2 1 2 2 3 1 2 1 2 1 
371 2 1 3 2 2 1 2 1 3 1 2 1 2 1 2 2 
372 3 1 2 1 2 1 2 1 3 2 2 1 2 1 2 1 
373 2 1 3 1 2 2 2 1 2 1 3 1 2 1 2 2 
374 2 1 3 1 2 1 2 1 2 1 2 2 3 1 2 1 
375 2 1 2 1 3 2 2 1 2 1 2 1 2 1 3 1 
376 2 2 2 1 2 1 3 1 2 1 2 2 2 1 2 1 
377 3 1 2 1 2 1 2 2 2 1 3 1 2 1 2 1 
378 2 2 2 1 3 1 2 1 2 1 2 1 2 2 2 1 
379 3 1 2 1 2 1 2 2 2 1 3 1 2 1 2 1 
380 2 1 3 2 2 1 2 1 2 1 2 1 3 2 2 1 
381 2 1 2 1 2 1 3 1 2 2 2 1 2 1 2 1 
382 3 1 2 2 2 1 2 1 2 1 3 1 2 1 2 2 
383 2 1 2 1 3 1 2 1 2 1 2 2 2 1 2 1 
384 3 1 2 1 2 2 2 1 2 1 2 1 2 1 2 1 
385 3 2 2 1 2 1 2 1 2 1 2 2 2 1 2 1 
386 2 1 2 1 3 1 2 2 2 1 2 1 2 1 2 1 
387 2 1 2 2 2 1 2 1 2 1 2 1 2 2 2 1 
388 2 1 3 1 2 1 2 1 2 2 2 1 2 1 2 1 
389 2 1 2 2 2 1 2 1 3 1 2 1 2 2 2 1 
390 2 1 2 1 2 1 3 1 2 2 2 1 2 1 2 1 
391 3 1 2 2 2 1 2 1 2 1 2 1 3 1 2 2 
392 2 1 2 1 2 1 2 1 3 1 2 2 2 1 2 1 
393 2 1 2 1 2 2 3625 3089 300 MP stroke
394 3 1 2 1 2 1 2 1 2 1 2 2 2 1 3 1 
395 2 1 2 1 2 2 2 1 2 1 2 1 2 1 2 1 
396 3 2 2 1 2 1 2 1 2 1 2 2 2 1 2 1 
397 2 1 2 1 3 1 2 2 2 1 2 1 2 1 2 1 
398 2 2 2 1 2 1 2 1 2 1 2 1 3 2 2 1 
399 2 1 2 1 2 1 2 2 2 1 2 1 2 1 2 1 
400 2 1 2 2 2 1 2 1 2 1 2 1 2 1 2 2 
401 3 1 2 1 2 1 2 1 2 2 2 1 2 1 2 1 
402 2 1 2 2 2 1 2 1 2 1 2 1 2 1 2 2 
403 2 1 2 1 2 1 2 1 2 2 2 1 3 1 2 1 
404 2 1 2 1 2 2 2 1 2 1 2 1 2 1 2 1 
405 2 2 2 1 2 1 2 1 2 1 2 2 2 1 2 1 
406 2 1 2 1 2 1 2 2 2 1 2 1 2 1 2 1 
407 2 2 2 1 2 1 2 1 2 1 2 1 2 2 2 1 
408 2 1 2 1 1 1 2 1 2 2 2 1 2 1 2 1 
409 2 1 2 2 2 1 2 1 2 1 2 1 2 1 2 2 
410 2 1 2 1 2 1 1 1 2 2 2 1 2 1 2 1 
411 2 1 2 2 2 1 2 1 2 1 2 1 2 1 2 2 
412 2 1 2 1 2 1 2 1 2 1 1 2 2 1 2 1 
413 2 1 2 1 2 2 2 1 2 1 2 1 2 1 2 1 
414 2 2 2 1 2 1 1 1 2 1 2 2 2 1 2 1 
415 2 1 2 1 2 1 2 2 2 1 2 1 2 1 1 1 
416 2 2 2 1 2 1 2 1 2 1 2 1 2 2 2 1 
417 2 1 2 1 2 1 1 2 2 1 2 1 2 1 2 1 
418 2 2 2 1 2 1 2 1 2 1 2 1 2 2 2 1 
419 2 1 1 1 2 1 2 2 2 1 2 1 2 1 2 1 
420 2 1 2 2 2 1 2 1 2 1 2 1 1 2 2 1 
421 2 1 2 1 2 1 2 1 2 2 2 1 2 1 2 1 
422 2 1 2 2 2 1 1 1 2 1 2 1 2 1 2 2 
423 2 1 2 1 2 1 2 1 2 2 2 1 2 1 2 1 
424 1 1 2 1 2 2 2 1 2 1 2 1 2 1 2 2 
425 2 1 2 1 2 1 2 1 1 1 2 2 2 1 2 1 
426 2 1 2 1 2 2 2 1 2 1 2 1 2 1 1 1 
427 2 2 2 1 2 1 2 1 2 1 2 2 2 1 2 1 
428 2 1 2 1 2 1 2 2 1 1 2 1 2 1 2 1 
429 2 2 2 1 2 1 2 1 2 1 2 1 2 2 1 1 
430 2 1 2 1 2 1 2 1 2 2 2 1 1 1 2 1 
431 2 1 2 2 2 1 3035 2736 300 MP stroke
432 2 1 2 1 1 1 2 1 2 2 2 1 2 1 2 1 
433 1 1 2 2 2 1 2 1 2 1 2 1 1 1 2 2 
434 2 1 2 1 2 1 1 1 2 2 2 1 2 1 2 1 
435 2 1 1 1 2 2 2 1 2 1 2 1 1 1 2 2 
436 2 1 2 1 2 1 1 1 2 1 2 2 2 1 2 1 
437 2 1 1 1 2 2 2 1 2 1 2 1 1 1 2 1 
438 2 2 2 1 2 1 2 1 1 1 2 2 2 1 2 1 
439 2 1 1 1 2 1 2 2 2 1 2 1 1 1 2 1 
440 2 2 2 1 2 1 1 1 2 1 2 1 2 2 2 1 
441 1 1 2 1 2 1 2 1 1 2 2 1 2 1 2 1 
442 2 1 1 2 2 1 2 1 2 1 1 1 2 1 2 2 
443 2 1 1 1 2 1 2 1 2 2 1 1 2 1 2 1 
444 2 1 1 1 2 2 2 1 2 1 1 1 2 1 2 2 
445 2 1 1 1 2 1 2 1 2 1 1 2 2 1 2 1 
446 2 1 1 1 2 2 2 1 2 1 1 1 2 1 2 1 
447 1 2 2 1 2 1 2 1 1 1 2 2 2 1 2 1 
448 1 1 2 1 2 1 1 2 2 1 2 1 2 1 1 1 
449 2 2 2 1 2 1 1 1 2 1 2 1 1 2 2 1 
450 2 1 2 1 1 1 2 2 2 1 1 1 2 1 2 1 
451 2 1 1 2 2 1 2 1 1 1 2 1 2 2 2 1 
452 1 1 2 1 2 1 1 1 2 2 2 1 1 1 2 1 
453 2 1 2 2 1 1 2 1 2 1 1 1 2 1 2 2 
454 1 1 2 1 2 1 1 1 2 2 2 1 2 1 1 1 
455 2 1 2 1 1 2 2 1 2 1 1 1 2 1 2 2 
456 1 1 2 1 2 1 1 1 2 1 2 2 1 1 2 1 
457 2 1 1 1 2 2 2 1 1 1 2 1 2 1 1 1 
458 2 2 2 1 2 1 1 1 2 1 2 2 1 1 2 1 
459 2 1 1 1 2 1 2 2 1 1 2 1 2 1 1 1 
460 2 2 2 1 1 1 2 1 2 1 2 1 1 2 2 1 
461 2 1 1 1 2 1 2 2 1 1 2 1 2 1 1 1 
462 2 1 2 2 1 1 2 1 2 1 1 1 2 2 2 1 
463 2 1 1 1 2 1 2 2 1 1 2 1 2 1 2 1 
464 1 1 2 2 2 1 2 1 1 1 2 1 2 2 2 1 
465 2 1 2 1 1 1 2 1 2 2 2 1 2 1 2 1 
466 2 1 2 2 2 1 2 1 2 1 2 1 2 2 2 1 
467 2 1 3 1 2 1 2 2 3 1 3 1 2 1 3 1 
468 4 2 3 1 4 1 6 2 7 0 6 0 6 0 6 -1 
469 4 -1 3 0 3 -1 2472 2393 300 MP stroke
470 2 -1 3 -1 2 -1 2 -1 2 -1 1 -1 2 -1 2 -1 
471 1 -2 2 -1 1 -1 2 -1 1 -1 2 -1 1 -1 1 -1 
472 2 -2 1 -1 1 -1 2 -1 1 -1 1 -1 1 -2 2 -1 
473 1 -1 1 -1 2 -1 1 -2 1 -1 2 -1 1 -1 1 -1 
474 1 -1 2 -2 1 -1 1 -1 2 -1 1 -1 1 -2 2 -1 
475 1 -1 1 -1 2 -1 1 -1 1 -2 2 -1 1 -1 1 -1 
476 2 -1 1 -2 1 -1 2 -1 1 -1 1 -1 2 -1 1 -2 
477 1 -1 1 -1 2 -1 1 -1 1 -2 2 -1 1 -1 1 -1 
478 2 -1 1 -2 1 -1 2 -1 1 -1 1 -1 2 -1 1 -2 
479 1 -1 2 -1 1 -1 1 -1 2 -2 1 -1 1 -1 2 -1 
480 1 -1 1 -1 2 -2 1 -1 2 -1 1 -1 1 -1 2 -2 
481 1 -1 1 -1 2 -1 1 -1 1 -1 2 -2 1 -1 1 -1 
482 2 -1 1 -1 1 -2 2 -1 1 -1 1 -1 2 -1 1 -1 
483 1 -2 2 -1 1 -1 1 -1 2 -1 1 -2 1 -1 2 -1 
484 1 -1 1 -1 2 -1 1 -2 1 -1 2 -1 1 -1 1 -1 
485 2 -2 1 -1 1 -1 2 -1 1 -1 1 -1 2 -2 1 -1 
486 1 -1 2 -1 1 -1 2 -2 1 -1 1 -1 2 -1 1 -1 
487 1 -2 2 -1 1 -1 1 -1 2 -1 1 -1 2 -2 1 -1 
488 1 -1 2 -1 1 -1 1 -2 2 -1 1 -1 2 -1 1 -1 
489 1 -1 2 -2 1 -1 1 -1 2 -1 1 -1 2 -2 1 -1 
490 1 -1 2 -1 1 -1 1 -1 2 -2 1 -1 2 -1 1 -1 
491 1 -1 2 -2 1 -1 1 -1 2 -1 1 -1 1 -1 2 -2 
492 1 -1 2 -1 1 -1 1 -1 2 -2 1 -1 2 -1 1 -1 
493 1 -1 2 -1 1 -2 1 -1 2 -1 1 -1 2 -1 1 -2 
494 1 -1 2 -1 1 -1 2 -1 1 -2 2 -1 1 -1 1 -1 
495 2 -1 1 -1 2 -2 1 -1 1 -1 2 -1 1 -1 2 -2 
496 1 -1 2 -1 1 -1 1 -1 2 -1 1 -2 2 -1 1 -1 
497 2 -1 1 -1 1 -2 2 -1 1 -1 2 -1 1 -1 2 -1 
498 1 -2 1 -1 2 -1 1 -1 2 -1 1 -2 2 -1 1 -1 
499 2 -1 1 -1 1 -1 2 -2 1 -1 2 -1 1 -1 2 -1 
500 1 -2 2 -1 1 -1 2 -1 1 -1 1 -1 2 -2 1 -1 
501 2 -1 1 -1 2 -1 1 -2 2 -1 1 -1 2 -1 1 -1 
502 1 -1 2 -2 1 -1 2 -1 1 -1 2 -1 1 -2 2 -1 
503 1 -1 2 -1 1 -1 1 -2 2 -1 1 -1 2 -1 1 -1 
504 2 -1 1 -2 2 -1 1 -1 2 -1 1 -1 2 -2 1 -1 
505 2 -1 1 -1 1 -1 2 -1 1 -2 2 -1 1 -1 2 -1 
506 1 -1 2 -2 1 -1 2 -1 1 -1 2 -1 1 -1 2 -2 
507 1 -1 2 -1 1 -1 2053 2745 300 MP stroke
508 2 -1 1 -2 2 -1 1 -1 2 -1 1 -1 2 -1 1 -2 
509 2 -1 1 -1 2 -1 1 -1 2 -2 1 -1 2 -1 1 -1 
510 2 -1 1 -2 2 -1 1 -1 2 -1 1 -1 2 -1 1 -2 
511 2 -1 1 -1 2 -1 1 -1 2 -2 1 -1 2 -1 2 -1 
512 1 -1 2 -1 1 -2 2 -1 1 -1 2 -1 1 -1 2 -2 
513 1 -1 2 -1 1 -1 2 -1 2 -1 1 -2 2 -1 1 -1 
514 2 -1 1 -1 2 -2 1 -1 2 -1 2 -1 1 -1 2 -1 
515 1 -2 2 -1 1 -1 2 -1 2 -1 1 -2 2 -1 1 -1 
516 2 -1 1 -1 2 -1 1 -2 2 -1 2 -1 1 -1 2 -1 
517 1 -2 2 -1 1 -1 2 -1 1 -1 2 -2 2 -1 1 -1 
518 2 -1 1 -1 2 -1 1 -2 2 -1 2 -1 1 -1 2 -1 
519 1 -2 2 -1 1 -1 2 -1 1 -1 2 -1 2 -2 1 -1 
520 2 -1 1 -1 2 -1 1 -1 2 -2 1 -1 2 -1 1 -1 
521 2 -1 1 -2 2 -1 1 -1 2 -1 1 -1 2 -1 1 -2 
522 2 -1 1 -1 2 -1 1 -1 2 -1 1 -2 2 -1 1 -1 
523 2 -1 1 -1 2 -1 1 -2 1 -1 2 -1 1 -1 2 -1 
524 1 -2 2 -1 1 -1 1 -1 2 -1 1 -1 2 -2 1 -1 
525 2 -1 1 -1 1 -1 2 -2 1 -1 2 -1 1 -1 1 -1 
526 2 -1 1 -2 2 -1 1 -1 1 -1 2 -1 1 -2 2 -1 
527 1 -1 1 -1 2 -1 1 -1 2 -2 1 -1 1 -1 2 -1 
528 1 -1 2 -2 1 -1 1 -1 2 -1 1 -1 2 -1 1 -2 
529 1 -1 2 -1 1 -1 2 -1 1 -1 1 -2 2 -1 1 -1 
530 1 -1 2 -1 1 -2 2 -1 1 -1 1 -1 2 -1 1 -1 
531 2 -2 1 -1 1 -1 2 -1 1 -1 1 -2 2 -1 1 -1 
532 2 -1 1 -1 1 -2 2 -1 1 -1 2 -1 1 -1 1 -1 
533 2 -2 1 -1 1 -1 2 -1 1 -1 2 -2 1 -1 1 -1 
534 2 -1 1 -1 1 -1 2 -2 1 -1 2 -1 1 -1 1 -1 
535 2 -2 1 -1 2 -1 1 -1 1 -1 2 -1 1 -2 1 -1 
536 2 -1 1 -1 2 -1 1 -2 1 -1 2 -1 1 -1 1 -1 
537 2 -1 1 -2 2 -1 1 -1 1 -1 2 -1 1 -1 1 -2 
538 2 -1 1 -1 1 -1 2 -1 1 -2 1 -1 2 -1 1 -1 
539 1 -1 2 -1 1 -2 1 -1 2 -1 1 -1 1 -1 2 -2 
540 1 -1 1 -1 2 -1 1 -1 1 -1 2 -2 1 -1 1 -1 
541 2 -1 1 -1 1 -2 2 -1 1 -1 1 -1 2 -1 1 -1 
542 1 -2 2 -1 1 -1 1 -1 1 -1 2 -2 1 -1 1 -1 
543 2 -1 1 -1 1 -1 2 -2 1 -1 1 -1 1 -1 2 -1 
544 1 -1 1 -2 2 -1 1 -1 1 -1 2 -1 1 -2 1 -1 
545 1 -1 2 -1 1 -1 1624 3098 300 MP stroke
546 1 -1 1 -2 2 -1 1 -1 1 -1 2 -1 1 -2 1 -1 
547 1 -1 2 -1 1 -1 1 -1 1 -2 2 -1 1 -1 1 -1 
548 1 -1 2 -1 1 -2 1 -1 1 -1 2 -1 1 -1 1 -2 
549 1 -1 2 -1 1 -1 1 -1 1 -1 1 -2 2 -1 1 -1 
550 1 -1 1 -1 2 -2 1 -1 1 -1 1 -1 2 -1 1 -1 
551 1 -2 1 -1 1 -1 2 -1 1 -1 1 -2 1 -1 1 -1 
552 2 -1 1 -1 1 -1 1 -2 1 -1 2 -1 1 -1 1 -1 
553 1 -1 1 -2 2 -1 1 -1 1 -1 1 -1 1 -2 2 -1 
554 1 -1 1 -1 1 -1 1 -1 1 -2 2 -1 1 -1 1 -1 
555 1 -1 1 -2 1 -1 2 -1 1 -1 1 -1 1 -1 1 -2 
556 1 -1 2 -1 1 -1 1 -1 1 -1 1 -2 1 -1 1 -1 
557 2 -1 1 -1 1 -2 1 -1 1 -1 1 -1 1 -1 1 -1 
558 2 -2 1 -1 1 -1 1 -1 1 -1 1 -1 1 -2 1 -1 
559 2 -1 1 -1 1 -1 1 -2 1 -1 1 -1 1 -1 1 -1 
560 1 -1 1 -2 2 -1 1 -1 1 -1 1 -1 1 -1 1 -2 
561 1 -1 1 -1 1 -1 1 -1 1 -2 1 -1 1 -1 2 -1 
562 1 -1 1 -1 1 -2 1 -1 1 -1 1 -1 1 -1 1 -1 
563 1 -2 1 -1 1 -1 1 -1 1 -1 1 -2 1 -1 1 -1 
564 1 -1 1 -1 1 -1 1 -2 1 -1 1 -1 1 -1 1 -1 
565 1 -1 1 -2 1 -1 1 -1 1 -1 1 -1 1 -1 1 -2 
566 1 -1 1 -1 1 -1 1 -1 1 -2 1 -1 1 -1 1 -1 
567 1 -1 1 -1 1 -2 1 -1 1 -1 1 -1 0 -1 1 -1 
568 1 -2 1 -1 1 -1 1 -1 1 -1 1 -1 1 -2 1 -1 
569 1 -1 1 -1 0 -1 1 -1 1 -2 1 -1 1 -1 1 -1 
570 1 -1 1 -2 1 -1 0 -1 1 -1 1 -1 1 -1 1 -2 
571 1 -1 1 -1 0 -1 1 -1 1 -1 1 -2 1 -1 1 -1 
572 0 -1 1 -1 1 -2 1 -1 1 -1 1 -1 1 -1 0 -2 
573 1 -1 1 -1 1 -1 1 -2 1 -1 0 -1 1 -1 1 -2 
574 1 -1 1 -1 1 -2 0 -1 1 -1 1 -1 1 -2 1 -1 
575 1 -1 1 -2 0 -1 1 -1 1 -2 1 -1 1 -1 1 -2 
576 0 -1 1 -2 1 -1 1 -1 1 -2 1 -1 0 -2 1 -1 
577 1 -1 1 -2 1 -1 1 -2 1 -1 0 -2 1 -1 1 -1 
578 1 -2 1 -1 1 -2 0 -1 1 -2 1 -1 1 -2 1 -1 
579 1 -2 1 -1 0 -2 1 -2 1 -1 1 -2 1 -1 1 -2 
580 0 -1 1 -2 1 -2 1 -1 1 -2 1 -1 0 -2 1 -2 
581 1 -1 1 -2 1 -2 1 -1 1 -2 0 -2 1 -1 1 -2 
582 1 -2 1 -1 1 -2 0 -2 1 -2 1 -1 1 -2 1 -2 
583 1 -2 0 -2 1 -1 1321 3476 300 MP stroke
584 1 -2 1 -2 1 -2 1 -2 1 -1 0 -2 1 -2 1 -2 
585 1 -2 1 -2 1 -2 0 -2 1 -2 1 -1 1 -2 1 -2 
586 1 -2 1 -2 0 -2 1 -2 1 -2 1 -2 1 -2 1 -2 
587 0 -2 1 -2 1 -2 1 -3 1 -2 1 -2 0 -2 1 -2 
588 1 -2 1 -2 1 -2 1 -3 1 -2 0 -2 1 -2 1 -2 
589 1 -2 1 -3 1 -2 0 -2 1 -2 1 -3 1 -2 1 -2 
590 1 -3 0 -2 1 -2 1 -3 1 -2 1 -2 1 -3 1 -2 
591 0 -3 1 -2 1 -2 1 -3 1 -2 1 -3 0 -2 1 -3 
592 1 -2 1 -3 1 -2 1 -3 1 -2 0 -3 1 -3 1 -2 
593 1 -3 1 -2 1 -3 0 -3 1 -2 1 -3 1 -3 1 -2 
594 1 -3 0 -3 1 -2 1 -3 1 -3 1 -3 1 -2 1 -3 
595 0 -3 1 -3 1 -3 1 -3 1 -2 1 -3 0 -3 1 -3 
596 1 -3 1 -3 1 -3 1 -3 0 -3 1 -3 1 -3 1 -3 
597 1 -3 1 -3 1 -3 0 -3 1 -3 1 -3 1 -3 1 -3 
598 1 -4 0 -3 1 -3 1 -3 1 -3 1 -4 1 -3 1 -3 
599 0 -3 1 -4 1 -3 1 -3 1 -3 1 -4 0 -3 1 -3 
600 1 -4 1 -3 1 -4 1 -3 0 -3 1 -4 1 -3 1 -4 
601 1 -3 1 -4 1 -3 0 -4 1 -3 1 -4 1 -3 1 -4 
602 1 -3 0 -4 1 -4 1 -3 1 -4 1 -3 1 -4 0 -4 
603 1 -3 1 -4 1 -4 1 -4 1 -3 1 -4 0 -4 1 -3 
604 1 -4 1 -4 1 -4 1 -4 0 -3 1 -4 1 -4 1 -4 
605 1 -4 1 -3 1 -4 0 -4 1 -4 1 -4 1 -4 1 -3 
606 1 -4 0 -4 1 -4 1 -4 1 -4 1 -4 1 -3 0 -4 
607 1 -4 1 -4 1 -4 1 -3 1 -4 1 -4 0 -4 1 -4 
608 1 -3 1 -4 1 -4 1 -3 0 -4 1 -4 1 -3 1 -4 
609 1 -4 1 -3 0 -4 1 -3 1 -4 1 -3 1 -4 1 -3 
610 1 -3 0 -4 1 -3 1 -3 1 -4 1 -3 1 -3 0 -3 
611 1 -4 1 -3 1 -3 1 -3 1 -3 1 -3 0 -3 1 -3 
612 1 -3 1 -3 1 -3 1 -3 0 -3 1 -27 9 0 8 0 
613 9 0 8 0 8 0 9 0 8 0 9 0 8 0 9 0 
614 8 0 8 0 9 0 8 0 9 0 8 0 9 0 8 0 
615 8 0 9 0 8 0 9 0 8 0 9 0 8 0 8 0 
616 9 0 8 0 9 0 8 0 9 0 8 0 857 4186 263 MP stroke
617 DA
618 8 17 9 10 8 4 9 1 8 4 8 10 9 13 8 10 
619 9 4 8 0 9 1 8 4 8 9 9 13 8 10 9 4 
620 8 1 9 4 8 10 8 13 9 10 8 4 9 1 8 4 
621 9 10 8 13 9 9 8 5 8 4 9 10 8 13 9 11 
622 8 7 9 11 8 13 8 10 9 4 8 5 9 9 8 13 
623 9 10 8 5 8 4 9 10 8 13 9 10 8 4 9 5 
624 8 10 8 13 9 9 8 4 9 2 8 3 9 10 8 13 
625 8 10 9 4 8 5 9 10 8 13 9 10 8 3 8 2 
626 9 4 8 9 9 13 8 10 9 4 8 1 9 0 8 4 
627 8 10 9 13 8 10 9 4 8 1 9 4 8 10 8 13 
628 9 9 8 5 9 4 8 10 9 13 8 11 8 7 9 11 
629 8 13 9 14 8 14 9 13 8 11 8 8 9 10 8 13 
630 9 10 8 8 9 11 8 13 8 10 9 8 8 10 9 13 
631 8 10 9 4 8 5 8 10 9 13 8 10 9 8 8 10 
632 9 13 8 10 9 4 8 1 8 0 9 0 8 4 9 10 
633 8 13 9 10 8 4 8 5 9 9 8 13 9 11 8 8 
634 9 10 8 13 8 10 9 4 8 5 9 10 8 13 9 10 
635 8 8 8 10 9 13 8 11 9 7 8 11 9 13 8 10 
636 8 3 9 2 8 4 9 9 8 13 9 10 8 4 8 1 
637 9 0 8 0 9 4 8 10 9 13 8 10 8 4 9 5 
638 8 10 9 13 8 10 9 8 8 10 9 13 8 10 8 4 
639 9 5 8 10 9 13 8 10 9 8 8 10 8 13 9 11 
640 8 8 9 10 8 13 9 10 8 8 8 11 9 13 8 10 
641 9 8 8 10 9 13 8 10 8 4 9 5 8 10 9 13 
642 8 9 9 5 8 5 8 9 9 13 8 11 9 8 8 10 
643 9 13 8 10 8 4 9 5 8 10 9 13 8 9 9 5 
644 8 4 9 10 8 13 8 10 9 4 8 5 9 10 8 13 
645 9 10 8 8 8 10 9 13 8 11 9 7 8 11 9 13 
646 8 10 8 8 9 10 8 14 9 14 8 13 9 14 8 10 
647 8 4 9 5 8 10 9 13 8 9 9 4 8 1 8 0 
648 9 1 8 3 9 6 8 4 9 0 8 0 8 0 9 -4 
649 8 -6 9 -3 8 -1 9 0 8 0 9 0 8 -1 8 -4 
650 9 -9 8 -14 9 -14 8 -13 9 -15 8 -13 8 -15 9 -17 
651 8 -20 9 -21 8 -21 9 -21 8 -20 8 -21 9 -21 8 -21 
652 9 -21 8 -20 9 -21 8 -21 8 -20 9 -18 8 -14 9 -14 
653 8 -18 9 -20 8 -21 8 -20 9 -17 8 -15 9 -14 8 -18 
654 9 -20 8 -21 8 -20 9 -22 8 -24 9 -27 8 -27 9 -24 
655 8 -23 8 -24 9 -27 2012 1607 300 MP stroke
656 8 -27 9 -24 8 -22 9 -24 8 -28 9 -27 8 -24 8 -21 
657 9 -21 8 -21 9 -21 8 -21 9 -20 8 -21 8 -21 9 -21 
658 8 -20 9 -17 8 -15 9 -14 8 -18 8 -20 9 -21 8 -20 
659 9 -17 8 -15 9 -14 8 -17 8 -20 9 -17 8 -15 9 -13 
660 8 -15 9 -14 8 -18 8 -23 9 -23 8 -18 9 -15 8 -17 
661 9 -20 8 -21 8 -21 9 -21 8 -21 9 -20 8 -21 9 -22 
662 8 -24 9 -27 8 -28 8 -27 9 -28 8 -28 9 -27 8 -28 
663 9 -28 8 -24 8 -22 9 -25 8 -30 9 -34 8 -30 9 -25 
664 8 -22 8 -25 9 -31 8 -38 9 -40 8 -38 9 -32 8 -28 
665 8 -32 9 -37 8 -37 9 -31 8 -25 9 -21 8 -21 8 -17 
666 9 -14 8 -15 9 -18 8 -23 9 -28 8 -27 8 -24 9 -21 
667 8 -21 9 -21 8 -20 9 -17 8 -10 9 -4 1219 3727 95 MP stroke
668 gr
669
670 DA
671 3164 4474 mt 
672 (Time / s) s
673  599 2616 mt  -90 rotate
674 (Roll rate / Hz) s
675 90 rotate
676  832 4229 mt 
677 ( ) s
678 5892  395 mt 
679 ( ) s
680 SO
681 1 sg
682 0 334 1208 0 0 -334 4641 747 4 MP
683 PP
684 -1208 0 0 334 1208 0 0 -334 4641 747 5 MP stroke
685 4 w
686 DO
687 SO
688 6 w
689 0 sg
690 4641  747 mt 5849  747 L
691 4641  413 mt 5849  413 L
692 4641  747 mt 4641  413 L
693 5849  747 mt 5849  413 L
694 4641  747 mt 5849  747 L
695 4641  747 mt 4641  413 L
696 4641  747 mt 5849  747 L
697 4641  413 mt 5849  413 L
698 4641  747 mt 4641  413 L
699 5849  747 mt 5849  413 L
700 5111  548 mt 
701 (Simulated) s
702 gs 4641 413 1209 335 rc
703 361 0 4713 505 2 MP stroke
704 gr
705
706 5111  697 mt 
707 (Experimental) s
708 gs 4641 413 1209 335 rc
709 DA
710 361 0 4713 654 2 MP stroke
711 SO
712 gr
713
714
715 end %%Color Dict
716
717 eplot
718 %%EndObject
719
720 epage
721 end
722
723 showpage
724
725 %%Trailer
726 %%EOF