create changelog entry
[debian/openrocket] / core / doc / techdoc / figures / wind / pinktime2.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: ./pinktime2.eps
4 %%CreationDate: 10/08/2008  10:29:02
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:    78   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   728   341  5643  4614 rc
174 76 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 5186 rf
187 6 w
188 0 4226 5356 0 0 -4226 899 4615 4 MP
189 PP
190 -5356 0 0 4226 5356 0 0 -4226 899 4615 5 MP stroke
191 4 w
192 DO
193 SO
194 6 w
195 0 sg
196  899 4615 mt 6255 4615 L
197  899  389 mt 6255  389 L
198  899 4615 mt  899  389 L
199 6255 4615 mt 6255  389 L
200  899 4615 mt 6255 4615 L
201  899 4615 mt  899  389 L
202  899 4615 mt  899 4561 L
203  899  389 mt  899  442 L
204 %%IncludeResource: font Helvetica
205 /Helvetica /ISOLatin1Encoding 120 FMSR
206
207  866 4760 mt 
208 (0) s
209 2238 4615 mt 2238 4561 L
210 2238  389 mt 2238  442 L
211 2205 4760 mt 
212 (5) s
213 3577 4615 mt 3577 4561 L
214 3577  389 mt 3577  442 L
215 3511 4760 mt 
216 (10) s
217 4916 4615 mt 4916 4561 L
218 4916  389 mt 4916  442 L
219 4850 4760 mt 
220 (15) s
221 6255 4615 mt 6255 4561 L
222 6255  389 mt 6255  442 L
223 6189 4760 mt 
224 (20) s
225  899 4192 mt  952 4192 L
226 6255 4192 mt 6201 4192 L
227  728 4236 mt 
228 (-2) s
229  899 3347 mt  952 3347 L
230 6255 3347 mt 6201 3347 L
231  728 3391 mt 
232 (-1) s
233  899 2502 mt  952 2502 L
234 6255 2502 mt 6201 2502 L
235  798 2546 mt 
236 (0) s
237  899 1656 mt  952 1656 L
238 6255 1656 mt 6201 1656 L
239  798 1700 mt 
240 (1) s
241  899  811 mt  952  811 L
242 6255  811 mt 6201  811 L
243  798  855 mt 
244 (2) s
245  899 4615 mt 6255 4615 L
246  899  389 mt 6255  389 L
247  899 4615 mt  899  389 L
248 6255 4615 mt 6255  389 L
249 gs 899 389 5357 4227 rc
250 10 -392 13 43 14 -291 13 -149 13 117 14 -396 13 -176 13 256 
251 14 914 13 -659 14 281 13 217 13 -424 14 -189 13 -468 14 465 
252 13 -301 13 408 14 312 13 -271 14 -15 13 -294 13 -39 14 160 
253 13 539 13 -423 14 -273 13 965 14 -553 13 -374 13 -641 14 53 
254 13 -94 14 166 13 -116 13 71 14 -46 13 -406 14 -32 13 211 
255 13 -417 14 529 13 411 14 -348 13 -375 13 -249 14 565 13 430 
256 13 520 14 73 13 392 14 -461 13 692 13 -96 14 -400 13 -1263 
257 14 275 13 169 13 69 14 -178 13 204 14 -384 13 -394 13 301 
258 14 71 13 -1000 13 773 14 -349 13 -1294 14 556 13 -113 13 -14 
259 14 93 13 11 14 -520 13 -210 13 -229 14 45 13 939 14 1017 
260 13 -594 13 -51 14 266 13 -163 13 543 14 -99 13 -291 14 304 
261 13 394 13 -90 14 -674 13 573 14 -368 13 -383 13 -76 14 648 
262 13 -257 14 403 13 533 13 -357 14 133 13 -214 14 -229 13 178 
263 13 -311 14 -161 13 371 13 -319 14 -38 13 -553 14 467 13 37 
264 13 -476 14 82 13 456 14 540 13 704 13 -579 14 9 13 -419 
265 14 816 13 212 13 -164 14 -223 13 -10 13 -279 14 -16 13 549 
266 14 -189 13 289 13 -545 14 -350 13 677 14 452 13 -193 13 -654 
267 14 291 13 -502 14 754 13 -509 13 86 14 -134 13 -736 14 -554 
268 13 -103 13 142 14 -26 13 68 13 101 14 -139 13 -404 14 194 
269 13 195 13 337 14 430 13 355 14 -113 13 162 13 -274 14 185 
270 13 -66 14 -627 13 -129 13 -372 14 -388 13 420 13 -269 14 209 
271 13 355 14 349 13 186 13 -395 14 487 13 456 14 -274 13 153 
272 13 -878 14 863 13 167 14 555 13 -218 13 336 14 84 13 28 
273 13 85 14 -239 13 228 14 23 13 -445 13 -206 14 93 13 -232 
274 14 -282 13 -541 13 752 14 -368 13 -24 14 18 13 68 13 -328 
275 14 -262 13 -242 14 55 13 -299 13 200 14 852 13 -551 13 -653 
276 14 -46 13 -27 14 297 13 712 13 -166 14 -597 13 -451 14 -449 
277 13 128 13 117 14 563 13 63 14 -197 13 382 13 -335 14 -325 
278 13 6 13 393 14 61 13 367 14 -936 13 -313 13 299 14 -14 
279 13 789 14 -108 13 -103 13 670 14 -285 13 349 14 194 13 -676 
280 13 140 14 -483 13 -330 14 -383 13 604 13 -330 14 -331 13 554 
281 13 -423 14 582 13 243 14 428 13 628 13 -206 14 454 13 8 
282 14 -250 13 228 13 -209 14 455 13 151 14 -148 13 -560 13 247 
283 14 953 13 -1209 13 285 14 622 13 -359 14 32 13 -30 13 -234 
284 14 330 13 129 14 -530 13 -741 13 -251 14 45 13 261 14 -19 
285 13 878 13 346 14 43 13 -336 13 56 899 1839 286 MP stroke
286 14 529 13 340 14 -323 13 418 13 -142 14 -542 13 -528 14 -329 
287 13 -383 13 46 14 -163 13 886 14 80 13 19 13 -141 14 -568 
288 13 -185 14 127 13 411 13 716 14 5 13 667 13 39 14 -25 
289 13 -400 14 -675 13 -34 13 -455 14 -166 13 27 14 122 13 -50 
290 13 195 14 71 13 -231 14 217 13 -213 13 -337 14 -40 13 -124 
291 13 593 14 -337 13 -199 14 -505 13 31 13 133 14 425 13 68 
292 14 -304 13 527 13 220 14 143 13 -165 14 119 13 137 13 668 
293 14 271 13 -314 14 -679 13 -386 13 318 14 295 13 418 13 -276 
294 14 685 13 -187 14 -291 13 186 13 -494 14 -471 13 -466 14 -50 
295 13 -776 13 1003 14 -1011 13 -762 14 -520 13 825 13 -147 14 495 
296 13 -136 13 502 14 56 13 61 14 416 13 258 13 339 14 127 
297 13 589 14 20 13 72 13 -257 14 -136 13 270 14 -324 13 45 
298 13 -528 14 572 13 -136 13 -209 14 -114 13 -565 14 752 13 -84 
299 13 -636 14 672 13 33 14 207 13 -64 13 -24 14 91 13 199 
300 14 414 13 298 7 143 4721 389 116 MP stroke
301 gr
302
303 3363 4903 mt 
304 (Time / s) s
305
306 end %%Color Dict
307
308 eplot
309 %%EndObject
310
311 epage
312 end
313
314 showpage
315
316 %%Trailer
317 %%BoundingBox:    78   199   548   583
318 %%Pages: 001
319 %%EOF