Moving doc/ to core/ directory.
[debian/openrocket] / core / doc / techdoc / figures / wind-old / pinktime1.eps
diff --git a/core/doc/techdoc/figures/wind-old/pinktime1.eps b/core/doc/techdoc/figures/wind-old/pinktime1.eps
new file mode 100644 (file)
index 0000000..ecd8a65
--- /dev/null
@@ -0,0 +1,367 @@
+%!PS-Adobe-3.0 
+%%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.
+%%Title: ./pinktime.eps
+%%CreationDate: 10/08/2008  10:13:55
+%%DocumentNeededFonts: Helvetica
+%%DocumentProcessColors: Cyan Magenta Yellow Black
+%%LanguageLevel: 2
+%%Pages: (atend)
+%%BoundingBox: (atend)
+%%EndComments
+
+%%BeginProlog
+% MathWorks dictionary
+/MathWorks 160 dict begin
+% definition operators
+/bdef {bind def} bind def
+/ldef {load def} bind def
+/xdef {exch def} bdef
+/xstore {exch store} bdef
+% operator abbreviations
+/c  /clip ldef
+/cc /concat ldef
+/cp /closepath ldef
+/gr /grestore ldef
+/gs /gsave ldef
+/mt /moveto ldef
+/np /newpath ldef
+/cm /currentmatrix ldef
+/sm /setmatrix ldef
+/rm /rmoveto ldef
+/rl /rlineto ldef
+/s {show newpath} bdef
+/sc {setcmykcolor} bdef
+/sr /setrgbcolor ldef
+/sg /setgray ldef
+/w /setlinewidth ldef
+/j /setlinejoin ldef
+/cap /setlinecap ldef
+/rc {rectclip} bdef
+/rf {rectfill} bdef
+% page state control
+/pgsv () def
+/bpage {/pgsv save def} bdef
+/epage {pgsv restore} bdef
+/bplot /gsave ldef
+/eplot {stroke grestore} bdef
+% orientation switch
+/portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def
+% coordinate system mappings
+/dpi2point 0 def
+% font control
+/FontSize 0 def
+/FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0]
+  makefont setfont} bdef
+/reencode {exch dup where {pop load} {pop StandardEncoding} ifelse
+  exch dup 3 1 roll findfont dup length dict begin
+  { 1 index /FID ne {def}{pop pop} ifelse } forall
+  /Encoding exch def currentdict end definefont pop} bdef
+/isroman {findfont /CharStrings get /Agrave known} bdef
+/FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse
+  exch FMS} bdef
+/csm {1 dpi2point div -1 dpi2point div scale neg translate
+ dup landscapeMode eq {pop -90 rotate}
+  {rotateMode eq {90 rotate} if} ifelse} bdef
+% line types: solid, dotted, dashed, dotdash
+/SO { [] 0 setdash } bdef
+/DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
+/DA { [6 dpi2point mul] 0 setdash } bdef
+/DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4
+  dpi2point mul] 0 setdash } bdef
+% macros for lines and objects
+/L {lineto stroke} bdef
+/MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef
+/AP {{rlineto} repeat} bdef
+/PDlw -1 def
+/W {/PDlw currentlinewidth def setlinewidth} def
+/PP {closepath eofill} bdef
+/DP {closepath stroke} bdef
+/MR {4 -2 roll moveto dup  0 exch rlineto exch 0 rlineto
+  neg 0 exch rlineto closepath} bdef
+/FR {MR stroke} bdef
+/PR {MR fill} bdef
+/L1i {{currentfile picstr readhexstring pop} image} bdef
+/tMatrix matrix def
+/MakeOval {newpath tMatrix currentmatrix pop translate scale
+0 0 1 0 360 arc tMatrix setmatrix} bdef
+/FO {MakeOval stroke} bdef
+/PO {MakeOval fill} bdef
+/PD {currentlinewidth 2 div 0 360 arc fill
+   PDlw -1 eq not {PDlw w /PDlw -1 def} if} def
+/FA {newpath tMatrix currentmatrix pop translate scale
+  0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef
+/PA {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
+  0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef
+/FAn {newpath tMatrix currentmatrix pop translate scale
+  0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef
+/PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
+  0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef
+/vradius 0 def /hradius 0 def /lry 0 def
+/lrx 0 def /uly 0 def /ulx 0 def /rad 0 def
+/MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef
+  /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly
+  vradius add translate hradius vradius scale 0 0 1 180 270 arc 
+  tMatrix setmatrix lrx hradius sub uly vradius add translate
+  hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix
+  lrx hradius sub lry vradius sub translate hradius vradius scale
+  0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub
+  translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix
+  closepath} bdef
+/FRR {MRR stroke } bdef
+/PRR {MRR fill } bdef
+/MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def
+  newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
+  rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad
+  sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix
+  closepath} bdef
+/FlrRR {MlrRR stroke } bdef
+/PlrRR {MlrRR fill } bdef
+/MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def
+  newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
+  rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad
+  sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix
+  closepath} bdef
+/FtbRR {MtbRR stroke } bdef
+/PtbRR {MtbRR fill } bdef
+/stri 6 array def /dtri 6 array def
+/smat 6 array def /dmat 6 array def
+/tmat1 6 array def /tmat2 6 array def /dif 3 array def
+/asub {/ind2 exch def /ind1 exch def dup dup
+  ind1 get exch ind2 get sub exch } bdef
+/tri_to_matrix {
+  2 0 asub 3 1 asub 4 0 asub 5 1 asub
+  dup 0 get exch 1 get 7 -1 roll astore } bdef
+/compute_transform {
+  dmat dtri tri_to_matrix tmat1 invertmatrix 
+  smat stri tri_to_matrix tmat2 concatmatrix } bdef
+/ds {stri astore pop} bdef
+/dt {dtri astore pop} bdef
+/db {2 copy /cols xdef /rows xdef mul dup string
+  currentfile 
+  3 index 0 eq {/ASCIIHexDecode filter}
+  {/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if }
+  ifelse exch readstring pop
+  /bmap xdef pop pop} bdef
+/it {gs np dtri aload pop moveto lineto lineto cp c
+  cols rows 8 compute_transform 
+  {bmap} image gr}bdef
+/il {newpath moveto lineto stroke}bdef
+currentdict end def
+%%EndProlog
+
+%%BeginSetup
+MathWorks begin
+
+0 cap
+
+end
+%%EndSetup
+
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox:    70   199   548   589
+MathWorks begin
+bpage
+%%EndPageSetup
+
+%%BeginObject: obj1
+bplot
+
+/dpi2point 12 def
+portraitMode 0216 7344 csm
+
+  628   274  5743  4681 rc
+76 dict begin %Colortable dictionary
+/c0 { 0.000000 0.000000 0.000000 sr} bdef
+/c1 { 1.000000 1.000000 1.000000 sr} bdef
+/c2 { 0.900000 0.000000 0.000000 sr} bdef
+/c3 { 0.000000 0.820000 0.000000 sr} bdef
+/c4 { 0.000000 0.000000 0.800000 sr} bdef
+/c5 { 0.910000 0.820000 0.320000 sr} bdef
+/c6 { 1.000000 0.260000 0.820000 sr} bdef
+/c7 { 0.000000 0.820000 0.820000 sr} bdef
+c0
+1 j
+1 sg
+   0    0 6913 5186 rf
+6 w
+0 4226 5356 0 0 -4226 899 4615 4 MP
+PP
+-5356 0 0 4226 5356 0 0 -4226 899 4615 5 MP stroke
+4 w
+DO
+SO
+6 w
+0 sg
+ 899 4615 mt 6255 4615 L
+ 899  389 mt 6255  389 L
+ 899 4615 mt  899  389 L
+6255 4615 mt 6255  389 L
+ 899 4615 mt 6255 4615 L
+ 899 4615 mt  899  389 L
+ 899 4615 mt  899 4561 L
+ 899  389 mt  899  442 L
+%%IncludeResource: font Helvetica
+/Helvetica /ISOLatin1Encoding 120 FMSR
+
+ 866 4760 mt 
+(0) s
+1434 4615 mt 1434 4561 L
+1434  389 mt 1434  442 L
+1401 4760 mt 
+(2) s
+1970 4615 mt 1970 4561 L
+1970  389 mt 1970  442 L
+1937 4760 mt 
+(4) s
+2505 4615 mt 2505 4561 L
+2505  389 mt 2505  442 L
+2472 4760 mt 
+(6) s
+3041 4615 mt 3041 4561 L
+3041  389 mt 3041  442 L
+3008 4760 mt 
+(8) s
+3577 4615 mt 3577 4561 L
+3577  389 mt 3577  442 L
+3511 4760 mt 
+(10) s
+4112 4615 mt 4112 4561 L
+4112  389 mt 4112  442 L
+4046 4760 mt 
+(12) s
+4648 4615 mt 4648 4561 L
+4648  389 mt 4648  442 L
+4582 4760 mt 
+(14) s
+5183 4615 mt 5183 4561 L
+5183  389 mt 5183  442 L
+5117 4760 mt 
+(16) s
+5719 4615 mt 5719 4561 L
+5719  389 mt 5719  442 L
+5653 4760 mt 
+(18) s
+6255 4615 mt 6255 4561 L
+6255  389 mt 6255  442 L
+6189 4760 mt 
+(20) s
+ 899 4615 mt  952 4615 L
+6255 4615 mt 6201 4615 L
+ 628 4659 mt 
+(-2.5) s
+ 899 4192 mt  952 4192 L
+6255 4192 mt 6201 4192 L
+ 728 4236 mt 
+(-2) s
+ 899 3769 mt  952 3769 L
+6255 3769 mt 6201 3769 L
+ 628 3813 mt 
+(-1.5) s
+ 899 3347 mt  952 3347 L
+6255 3347 mt 6201 3347 L
+ 728 3391 mt 
+(-1) s
+ 899 2924 mt  952 2924 L
+6255 2924 mt 6201 2924 L
+ 628 2968 mt 
+(-0.5) s
+ 899 2502 mt  952 2502 L
+6255 2502 mt 6201 2502 L
+ 798 2546 mt 
+(0) s
+ 899 2079 mt  952 2079 L
+6255 2079 mt 6201 2079 L
+ 698 2123 mt 
+(0.5) s
+ 899 1656 mt  952 1656 L
+6255 1656 mt 6201 1656 L
+ 798 1700 mt 
+(1) s
+ 899 1234 mt  952 1234 L
+6255 1234 mt 6201 1234 L
+ 698 1278 mt 
+(1.5) s
+ 899  811 mt  952  811 L
+6255  811 mt 6201  811 L
+ 798  855 mt 
+(2) s
+ 899  389 mt  952  389 L
+6255  389 mt 6201  389 L
+ 698  433 mt 
+(2.5) s
+ 899 4615 mt 6255 4615 L
+ 899  389 mt 6255  389 L
+ 899 4615 mt  899  389 L
+6255 4615 mt 6255  389 L
+gs 899 389 5357 4227 rc
+10 -392 13 43 14 -291 13 -149 13 117 14 -396 13 -176 13 256 
+14 914 13 -659 14 281 13 217 13 -424 14 -189 13 -468 14 465 
+13 -301 13 408 14 312 13 -271 14 -15 13 -294 13 -39 14 160 
+13 539 13 -423 14 -273 13 965 14 -553 13 -374 13 -641 14 53 
+13 -94 14 166 13 -116 13 71 14 -46 13 -406 14 -32 13 211 
+13 -417 14 529 13 411 14 -348 13 -375 13 -249 14 565 13 430 
+13 520 14 73 13 392 14 -461 13 692 13 -96 14 -400 13 -1263 
+14 275 13 169 13 69 14 -178 13 204 14 -384 13 -394 13 301 
+14 71 13 -1000 13 773 14 -349 13 -1294 14 556 13 -113 13 -14 
+14 93 13 11 14 -520 13 -210 13 -229 14 45 13 939 14 1017 
+13 -594 13 -51 14 266 13 -163 13 543 14 -99 13 -291 14 304 
+13 394 13 -90 14 -674 13 573 14 -368 13 -383 13 -76 14 648 
+13 -257 14 403 13 533 13 -357 14 133 13 -214 14 -229 13 178 
+13 -311 14 -161 13 371 13 -319 14 -38 13 -553 14 467 13 37 
+13 -476 14 82 13 456 14 540 13 704 13 -579 14 9 13 -419 
+14 816 13 212 13 -164 14 -223 13 -10 13 -279 14 -16 13 549 
+14 -189 13 289 13 -545 14 -350 13 677 14 452 13 -193 13 -654 
+14 291 13 -502 14 754 13 -509 13 86 14 -134 13 -736 14 -554 
+13 -103 13 142 14 -26 13 68 13 101 14 -139 13 -404 14 194 
+13 195 13 337 14 430 13 355 14 -113 13 162 13 -274 14 185 
+13 -66 14 -627 13 -129 13 -372 14 -388 13 420 13 -269 14 209 
+13 355 14 349 13 186 13 -395 14 487 13 456 14 -274 13 153 
+13 -878 14 863 13 167 14 555 13 -218 13 336 14 84 13 28 
+13 85 14 -239 13 228 14 23 13 -445 13 -206 14 93 13 -232 
+14 -282 13 -541 13 752 14 -368 13 -24 14 18 13 68 13 -328 
+14 -262 13 -242 14 55 13 -299 13 200 14 852 13 -551 13 -653 
+14 -46 13 -27 14 297 13 712 13 -166 14 -597 13 -451 14 -449 
+13 128 13 117 14 563 13 63 14 -197 13 382 13 -335 14 -325 
+13 6 13 393 14 61 13 367 14 -936 13 -313 13 299 14 -14 
+13 789 14 -108 13 -103 13 670 14 -285 13 349 14 194 13 -676 
+13 140 14 -483 13 -330 14 -383 13 604 13 -330 14 -331 13 554 
+13 -423 14 582 13 243 14 428 13 628 13 -206 14 454 13 8 
+14 -250 13 228 13 -209 14 455 13 151 14 -148 13 -560 13 247 
+14 953 13 -1209 13 285 14 622 13 -359 14 32 13 -30 13 -234 
+14 330 13 129 14 -530 13 -741 13 -251 14 45 13 261 14 -19 
+13 878 13 346 14 43 13 -336 13 56 899 1839 286 MP stroke
+14 529 13 340 14 -323 13 418 13 -142 14 -542 13 -528 14 -329 
+13 -383 13 46 14 -163 13 886 14 80 13 19 13 -141 14 -568 
+13 -185 14 127 13 411 13 716 14 5 13 667 13 39 14 -25 
+13 -400 14 -675 13 -34 13 -455 14 -166 13 27 14 122 13 -50 
+13 195 14 71 13 -231 14 217 13 -213 13 -337 14 -40 13 -124 
+13 593 14 -337 13 -199 14 -505 13 31 13 133 14 425 13 68 
+14 -304 13 527 13 220 14 143 13 -165 14 119 13 137 13 668 
+14 271 13 -314 14 -679 13 -386 13 318 14 295 13 418 13 -276 
+14 685 13 -187 14 -291 13 186 13 -494 14 -471 13 -466 14 -50 
+13 -776 13 1003 14 -1011 13 -762 14 -520 13 825 13 -147 14 495 
+13 -136 13 502 14 56 13 61 14 416 13 258 13 339 14 127 
+13 589 14 20 13 72 13 -257 14 -136 13 270 14 -324 13 45 
+13 -528 14 572 13 -136 13 -209 14 -114 13 -565 14 752 13 -84 
+13 -636 14 672 13 33 14 207 13 -64 13 -24 14 91 13 199 
+14 414 13 298 7 143 4721 389 116 MP stroke
+gr
+
+3363 4903 mt 
+(Time / s) s
+
+end %%Color Dict
+
+eplot
+%%EndObject
+
+epage
+end
+
+showpage
+
+%%Trailer
+%%BoundingBox:    70   199   548   589
+%%Pages: 001
+%%EOF