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