create changelog entry
[debian/openrocket] / core / doc / techdoc / figures / experimental / flight-C6-3.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-C6-3.eps
4 %%CreationDate: 05/08/2009  18:09:40
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 3802 mt  899 3802 L
236 5908 3802 mt 5857 3802 L
237  681 3846 mt 
238 (20) s
239  849 3419 mt  899 3419 L
240 5908 3419 mt 5857 3419 L
241  681 3463 mt 
242 (40) s
243  849 3036 mt  899 3036 L
244 5908 3036 mt 5857 3036 L
245  681 3080 mt 
246 (60) s
247  849 2652 mt  899 2652 L
248 5908 2652 mt 5857 2652 L
249  681 2696 mt 
250 (80) s
251  849 2269 mt  899 2269 L
252 5908 2269 mt 5857 2269 L
253  614 2313 mt 
254 (100) s
255  849 1886 mt  899 1886 L
256 5908 1886 mt 5857 1886 L
257  614 1930 mt 
258 (120) s
259  849 1502 mt  899 1502 L
260 5908 1502 mt 5857 1502 L
261  614 1546 mt 
262 (140) s
263  849 1119 mt  899 1119 L
264 5908 1119 mt 5857 1119 L
265  614 1163 mt 
266 (160) s
267  849  736 mt  899  736 L
268 5908  736 mt 5857  736 L
269  614  780 mt 
270 (180) s
271  849  353 mt  899  353 L
272 5908  353 mt 5857  353 L
273  614  397 mt 
274 (200) 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 31 11 102 36 101 35 75 26 101 35 64 22 101 35 57 20 
281 74 25 76 27 95 33 101 35 59 21 63 22 71 25 101 35 
282 64 23 65 22 94 33 81 28 102 35 71 25 79 28 98 34 
283 101 35 98 35 102 35 101 35 101 36 61 21 101 35 101 35 
284 101 36 53 18 101 35 79 27 101 36 73 25 56 20 84 29 
285 101 35 91 32 67 24 102 35 101 36 49 16 27 8 19 5 
286 15 4 12 2 12 1 10 1 11 0 10 0 9 -1 9 -1 
287 7 -1 7 -1 6 -2 6 -1 4 -2 4 -2 3 -1 3 -2 
288 3 -1 3 -1 2 -2 2 -1 1 -1 2 -1 1 -2 2 -1 
289 1 -1 1 -1 1 -1 1 -1 1 -1 1 -1 2 -3 2 -2 
290 2 -3 2 -2 2 -3 2 -2 2 -3 2 -2 2 -3 2 -2 
291 2 -3 2 -3 3 -2 2 -3 2 -3 2 -2 2 -3 2 -3 
292 2 -3 2 -2 2 -3 2 -3 2 -3 2 -3 2 -3 2 -3 
293 2 -3 2 -3 2 -3 2 -3 2 -3 2 -3 2 -3 2 -3 
294 2 -3 2 -3 2 -3 2 -3 2 -3 2 -4 2 -3 2 -3 
295 2 -3 2 -4 2 -3 2 -3 2 -4 2 -3 2 -3 2 -4 
296 2 -3 2 -4 2 -3 2 -4 3 -3 2 -4 2 -3 2 -4 
297 2 -4 2 -3 2 -4 2 -3 2 -4 2 -4 2 -4 2 -3 
298 2 -4 2 -4 2 -4 2 -4 2 -3 2 -4 2 -4 2 -4 
299 2 -4 2 -4 2 -4 2 -4 2 -4 2 -4 2 -4 2 -4 
300 2 -5 2 -4 2 -4 2 -4 2 -4 2 -4 2 -5 2 -4 
301 2 -4 2 -5 2 -4 2 -4 2 -5 2 -4 3 -5 2 -4 
302 2 -5 2 -4 2 -5 2 -4 2 -5 2 -4 2 -5 2 -5 
303 2 -4 2 -5 2 -5 2 -4 2 -5 2 -5 2 -5 2 -5 
304 2 -4 2 -5 2 -5 2 -5 2 -5 2 -5 2 -5 2 -5 
305 2 -5 2 -5 2 -5 2 -5 2 -6 2 -5 2 -5 2 -5 
306 2 -5 2 -6 2 -5 2 -5 2 -5 2 -6 2 -5 2 -6 
307 2 -5 3 -5 2 -6 2 -5 2 -6 2 -5 2 -6 2 -6 
308 2 -5 2 -6 2 -6 2 -5 2 -6 2 -6 2 -6 2 -5 
309 2 -6 2 -6 2 -6 2 -6 2 -6 2 -6 2 -6 2 -6 
310 2 -6 2 -6 2 -6 2 -6 2 -6 2 -6 2 -6 2 -7 
311 2 -6 2 -6 2 -6 2 -7 2 -6 2 -6 2 -7 2 -6 
312 2 -7 2 -6 2 -7 3 -6 2 -7 2 -6 2 -7 2 -6 
313 2 -7 2 -7 2 -7 2 -6 2 -7 2 -7 2 -7 2 -7 
314 2 -6 2 -7 2 -7 2 -7 2 -7 2 -7 2 -7 2 -7 
315 2 -7 2 -8 2 -7 2 -7 2 -7 2 -7 2 -8 2 -7 
316 2 -7 2 -8 2 -7 2 -8 2 -7 2 -7 2 -8 2 -7 
317 2 -8 2 -8 2 -7 1415 2194 300 MP stroke
318 2 -8 2 -8 3 -7 2 -8 2 -8 2 -8 2 -8 2 -7 
319 2 -8 2 -8 2 -8 2 -8 2 -8 2 -8 2 -8 2 -8 
320 2 -9 2 -8 2 -8 2 -8 2 -9 2 -8 2 -8 2 -9 
321 2 -8 2 -8 2 -9 2 -8 2 -9 2 -8 2 -9 2 -9 
322 2 -8 2 -9 2 -9 2 -9 2 -8 2 -9 2 -9 2 -9 
323 2 -9 2 -9 2 -9 2 -9 2 -9 3 -9 2 -9 2 -9 
324 2 -10 2 -9 2 -9 2 -9 2 -10 2 -9 2 -10 2 -9 
325 2 -10 2 -9 2 -10 2 -9 2 -10 2 -10 2 -9 2 -10 
326 2 -10 2 -10 2 -9 2 -10 2 -10 2 -10 2 -10 2 -10 
327 2 -10 2 -11 2 -10 2 -10 2 -10 2 -10 2 -11 2 -10 
328 2 -10 2 -11 2 -10 2 -11 2 -10 2 -11 2 -11 3 -10 
329 2 -11 2 -10 2 -11 2 -11 2 -10 2 -11 2 -10 2 -10 
330 2 -11 2 -10 2 -10 2 -11 2 -10 2 -10 2 -10 2 -10 
331 2 -10 2 -10 2 -10 2 -10 2 -10 2 -10 2 -10 2 -9 
332 2 -10 2 -10 2 -9 2 -10 2 -9 2 -10 2 -9 2 -10 
333 2 -9 2 -9 2 -10 2 -9 2 -9 2 -9 2 -10 2 -9 
334 2 -9 2 -9 3 -9 2 -9 2 -9 2 -8 2 -9 2 -9 
335 2 -9 2 -9 2 -8 2 -9 2 -8 2 -9 2 -9 2 -8 
336 2 -8 2 -9 2 -8 2 -9 2 -8 2 -8 2 -8 2 -9 
337 2 -8 2 -8 2 -8 2 -8 2 -8 2 -8 2 -8 2 -8 
338 2 -8 2 -7 2 -8 2 -8 2 -8 2 -7 2 -8 2 -7 
339 2 -8 2 -8 2 -7 2 -7 3 -8 2 -7 2 -7 2 -8 
340 2 -7 2 -7 2 -7 2 -7 2 -7 2 -7 2 -7 2 -7 
341 2 -7 2 -7 2 -6 2 -7 2 -7 2 -6 2 -7 2 -6 
342 2 -7 2 -6 2 -7 2 -6 2 -6 2 -6 2 -6 2 -6 
343 2 -6 2 -6 2 -6 2 -6 2 -6 2 -6 2 -6 2 -5 
344 2 -6 2 -6 2 -6 2 -5 2 -6 2 -5 2 -6 2 -5 
345 2 -5 2 -6 2 -5 2 -5 2 -5 2 -5 2 -6 2 -4 
346 2 -5 2 -5 2 -5 2 -5 2 -4 2 -5 2 -5 2 -4 
347 2 -4 2 -5 2 -4 2 -4 2 -4 3 -4 2 -4 2 -4 
348 2 -3 2 -4 2 -3 2 -4 2 -3 2 -3 2 -2 2 -3 
349 2 -2 2 -2 2 -2 2 -1 2 -2 2 -1 2 -1 2 -1 
350 2 -1 2 0 2 -1 2 0 2 -1 2 0 2 0 2 0 
351 2 0 2 0 2 0 2 0 2 0 2 -1 2 0 2 0 
352 2 0 2 0 2 0 2 0 2 0 2 0 2 0 851 4186 280 MP stroke
353 DA
354 1 0 21 6 20 24 20 17 20 -6 21 12 20 6 20 6 
355 20 17 21 -6 20 18 20 12 20 11 21 12 20 6 20 6 
356 20 5 21 6 20 6 20 0 20 6 20 12 21 11 20 18 
357 20 11 20 12 21 0 20 18 20 0 20 0 21 11 20 6 
358 20 6 20 12 21 11 20 12 20 18 20 11 20 6 21 -6 
359 20 12 20 6 20 6 21 6 20 5 20 24 20 -6 21 29 
360 20 -6 20 24 20 0 21 5 20 6 20 0 20 6 20 18 
361 21 6 20 17 20 12 20 17 21 0 20 6 20 6 20 0 
362 21 6 20 6 20 11 20 12 21 6 20 17 20 12 20 12 
363 20 0 21 6 20 5 20 6 20 6 21 0 20 23 20 12 
364 20 18 21 5 20 12 20 -6 20 18 21 0 20 6 20 6 
365 20 11 21 12 20 12 20 11 20 12 20 12 21 5 20 0 
366 20 6 20 0 21 18 20 6 20 0 20 23 21 6 20 23 
367 20 0 20 12 21 6 20 0 20 0 20 11 20 12 21 -12 
368 20 30 20 29 20 6 21 6 20 5 20 6 20 6 21 6 
369 20 12 20 0 20 17 21 6 20 12 20 17 20 6 20 18 
370 21 -6 20 6 20 0 20 11 21 6 20 0 20 18 20 11 
371 21 6 20 18 20 6 20 5 21 12 20 0 20 0 20 6 
372 20 17 21 0 20 24 20 6 20 17 21 6 20 12 20 0 
373 20 5 21 0 20 12 20 12 20 12 21 17 20 12 20 6 
374 20 0 20 17 21 0 20 6 20 6 20 6 21 11 20 12 
375 20 12 20 11 21 24 20 -6 20 6 20 6 21 5 20 -5 
376 20 5 20 0 21 18 20 0 20 23 20 6 20 6 21 29 
377 20 -6 20 0 20 12 21 0 20 6 20 0 20 0 21 0 
378 20 0 20 -6 20 12 21 0 20 -6 20 -29 20 -24 20 -29 
379 21 0 20 -29 20 -47 20 -35 21 -6 20 -58 20 -29 20 -24 
380 21 -58 20 -29 20 -59 20 -29 21 -53 20 -35 20 -70 20 -29 
381 20 -70 21 -41 20 -70 20 -76 20 -35 21 -70 20 -76 20 -58 
382 20 -71 21 -87 20 -88 20 -93 20 -82 21 -105 20 -88 20 -122 
383 20 -76 20 -70 21 -88 20 -29 20 -88 20 -53 21 -64 20 -70 
384 20 -76 20 -29 21 -70 20 -41 20 -58 20 -59 21 -41 929 4104 248 MP stroke
385 DD
386 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 
387 1 0 1 0 1 0 1 0 1 0 1 0 1 -1 1 0 
388 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 
389 1 0 1 -1 1 0 1 0 1 0 1 0 1 0 1 0 
390 1 -1 1 0 1 0 1 0 1 0 1 -1 1 0 1 0 
391 1 0 1 0 1 -1 1 0 1 0 1 0 1 -1 1 0 
392 1 0 1 0 1 -1 1 0 1 0 1 0 1 -1 1 0 
393 1 0 1 -1 1 0 1 0 1 -1 1 0 1 -1 1 0 
394 1 -1 1 0 1 0 1 -1 1 0 1 -1 1 0 1 -1 
395 1 0 1 0 1 -1 1 -1 1 0 1 -1 1 0 1 -1 
396 1 -1 1 0 1 -1 1 -1 1 0 1 -1 1 -1 1 -1 
397 1 0 1 -1 1 -1 1 -1 1 -1 1 -1 1 -1 1 -1 
398 0 -1 1 -1 1 -1 1 0 -1 0 2 -2 1 -2 1 -1 
399 0 -1 1 -1 1 -1 1 -2 0 -1 1 -1 1 -2 1 -1 
400 1 -1 0 -2 1 -1 1 -1 1 -2 0 -1 1 -1 1 -2 
401 1 -1 0 -1 1 -2 1 -1 1 -1 0 -2 1 -1 1 -2 
402 1 -1 0 -1 1 -2 1 -1 1 -2 0 -1 1 -1 1 -2 
403 1 -1 0 -2 1 -1 1 -1 1 -2 1 -1 0 -2 1 -1 
404 1 -2 1 -1 0 -1 1 -2 1 -1 1 -2 0 -1 1 -2 
405 1 -1 1 -2 0 -1 1 -2 1 -1 1 -1 0 -2 1 -1 
406 1 -2 1 -1 0 -2 1 -1 1 -2 1 -1 0 -2 1 -1 
407 1 -2 1 -1 1 -2 0 -1 1 -2 1 -1 1 -2 0 -1 
408 1 -2 1 -1 1 -2 0 -2 1 -1 1 -2 1 -1 0 -2 
409 1 -1 1 -2 1 -1 0 -2 1 -1 1 -2 1 -2 0 -1 
410 1 -2 1 -1 1 -2 0 -1 1 -2 1 -2 1 -1 1 -2 
411 0 -1 1 -2 1 -2 1 -1 0 -2 1 -1 1 -2 1 -2 
412 0 -1 1 -2 1 -2 1 -1 0 -2 1 -1 1 -2 1 -2 
413 0 -1 1 -2 1 -2 1 -1 0 -2 1 -2 1 -1 1 -2 
414 0 -2 1 -1 1 -2 1 -2 1 -1 0 -2 1 -2 1 -1 
415 1 -2 0 -2 1 -2 1 -1 1 -2 0 -2 1 -1 1 -2 
416 1 -2 0 -2 1 -1 1 -2 1 -2 0 -1 1 -2 1 -2 
417 1 -2 0 -1 1 -2 1 -2 1 -2 1 -1 0 -2 1 -2 
418 1 -2 1 -1 0 -2 1 -2 1 -2 1 -2 0 -1 1 -2 
419 1 -2 1 -2 0 -2 1 -1 1 -2 1 -2 0 -2 1 -2 
420 1 -1 1 -2 0 -2 1 -2 1 -2 1 -1 0 -2 1 -2 
421 1 -2 1 -2 1 -2 0 -2 1 -1 1 -2 1 -2 0 -2 
422 1 -2 1 -2 1 -2 0 -1 1 -2 1 -2 1 -2 0 -2 
423 1 -2 1 -2 1 -2 1714 1085 300 MP stroke
424 0 -2 1 -1 1 -2 1 -2 0 -2 1 -2 1 -2 1 -2 
425 0 -2 1 -2 1 -2 1 -2 1 -2 0 -1 1 -2 1 -2 
426 1 -2 0 -2 1 -2 1 -2 1 -2 0 -2 1 -2 1 -2 
427 1 -2 0 -2 1 -2 1 -2 1 -2 0 -2 1 -2 1 -2 
428 1 -2 0 -2 1 -2 1 -2 1 -2 0 -2 1 -2 1 -2 
429 1 -2 1 -2 0 -2 1 -2 1 -2 1 -2 0 -2 1 -2 
430 1 -2 1 -2 0 -2 1 -2 1 -3 1 -2 0 -2 1 -2 
431 1 -2 1 -2 0 -2 1 -2 1 -2 1 -2 0 -2 1 -2 
432 1 -3 1 -2 0 -2 1 -2 1 -2 1 -2 1 -2 0 -2 
433 1 -2 1 -3 1 -2 0 -2 1 -2 1 -2 1 -2 0 -2 
434 1 -3 1 -2 1 -2 0 -2 1 -2 1 -2 1 -3 0 -2 
435 1 -2 1 -2 1 -2 0 -2 1 -3 1 -2 1 -2 1 -2 
436 0 -2 1 -3 1 -2 1 -2 0 -2 1 -2 1 -3 1 -2 
437 0 -2 1 -2 1 -3 1 -2 0 -2 1 -2 1 -3 1 -2 
438 0 -2 1 -2 1 -3 1 -2 0 -2 1 -2 1 -3 1 -2 
439 0 -2 1 -3 1 -2 1 -2 1 -2 0 -3 1 -2 1 -2 
440 1 -3 0 -2 1 -2 1 -3 1 -2 0 -2 1 -3 1 -2 
441 1 -2 0 -3 1 -2 1 -2 1 -3 0 -2 1 -2 1 -3 
442 1 -2 0 -2 1 -3 1 -2 1 -2 0 -3 1 -2 1 -3 
443 1 -2 1 -2 0 -3 1 -2 1 -3 1 -2 0 -2 1 -3 
444 1 -2 1 -3 0 -2 1 -3 1 -2 1 -2 0 -3 1 -2 
445 1 -3 1 -2 0 -3 1 -2 1 -2 1 -3 0 -2 1 -3 
446 1 -2 1 -3 0 -2 1 -3 1 -2 1 -3 1 -2 0 -3 
447 1 -2 1 -3 1 -2 0 -3 1 -2 1 -3 1 -2 0 -3 
448 1 -2 1 -3 1 -2 0 -3 1 -2 1 -3 1 -2 0 -3 
449 1 -3 1 -2 1 -3 0 -2 1 -3 1 -2 1 -3 0 -2 
450 1 -3 1 -3 1 -2 1 -3 0 -2 1 -3 1 -3 1 -2 
451 0 -3 1 -2 1 -3 1 -3 0 -2 1 -3 1 -2 1 -3 
452 0 -3 1 -2 1 -3 1 -3 0 -2 1 -3 1 -3 1 -2 
453 0 -3 1 -3 1 -2 1 -3 0 -3 1 -2 1 -3 1 -3 
454 1 -2 0 -3 1 -3 1 -2 1 -3 0 -3 1 -3 1 -2 
455 1 -3 0 -3 1 -2 1 -3 1 -3 0 -3 1 -2 1 -3 
456 1 -3 0 -3 1 -2 1 -3 1 -3 0 -3 1 -2 1 -3 
457 1 -3 1 -3 0 -2 1 -3 1 -3 1 -3 0 -3 1 -2 
458 1 -3 1 -3 0 -3 1 -3 1 -2 1 -3 0 -3 1 -3 
459 1 -3 1 -3 0 -2 1 -3 1 -3 1 -3 0 -3 1 -3 
460 1 -2 1 -3 0 -3 1 -3 1 -3 1 -3 1 -3 0 -3 
461 1 -2 1 -3 1 -3 1487 1797 300 MP stroke
462 0 -3 1 -3 1 -3 1 -3 0 -3 1 -3 1 -3 1 -3 
463 0 -2 1 -3 1 -3 1 -3 0 -3 1 -3 1 -3 1 -3 
464 0 -3 1 -3 1 -3 1 -3 0 -3 1 -3 1 -3 1 -3 
465 1 -3 0 -3 1 -3 1 -3 1 -3 0 -3 1 -3 1 -3 
466 1 -3 0 -3 1 -3 1 -3 1 -3 0 -3 1 -3 1 -3 
467 1 -3 0 -3 1 -3 1 -3 1 -3 0 -3 1 -3 1 -3 
468 1 -3 0 -4 1 -3 1 -3 1 -3 1 -3 0 -3 1 -3 
469 1 -3 1 -3 0 -3 1 -4 1 -3 1 -3 0 -3 1 -3 
470 1 -3 1 -3 0 -3 1 -4 1 -3 1 -3 0 -3 1 -3 
471 1 -3 1 -4 0 -3 1 -3 1 -3 1 -3 0 -3 1 -4 
472 1 -3 1 -3 1 -3 0 -3 1 -4 1 -3 1 -3 0 -3 
473 1 -3 1 -4 1 -3 0 -3 1 -3 1 -4 1 -3 0 -3 
474 1 -3 1 -4 1 -3 0 -3 1 -3 1 -4 1 -3 0 -3 
475 1 -4 1 -3 1 -3 1 -3 0 -4 1 -3 1 -3 1 -4 
476 0 -3 1 -3 1 -4 1 -3 0 -3 1 -4 1 -3 1 -3 
477 0 -4 1 -3 1 -3 1 -4 0 -3 1 -3 1 -4 1 -3 
478 0 -4 1 -3 1 -3 1 -4 0 -3 1 -4 1 -3 1 -3 
479 1 -4 0 -3 1 -4 1 -3 1 -3 0 -4 1 -3 1 -4 
480 1 -3 0 -4 1 -3 1 -4 1 -3 0 -3 1 -4 1 -3 
481 1 -4 0 -3 1 -4 1 -3 1 -4 0 -3 1 -4 1 -3 
482 1 -4 0 -3 1 -4 1 -3 1 -4 1 -3 0 -4 1 -3 
483 1 -4 1 -4 0 -3 1 -4 1 -3 1 -4 0 -3 1 -4 
484 1 -3 1 -4 0 -4 1 -3 1 -4 1 -3 0 -4 1 -4 
485 1 -3 1 -4 0 -3 1 -4 1 -4 1 -3 0 -4 1 -3 
486 1 -4 1 -4 1 -3 0 -4 1 -4 1 -3 1 -4 0 -4 
487 1 -3 1 -4 1 -4 0 -3 1 -4 1 -4 1 -3 0 -4 
488 1 -4 1 -4 1 -3 0 -4 1 -4 1 -3 1 -4 0 -4 
489 1 -4 1 -3 1 -4 0 -4 1 -4 1 -3 1 -4 1 -4 
490 0 -4 1 -3 1 -4 1 -4 0 -4 1 -4 1 -3 1 -4 
491 0 -4 1 -4 1 -4 1 -3 0 -4 1 -4 1 -4 1 -4 
492 0 -4 1 -3 1 -4 1 -4 0 -4 1 -4 1 -4 1 -4 
493 1 -3 0 -4 1 -4 1 -4 1 -4 0 -4 1 -4 1 -4 
494 1 -4 0 -3 1 -4 1 -4 1 -4 0 -4 1 -4 1 -4 
495 1 -4 0 -4 1 -4 1 -4 1 -4 0 -4 1 -4 1 -4 
496 1 -4 0 -4 1 -4 1 -4 1 -4 1 -4 0 -4 1 -4 
497 1 -4 1 -4 0 -4 1 -4 1 -4 1 -4 0 -4 1 -4 
498 1 -4 1 -4 0 -4 1 -4 1 -4 1 -4 0 -4 1 -4 
499 1 -4 1 -4 0 -4 1261 2835 300 MP stroke
500 1 -5 1 -4 1 -4 0 -4 1 -4 1 -4 1 -4 1 -4 
501 0 -5 1 -4 1 -4 1 -4 0 -4 1 -4 1 -4 1 -5 
502 0 -4 1 -4 1 -4 1 -4 0 -4 1 -5 1 -4 1 -4 
503 0 -4 1 -4 1 -4 1 -5 0 -4 1 -4 1 -4 1 -4 
504 0 -5 1 -4 1 -4 1 -4 1 -4 0 -5 1 -4 1 -4 
505 1 -4 0 -4 1 -4 1 -5 1 -4 0 -4 1 -4 1 -4 
506 1 -4 0 -4 1 -5 1 -4 1 -4 0 -4 1 -4 1 -4 
507 1 -4 0 -4 1 -4 1 -4 1 -4 0 -4 1 -4 1 -4 
508 1 -4 1 -4 0 -4 1 -4 1 -4 1 -4 0 -4 1 -4 
509 1 -4 1 -4 0 -4 1 -4 1 -4 1 -4 0 -4 1 -3 
510 1 -4 1 -4 0 -4 1 -4 1 -4 1 -4 0 -4 1 -3 
511 1 -4 1 -4 0 -4 1 -4 1 -4 1 -3 1 -4 0 -4 
512 1 -4 1 -4 1 -3 0 -4 1 -4 1 -4 1 -3 0 -4 
513 1 -4 1 -4 1 -3 0 -4 1 -4 1 -3 1 -4 0 -4 
514 1 -4 1 -3 1 -4 0 -4 1 -3 1 -4 1 -4 1 -3 
515 0 -4 1 -3 1 -4 1 -4 0 -3 1 -4 1 -3 1 -4 
516 0 -4 1 -3 1 -4 1 -3 0 -4 1 -3 1 -4 1 -4 
517 0 -3 1 -4 1 -3 1 -4 0 -3 1 -4 1 -3 1 -4 
518 0 -3 1 -4 1 -3 1 -3 1 -4 0 -3 1 -4 1 -3 
519 1 -4 0 -3 1 -4 1 -3 1 -3 0 -4 1 -3 1 -4 
520 1 -3 0 -3 1 -4 1 -3 1 -3 0 -4 1 -3 1 -3 
521 1 -4 0 -3 1 -3 1 -4 1 -3 0 -3 1 -4 1 -3 
522 1 -3 1 -3 0 -4 1 -3 1 -3 1 -4 0 -3 1 -3 
523 1 -3 1 -4 0 -3 1 -3 1 -3 1 -3 0 -4 1 -3 
524 1 -3 1 -3 0 -3 1 -4 1 -3 1 -3 0 -3 1 -3 
525 1 -3 1 -3 0 -4 1 -3 1 -3 1 -3 1 -3 0 -3 
526 1 -3 1 -3 1 -3 0 -4 1 -3 1 -3 1 -3 0 -3 
527 1 -3 1 -3 1 -3 0 -3 1 -3 1 -3 1 -3 0 -3 
528 1 -3 1 -3 1 -3 0 -3 1 -3 1 -3 1 -3 0 -3 
529 1 -3 1 -3 1 -3 1 -3 0 -3 1 -3 1 -3 1 -3 
530 0 -2 1 -3 1 -3 1 -3 0 -3 1 -3 1 -3 1 -3 
531 0 -3 1 -2 1 -3 1 -3 0 -3 1 -3 1 -3 1 -2 
532 0 -3 1 -3 1 -3 1 -3 1 -2 0 -3 1 -3 1 -3 
533 1 -2 0 -3 1 -3 1 -3 1 -2 0 -3 1 -3 1 -3 
534 1 -2 0 -3 1 -3 1 -2 1 -3 0 -3 1 -2 1 -3 
535 1 -3 0 -2 1 -3 1 -3 1 -2 0 -3 1 -3 1 -2 
536 1 -3 1 -2 0 -3 1 -3 1 -2 1 -3 0 -2 1 -3 
537 1 -2 1 -3 0 -2 1034 3867 300 MP stroke
538 1 -3 1 -2 1 -3 0 -2 1 -3 1 -3 1 -2 0 -2 
539 1 -3 1 -2 1 -3 0 -2 1 -3 1 -2 1 -3 0 -2 
540 1 -3 1 -2 1 -2 1 -3 0 -2 1 -3 1 -2 1 -2 
541 0 -3 1 -2 1 -2 1 -3 0 -2 1 -2 1 -3 1 -2 
542 0 -2 1 -3 1 -2 1 -2 0 -3 1 -2 1 -2 1 -2 
543 0 -3 1 -2 1 -2 1 -2 0 -3 1 -2 1 -2 1 -2 
544 1 -2 0 -3 1 -2 1 -2 1 -2 0 -2 1 -2 1 -3 
545 1 -2 0 -2 1 -2 1 -2 1 -2 0 -2 1 -2 1 -3 
546 1 -2 0 -2 1 -2 1 -2 1 -2 0 -2 1 -2 1 -2 
547 1 -2 0 -2 1 -2 1 -2 1 -2 1 -2 0 -2 1 -2 
548 1 -2 1 -2 0 -2 1 -2 1 -2 1 -2 0 -2 1 -2 
549 1 -2 1 -1 0 -2 1 -2 1 -2 1 -2 0 -2 1 -2 
550 1 -1 1 -2 0 -2 1 -2 1 -2 1 -2 1 -1 0 -2 
551 1 -2 1 -2 1 -1 0 -2 1 -2 1 -2 1 -1 0 -2 
552 1 -2 1 -1 1 -2 0 -2 1 -1 1 -2 1 -2 0 -1 
553 1 -2 1 -1 1 -2 0 -1 1 -2 1 -2 1 -1 0 -2 
554 1 -1 1 -2 1 -1 1 -2 0 -1 1 -1 1 -2 1 -1 
555 0 -2 1 -1 1 -1 1 -2 0 -1 1 -1 1 -2 1 -1 
556 0 -1 1 -2 1 -1 1 -1 0 -1 1 -1 1 -1 1 -1 
557 0 -1 1 -1 1 -1 1 -1 0 -1 1 -1 1 -1 1 -1 
558 1 0 -1 0 2 -2 1 -1 1 0 -1 0 2 -2 1 0 
559 1 -1 1 -1 1 0 1 -1 1 0 1 -1 1 0 1 -1 
560 1 0 1 -1 1 0 1 0 1 -1 1 0 1 0 1 0 
561 1 0 1 -1 1 0 1 0 1 0 1 0 1 0 1 0 
562 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 
563 1 -1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 
564 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 
565 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 
566 1 0 849 4186 226 MP stroke
567 gr
568
569 DD
570 3164 4474 mt 
571 (Time / s) s
572  532 2570 mt  -90 rotate
573 (Altitude / m) s
574 90 rotate
575  832 4229 mt 
576 ( ) s
577 5892  395 mt 
578 ( ) s
579 SO
580 1 sg
581 0 480 1208 0 0 -480 4641 893 4 MP
582 PP
583 -1208 0 0 480 1208 0 0 -480 4641 893 5 MP stroke
584 4 w
585 DO
586 SO
587 6 w
588 0 sg
589 4641  893 mt 5849  893 L
590 4641  413 mt 5849  413 L
591 4641  893 mt 4641  413 L
592 5849  893 mt 5849  413 L
593 4641  893 mt 5849  893 L
594 4641  893 mt 4641  413 L
595 4641  893 mt 5849  893 L
596 4641  413 mt 5849  413 L
597 4641  893 mt 4641  413 L
598 5849  893 mt 5849  413 L
599 5111  547 mt 
600 (Simulated) s
601 gs 4641 413 1209 481 rc
602 361 0 4713 505 2 MP stroke
603 gr
604
605 5111  696 mt 
606 (Experimental) s
607 gs 4641 413 1209 481 rc
608 DA
609 361 0 4713 653 2 MP stroke
610 SO
611 gr
612
613 5111  844 mt 
614 (RockSim v8) s
615 gs 4641 413 1209 481 rc
616 DD
617 361 0 4713 800 2 MP stroke
618 SO
619 gr
620
621
622 end %%Color Dict
623
624 eplot
625 %%EndObject
626
627 epage
628 end
629
630 showpage
631
632 %%Trailer
633 %%EOF