Moving doc/ to core/ directory.
[debian/openrocket] / core / doc / techdoc / figures / experimental / streamerCDvsThickness.eps
diff --git a/core/doc/techdoc/figures/experimental/streamerCDvsThickness.eps b/core/doc/techdoc/figures/experimental/streamerCDvsThickness.eps
new file mode 100644 (file)
index 0000000..712b545
--- /dev/null
@@ -0,0 +1,450 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: MATLAB, The Mathworks, Inc. Version 7.6.0.324 (R2008a). Operating System: Linux 2.6.28-11-server #37-Ubuntu SMP Mon Mar 23 17:33:24 UTC 2009 x86_64.
+%%Title: /m/fs/user3/a/38/spniskan/thesis/streamerCDvsThickness.eps
+%%CreationDate: 05/13/2009  22:30:45
+%%DocumentNeededFonts: Helvetica
+%%DocumentProcessColors: Cyan Magenta Yellow Black
+%%LanguageLevel: 2
+%%Pages: 1
+%%BoundingBox:    33   217   577   573
+%%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:    33   217   577   573
+MathWorks begin
+bpage
+%%EndPageSetup
+
+%%BeginObject: obj1
+bplot
+
+/dpi2point 12 def
+portraitMode 0396 6876 csm
+
+    0     0  6528  4263 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 6529 4264 rf
+6 w
+0 3474 5059 0 0 -3474 849 3794 4 MP
+PP
+-5059 0 0 3474 5059 0 0 -3474 849 3794 5 MP stroke
+4 w
+DO
+SO
+6 w
+0 sg
+ 849 3794 mt 5908 3794 L
+ 849  320 mt 5908  320 L
+ 849 3794 mt  849  320 L
+5908 3794 mt 5908  320 L
+ 849 3794 mt 5908 3794 L
+ 849 3794 mt  849  320 L
+ 849 3794 mt  849 3743 L
+ 849  320 mt  849  370 L
+%%IncludeResource: font Helvetica
+/Helvetica /ISOLatin1Encoding 120 FMSR
+
+ 816 3939 mt 
+(0) s
+1692 3794 mt 1692 3743 L
+1692  320 mt 1692  370 L
+1626 3939 mt 
+(20) s
+2535 3794 mt 2535 3743 L
+2535  320 mt 2535  370 L
+2469 3939 mt 
+(40) s
+3378 3794 mt 3378 3743 L
+3378  320 mt 3378  370 L
+3312 3939 mt 
+(60) s
+4221 3794 mt 4221 3743 L
+4221  320 mt 4221  370 L
+4155 3939 mt 
+(80) s
+5064 3794 mt 5064 3743 L
+5064  320 mt 5064  370 L
+4964 3939 mt 
+(100) s
+5908 3794 mt 5908 3743 L
+5908  320 mt 5908  370 L
+5808 3939 mt 
+(120) s
+ 849 3794 mt  899 3794 L
+5908 3794 mt 5857 3794 L
+ 748 3838 mt 
+(0) s
+ 849 3408 mt  899 3408 L
+5908 3408 mt 5857 3408 L
+ 648 3452 mt 
+(0.5) s
+ 849 3022 mt  899 3022 L
+5908 3022 mt 5857 3022 L
+ 748 3066 mt 
+(1) s
+ 849 2636 mt  899 2636 L
+5908 2636 mt 5857 2636 L
+ 648 2680 mt 
+(1.5) s
+ 849 2250 mt  899 2250 L
+5908 2250 mt 5857 2250 L
+ 748 2294 mt 
+(2) s
+ 849 1864 mt  899 1864 L
+5908 1864 mt 5857 1864 L
+ 648 1908 mt 
+(2.5) s
+ 849 1478 mt  899 1478 L
+5908 1478 mt 5857 1478 L
+ 748 1522 mt 
+(3) s
+ 849 1092 mt  899 1092 L
+5908 1092 mt 5857 1092 L
+ 648 1136 mt 
+(3.5) s
+ 849  706 mt  899  706 L
+5908  706 mt 5857  706 L
+ 748  750 mt 
+(4) s
+ 849  320 mt  899  320 L
+5908  320 mt 5857  320 L
+ 648  364 mt 
+(4.5) s
+ 849 3794 mt 5908 3794 L
+ 849  320 mt 5908  320 L
+ 849 3794 mt  849  320 L
+5908 3794 mt 5908  320 L
+2975 4082 mt 
+(Thickness / ) s
+%%IncludeResource: font Symbol
+/Symbol /ISOLatin1Encoding 120 FMSR
+
+3612 4082 mt 
+(m) s
+%%IncludeResource: font Helvetica
+/Helvetica /ISOLatin1Encoding 120 FMSR
+
+3681 4082 mt 
+(m) s
+ 512 2279 mt  -90 rotate
+(C) s
+90 rotate
+%%IncludeResource: font Helvetica
+/Helvetica /ISOLatin1Encoding 96 FMSR
+
+ 572 2193 mt  -90 rotate
+(D) s
+90 rotate
+%%IncludeResource: font Helvetica
+/Helvetica /ISOLatin1Encoding 120 FMSR
+
+ 512 2124 mt  -90 rotate
+( ) s
+90 rotate
+%%IncludeResource: font Symbol
+/Symbol /ISOLatin1Encoding 120 FMSR
+
+ 512 2091 mt  -90 rotate
+(\327) s
+90 rotate
+%%IncludeResource: font Helvetica
+/Helvetica /ISOLatin1Encoding 120 FMSR
+
+ 512 2061 mt  -90 rotate
+( A) s
+90 rotate
+%%IncludeResource: font Helvetica
+/Helvetica /ISOLatin1Encoding 96 FMSR
+
+ 572 1948 mt  -90 rotate
+(r) s
+90 rotate
+ 572 1917 mt  -90 rotate
+(e) s
+90 rotate
+ 572 1864 mt  -90 rotate
+(f) s
+90 rotate
+%%IncludeResource: font Helvetica
+/Helvetica /ISOLatin1Encoding 120 FMSR
+
+ 832 3837 mt 
+( ) s
+5892  362 mt 
+( ) s
+gs 849 320 5060 3475 rc
+DA
+1012 758 1855 -400 843 -599 42 239 42 -4 1692 3122 6 MP stroke
+gs 1619 2285 3941 1146 rc
+SO
+  36   36 1692 3122 FO
+  36   36 1734 3118 FO
+  36   36 1776 3357 FO
+  36   36 2619 2758 FO
+  36   36 4474 2358 FO
+  36   36 5486 3116 FO
+DA
+gr
+
+1012 1874 1855 -1682 843 -808 42 640 42 -30 1692 2310 6 MP stroke
+gs 1619 357 3941 2637 rc
+SO
+0 j
+0 -58 -58 0 0 58 58 0 1663 2281 5 MP
+DP
+0 -58 -58 0 0 58 58 0 1705 2251 5 MP
+DP
+0 -58 -58 0 0 58 58 0 1747 2891 5 MP
+DP
+0 -58 -58 0 0 58 58 0 2590 2083 5 MP
+DP
+0 -58 -58 0 0 58 58 0 4445 401 5 MP
+DP
+0 -58 -58 0 0 58 58 0 5457 2275 5 MP
+DP
+DA
+gr
+
+SO
+gr
+
+1 sg
+0 370 1027 0 0 -370 909 750 4 MP
+PP
+-1027 0 0 370 1027 0 0 -370 909 750 5 MP stroke
+4 w
+DO
+SO
+6 w
+0 sg
+ 909  750 mt 1936  750 L
+ 909  380 mt 1936  380 L
+ 909  750 mt  909  380 L
+1936  750 mt 1936  380 L
+ 909  750 mt 1936  750 L
+ 909  750 mt  909  380 L
+ 909  750 mt 1936  750 L
+ 909  380 mt 1936  380 L
+ 909  750 mt  909  380 L
+1936  750 mt 1936  380 L
+1363  526 mt 
+(4 ) s
+%%IncludeResource: font Symbol
+/Symbol /ISOLatin1Encoding 120 FMSR
+
+1463  526 mt 
+(\264) s
+%%IncludeResource: font Helvetica
+/Helvetica /ISOLatin1Encoding 120 FMSR
+
+1528  526 mt 
+( 40 cm) s
+gs 909 380 1028 371 rc
+DA
+349 0 978 482 2 MP stroke
+SO
+gs 1079 409 147 147 rc
+  36   36 1152  482 FO
+gr
+
+gr
+
+1363  691 mt 
+(8 ) s
+%%IncludeResource: font Symbol
+/Symbol /ISOLatin1Encoding 120 FMSR
+
+1463  691 mt 
+(\264) s
+%%IncludeResource: font Helvetica
+/Helvetica /ISOLatin1Encoding 120 FMSR
+
+1528  691 mt 
+( 48 cm) s
+gs 909 380 1028 371 rc
+DA
+349 0 978 647 2 MP stroke
+SO
+gs 1079 574 147 147 rc
+0 j
+0 -58 -58 0 0 58 58 0 1123 618 5 MP
+DP
+gr
+
+gr
+
+
+end %%Color Dict
+
+eplot
+%%EndObject
+
+epage
+end
+
+showpage
+
+%%Trailer
+%%EOF