Moving doc/ to core/ directory.
[debian/openrocket] / core / doc / techdoc / figures / wind / pinktime.eps
diff --git a/core/doc/techdoc/figures/wind/pinktime.eps b/core/doc/techdoc/figures/wind/pinktime.eps
new file mode 100644 (file)
index 0000000..50667c0
--- /dev/null
@@ -0,0 +1,436 @@
+%!PS-Adobe-3.0 EPSF-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: /m/fs/scratch/scratch/38/spniskan/pinktimesub2.eps
+%%CreationDate: 10/09/2008  10:50:28
+%%DocumentNeededFonts: Helvetica
+%%DocumentProcessColors: Cyan Magenta Yellow Black
+%%LanguageLevel: 2
+%%Pages: 1
+%%BoundingBox:    36   193   574   597
+%%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 3 mul string
+  currentfile 
+  3 index 0 eq {/ASCIIHexDecode filter}
+  {/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if }
+  ifelse exch readstring pop
+  dup 0 3 index getinterval /rbmap xdef
+  dup 2 index dup getinterval /gbmap xdef
+  1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef
+/it {gs np dtri aload pop moveto lineto lineto cp c
+  cols rows 8 compute_transform 
+  rbmap gbmap bbmap true 3 colorimage gr}bdef
+/il {newpath moveto lineto stroke}bdef
+currentdict end def
+%%EndProlog
+
+%%BeginSetup
+MathWorks begin
+
+0 cap
+
+end
+%%EndSetup
+
+%%Page: 1 1
+%%BeginPageSetup
+%%PageBoundingBox:    36   193   574   597
+MathWorks begin
+bpage
+%%EndPageSetup
+
+%%BeginObject: obj1
+bplot
+
+/dpi2point 12 def
+portraitMode 0432 7164 csm
+
+    0     0  6456  4845 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 6457 4846 rf
+6 w
+0 1794 5004 0 0 -1794 839 2157 4 MP
+PP
+-5004 0 0 1794 5004 0 0 -1794 839 2157 5 MP stroke
+4 w
+DO
+SO
+6 w
+0 sg
+ 839 2157 mt 5843 2157 L
+ 839  363 mt 5843  363 L
+ 839 2157 mt  839  363 L
+5843 2157 mt 5843  363 L
+ 839 2157 mt 5843 2157 L
+ 839 2157 mt  839  363 L
+ 839 2157 mt  839 2106 L
+ 839  363 mt  839  413 L
+2090 2157 mt 2090 2106 L
+2090  363 mt 2090  413 L
+3341 2157 mt 3341 2106 L
+3341  363 mt 3341  413 L
+4592 2157 mt 4592 2106 L
+4592  363 mt 4592  413 L
+5843 2157 mt 5843 2106 L
+5843  363 mt 5843  413 L
+ 839 1977 mt  889 1977 L
+5843 1977 mt 5792 1977 L
+%%IncludeResource: font Helvetica
+/Helvetica /ISOLatin1Encoding 120 FMSR
+
+ 668 2021 mt 
+(-4) s
+ 839 1618 mt  889 1618 L
+5843 1618 mt 5792 1618 L
+ 668 1662 mt 
+(-2) s
+ 839 1260 mt  889 1260 L
+5843 1260 mt 5792 1260 L
+ 738 1304 mt 
+(0) s
+ 839  901 mt  889  901 L
+5843  901 mt 5792  901 L
+ 738  945 mt 
+(2) s
+ 839  542 mt  889  542 L
+5843  542 mt 5792  542 L
+ 738  586 mt 
+(4) s
+ 839 2157 mt 5843 2157 L
+ 839  363 mt 5843  363 L
+ 839 2157 mt  839  363 L
+5843 2157 mt 5843  363 L
+gs 839 363 5005 1795 rc
+13 -71 13 -26 12 5 13 -133 12 -81 13 86 12 -28 13 96 
+12 15 13 29 12 -11 13 82 12 -41 13 38 12 -41 13 -151 
+12 12 13 15 12 12 13 -17 12 2 13 88 12 72 13 109 
+12 114 13 -18 12 -54 13 15 12 -153 13 -36 12 -77 13 140 
+12 77 13 65 12 9 13 -46 12 -2 13 -27 12 -2 13 -67 
+12 104 13 15 12 -143 13 -11 12 -122 13 -70 12 15 13 9 
+12 166 13 -205 13 33 12 37 13 164 12 -17 13 69 12 33 
+13 -7 12 120 13 42 12 -6 13 -101 12 57 13 -28 12 77 
+13 -35 12 63 13 41 12 102 13 37 12 -100 13 -207 12 13 
+13 -72 12 25 13 97 12 -105 13 59 12 -15 13 -31 12 -113 
+13 21 12 -35 13 117 12 -83 13 -44 12 60 13 -71 12 42 
+13 -82 12 -117 13 78 12 54 13 0 12 65 13 3 12 99 
+13 -179 12 25 13 93 12 141 13 21 13 -51 12 22 13 9 
+12 -44 13 13 12 17 13 -137 12 -22 13 123 12 -46 13 -110 
+12 -29 13 46 12 114 13 50 12 -61 13 -50 12 -104 13 212 
+12 -62 13 26 12 28 13 16 12 -32 13 2 12 -131 13 -13 
+12 35 13 3 12 18 13 -51 12 -148 13 -105 12 191 13 -94 
+12 105 13 -4 12 -9 13 29 12 145 13 -200 12 -32 13 -105 
+12 119 13 -61 12 9 13 6 12 118 13 -97 13 -48 12 94 
+13 -200 12 25 13 156 12 -76 13 -95 12 42 13 23 12 -46 
+13 157 12 9 13 -120 12 110 13 -74 12 56 13 -28 12 -122 
+13 64 12 -30 13 78 12 -18 13 -27 12 100 13 -7 12 -21 
+13 20 12 21 13 170 12 39 13 -103 12 -218 13 10 12 16 
+13 -99 12 70 13 71 12 146 13 -26 12 -15 13 -45 12 127 
+13 -30 12 8 13 85 12 -45 13 -15 12 43 13 -3 12 109 
+13 19 13 -10 12 -58 13 43 12 87 13 -129 12 -95 13 -136 
+12 176 13 -1 12 -58 13 -106 12 -45 13 0 12 153 13 -50 
+12 -9 13 50 12 -2 13 -27 12 87 13 -13 12 131 13 -197 
+12 98 13 29 12 0 13 82 12 72 13 -70 12 91 13 -27 
+12 181 13 80 12 -25 13 -52 12 63 13 -55 12 -49 13 -150 
+12 212 13 19 12 -23 13 -55 12 -58 13 5 12 31 13 52 
+12 -5 13 -73 13 3 12 -97 13 -1 12 -24 13 -65 12 -14 
+13 -20 12 -42 13 -72 12 65 13 -10 12 -79 13 -40 12 -12 
+13 65 12 142 13 -186 12 -64 13 -96 12 25 13 -31 12 71 
+13 -92 12 129 13 42 12 -101 13 24 12 -62 13 76 12 -24 
+13 50 12 -5 13 142 12 -40 13 152 12 -103 13 73 12 7 
+13 -58 12 -26 13 14 12 -7 13 -27 12 0 13 -61 12 136 
+13 -99 12 -134 13 129 2102 1143 300 MP stroke
+12 40 13 -33 13 -82 12 36 13 -1 12 125 13 59 12 40 
+13 -159 12 -19 13 -26 12 118 13 178 12 35 13 -87 12 61 
+13 -107 12 80 13 -24 12 1 13 14 12 31 13 -60 12 -76 
+13 -214 12 118 13 -123 12 132 13 -26 12 -53 13 -9 12 -43 
+13 -25 12 -11 13 66 12 -113 13 155 12 -12 13 86 12 -18 
+13 13 12 -34 13 94 12 32 13 -37 12 -108 13 -75 12 132 
+13 40 12 109 13 62 13 -112 12 -85 13 -112 12 -75 13 -71 
+12 -71 13 -30 12 59 13 23 12 6 13 -86 12 31 13 42 
+12 15 13 76 12 123 13 -86 12 -84 13 82 12 -41 13 -32 
+12 70 13 -94 12 20 13 97 12 -124 13 -44 12 37 13 47 
+12 -132 13 105 12 -39 13 -49 12 124 13 -161 12 -28 13 40 
+12 -102 13 -39 12 -65 13 -9 12 -43 13 16 12 -85 13 3 
+12 -2 13 -3 12 53 13 79 12 59 839 1558 102 MP stroke
+DO
+5004 0 839 1260 2 MP stroke
+gr
+
+DO
+ 586 1454 mt  -90 rotate
+(2 poles) s
+90 rotate
+SO
+1 sg
+0 1809 5004 0 0 -1809 839 4312 4 MP
+PP
+-5004 0 0 1809 5004 0 0 -1809 839 4312 5 MP stroke
+4 w
+DO
+SO
+6 w
+0 sg
+ 839 4312 mt 5843 4312 L
+ 839 2503 mt 5843 2503 L
+ 839 4312 mt  839 2503 L
+5843 4312 mt 5843 2503 L
+ 839 4312 mt 5843 4312 L
+ 839 4312 mt  839 2503 L
+ 839 4312 mt  839 4261 L
+ 839 2503 mt  839 2553 L
+ 806 4457 mt 
+(0) s
+2090 4312 mt 2090 4261 L
+2090 2503 mt 2090 2553 L
+2057 4457 mt 
+(5) s
+3341 4312 mt 3341 4261 L
+3341 2503 mt 3341 2553 L
+3275 4457 mt 
+(10) s
+4592 4312 mt 4592 4261 L
+4592 2503 mt 4592 2553 L
+4526 4457 mt 
+(15) s
+5843 4312 mt 5843 4261 L
+5843 2503 mt 5843 2553 L
+5777 4457 mt 
+(20) s
+ 839 4131 mt  889 4131 L
+5843 4131 mt 5792 4131 L
+ 668 4175 mt 
+(-4) s
+ 839 3769 mt  889 3769 L
+5843 3769 mt 5792 3769 L
+ 668 3813 mt 
+(-2) s
+ 839 3407 mt  889 3407 L
+5843 3407 mt 5792 3407 L
+ 738 3451 mt 
+(0) s
+ 839 3045 mt  889 3045 L
+5843 3045 mt 5792 3045 L
+ 738 3089 mt 
+(2) s
+ 839 2683 mt  889 2683 L
+5843 2683 mt 5792 2683 L
+ 738 2727 mt 
+(4) s
+ 839 4312 mt 5843 4312 L
+ 839 2503 mt 5843 2503 L
+ 839 4312 mt  839 2503 L
+5843 4312 mt 5843 2503 L
+gs 839 2503 5005 1810 rc
+0 -1 12 -77 13 -15 12 12 13 36 12 -21 13 -87 13 -9 
+12 -109 13 -9 12 -33 13 -71 12 -19 13 -24 12 -47 13 -76 
+12 65 13 -10 12 -80 13 -41 12 -16 13 68 12 150 13 -180 
+12 -57 13 -88 12 31 13 -23 12 76 13 -88 12 137 13 50 
+12 -96 13 30 12 -58 13 79 12 -24 13 48 12 -8 13 135 
+12 -45 13 147 12 -109 13 68 12 5 13 -63 12 -29 13 12 
+12 -10 13 -27 12 -4 13 -61 12 139 13 -102 12 -137 13 129 
+12 41 13 -34 13 -86 12 30 13 -9 12 117 13 55 12 36 
+13 -167 12 -31 13 -43 12 101 13 164 12 18 13 -104 12 44 
+13 -125 12 64 13 -41 12 -15 13 1 12 22 13 -65 12 -84 
+13 -220 12 111 13 -131 12 129 13 -29 12 -56 13 -12 12 -46 
+13 -30 12 -14 13 59 12 -124 13 146 12 -24 13 75 12 -29 
+13 -2 12 -50 13 81 12 21 13 -49 12 -125 13 -94 12 113 
+13 20 12 95 13 52 13 -120 12 -89 13 -114 12 -74 13 -71 
+12 -72 13 -31 12 57 13 25 12 4 13 -90 12 26 13 35 
+12 5 13 69 12 118 13 -94 12 -91 13 76 12 -48 13 -37 
+12 65 13 -102 12 17 13 94 12 -129 13 -48 12 35 13 44 
+12 -135 13 105 12 -42 13 -46 12 129 13 -158 12 -19 13 52 
+12 -89 13 -24 12 -50 13 9 12 -23 13 35 12 -66 13 21 
+12 14 13 10 12 65 13 89 12 70 839 3877 158 MP stroke
+6 -82 5 82 2835 2503 3 MP stroke
+8 -124 12 97 13 24 12 -7 2 10 3001 2503 6 MP stroke
+10 -90 12 -91 13 -132 12 186 13 9 12 -47 13 -96 12 -38 
+13 8 12 162 13 -43 12 -3 13 57 12 2 13 -24 12 88 
+13 -8 5 60 3060 2503 19 MP stroke
+13 -65 13 -14 12 17 13 -124 12 -72 13 94 12 -23 13 103 
+12 20 13 33 12 -6 13 90 12 -34 13 52 12 -29 13 -142 
+12 23 13 25 12 19 13 -13 12 3 13 86 12 68 13 106 
+12 113 13 -18 12 -51 13 19 12 -149 13 -37 12 -81 13 137 
+12 73 13 63 12 5 13 -48 12 -2 13 -27 12 -3 13 -67 
+12 110 13 23 12 -132 13 2 12 -111 13 -59 12 24 13 22 
+12 178 13 -198 13 35 12 40 13 164 12 -19 13 66 12 27 
+13 -15 12 114 13 37 12 -14 13 -110 12 47 13 -39 12 64 
+13 -51 12 47 13 25 12 91 13 31 12 -107 13 -214 12 8 
+13 -80 12 19 13 92 12 -110 13 57 12 -16 13 -32 12 -114 
+13 18 12 -34 13 120 12 -84 13 -41 12 64 13 -66 12 49 
+13 -77 12 -115 13 82 12 54 13 0 12 64 13 3 12 100 
+13 -186 12 16 13 84 12 134 13 12 13 -59 12 14 13 3 
+12 -51 13 11 12 14 13 -144 12 -26 13 124 12 -48 13 -113 
+12 -36 13 39 12 108 13 47 12 -65 13 -59 12 -113 13 206 
+12 -73 13 17 12 21 13 9 12 -35 13 0 12 -135 13 -15 
+12 33 13 5 12 24 13 -45 12 -149 13 -102 12 193 13 -95 
+12 107 13 -4 12 -11 13 33 12 152 13 -194 12 -28 13 -100 
+12 127 13 -56 12 13 13 13 12 127 13 -90 13 -35 12 106 
+13 -195 12 37 13 170 12 -64 13 -86 12 54 13 30 12 -38 
+13 168 12 19 13 -111 12 122 13 -63 12 71 13 -14 12 -110 
+13 76 12 -19 13 91 12 -9 13 -19 12 109 13 1 12 -14 
+13 23 12 26 13 180 12 55 13 -89 12 -204 13 26 12 29 
+13 -89 12 77 13 79 12 155 13 -18 12 -11 13 -41 12 132 
+13 -29 12 11 13 88 12 -45 13 -16 12 40 13 -8 12 107 
+13 18 13 -13 12 -62 13 45 8 61 3282 2503 206 MP stroke
+DO
+5004 0 839 3407 2 MP stroke
+gr
+
+DO
+ 586 3635 mt  -90 rotate
+(10 poles) s
+90 rotate
+3127 4600 mt 
+(Time / s) s
+SO
+
+end %%Color Dict
+
+eplot
+%%EndObject
+
+epage
+end
+
+showpage
+
+%%Trailer
+%%EOF