create changelog entry
[debian/openrocket] / core / doc / techdoc / figures / experimental / flight-B4-4.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/flight-B4-4.eps
4 %%CreationDate: 05/08/2009  18:04:28
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 1860 4186 mt 1860 4135 L
212 1860  353 mt 1860  403 L
213 1827 4331 mt 
214 (5) s
215 2872 4186 mt 2872 4135 L
216 2872  353 mt 2872  403 L
217 2806 4331 mt 
218 (10) s
219 3884 4186 mt 3884 4135 L
220 3884  353 mt 3884  403 L
221 3818 4331 mt 
222 (15) s
223 4896 4186 mt 4896 4135 L
224 4896  353 mt 4896  403 L
225 4830 4331 mt 
226 (20) s
227 5908 4186 mt 5908 4135 L
228 5908  353 mt 5908  403 L
229 5842 4331 mt 
230 (25) s
231  849 4186 mt  899 4186 L
232 5908 4186 mt 5857 4186 L
233  748 4230 mt 
234 (0) s
235  849 3706 mt  899 3706 L
236 5908 3706 mt 5857 3706 L
237  681 3750 mt 
238 (10) s
239  849 3227 mt  899 3227 L
240 5908 3227 mt 5857 3227 L
241  681 3271 mt 
242 (20) s
243  849 2748 mt  899 2748 L
244 5908 2748 mt 5857 2748 L
245  681 2792 mt 
246 (30) s
247  849 2269 mt  899 2269 L
248 5908 2269 mt 5857 2269 L
249  681 2313 mt 
250 (40) s
251  849 1790 mt  899 1790 L
252 5908 1790 mt 5857 1790 L
253  681 1834 mt 
254 (50) s
255  849 1311 mt  899 1311 L
256 5908 1311 mt 5857 1311 L
257  681 1355 mt 
258 (60) s
259  849  832 mt  899  832 L
260 5908  832 mt 5857  832 L
261  681  876 mt 
262 (70) s
263  849  353 mt  899  353 L
264 5908  353 mt 5857  353 L
265  681  397 mt 
266 (80) s
267  849 4186 mt 5908 4186 L
268  849  353 mt 5908  353 L
269  849 4186 mt  849  353 L
270 5908 4186 mt 5908  353 L
271 gs 849 353 5060 3834 rc
272 101 56 63 57 88 79 101 88 102 91 46 42 83 73 67 60 
273 97 87 61 55 91 81 68 61 89 80 66 59 89 80 67 60 
274 90 80 84 74 66 58 86 76 101 91 101 89 68 59 82 73 
275 101 90 58 52 87 77 52 47 101 91 52 46 98 88 52 47 
276 90 80 101 89 101 91 101 89 54 47 101 88 67 59 78 69 
277 83 74 101 89 101 91 51 45 101 91 67 59 28 28 17 17 
278 10 11 7 10 6 7 4 7 4 6 3 5 3 5 2 3 
279 2 4 2 4 2 3 2 4 2 4 2 3 2 4 2 3 
280 2 3 2 4 2 3 2 3 2 3 2 4 2 3 2 3 
281 2 3 2 3 2 3 2 3 2 2 2 3 2 3 2 3 
282 2 3 2 2 2 3 2 2 2 3 2 2 2 3 2 2 
283 2 2 2 3 2 2 2 2 3 2 2 3 2 2 2 2 
284 2 2 2 2 2 1 2 2 2 2 2 2 2 2 2 1 
285 2 2 2 1 2 2 2 1 2 2 2 1 2 2 2 1 
286 2 1 2 1 2 1 2 2 2 1 2 1 2 1 2 1 
287 2 0 2 1 2 1 2 1 2 1 2 0 2 1 2 0 
288 2 1 2 0 2 1 2 0 2 0 2 1 2 0 3 0 
289 2 0 2 0 2 0 2 0 2 0 2 0 2 0 2 0 
290 2 0 2 -1 2 0 2 0 2 -1 2 0 2 -1 2 0 
291 2 -1 2 -1 2 0 2 -1 2 -1 2 -1 2 -1 2 0 
292 2 -1 2 -1 2 -2 2 -1 2 -1 2 -1 2 -1 2 -2 
293 2 -1 2 -1 2 -2 2 -1 2 -2 2 -1 2 -2 2 -2 
294 2 -1 3 -2 2 -2 2 -2 2 -2 2 -2 2 -2 2 -2 
295 2 -2 2 -2 2 -2 2 -3 2 -2 2 -2 2 -3 2 -2 
296 2 -2 2 -3 2 -3 2 -2 2 -3 2 -3 2 -2 2 -3 
297 2 -3 2 -3 2 -3 2 -3 2 -3 2 -3 2 -3 2 -3 
298 2 -4 2 -3 2 -3 2 -4 2 -3 2 -3 2 -4 2 -4 
299 2 -3 2 -4 2 -4 2 -3 3 -4 2 -4 2 -4 2 -4 
300 2 -4 2 -4 2 -4 2 -4 2 -4 2 -5 2 -4 2 -4 
301 2 -5 2 -4 2 -4 2 -5 2 -5 2 -4 2 -5 2 -5 
302 2 -4 2 -5 2 -5 2 -5 2 -5 2 -5 2 -5 2 -5 
303 2 -5 2 -6 2 -5 2 -5 2 -6 2 -5 2 -6 2 -5 
304 2 -6 2 -5 2 -6 2 -6 2 -5 2 -6 3 -6 2 -6 
305 2 -6 2 -6 2 -6 2 -6 2 -6 2 -7 2 -6 2 -6 
306 2 -6 2 -7 2 -6 2 -7 2 -6 2 -7 2 -7 2 -6 
307 2 -7 2 -7 2 -7 2 -7 2 -7 2 -7 2 -7 2 -7 
308 2 -7 2 -7 2 -8 2 -7 2 -7 2 -8 2 -7 2 -8 
309 2 -8 2 -7 2 -8 1375 1224 300 MP stroke
310 2 -8 2 -7 2 -8 2 -8 2 -8 3 -8 2 -8 2 -8 
311 2 -8 2 -9 2 -8 2 -8 2 -8 2 -9 2 -8 2 -9 
312 2 -8 2 -9 2 -9 2 -8 2 -9 2 -9 2 -9 2 -9 
313 2 -9 2 -9 2 -9 2 -9 2 -9 2 -9 2 -10 2 -9 
314 2 -10 2 -9 2 -10 2 -9 2 -10 2 -9 2 -10 2 -10 
315 2 -10 2 -10 2 -10 2 -10 2 -10 2 -10 2 -10 2 -10 
316 3 -10 2 -11 2 -10 2 -11 2 -10 2 -11 2 -10 2 -11 
317 2 -11 2 -10 2 -11 2 -11 2 -11 2 -11 2 -11 2 -11 
318 2 -11 2 -12 2 -11 2 -11 2 -12 2 -11 2 -12 2 -11 
319 2 -12 2 -11 2 -12 2 -12 2 -12 2 -12 2 -12 2 -12 
320 2 -12 2 -12 2 -12 2 -12 2 -13 2 -12 2 -12 2 -13 
321 2 -13 2 -12 3 -13 2 -12 2 -13 2 -13 2 -13 2 -13 
322 2 -13 2 -13 2 -13 2 -13 2 -14 2 -13 2 -13 2 -14 
323 2 -13 2 -14 2 -13 2 -14 2 -14 2 -14 2 -13 2 -14 
324 2 -14 2 -14 2 -14 2 -15 2 -14 2 -14 2 -14 2 -15 
325 2 -14 2 -15 2 -14 2 -15 2 -15 2 -15 2 -14 2 -15 
326 2 -15 2 -15 2 -16 2 -15 3 -15 2 -15 2 -16 2 -15 
327 2 -16 2 -15 2 -16 2 -15 2 -16 2 -16 2 -16 2 -16 
328 2 -16 2 -16 2 -16 2 -16 2 -17 2 -16 2 -16 2 -17 
329 2 -16 2 -17 2 -17 2 -16 2 -17 2 -17 2 -17 2 -17 
330 2 -17 2 -17 2 -16 2 -17 2 -16 2 -17 2 -16 2 -16 
331 2 -16 2 -16 2 -16 2 -15 2 -16 2 -15 2 -15 3 -16 
332 2 -15 2 -14 2 -15 2 -15 2 -14 2 -15 2 -14 2 -14 
333 2 -15 2 -14 2 -13 2 -14 2 -14 2 -13 2 -14 2 -13 
334 2 -13 2 -13 2 -13 2 -13 2 -13 2 -12 2 -13 2 -12 
335 2 -12 2 -12 2 -12 2 -12 2 -12 2 -12 2 -11 2 -12 
336 2 -11 2 -11 2 -11 2 -11 2 -11 2 -10 2 -11 2 -10 
337 2 -10 3 -10 2 -10 2 -10 2 -10 2 -9 2 -10 2 -9 
338 2 -9 2 -9 2 -9 2 -9 2 -8 2 -9 2 -8 2 -8 
339 2 -8 2 -8 2 -7 2 -8 2 -7 2 -7 2 -7 2 -7 
340 2 -6 2 -6 2 -5 2 -6 2 -4 2 -4 2 -3 2 -3 
341 2 -2 2 -2 2 -1 2 -1 2 -1 2 0 2 0 2 0 
342 2 0 2 -1 2 0 851 4186 260 MP stroke
343 DA
344 20 0 20 0 21 -30 20 15 20 0 20 15 21 -15 20 0 
345 20 44 20 102 21 -73 20 29 20 59 20 29 20 0 21 15 
346 20 0 20 0 20 29 21 29 20 15 20 43 20 -14 21 14 
347 20 73 20 -14 20 14 21 30 20 14 20 -14 20 29 21 0 
348 20 14 20 44 20 29 20 59 21 44 20 -15 20 29 20 0 
349 21 0 20 15 20 0 20 29 21 29 20 59 20 29 20 0 
350 21 15 20 43 20 15 20 0 20 15 21 0 20 29 20 -15 
351 20 44 21 -15 20 30 20 58 20 15 21 14 20 29 20 15 
352 20 29 21 0 20 -14 20 29 20 44 20 0 21 29 20 14 
353 20 15 20 58 21 15 20 0 20 29 20 0 21 15 20 0 
354 20 29 20 15 21 0 20 58 20 -15 20 59 20 44 21 14 
355 20 0 20 15 20 15 21 14 20 -14 20 43 20 0 21 59 
356 20 -15 20 73 20 0 21 29 20 30 20 0 20 0 20 14 
357 21 15 20 14 20 0 20 30 21 43 20 59 20 0 20 0 
358 21 29 20 15 20 0 20 14 21 15 20 0 20 0 20 29 
359 21 15 20 29 20 0 20 44 20 43 21 44 20 -29 20 44 
360 20 0 21 29 20 15 20 -15 20 44 21 0 20 190 20 -44 
361 20 44 21 29 20 73 20 58 20 44 20 59 21 0 20 87 
362 20 44 20 29 21 15 20 14 20 0 20 15 21 15 20 0 
363 20 0 20 14 21 -14 20 0 20 -30 20 -14 20 0 21 -44 
364 20 -29 20 -44 20 -88 21 -14 20 -29 20 -73 20 -73 21 -59 
365 20 -73 20 -117 20 -44 21 -43 20 -161 20 -44 20 -146 20 -102 
366 21 -117 20 -102 20 -161 20 -102 21 -161 20 -116 20 -161 20 -117 
367 21 -117 20 -204 20 -44 20 -131 21 -88 929 3981 190 MP stroke
368 DD
369 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 
370 1 -1 1 0 1 0 1 0 1 0 1 0 1 0 1 -1 
371 1 0 1 0 1 0 1 0 1 -1 1 0 1 0 1 0 
372 1 -1 1 0 1 0 1 -1 1 0 1 0 1 -1 1 0 
373 1 0 1 -1 1 0 1 -1 1 0 1 0 1 -1 1 0 
374 1 -1 1 0 1 -1 1 0 1 -1 1 0 1 -1 1 0 
375 1 -1 1 -1 1 0 1 -1 1 0 1 -1 1 -1 1 0 
376 1 -1 1 -1 1 0 1 -1 1 -1 1 0 1 -1 1 -1 
377 1 -1 1 0 1 -1 1 -1 1 0 1 -1 1 -1 1 -1 
378 1 -1 1 -1 1 0 1 -1 1 -1 1 -1 1 -1 1 -1 
379 1 -1 1 -1 1 -1 1 -1 1 -1 1 -1 1 -1 1 -1 
380 1 -1 1 -1 1 -1 1 -1 1 -1 1 -1 1 -1 0 -1 
381 2 -2 1 -1 1 -1 1 -1 1 -1 0 -1 2 -2 1 -1 
382 1 -1 0 -1 2 -2 1 -1 1 0 -1 0 2 -2 1 -1 
383 0 -1 2 -2 1 -1 0 -1 2 -2 1 -1 0 -1 2 -2 
384 1 -1 0 -1 1 -1 1 -1 0 -1 2 -2 0 -1 2 -2 
385 0 -1 2 -2 1 -1 0 -1 1 -1 0 -1 2 -2 0 -1 
386 2 -2 0 -1 1 -1 1 -1 0 -1 1 -1 0 -1 2 -2 
387 0 -1 1 -1 1 -1 0 -1 1 -1 0 -1 1 -1 1 -1 
388 0 -1 1 -1 0 -1 1 -1 1 -1 0 -1 1 -1 0 -1 
389 1 -1 0 -1 1 -1 1 -1 1 -1 0 -1 1 -1 0 -1 
390 1 -1 0 -1 1 -1 0 -1 2 -2 0 -1 1 -1 0 -1 
391 1 -1 0 -1 1 -1 0 -1 1 -1 0 -1 1 -1 0 -1 
392 1 -1 1 -1 0 -1 1 -1 0 -1 1 -1 0 -1 1 -1 
393 0 -1 1 -1 0 -1 1 -1 0 -1 1 -1 0 -1 1 -1 
394 0 -1 1 -1 0 -1 1 -1 0 -1 1 -1 0 -1 1 -1 
395 0 -1 1 -1 0 -1 1 -1 0 -2 1 -1 0 -1 1 -1 
396 0 -1 1 -1 0 -1 1 -1 0 -1 1 -1 0 -1 1 -1 
397 0 -1 1 -1 0 -1 1 -1 0 -2 1 -1 0 -1 1 -1 
398 0 -1 1 -1 0 -1 1 -1 0 -1 1 -2 0 -1 1 -1 
399 0 -1 1 -1 0 -1 1 -1 0 -1 1 -2 1 -1 0 -1 
400 1 -1 0 -1 1 -1 0 -1 1 -2 0 -1 1 -1 0 -1 
401 1 -1 0 -1 1 -2 0 -1 1 -1 0 -1 1 -1 0 -2 
402 1 -1 0 -1 1 -1 0 -1 1 -2 0 -1 1 -1 0 -1 
403 1 -1 0 -2 1 -1 0 -1 1 -1 0 -2 1 -1 0 -1 
404 1 -1 0 -2 1 -1 0 -1 1 -1 0 -2 1 -1 0 -1 
405 1 -1 0 -2 1 -1 0 -1 1 -2 0 -1 1 -1 0 -1 
406 1 -2 0 -1 1 -1 1507 679 300 MP stroke
407 0 -2 1 -1 0 -1 1 -2 0 -1 1 -1 0 -2 1 -1 
408 0 -1 1 -1 0 -2 1 -1 0 -2 1 -1 0 -1 1 -2 
409 0 -1 1 -1 0 -2 1 -1 0 -1 1 -2 0 -1 1 -1 
410 0 -2 1 -1 0 -2 1 -1 0 -1 1 -2 1 -1 0 -2 
411 1 -1 0 -1 1 -2 0 -1 1 -2 0 -1 1 -1 0 -2 
412 1 -1 0 -2 1 -1 0 -2 1 -1 0 -1 1 -2 0 -1 
413 1 -2 0 -1 1 -2 0 -1 1 -2 0 -1 1 -2 0 -1 
414 1 -2 0 -1 1 -1 0 -2 1 -1 0 -2 1 -1 0 -2 
415 1 -1 0 -2 1 -1 0 -2 1 -1 0 -2 1 -2 0 -1 
416 1 -2 0 -1 1 -2 0 -1 1 -2 0 -1 1 -2 0 -1 
417 1 -2 0 -1 1 -2 0 -2 1 -1 0 -2 1 -1 0 -2 
418 1 -1 0 -2 1 -2 0 -1 1 -2 0 -1 1 -2 0 -1 
419 1 -2 0 -2 1 -1 0 -2 1 -1 0 -2 1 -2 0 -1 
420 1 -2 0 -2 1 -1 0 -2 1 -2 0 -1 1 -2 0 -1 
421 1 -2 0 -2 1 -1 1 -2 0 -2 1 -1 0 -2 1 -2 
422 0 -1 1 -2 0 -2 1 -1 0 -2 1 -2 0 -2 1 -1 
423 0 -2 1 -2 0 -1 1 -2 0 -2 1 -1 0 -2 1 -2 
424 0 -2 1 -1 0 -2 1 -2 0 -2 1 -1 0 -2 1 -2 
425 0 -1 1 -2 0 -2 1 -2 0 -2 1 -1 0 -2 1 -2 
426 0 -2 1 -1 0 -2 1 -2 0 -2 1 -1 0 -2 1 -2 
427 0 -2 1 -2 0 -1 1 -2 0 -2 1 -2 0 -2 1 -2 
428 0 -1 1 -2 0 -2 1 -2 0 -2 1 -2 0 -1 1 -2 
429 0 -2 1 -2 0 -2 1 -2 0 -1 1 -2 0 -2 1 -2 
430 0 -2 1 -2 0 -2 1 -2 0 -1 1 -2 0 -2 1 -2 
431 0 -2 1 -2 0 -2 1 -2 0 -2 1 -2 0 -2 1 -1 
432 1 -2 0 -2 1 -2 0 -2 1 -2 0 -2 1 -2 0 -2 
433 1 -2 0 -2 1 -2 0 -2 1 -2 0 -2 1 -2 0 -2 
434 1 -2 0 -2 1 -2 0 -1 1 -2 0 -2 1 -2 0 -2 
435 1 -2 0 -2 1 -2 0 -2 1 -2 0 -3 1 -2 0 -2 
436 1 -2 0 -2 1 -2 0 -2 1 -2 0 -2 1 -2 0 -2 
437 1 -2 0 -2 1 -2 0 -2 1 -2 0 -2 1 -2 0 -2 
438 1 -2 0 -2 1 -3 0 -2 1 -2 0 -2 1 -2 0 -2 
439 1 -2 0 -2 1 -2 0 -2 1 -3 0 -2 1 -2 0 -2 
440 1 -2 0 -2 1 -2 0 -2 1 -3 0 -2 1 -2 0 -2 
441 1 -2 0 -2 1 -2 0 -3 1 -2 0 -2 1 -2 0 -2 
442 1 -2 0 -3 1 -2 0 -2 1 -2 1 -2 0 -3 1 -2 
443 0 -2 1 -2 0 -2 1 -3 0 -2 1 -2 0 -2 1 -3 
444 0 -2 1 -2 0 -2 1356 1207 300 MP stroke
445 1 -2 0 -3 1 -2 0 -2 1 -2 0 -3 1 -2 0 -2 
446 1 -2 0 -3 1 -2 0 -2 1 -3 0 -2 1 -2 0 -2 
447 1 -3 0 -2 1 -2 0 -3 1 -2 0 -2 1 -2 0 -3 
448 1 -2 0 -2 1 -3 0 -2 1 -2 0 -3 1 -2 0 -2 
449 1 -3 0 -2 1 -2 0 -3 1 -2 0 -3 1 -2 0 -2 
450 1 -3 0 -2 1 -2 0 -3 1 -2 0 -2 1 -3 0 -2 
451 1 -3 0 -2 1 -2 0 -3 1 -2 0 -3 1 -2 0 -2 
452 1 -3 0 -2 1 -3 0 -2 1 -3 0 -2 1 -2 0 -3 
453 1 -2 0 -3 1 -2 0 -3 1 -2 0 -3 1 -2 1 -3 
454 0 -2 1 -3 0 -2 1 -2 0 -3 1 -2 0 -3 1 -2 
455 0 -3 1 -2 0 -3 1 -2 0 -3 1 -2 0 -3 1 -2 
456 0 -3 1 -3 0 -2 1 -3 0 -2 1 -3 0 -2 1 -3 
457 0 -2 1 -3 0 -2 1 -3 0 -3 1 -2 0 -3 1 -2 
458 0 -3 1 -2 0 -3 1 -3 0 -2 1 -3 0 -2 1 -3 
459 0 -3 1 -2 0 -3 1 -2 0 -3 1 -3 0 -2 1 -3 
460 0 -2 1 -3 0 -3 1 -2 0 -3 1 -3 0 -2 1 -3 
461 0 -3 1 -2 0 -3 1 -3 0 -2 1 -3 0 -3 1 -2 
462 0 -3 1 -3 0 -2 1 -3 0 -3 1 -2 0 -3 1 -3 
463 0 -3 1 -2 0 -3 1 -3 0 -2 1 -3 0 -3 1 -3 
464 0 -2 1 -3 0 -3 1 -3 1 -2 0 -3 1 -3 0 -3 
465 1 -2 0 -3 1 -3 0 -3 1 -2 0 -3 1 -3 0 -3 
466 1 -3 0 -2 1 -3 0 -3 1 -3 0 -3 1 -2 0 -3 
467 1 -3 0 -3 1 -3 0 -2 1 -3 0 -3 1 -3 0 -3 
468 1 -3 0 -2 1 -3 0 -3 1 -3 0 -3 1 -3 0 -3 
469 1 -2 0 -3 1 -3 0 -3 1 -3 0 -3 1 -3 0 -3 
470 1 -3 0 -2 1 -3 0 -3 1 -3 0 -3 1 -3 0 -3 
471 1 -3 0 -3 1 -3 0 -3 1 -2 0 -3 1 -3 0 -3 
472 1 -3 0 -3 1 -3 0 -3 1 -3 0 -3 1 -3 0 -3 
473 1 -3 0 -3 1 -3 0 -3 1 -3 0 -3 1 -3 0 -3 
474 1 -3 0 -3 1 -3 0 -3 1 -3 0 -3 1 -3 0 -3 
475 1 -3 1 -3 0 -3 1 -3 0 -3 1 -3 0 -3 1 -3 
476 0 -3 1 -3 0 -4 1 -3 0 -3 1 -3 0 -3 1 -3 
477 0 -3 1 -3 0 -3 1 -3 0 -3 1 -3 0 -4 1 -3 
478 0 -3 1 -3 0 -3 1 -3 0 -3 1 -3 0 -4 1 -3 
479 0 -3 1 -3 0 -3 1 -3 0 -3 1 -4 0 -3 1 -3 
480 0 -3 1 -3 0 -3 1 -4 0 -3 1 -3 0 -3 1 -3 
481 0 -3 1 -4 0 -3 1 -3 0 -3 1 -3 0 -4 1 -3 
482 0 -3 1 -3 0 -4 1205 2023 300 MP stroke
483 1 -3 0 -3 1 -3 0 -4 1 -3 0 -3 1 -3 0 -4 
484 1 -3 0 -3 1 -3 0 -4 1 -3 0 -3 1 -3 0 -4 
485 1 -3 0 -3 1 -4 0 -3 1 -3 0 -3 1 -4 0 -3 
486 1 -3 0 -4 1 -3 1 -3 0 -4 1 -3 0 -3 1 -4 
487 0 -3 1 -3 0 -4 1 -3 0 -3 1 -4 0 -3 1 -4 
488 0 -3 1 -3 0 -4 1 -3 0 -3 1 -4 0 -3 1 -4 
489 0 -3 1 -3 0 -4 1 -3 0 -4 1 -3 0 -3 1 -4 
490 0 -3 1 -4 0 -3 1 -4 0 -3 1 -4 0 -3 1 -3 
491 0 -4 1 -3 0 -4 1 -3 0 -4 1 -3 0 -4 1 -3 
492 0 -4 1 -3 0 -4 1 -3 0 -4 1 -3 0 -4 1 -3 
493 0 -4 1 -3 0 -4 1 -3 0 -4 1 -3 0 -4 1 -3 
494 0 -4 1 -3 0 -4 1 -3 0 -4 1 -4 0 -3 1 -4 
495 0 -3 1 -4 0 -3 1 -4 0 -4 1 -3 0 -4 1 -3 
496 0 -4 1 -4 0 -3 1 -4 0 -3 1 -4 1 -4 0 -3 
497 1 -4 0 -3 1 -4 0 -4 1 -3 0 -4 1 -4 0 -3 
498 1 -4 0 -4 1 -3 0 -4 1 -4 0 -3 1 -4 0 -4 
499 1 -3 0 -4 1 -4 0 -3 1 -4 0 -4 1 -3 0 -4 
500 1 -4 0 -4 1 -3 0 -4 1 -4 0 -3 1 -4 0 -4 
501 1 -4 0 -3 1 -4 0 -4 1 -4 0 -3 1 -4 0 -4 
502 1 -4 0 -4 1 -3 0 -4 1 -4 0 -4 1 -3 0 -4 
503 1 -4 0 -4 1 -4 0 -3 1 -4 0 -4 1 -4 0 -4 
504 1 -4 0 -3 1 -4 0 -4 1 -4 0 -4 1 -4 0 -3 
505 1 -4 0 -4 1 -4 0 -4 1 -4 0 -4 1 -3 0 -4 
506 1 -4 0 -4 1 -4 0 -4 1 -4 0 -4 1 -4 0 -3 
507 1 -4 0 -4 1 -4 1 -4 0 -4 1 -4 0 -4 1 -4 
508 0 -4 1 -4 0 -4 1 -4 0 -4 1 -4 0 -4 1 -4 
509 0 -4 1 -4 0 -3 1 -4 0 -4 1 -4 0 -4 1 -4 
510 0 -4 1 -4 0 -4 1 -4 0 -4 1 -5 0 -4 1 -4 
511 0 -4 1 -4 0 -4 1 -4 0 -4 1 -4 0 -4 1 -4 
512 0 -4 1 -4 0 -4 1 -4 0 -4 1 -4 0 -4 1 -4 
513 0 -5 1 -4 0 -4 1 -4 0 -4 1 -4 0 -4 1 -4 
514 0 -4 1 -5 0 -4 1 -4 0 -4 1 -4 0 -4 1 -4 
515 0 -5 1 -4 0 -4 1 -4 0 -4 1 -4 0 -4 1 -5 
516 0 -4 1 -4 0 -4 1 -4 0 -5 1 -4 0 -4 1 -4 
517 0 -4 1 -5 0 -4 1 -4 0 -4 1 -5 0 -4 1 -4 
518 1 -4 0 -5 1 -4 0 -4 1 -4 0 -5 1 -4 0 -4 
519 1 -4 0 -5 1 -4 0 -4 1 -4 0 -5 1 -4 0 -4 
520 1 -5 0 -4 1 -4 1053 3147 300 MP stroke
521 0 -5 1 -4 0 -4 1 -4 0 -5 1 -4 0 -4 1 -4 
522 0 -5 1 -4 0 -4 1 -5 0 -4 1 -4 0 -4 1 -4 
523 0 -5 1 -4 0 -4 1 -4 0 -4 1 -5 0 -4 1 -4 
524 0 -4 1 -4 0 -4 1 -4 0 -4 1 -5 0 -4 1 -4 
525 0 -4 1 -4 0 -4 1 -4 0 -4 1 -4 0 -4 1 -4 
526 0 -4 1 -4 0 -4 1 -4 0 -4 1 -4 0 -4 1 -4 
527 0 -4 1 -4 0 -4 1 -4 0 -4 1 -4 0 -4 1 -4 
528 0 -3 1 -4 0 -4 1 -4 0 -4 1 -4 0 -4 1 -4 
529 0 -3 1 -4 1 -4 0 -4 1 -4 0 -3 1 -4 0 -4 
530 1 -4 0 -4 1 -3 0 -4 1 -4 0 -4 1 -3 0 -4 
531 1 -4 0 -3 1 -4 0 -4 1 -3 0 -4 1 -4 0 -3 
532 1 -4 0 -4 1 -3 0 -4 1 -4 0 -3 1 -4 0 -4 
533 1 -3 0 -4 1 -3 0 -4 1 -3 0 -4 1 -3 0 -4 
534 1 -4 0 -3 1 -4 0 -3 1 -4 0 -3 1 -4 0 -3 
535 1 -4 0 -3 1 -3 0 -4 1 -3 0 -4 1 -3 0 -4 
536 1 -3 0 -3 1 -4 0 -3 1 -4 0 -3 1 -3 0 -4 
537 1 -3 0 -3 1 -4 0 -3 1 -3 0 -4 1 -3 0 -3 
538 1 -4 0 -3 1 -3 0 -3 1 -4 0 -3 1 -3 0 -3 
539 1 -4 0 -3 1 -3 0 -3 1 -3 0 -4 1 -3 1 -3 
540 0 -3 1 -3 0 -3 1 -4 0 -3 1 -3 0 -3 1 -3 
541 0 -3 1 -3 0 -3 1 -3 0 -3 1 -4 0 -3 1 -3 
542 0 -3 1 -3 0 -3 1 -3 0 -3 1 -3 0 -3 1 -3 
543 0 -3 1 -3 0 -3 1 -3 0 -3 1 -3 0 -2 1 -3 
544 0 -3 1 -3 0 -3 1 -3 0 -3 1 -3 0 -3 1 -3 
545 0 -2 1 -3 0 -3 1 -3 0 -3 1 -3 0 -2 1 -3 
546 0 -3 1 -3 0 -3 1 -2 0 -3 1 -3 0 -3 1 -2 
547 0 -3 1 -3 0 -3 1 -2 0 -3 1 -3 0 -2 1 -3 
548 0 -3 1 -2 0 -3 1 -3 0 -2 1 -3 0 -3 1 -2 
549 0 -3 1 -3 0 -2 1 -3 0 -2 1 -3 0 -2 1 -3 
550 0 -3 1 -2 0 -3 1 -2 1 -3 0 -2 1 -3 0 -2 
551 1 -3 0 -2 1 -2 0 -3 1 -2 0 -3 1 -2 0 -3 
552 1 -2 0 -2 1 -3 0 -2 1 -3 0 -2 1 -2 0 -3 
553 1 -2 0 -2 1 -3 0 -2 1 -2 0 -3 1 -2 0 -2 
554 1 -2 0 -3 1 -2 0 -2 1 -2 0 -3 1 -2 0 -2 
555 1 -2 0 -2 1 -3 0 -2 1 -2 0 -2 1 -2 0 -2 
556 1 -2 0 -3 1 -2 0 -2 1 -2 0 -2 1 -2 0 -2 
557 1 -2 0 -2 1 -2 0 -2 1 -2 0 -2 1 -2 0 -2 
558 1 -2 0 -2 1 -2 902 4097 300 MP stroke
559 0 -2 1 -2 0 -2 1 -2 0 -1 1 -2 0 -2 1 -2 
560 0 -2 1 -2 0 -2 1 -1 0 -2 1 -2 0 -2 1 -1 
561 0 -2 1 -2 0 -2 1 -1 0 -2 1 -2 1 -1 0 -2 
562 1 -2 0 -1 1 -2 0 -1 1 -2 0 -1 1 -2 0 -1 
563 1 -2 0 -1 1 -2 0 -1 1 -1 0 -2 1 -1 0 -1 
564 1 -1 0 -2 1 -1 0 -1 1 -1 0 -1 1 -1 0 -1 
565 1 -1 0 -1 2 -2 0 -1 2 -2 1 -1 1 -1 1 -1 
566 1 0 1 -1 1 0 1 -1 1 0 1 -1 1 0 1 0 
567 1 0 1 0 1 0 1 0 1 -1 1 0 1 0 1 0 
568 1 0 1 0 1 0 1 0 1 0 849 4186 78 MP stroke
569 gr
570
571 DD
572 3164 4474 mt 
573 (Time / s) s
574  599 2570 mt  -90 rotate
575 (Altitude / m) s
576 90 rotate
577  832 4229 mt 
578 ( ) s
579 5892  395 mt 
580 ( ) s
581 SO
582 1 sg
583 0 480 1208 0 0 -480 4641 893 4 MP
584 PP
585 -1208 0 0 480 1208 0 0 -480 4641 893 5 MP stroke
586 4 w
587 DO
588 SO
589 6 w
590 0 sg
591 4641  893 mt 5849  893 L
592 4641  413 mt 5849  413 L
593 4641  893 mt 4641  413 L
594 5849  893 mt 5849  413 L
595 4641  893 mt 5849  893 L
596 4641  893 mt 4641  413 L
597 4641  893 mt 5849  893 L
598 4641  413 mt 5849  413 L
599 4641  893 mt 4641  413 L
600 5849  893 mt 5849  413 L
601 5111  547 mt 
602 (Simulated) s
603 gs 4641 413 1209 481 rc
604 361 0 4713 505 2 MP stroke
605 gr
606
607 5111  696 mt 
608 (Experimental) s
609 gs 4641 413 1209 481 rc
610 DA
611 361 0 4713 653 2 MP stroke
612 SO
613 gr
614
615 5111  844 mt 
616 (RockSim v8) s
617 gs 4641 413 1209 481 rc
618 DD
619 361 0 4713 800 2 MP stroke
620 SO
621 gr
622
623
624 end %%Color Dict
625
626 eplot
627 %%EndObject
628
629 epage
630 end
631
632 showpage
633
634 %%Trailer
635 %%EOF