create changelog entry
[debian/openrocket] / core / doc / techdoc / figures / wind / pinktimesub.eps
1 %!PS-Adobe-3.0 
2 %%Creator: MATLAB, The Mathworks, Inc. Version 7.6.0.324 (R2008a). Operating System: Linux 2.6.24-19-generic #1 SMP Wed Aug 20 17:53:40 UTC 2008 x86_64.
3 %%Title: ./pinktimesub.eps
4 %%CreationDate: 10/09/2008  10:47:21
5 %%DocumentNeededFonts: Helvetica
6 %%DocumentProcessColors: Cyan Magenta Yellow Black
7 %%LanguageLevel: 2
8 %%Pages: (atend)
9 %%BoundingBox: (atend)
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 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   /bmap xdef pop pop} bdef
145 /it {gs np dtri aload pop moveto lineto lineto cp c
146   cols rows 8 compute_transform 
147   {bmap} image gr}bdef
148 /il {newpath moveto lineto stroke}bdef
149 currentdict end def
150 %%EndProlog
151
152 %%BeginSetup
153 MathWorks begin
154
155 0 cap
156
157 end
158 %%EndSetup
159
160 %%Page: 1 1
161 %%BeginPageSetup
162 %%PageBoundingBox:    60   199   548   583
163 MathWorks begin
164 bpage
165 %%EndPageSetup
166
167 %%BeginObject: obj1
168 bplot
169
170 /dpi2point 12 def
171 portraitMode 0216 7344 csm
172
173   510   341  5861  4615 rc
174 85 dict begin %Colortable dictionary
175 /c0 { 0.000000 0.000000 0.000000 sr} bdef
176 /c1 { 1.000000 1.000000 1.000000 sr} bdef
177 /c2 { 0.900000 0.000000 0.000000 sr} bdef
178 /c3 { 0.000000 0.820000 0.000000 sr} bdef
179 /c4 { 0.000000 0.000000 0.800000 sr} bdef
180 /c5 { 0.910000 0.820000 0.320000 sr} bdef
181 /c6 { 1.000000 0.260000 0.820000 sr} bdef
182 /c7 { 0.000000 0.820000 0.820000 sr} bdef
183 c0
184 1 j
185 1 sg
186    0    0 6913 5188 rf
187 6 w
188 0 1770 5356 0 0 -1770 899 2159 4 MP
189 PP
190 -5356 0 0 1770 5356 0 0 -1770 899 2159 5 MP stroke
191 4 w
192 DO
193 SO
194 6 w
195 0 sg
196  899 2159 mt 6255 2159 L
197  899  389 mt 6255  389 L
198  899 2159 mt  899  389 L
199 6255 2159 mt 6255  389 L
200  899 2159 mt 6255 2159 L
201  899 2159 mt  899  389 L
202  899 2159 mt  899 2105 L
203  899  389 mt  899  442 L
204 2238 2159 mt 2238 2105 L
205 2238  389 mt 2238  442 L
206 3577 2159 mt 3577 2105 L
207 3577  389 mt 3577  442 L
208 4916 2159 mt 4916 2105 L
209 4916  389 mt 4916  442 L
210 6255 2159 mt 6255 2105 L
211 6255  389 mt 6255  442 L
212  899 1982 mt  952 1982 L
213 6255 1982 mt 6201 1982 L
214 %%IncludeResource: font Helvetica
215 /Helvetica /ISOLatin1Encoding 120 FMSR
216
217  728 2026 mt 
218 (-4) s
219  899 1628 mt  952 1628 L
220 6255 1628 mt 6201 1628 L
221  728 1672 mt 
222 (-2) s
223  899 1274 mt  952 1274 L
224 6255 1274 mt 6201 1274 L
225  798 1318 mt 
226 (0) s
227  899  920 mt  952  920 L
228 6255  920 mt 6201  920 L
229  798  964 mt 
230 (2) s
231  899  566 mt  952  566 L
232 6255  566 mt 6201  566 L
233  798  610 mt 
234 (4) s
235  899 2159 mt 6255 2159 L
236  899  389 mt 6255  389 L
237  899 2159 mt  899  389 L
238 6255 2159 mt 6255  389 L
239 gs 899 389 5357 1771 rc
240 14 -70 13 -25 14 4 13 -131 13 -80 14 85 13 -28 14 95 
241 13 15 13 28 14 -11 13 82 14 -41 13 37 13 -40 14 -150 
242 13 13 14 15 13 11 13 -17 14 3 13 87 13 71 14 107 
243 13 113 14 -18 13 -53 13 14 14 -150 13 -36 14 -76 13 138 
244 13 76 14 65 13 8 14 -46 13 -1 13 -27 14 -2 13 -66 
245 13 102 14 15 13 -141 14 -11 13 -120 13 -69 14 15 13 9 
246 14 163 13 -202 13 32 14 37 13 162 14 -17 13 68 13 33 
247 14 -7 13 118 14 42 13 -6 13 -100 14 57 13 -28 13 76 
248 14 -35 13 62 14 41 13 101 13 36 14 -98 13 -205 14 13 
249 13 -71 13 24 14 96 13 -103 14 58 13 -15 13 -30 14 -112 
250 13 21 13 -35 14 116 13 -82 14 -44 13 60 13 -70 14 41 
251 13 -81 14 -116 13 78 13 53 14 0 13 64 14 3 13 98 
252 13 -177 14 25 13 92 13 138 14 21 13 -50 14 21 13 10 
253 13 -44 14 13 13 17 14 -135 13 -22 13 121 14 -46 13 -108 
254 14 -28 13 45 13 112 14 49 13 -60 14 -48 13 -103 13 209 
255 14 -62 13 26 13 28 14 15 13 -31 14 2 13 -130 13 -11 
256 14 33 13 3 14 18 13 -50 13 -146 14 -103 13 188 14 -93 
257 13 104 13 -4 14 -9 13 28 13 143 14 -197 13 -32 14 -103 
258 13 117 13 -60 14 9 13 6 14 116 13 -96 13 -47 14 93 
259 13 -198 14 26 13 153 13 -74 14 -95 13 42 14 23 13 -46 
260 13 155 14 9 13 -119 13 109 14 -73 13 55 14 -27 13 -121 
261 13 64 14 -30 13 78 14 -18 13 -27 13 98 14 -7 13 -20 
262 14 20 13 20 13 168 14 38 13 -101 13 -215 14 9 13 16 
263 14 -97 13 68 13 70 14 145 13 -26 14 -14 13 -45 13 126 
264 14 -31 13 8 14 84 13 -44 13 -14 14 42 13 -4 13 108 
265 14 19 13 -10 14 -57 13 42 13 86 14 -128 13 -93 14 -134 
266 13 174 13 -2 14 -57 13 -105 14 -44 13 0 13 151 14 -49 
267 13 -9 14 49 13 -1 13 -27 14 86 13 -13 13 130 14 -195 
268 13 97 14 28 13 0 13 81 14 71 13 -69 14 90 13 -27 
269 13 179 14 78 13 -24 14 -51 13 62 13 -54 14 -49 13 -148 
270 13 209 14 20 13 -23 14 -55 13 -57 13 5 14 31 13 51 
271 14 -5 13 -72 13 3 14 -96 13 -1 14 -24 13 -64 13 -13 
272 14 -21 13 -41 14 -71 13 64 13 -9 14 -79 13 -38 13 -13 
273 14 64 13 141 14 -184 13 -63 13 -94 14 23 13 -30 14 70 
274 13 -90 13 127 14 41 13 -100 14 24 13 -61 13 75 14 -24 
275 13 50 13 -5 14 140 13 -40 14 150 13 -101 13 71 14 8 
276 13 -58 14 -25 13 14 13 -8 14 -25 13 -1 14 -60 13 134 
277 13 -98 14 -132 13 127 2251 1159 300 MP stroke
278 13 40 14 -32 13 -82 14 36 13 -1 13 123 14 58 13 40 
279 14 -157 13 -19 13 -25 14 117 13 175 14 35 13 -86 13 60 
280 14 -106 13 79 14 -24 13 2 13 13 14 31 13 -59 13 -76 
281 14 -210 13 115 14 -121 13 130 13 -25 14 -52 13 -9 14 -42 
282 13 -26 13 -10 14 65 13 -112 14 154 13 -13 13 85 14 -17 
283 13 13 13 -34 14 93 13 31 14 -36 13 -107 13 -74 14 130 
284 13 40 14 108 13 61 13 -110 14 -84 13 -111 14 -74 13 -71 
285 13 -69 14 -30 13 58 14 23 13 6 13 -84 14 30 13 41 
286 13 15 14 75 13 121 14 -85 13 -83 13 81 14 -40 13 -32 
287 14 70 13 -93 13 20 14 95 13 -122 14 -44 13 37 13 46 
288 14 -130 13 104 13 -39 14 -48 13 122 14 -159 13 -27 13 39 
289 14 -101 13 -38 14 -65 13 -8 13 -42 14 15 13 -83 14 2 
290 13 -1 13 -3 14 52 13 77 13 59 899 1568 102 MP stroke
291 DO
292 5356 0 899 1274 2 MP stroke
293 gr
294
295 DO
296  646 1468 mt  -90 rotate
297 (2 poles) s
298 90 rotate
299 SO
300 1 sg
301 0 1769 5356 0 0 -1769 899 4616 4 MP
302 PP
303 -5356 0 0 1769 5356 0 0 -1769 899 4616 5 MP stroke
304 4 w
305 DO
306 SO
307 6 w
308 0 sg
309  899 4616 mt 6255 4616 L
310  899 2847 mt 6255 2847 L
311  899 4616 mt  899 2847 L
312 6255 4616 mt 6255 2847 L
313  899 4616 mt 6255 4616 L
314  899 4616 mt  899 2847 L
315  899 4616 mt  899 4562 L
316  899 2847 mt  899 2900 L
317  866 4761 mt 
318 (0) s
319 2238 4616 mt 2238 4562 L
320 2238 2847 mt 2238 2900 L
321 2205 4761 mt 
322 (5) s
323 3577 4616 mt 3577 4562 L
324 3577 2847 mt 3577 2900 L
325 3511 4761 mt 
326 (10) s
327 4916 4616 mt 4916 4562 L
328 4916 2847 mt 4916 2900 L
329 4850 4761 mt 
330 (15) s
331 6255 4616 mt 6255 4562 L
332 6255 2847 mt 6255 2900 L
333 6189 4761 mt 
334 (20) s
335  899 4439 mt  952 4439 L
336 6255 4439 mt 6201 4439 L
337  728 4483 mt 
338 (-4) s
339  899 4085 mt  952 4085 L
340 6255 4085 mt 6201 4085 L
341  728 4129 mt 
342 (-2) s
343  899 3731 mt  952 3731 L
344 6255 3731 mt 6201 3731 L
345  798 3775 mt 
346 (0) s
347  899 3377 mt  952 3377 L
348 6255 3377 mt 6201 3377 L
349  798 3421 mt 
350 (2) s
351  899 3023 mt  952 3023 L
352 6255 3023 mt 6201 3023 L
353  798 3067 mt 
354 (4) s
355  899 4616 mt 6255 4616 L
356  899 2847 mt 6255 2847 L
357  899 4616 mt  899 2847 L
358 6255 4616 mt 6255 2847 L
359 gs 899 2847 5357 1770 rc
360 1 -1 13 -75 13 -15 14 12 13 35 14 -21 13 -84 13 -9 
361 14 -107 13 -9 14 -32 13 -70 13 -18 14 -23 13 -46 14 -75 
362 13 63 13 -9 14 -78 13 -41 13 -15 14 67 13 146 14 -175 
363 13 -56 13 -87 14 30 13 -22 14 75 13 -87 13 135 14 48 
364 13 -93 14 29 13 -57 13 77 14 -23 13 47 13 -8 14 132 
365 13 -44 14 144 13 -107 13 67 14 4 13 -61 14 -29 13 12 
366 13 -9 14 -27 13 -4 14 -60 13 137 13 -100 14 -134 13 126 
367 13 40 14 -33 13 -84 14 29 13 -9 13 115 14 53 13 35 
368 14 -163 13 -30 13 -43 14 100 13 160 14 17 13 -101 13 43 
369 14 -122 13 62 14 -40 13 -14 13 0 14 22 13 -64 13 -82 
370 14 -215 13 108 14 -127 13 126 13 -29 14 -54 13 -12 14 -45 
371 13 -29 13 -14 14 58 13 -122 14 143 13 -23 13 73 14 -29 
372 13 -1 13 -49 14 79 13 20 14 -47 13 -122 13 -92 14 110 
373 13 20 14 93 13 50 13 -117 14 -87 13 -112 14 -72 13 -70 
374 13 -70 14 -30 13 56 14 24 13 4 13 -88 14 26 13 34 
375 13 4 14 68 13 116 14 -93 13 -89 13 75 14 -47 13 -36 
376 14 63 13 -100 13 17 14 92 13 -126 14 -47 13 35 13 42 
377 14 -132 13 103 13 -41 14 -46 13 127 14 -154 13 -19 13 50 
378 14 -87 13 -23 14 -48 13 8 13 -23 14 34 13 -64 14 20 
379 13 15 13 9 14 64 13 87 13 69 899 4190 158 MP stroke
380 6 -80 6 80 3035 2847 3 MP stroke
381 9 -122 13 96 14 23 13 -7 2 10 3213 2847 6 MP stroke
382 10 -88 13 -89 14 -129 13 182 13 9 14 -46 13 -94 14 -37 
383 13 7 13 159 14 -42 13 -3 14 55 13 2 13 -23 14 86 
384 13 -8 6 59 3276 2847 19 MP stroke
385 14 -63 13 -14 14 17 13 -122 13 -70 14 92 13 -23 14 101 
386 13 20 13 32 14 -6 13 88 14 -33 13 50 13 -28 14 -139 
387 13 23 14 24 13 19 13 -13 14 3 13 85 13 65 14 104 
388 13 111 14 -18 13 -50 13 19 14 -146 13 -36 14 -79 13 134 
389 13 71 14 62 13 5 14 -47 13 -2 13 -27 14 -2 13 -66 
390 13 107 14 23 13 -129 14 2 13 -108 13 -58 14 23 13 22 
391 14 174 13 -194 13 34 14 39 13 161 14 -19 13 65 13 26 
392 14 -15 13 112 14 36 13 -13 13 -108 14 46 13 -39 13 63 
393 14 -49 13 45 14 25 13 89 13 30 14 -104 13 -209 14 7 
394 13 -78 13 19 14 90 13 -108 14 55 13 -15 13 -31 14 -112 
395 13 18 13 -34 14 117 13 -81 14 -41 13 63 13 -64 14 48 
396 13 -75 14 -113 13 80 13 53 14 0 13 62 14 4 13 97 
397 13 -182 14 16 13 82 13 131 14 12 13 -58 14 14 13 2 
398 13 -49 14 10 13 14 14 -140 13 -26 13 121 14 -46 13 -111 
399 14 -36 13 38 13 107 14 45 13 -64 14 -57 13 -110 13 201 
400 14 -71 13 16 13 21 14 9 13 -34 14 0 13 -133 13 -14 
401 14 32 13 5 14 23 13 -44 13 -145 14 -100 13 188 14 -92 
402 13 105 13 -5 14 -10 13 32 13 148 14 -189 13 -27 14 -98 
403 13 124 13 -55 14 13 13 13 14 124 13 -88 13 -35 14 104 
404 13 -190 14 36 13 166 13 -63 14 -84 13 53 14 29 13 -37 
405 13 165 14 18 13 -108 13 118 14 -61 13 70 14 -14 13 -108 
406 13 75 14 -18 13 89 14 -10 13 -18 13 107 14 1 13 -15 
407 14 23 13 25 13 177 14 53 13 -86 13 -201 14 26 13 29 
408 14 -87 13 75 13 77 14 151 13 -17 14 -11 13 -40 13 130 
409 14 -29 13 11 14 86 13 -44 13 -16 14 39 13 -7 13 104 
410 14 18 13 -13 14 -61 13 44 9 60 3514 2847 206 MP stroke
411 DO
412 5356 0 899 3731 2 MP stroke
413 gr
414
415 DO
416  646 3959 mt  -90 rotate
417 (10 poles) s
418 90 rotate
419 3363 4904 mt 
420 (Time / s) s
421 SO
422
423 end %%Color Dict
424
425 eplot
426 %%EndObject
427
428 epage
429 end
430
431 showpage
432
433 %%Trailer
434 %%BoundingBox:    60   199   548   583
435 %%Pages: 001
436 %%EOF