Moving doc/ to core/ directory.
[debian/openrocket] / core / doc / techdoc / figures / wind / pinktimesub.eps
diff --git a/core/doc/techdoc/figures/wind/pinktimesub.eps b/core/doc/techdoc/figures/wind/pinktimesub.eps
new file mode 100755 (executable)
index 0000000..3104f86
--- /dev/null
@@ -0,0 +1,436 @@
+%!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: ./pinktimesub.eps
+%%CreationDate: 10/09/2008  10:47:21
+%%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:    60   199   548   583
+MathWorks begin
+bpage
+%%EndPageSetup
+
+%%BeginObject: obj1
+bplot
+
+/dpi2point 12 def
+portraitMode 0216 7344 csm
+
+  510   341  5861  4615 rc
+85 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 5188 rf
+6 w
+0 1770 5356 0 0 -1770 899 2159 4 MP
+PP
+-5356 0 0 1770 5356 0 0 -1770 899 2159 5 MP stroke
+4 w
+DO
+SO
+6 w
+0 sg
+ 899 2159 mt 6255 2159 L
+ 899  389 mt 6255  389 L
+ 899 2159 mt  899  389 L
+6255 2159 mt 6255  389 L
+ 899 2159 mt 6255 2159 L
+ 899 2159 mt  899  389 L
+ 899 2159 mt  899 2105 L
+ 899  389 mt  899  442 L
+2238 2159 mt 2238 2105 L
+2238  389 mt 2238  442 L
+3577 2159 mt 3577 2105 L
+3577  389 mt 3577  442 L
+4916 2159 mt 4916 2105 L
+4916  389 mt 4916  442 L
+6255 2159 mt 6255 2105 L
+6255  389 mt 6255  442 L
+ 899 1982 mt  952 1982 L
+6255 1982 mt 6201 1982 L
+%%IncludeResource: font Helvetica
+/Helvetica /ISOLatin1Encoding 120 FMSR
+
+ 728 2026 mt 
+(-4) s
+ 899 1628 mt  952 1628 L
+6255 1628 mt 6201 1628 L
+ 728 1672 mt 
+(-2) s
+ 899 1274 mt  952 1274 L
+6255 1274 mt 6201 1274 L
+ 798 1318 mt 
+(0) s
+ 899  920 mt  952  920 L
+6255  920 mt 6201  920 L
+ 798  964 mt 
+(2) s
+ 899  566 mt  952  566 L
+6255  566 mt 6201  566 L
+ 798  610 mt 
+(4) s
+ 899 2159 mt 6255 2159 L
+ 899  389 mt 6255  389 L
+ 899 2159 mt  899  389 L
+6255 2159 mt 6255  389 L
+gs 899 389 5357 1771 rc
+14 -70 13 -25 14 4 13 -131 13 -80 14 85 13 -28 14 95 
+13 15 13 28 14 -11 13 82 14 -41 13 37 13 -40 14 -150 
+13 13 14 15 13 11 13 -17 14 3 13 87 13 71 14 107 
+13 113 14 -18 13 -53 13 14 14 -150 13 -36 14 -76 13 138 
+13 76 14 65 13 8 14 -46 13 -1 13 -27 14 -2 13 -66 
+13 102 14 15 13 -141 14 -11 13 -120 13 -69 14 15 13 9 
+14 163 13 -202 13 32 14 37 13 162 14 -17 13 68 13 33 
+14 -7 13 118 14 42 13 -6 13 -100 14 57 13 -28 13 76 
+14 -35 13 62 14 41 13 101 13 36 14 -98 13 -205 14 13 
+13 -71 13 24 14 96 13 -103 14 58 13 -15 13 -30 14 -112 
+13 21 13 -35 14 116 13 -82 14 -44 13 60 13 -70 14 41 
+13 -81 14 -116 13 78 13 53 14 0 13 64 14 3 13 98 
+13 -177 14 25 13 92 13 138 14 21 13 -50 14 21 13 10 
+13 -44 14 13 13 17 14 -135 13 -22 13 121 14 -46 13 -108 
+14 -28 13 45 13 112 14 49 13 -60 14 -48 13 -103 13 209 
+14 -62 13 26 13 28 14 15 13 -31 14 2 13 -130 13 -11 
+14 33 13 3 14 18 13 -50 13 -146 14 -103 13 188 14 -93 
+13 104 13 -4 14 -9 13 28 13 143 14 -197 13 -32 14 -103 
+13 117 13 -60 14 9 13 6 14 116 13 -96 13 -47 14 93 
+13 -198 14 26 13 153 13 -74 14 -95 13 42 14 23 13 -46 
+13 155 14 9 13 -119 13 109 14 -73 13 55 14 -27 13 -121 
+13 64 14 -30 13 78 14 -18 13 -27 13 98 14 -7 13 -20 
+14 20 13 20 13 168 14 38 13 -101 13 -215 14 9 13 16 
+14 -97 13 68 13 70 14 145 13 -26 14 -14 13 -45 13 126 
+14 -31 13 8 14 84 13 -44 13 -14 14 42 13 -4 13 108 
+14 19 13 -10 14 -57 13 42 13 86 14 -128 13 -93 14 -134 
+13 174 13 -2 14 -57 13 -105 14 -44 13 0 13 151 14 -49 
+13 -9 14 49 13 -1 13 -27 14 86 13 -13 13 130 14 -195 
+13 97 14 28 13 0 13 81 14 71 13 -69 14 90 13 -27 
+13 179 14 78 13 -24 14 -51 13 62 13 -54 14 -49 13 -148 
+13 209 14 20 13 -23 14 -55 13 -57 13 5 14 31 13 51 
+14 -5 13 -72 13 3 14 -96 13 -1 14 -24 13 -64 13 -13 
+14 -21 13 -41 14 -71 13 64 13 -9 14 -79 13 -38 13 -13 
+14 64 13 141 14 -184 13 -63 13 -94 14 23 13 -30 14 70 
+13 -90 13 127 14 41 13 -100 14 24 13 -61 13 75 14 -24 
+13 50 13 -5 14 140 13 -40 14 150 13 -101 13 71 14 8 
+13 -58 14 -25 13 14 13 -8 14 -25 13 -1 14 -60 13 134 
+13 -98 14 -132 13 127 2251 1159 300 MP stroke
+13 40 14 -32 13 -82 14 36 13 -1 13 123 14 58 13 40 
+14 -157 13 -19 13 -25 14 117 13 175 14 35 13 -86 13 60 
+14 -106 13 79 14 -24 13 2 13 13 14 31 13 -59 13 -76 
+14 -210 13 115 14 -121 13 130 13 -25 14 -52 13 -9 14 -42 
+13 -26 13 -10 14 65 13 -112 14 154 13 -13 13 85 14 -17 
+13 13 13 -34 14 93 13 31 14 -36 13 -107 13 -74 14 130 
+13 40 14 108 13 61 13 -110 14 -84 13 -111 14 -74 13 -71 
+13 -69 14 -30 13 58 14 23 13 6 13 -84 14 30 13 41 
+13 15 14 75 13 121 14 -85 13 -83 13 81 14 -40 13 -32 
+14 70 13 -93 13 20 14 95 13 -122 14 -44 13 37 13 46 
+14 -130 13 104 13 -39 14 -48 13 122 14 -159 13 -27 13 39 
+14 -101 13 -38 14 -65 13 -8 13 -42 14 15 13 -83 14 2 
+13 -1 13 -3 14 52 13 77 13 59 899 1568 102 MP stroke
+DO
+5356 0 899 1274 2 MP stroke
+gr
+
+DO
+ 646 1468 mt  -90 rotate
+(2 poles) s
+90 rotate
+SO
+1 sg
+0 1769 5356 0 0 -1769 899 4616 4 MP
+PP
+-5356 0 0 1769 5356 0 0 -1769 899 4616 5 MP stroke
+4 w
+DO
+SO
+6 w
+0 sg
+ 899 4616 mt 6255 4616 L
+ 899 2847 mt 6255 2847 L
+ 899 4616 mt  899 2847 L
+6255 4616 mt 6255 2847 L
+ 899 4616 mt 6255 4616 L
+ 899 4616 mt  899 2847 L
+ 899 4616 mt  899 4562 L
+ 899 2847 mt  899 2900 L
+ 866 4761 mt 
+(0) s
+2238 4616 mt 2238 4562 L
+2238 2847 mt 2238 2900 L
+2205 4761 mt 
+(5) s
+3577 4616 mt 3577 4562 L
+3577 2847 mt 3577 2900 L
+3511 4761 mt 
+(10) s
+4916 4616 mt 4916 4562 L
+4916 2847 mt 4916 2900 L
+4850 4761 mt 
+(15) s
+6255 4616 mt 6255 4562 L
+6255 2847 mt 6255 2900 L
+6189 4761 mt 
+(20) s
+ 899 4439 mt  952 4439 L
+6255 4439 mt 6201 4439 L
+ 728 4483 mt 
+(-4) s
+ 899 4085 mt  952 4085 L
+6255 4085 mt 6201 4085 L
+ 728 4129 mt 
+(-2) s
+ 899 3731 mt  952 3731 L
+6255 3731 mt 6201 3731 L
+ 798 3775 mt 
+(0) s
+ 899 3377 mt  952 3377 L
+6255 3377 mt 6201 3377 L
+ 798 3421 mt 
+(2) s
+ 899 3023 mt  952 3023 L
+6255 3023 mt 6201 3023 L
+ 798 3067 mt 
+(4) s
+ 899 4616 mt 6255 4616 L
+ 899 2847 mt 6255 2847 L
+ 899 4616 mt  899 2847 L
+6255 4616 mt 6255 2847 L
+gs 899 2847 5357 1770 rc
+1 -1 13 -75 13 -15 14 12 13 35 14 -21 13 -84 13 -9 
+14 -107 13 -9 14 -32 13 -70 13 -18 14 -23 13 -46 14 -75 
+13 63 13 -9 14 -78 13 -41 13 -15 14 67 13 146 14 -175 
+13 -56 13 -87 14 30 13 -22 14 75 13 -87 13 135 14 48 
+13 -93 14 29 13 -57 13 77 14 -23 13 47 13 -8 14 132 
+13 -44 14 144 13 -107 13 67 14 4 13 -61 14 -29 13 12 
+13 -9 14 -27 13 -4 14 -60 13 137 13 -100 14 -134 13 126 
+13 40 14 -33 13 -84 14 29 13 -9 13 115 14 53 13 35 
+14 -163 13 -30 13 -43 14 100 13 160 14 17 13 -101 13 43 
+14 -122 13 62 14 -40 13 -14 13 0 14 22 13 -64 13 -82 
+14 -215 13 108 14 -127 13 126 13 -29 14 -54 13 -12 14 -45 
+13 -29 13 -14 14 58 13 -122 14 143 13 -23 13 73 14 -29 
+13 -1 13 -49 14 79 13 20 14 -47 13 -122 13 -92 14 110 
+13 20 14 93 13 50 13 -117 14 -87 13 -112 14 -72 13 -70 
+13 -70 14 -30 13 56 14 24 13 4 13 -88 14 26 13 34 
+13 4 14 68 13 116 14 -93 13 -89 13 75 14 -47 13 -36 
+14 63 13 -100 13 17 14 92 13 -126 14 -47 13 35 13 42 
+14 -132 13 103 13 -41 14 -46 13 127 14 -154 13 -19 13 50 
+14 -87 13 -23 14 -48 13 8 13 -23 14 34 13 -64 14 20 
+13 15 13 9 14 64 13 87 13 69 899 4190 158 MP stroke
+6 -80 6 80 3035 2847 3 MP stroke
+9 -122 13 96 14 23 13 -7 2 10 3213 2847 6 MP stroke
+10 -88 13 -89 14 -129 13 182 13 9 14 -46 13 -94 14 -37 
+13 7 13 159 14 -42 13 -3 14 55 13 2 13 -23 14 86 
+13 -8 6 59 3276 2847 19 MP stroke
+14 -63 13 -14 14 17 13 -122 13 -70 14 92 13 -23 14 101 
+13 20 13 32 14 -6 13 88 14 -33 13 50 13 -28 14 -139 
+13 23 14 24 13 19 13 -13 14 3 13 85 13 65 14 104 
+13 111 14 -18 13 -50 13 19 14 -146 13 -36 14 -79 13 134 
+13 71 14 62 13 5 14 -47 13 -2 13 -27 14 -2 13 -66 
+13 107 14 23 13 -129 14 2 13 -108 13 -58 14 23 13 22 
+14 174 13 -194 13 34 14 39 13 161 14 -19 13 65 13 26 
+14 -15 13 112 14 36 13 -13 13 -108 14 46 13 -39 13 63 
+14 -49 13 45 14 25 13 89 13 30 14 -104 13 -209 14 7 
+13 -78 13 19 14 90 13 -108 14 55 13 -15 13 -31 14 -112 
+13 18 13 -34 14 117 13 -81 14 -41 13 63 13 -64 14 48 
+13 -75 14 -113 13 80 13 53 14 0 13 62 14 4 13 97 
+13 -182 14 16 13 82 13 131 14 12 13 -58 14 14 13 2 
+13 -49 14 10 13 14 14 -140 13 -26 13 121 14 -46 13 -111 
+14 -36 13 38 13 107 14 45 13 -64 14 -57 13 -110 13 201 
+14 -71 13 16 13 21 14 9 13 -34 14 0 13 -133 13 -14 
+14 32 13 5 14 23 13 -44 13 -145 14 -100 13 188 14 -92 
+13 105 13 -5 14 -10 13 32 13 148 14 -189 13 -27 14 -98 
+13 124 13 -55 14 13 13 13 14 124 13 -88 13 -35 14 104 
+13 -190 14 36 13 166 13 -63 14 -84 13 53 14 29 13 -37 
+13 165 14 18 13 -108 13 118 14 -61 13 70 14 -14 13 -108 
+13 75 14 -18 13 89 14 -10 13 -18 13 107 14 1 13 -15 
+14 23 13 25 13 177 14 53 13 -86 13 -201 14 26 13 29 
+14 -87 13 75 13 77 14 151 13 -17 14 -11 13 -40 13 130 
+14 -29 13 11 14 86 13 -44 13 -16 14 39 13 -7 13 104 
+14 18 13 -13 14 -61 13 44 9 60 3514 2847 206 MP stroke
+DO
+5356 0 899 3731 2 MP stroke
+gr
+
+DO
+ 646 3959 mt  -90 rotate
+(10 poles) s
+90 rotate
+3363 4904 mt 
+(Time / s) s
+SO
+
+end %%Color Dict
+
+eplot
+%%EndObject
+
+epage
+end
+
+showpage
+
+%%Trailer
+%%BoundingBox:    60   199   548   583
+%%Pages: 001
+%%EOF