create changelog entry
[debian/openrocket] / core / doc / techdoc / figures / wind / pinktime.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.24-19-generic #1 SMP Wed Aug 20 17:53:40 UTC 2008 x86_64.
3 %%Title: /m/fs/scratch/scratch/38/spniskan/pinktimesub2.eps
4 %%CreationDate: 10/09/2008  10:50:28
5 %%DocumentNeededFonts: Helvetica
6 %%DocumentProcessColors: Cyan Magenta Yellow Black
7 %%LanguageLevel: 2
8 %%Pages: 1
9 %%BoundingBox:    36   193   574   597
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:    36   193   574   597
165 MathWorks begin
166 bpage
167 %%EndPageSetup
168
169 %%BeginObject: obj1
170 bplot
171
172 /dpi2point 12 def
173 portraitMode 0432 7164 csm
174
175     0     0  6456  4845 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 6457 4846 rf
189 6 w
190 0 1794 5004 0 0 -1794 839 2157 4 MP
191 PP
192 -5004 0 0 1794 5004 0 0 -1794 839 2157 5 MP stroke
193 4 w
194 DO
195 SO
196 6 w
197 0 sg
198  839 2157 mt 5843 2157 L
199  839  363 mt 5843  363 L
200  839 2157 mt  839  363 L
201 5843 2157 mt 5843  363 L
202  839 2157 mt 5843 2157 L
203  839 2157 mt  839  363 L
204  839 2157 mt  839 2106 L
205  839  363 mt  839  413 L
206 2090 2157 mt 2090 2106 L
207 2090  363 mt 2090  413 L
208 3341 2157 mt 3341 2106 L
209 3341  363 mt 3341  413 L
210 4592 2157 mt 4592 2106 L
211 4592  363 mt 4592  413 L
212 5843 2157 mt 5843 2106 L
213 5843  363 mt 5843  413 L
214  839 1977 mt  889 1977 L
215 5843 1977 mt 5792 1977 L
216 %%IncludeResource: font Helvetica
217 /Helvetica /ISOLatin1Encoding 120 FMSR
218
219  668 2021 mt 
220 (-4) s
221  839 1618 mt  889 1618 L
222 5843 1618 mt 5792 1618 L
223  668 1662 mt 
224 (-2) s
225  839 1260 mt  889 1260 L
226 5843 1260 mt 5792 1260 L
227  738 1304 mt 
228 (0) s
229  839  901 mt  889  901 L
230 5843  901 mt 5792  901 L
231  738  945 mt 
232 (2) s
233  839  542 mt  889  542 L
234 5843  542 mt 5792  542 L
235  738  586 mt 
236 (4) s
237  839 2157 mt 5843 2157 L
238  839  363 mt 5843  363 L
239  839 2157 mt  839  363 L
240 5843 2157 mt 5843  363 L
241 gs 839 363 5005 1795 rc
242 13 -71 13 -26 12 5 13 -133 12 -81 13 86 12 -28 13 96 
243 12 15 13 29 12 -11 13 82 12 -41 13 38 12 -41 13 -151 
244 12 12 13 15 12 12 13 -17 12 2 13 88 12 72 13 109 
245 12 114 13 -18 12 -54 13 15 12 -153 13 -36 12 -77 13 140 
246 12 77 13 65 12 9 13 -46 12 -2 13 -27 12 -2 13 -67 
247 12 104 13 15 12 -143 13 -11 12 -122 13 -70 12 15 13 9 
248 12 166 13 -205 13 33 12 37 13 164 12 -17 13 69 12 33 
249 13 -7 12 120 13 42 12 -6 13 -101 12 57 13 -28 12 77 
250 13 -35 12 63 13 41 12 102 13 37 12 -100 13 -207 12 13 
251 13 -72 12 25 13 97 12 -105 13 59 12 -15 13 -31 12 -113 
252 13 21 12 -35 13 117 12 -83 13 -44 12 60 13 -71 12 42 
253 13 -82 12 -117 13 78 12 54 13 0 12 65 13 3 12 99 
254 13 -179 12 25 13 93 12 141 13 21 13 -51 12 22 13 9 
255 12 -44 13 13 12 17 13 -137 12 -22 13 123 12 -46 13 -110 
256 12 -29 13 46 12 114 13 50 12 -61 13 -50 12 -104 13 212 
257 12 -62 13 26 12 28 13 16 12 -32 13 2 12 -131 13 -13 
258 12 35 13 3 12 18 13 -51 12 -148 13 -105 12 191 13 -94 
259 12 105 13 -4 12 -9 13 29 12 145 13 -200 12 -32 13 -105 
260 12 119 13 -61 12 9 13 6 12 118 13 -97 13 -48 12 94 
261 13 -200 12 25 13 156 12 -76 13 -95 12 42 13 23 12 -46 
262 13 157 12 9 13 -120 12 110 13 -74 12 56 13 -28 12 -122 
263 13 64 12 -30 13 78 12 -18 13 -27 12 100 13 -7 12 -21 
264 13 20 12 21 13 170 12 39 13 -103 12 -218 13 10 12 16 
265 13 -99 12 70 13 71 12 146 13 -26 12 -15 13 -45 12 127 
266 13 -30 12 8 13 85 12 -45 13 -15 12 43 13 -3 12 109 
267 13 19 13 -10 12 -58 13 43 12 87 13 -129 12 -95 13 -136 
268 12 176 13 -1 12 -58 13 -106 12 -45 13 0 12 153 13 -50 
269 12 -9 13 50 12 -2 13 -27 12 87 13 -13 12 131 13 -197 
270 12 98 13 29 12 0 13 82 12 72 13 -70 12 91 13 -27 
271 12 181 13 80 12 -25 13 -52 12 63 13 -55 12 -49 13 -150 
272 12 212 13 19 12 -23 13 -55 12 -58 13 5 12 31 13 52 
273 12 -5 13 -73 13 3 12 -97 13 -1 12 -24 13 -65 12 -14 
274 13 -20 12 -42 13 -72 12 65 13 -10 12 -79 13 -40 12 -12 
275 13 65 12 142 13 -186 12 -64 13 -96 12 25 13 -31 12 71 
276 13 -92 12 129 13 42 12 -101 13 24 12 -62 13 76 12 -24 
277 13 50 12 -5 13 142 12 -40 13 152 12 -103 13 73 12 7 
278 13 -58 12 -26 13 14 12 -7 13 -27 12 0 13 -61 12 136 
279 13 -99 12 -134 13 129 2102 1143 300 MP stroke
280 12 40 13 -33 13 -82 12 36 13 -1 12 125 13 59 12 40 
281 13 -159 12 -19 13 -26 12 118 13 178 12 35 13 -87 12 61 
282 13 -107 12 80 13 -24 12 1 13 14 12 31 13 -60 12 -76 
283 13 -214 12 118 13 -123 12 132 13 -26 12 -53 13 -9 12 -43 
284 13 -25 12 -11 13 66 12 -113 13 155 12 -12 13 86 12 -18 
285 13 13 12 -34 13 94 12 32 13 -37 12 -108 13 -75 12 132 
286 13 40 12 109 13 62 13 -112 12 -85 13 -112 12 -75 13 -71 
287 12 -71 13 -30 12 59 13 23 12 6 13 -86 12 31 13 42 
288 12 15 13 76 12 123 13 -86 12 -84 13 82 12 -41 13 -32 
289 12 70 13 -94 12 20 13 97 12 -124 13 -44 12 37 13 47 
290 12 -132 13 105 12 -39 13 -49 12 124 13 -161 12 -28 13 40 
291 12 -102 13 -39 12 -65 13 -9 12 -43 13 16 12 -85 13 3 
292 12 -2 13 -3 12 53 13 79 12 59 839 1558 102 MP stroke
293 DO
294 5004 0 839 1260 2 MP stroke
295 gr
296
297 DO
298  586 1454 mt  -90 rotate
299 (2 poles) s
300 90 rotate
301 SO
302 1 sg
303 0 1809 5004 0 0 -1809 839 4312 4 MP
304 PP
305 -5004 0 0 1809 5004 0 0 -1809 839 4312 5 MP stroke
306 4 w
307 DO
308 SO
309 6 w
310 0 sg
311  839 4312 mt 5843 4312 L
312  839 2503 mt 5843 2503 L
313  839 4312 mt  839 2503 L
314 5843 4312 mt 5843 2503 L
315  839 4312 mt 5843 4312 L
316  839 4312 mt  839 2503 L
317  839 4312 mt  839 4261 L
318  839 2503 mt  839 2553 L
319  806 4457 mt 
320 (0) s
321 2090 4312 mt 2090 4261 L
322 2090 2503 mt 2090 2553 L
323 2057 4457 mt 
324 (5) s
325 3341 4312 mt 3341 4261 L
326 3341 2503 mt 3341 2553 L
327 3275 4457 mt 
328 (10) s
329 4592 4312 mt 4592 4261 L
330 4592 2503 mt 4592 2553 L
331 4526 4457 mt 
332 (15) s
333 5843 4312 mt 5843 4261 L
334 5843 2503 mt 5843 2553 L
335 5777 4457 mt 
336 (20) s
337  839 4131 mt  889 4131 L
338 5843 4131 mt 5792 4131 L
339  668 4175 mt 
340 (-4) s
341  839 3769 mt  889 3769 L
342 5843 3769 mt 5792 3769 L
343  668 3813 mt 
344 (-2) s
345  839 3407 mt  889 3407 L
346 5843 3407 mt 5792 3407 L
347  738 3451 mt 
348 (0) s
349  839 3045 mt  889 3045 L
350 5843 3045 mt 5792 3045 L
351  738 3089 mt 
352 (2) s
353  839 2683 mt  889 2683 L
354 5843 2683 mt 5792 2683 L
355  738 2727 mt 
356 (4) s
357  839 4312 mt 5843 4312 L
358  839 2503 mt 5843 2503 L
359  839 4312 mt  839 2503 L
360 5843 4312 mt 5843 2503 L
361 gs 839 2503 5005 1810 rc
362 0 -1 12 -77 13 -15 12 12 13 36 12 -21 13 -87 13 -9 
363 12 -109 13 -9 12 -33 13 -71 12 -19 13 -24 12 -47 13 -76 
364 12 65 13 -10 12 -80 13 -41 12 -16 13 68 12 150 13 -180 
365 12 -57 13 -88 12 31 13 -23 12 76 13 -88 12 137 13 50 
366 12 -96 13 30 12 -58 13 79 12 -24 13 48 12 -8 13 135 
367 12 -45 13 147 12 -109 13 68 12 5 13 -63 12 -29 13 12 
368 12 -10 13 -27 12 -4 13 -61 12 139 13 -102 12 -137 13 129 
369 12 41 13 -34 13 -86 12 30 13 -9 12 117 13 55 12 36 
370 13 -167 12 -31 13 -43 12 101 13 164 12 18 13 -104 12 44 
371 13 -125 12 64 13 -41 12 -15 13 1 12 22 13 -65 12 -84 
372 13 -220 12 111 13 -131 12 129 13 -29 12 -56 13 -12 12 -46 
373 13 -30 12 -14 13 59 12 -124 13 146 12 -24 13 75 12 -29 
374 13 -2 12 -50 13 81 12 21 13 -49 12 -125 13 -94 12 113 
375 13 20 12 95 13 52 13 -120 12 -89 13 -114 12 -74 13 -71 
376 12 -72 13 -31 12 57 13 25 12 4 13 -90 12 26 13 35 
377 12 5 13 69 12 118 13 -94 12 -91 13 76 12 -48 13 -37 
378 12 65 13 -102 12 17 13 94 12 -129 13 -48 12 35 13 44 
379 12 -135 13 105 12 -42 13 -46 12 129 13 -158 12 -19 13 52 
380 12 -89 13 -24 12 -50 13 9 12 -23 13 35 12 -66 13 21 
381 12 14 13 10 12 65 13 89 12 70 839 3877 158 MP stroke
382 6 -82 5 82 2835 2503 3 MP stroke
383 8 -124 12 97 13 24 12 -7 2 10 3001 2503 6 MP stroke
384 10 -90 12 -91 13 -132 12 186 13 9 12 -47 13 -96 12 -38 
385 13 8 12 162 13 -43 12 -3 13 57 12 2 13 -24 12 88 
386 13 -8 5 60 3060 2503 19 MP stroke
387 13 -65 13 -14 12 17 13 -124 12 -72 13 94 12 -23 13 103 
388 12 20 13 33 12 -6 13 90 12 -34 13 52 12 -29 13 -142 
389 12 23 13 25 12 19 13 -13 12 3 13 86 12 68 13 106 
390 12 113 13 -18 12 -51 13 19 12 -149 13 -37 12 -81 13 137 
391 12 73 13 63 12 5 13 -48 12 -2 13 -27 12 -3 13 -67 
392 12 110 13 23 12 -132 13 2 12 -111 13 -59 12 24 13 22 
393 12 178 13 -198 13 35 12 40 13 164 12 -19 13 66 12 27 
394 13 -15 12 114 13 37 12 -14 13 -110 12 47 13 -39 12 64 
395 13 -51 12 47 13 25 12 91 13 31 12 -107 13 -214 12 8 
396 13 -80 12 19 13 92 12 -110 13 57 12 -16 13 -32 12 -114 
397 13 18 12 -34 13 120 12 -84 13 -41 12 64 13 -66 12 49 
398 13 -77 12 -115 13 82 12 54 13 0 12 64 13 3 12 100 
399 13 -186 12 16 13 84 12 134 13 12 13 -59 12 14 13 3 
400 12 -51 13 11 12 14 13 -144 12 -26 13 124 12 -48 13 -113 
401 12 -36 13 39 12 108 13 47 12 -65 13 -59 12 -113 13 206 
402 12 -73 13 17 12 21 13 9 12 -35 13 0 12 -135 13 -15 
403 12 33 13 5 12 24 13 -45 12 -149 13 -102 12 193 13 -95 
404 12 107 13 -4 12 -11 13 33 12 152 13 -194 12 -28 13 -100 
405 12 127 13 -56 12 13 13 13 12 127 13 -90 13 -35 12 106 
406 13 -195 12 37 13 170 12 -64 13 -86 12 54 13 30 12 -38 
407 13 168 12 19 13 -111 12 122 13 -63 12 71 13 -14 12 -110 
408 13 76 12 -19 13 91 12 -9 13 -19 12 109 13 1 12 -14 
409 13 23 12 26 13 180 12 55 13 -89 12 -204 13 26 12 29 
410 13 -89 12 77 13 79 12 155 13 -18 12 -11 13 -41 12 132 
411 13 -29 12 11 13 88 12 -45 13 -16 12 40 13 -8 12 107 
412 13 18 13 -13 12 -62 13 45 8 61 3282 2503 206 MP stroke
413 DO
414 5004 0 839 3407 2 MP stroke
415 gr
416
417 DO
418  586 3635 mt  -90 rotate
419 (10 poles) s
420 90 rotate
421 3127 4600 mt 
422 (Time / s) s
423 SO
424
425 end %%Color Dict
426
427 eplot
428 %%EndObject
429
430 epage
431 end
432
433 showpage
434
435 %%Trailer
436 %%EOF