source: ETALON/2017_M2_report/Khodnevych_Vitalii/CLIOacc/E.eps @ 740

Last change on this file since 740 was 740, checked in by hodnevuc, 7 years ago
File size: 9.6 KB
Line 
1%!PS-Adobe-3.0 EPSF-3.0
2%%Creator: MATLAB, The MathWorks, Inc. Version 8.2.0.701 (R2013b). Operating System: Microsoft Windows 7.
3%%Title: E:\CLIO\1report\E.eps
4%%CreationDate: 03/04/2016  11:01:43
5%%DocumentNeededFonts: Helvetica
6%%DocumentProcessColors: Cyan Magenta Yellow Black
7%%LanguageLevel: 2
8%%Pages: 1
9%%BoundingBox:    96   238   515   553
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/ISOLatin1Encoding where {pop /WindowsLatin1Encoding 256 array bdef
56ISOLatin1Encoding WindowsLatin1Encoding copy pop
57/.notdef/.notdef/quotesinglbase/florin/quotedblbase/ellipsis/dagger
58/daggerdbl/circumflex/perthousand/Scaron/guilsinglleft/OE/.notdef/.notdef
59/.notdef/.notdef/quoteleft/quoteright/quotedblleft/quotedblright/bullet
60/endash/emdash/tilde/trademark/scaron/guilsinglright/oe/.notdef/.notdef
61/Ydieresis WindowsLatin1Encoding 128 32 getinterval astore pop}
62{/WindowsLatin1Encoding StandardEncoding bdef} ifelse
63/reencode {exch dup where {pop load} {pop StandardEncoding} ifelse
64  exch dup 3 1 roll findfont dup length dict begin
65  { 1 index /FID ne {def}{pop pop} ifelse } forall
66  /Encoding exch def currentdict end definefont pop} bdef
67/isroman {findfont /CharStrings get /Agrave known} bdef
68/FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse
69  exch FMS} bdef
70/csm {1 dpi2point div -1 dpi2point div scale neg translate
71 dup landscapeMode eq {pop -90 rotate}
72  {rotateMode eq {90 rotate} if} ifelse} bdef
73% line types: solid, dotted, dashed, dotdash
74/SO { [] 0 setdash } bdef
75/DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
76/DA { [6 dpi2point mul] 0 setdash } bdef
77/DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4
78  dpi2point mul] 0 setdash } bdef
79% macros for lines and objects
80/L {lineto stroke} bdef
81/MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef
82/AP {{rlineto} repeat} bdef
83/PDlw -1 def
84/W {/PDlw currentlinewidth def setlinewidth} def
85/PP {closepath eofill} bdef
86/DP {closepath stroke} bdef
87/MR {4 -2 roll moveto dup  0 exch rlineto exch 0 rlineto
88  neg 0 exch rlineto closepath} bdef
89/FR {MR stroke} bdef
90/PR {MR fill} bdef
91/L1i {{currentfile picstr readhexstring pop} image} bdef
92/tMatrix matrix def
93/MakeOval {newpath tMatrix currentmatrix pop translate scale
940 0 1 0 360 arc tMatrix setmatrix} bdef
95/FO {MakeOval stroke} bdef
96/PO {MakeOval fill} bdef
97/PD {currentlinewidth 2 div 0 360 arc fill
98   PDlw -1 eq not {PDlw w /PDlw -1 def} if} def
99/FA {newpath tMatrix currentmatrix pop translate scale
100  0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef
101/PA {newpath tMatrix currentmatrix pop  translate 0 0 moveto scale
102  0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef
103/FAn {newpath tMatrix currentmatrix pop translate scale
104  0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef
105/PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
106  0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef
107/vradius 0 def /hradius 0 def /lry 0 def
108/lrx 0 def /uly 0 def /ulx 0 def /rad 0 def
109/MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef
110  /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly
111  vradius add translate hradius vradius scale 0 0 1 180 270 arc 
112  tMatrix setmatrix lrx hradius sub uly vradius add translate
113  hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix
114  lrx hradius sub lry vradius sub translate hradius vradius scale
115  0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub
116  translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix
117  closepath} bdef
118/FRR {MRR stroke } bdef
119/PRR {MRR fill } bdef
120/MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def
121  newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
122  rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad
123  sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix
124  closepath} bdef
125/FlrRR {MlrRR stroke } bdef
126/PlrRR {MlrRR fill } bdef
127/MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def
128  newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
129  rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad
130  sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix
131  closepath} bdef
132/FtbRR {MtbRR stroke } bdef
133/PtbRR {MtbRR fill } bdef
134/stri 6 array def /dtri 6 array def
135/smat 6 array def /dmat 6 array def
136/tmat1 6 array def /tmat2 6 array def /dif 3 array def
137/asub {/ind2 exch def /ind1 exch def dup dup
138  ind1 get exch ind2 get sub exch } bdef
139/tri_to_matrix {
140  2 0 asub 3 1 asub 4 0 asub 5 1 asub
141  dup 0 get exch 1 get 7 -1 roll astore } bdef
142/compute_transform {
143  dmat dtri tri_to_matrix tmat1 invertmatrix 
144  smat stri tri_to_matrix tmat2 concatmatrix } bdef
145/ds {stri astore pop} bdef
146/dt {dtri astore pop} bdef
147/db {2 copy /cols xdef /rows xdef mul dup 3 mul string
148  currentfile 
149  3 index 0 eq {/ASCIIHexDecode filter}
150  {/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if }
151  ifelse exch readstring pop
152  dup 0 3 index getinterval /rbmap xdef
153  dup 2 index dup getinterval /gbmap xdef
154  1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef
155/it {gs np dtri aload pop moveto lineto lineto cp c
156  cols rows 8 compute_transform 
157  rbmap gbmap bbmap true 3 colorimage gr}bdef
158/il {newpath moveto lineto stroke}bdef
159currentdict end def
160%%EndProlog
161
162%%BeginSetup
163MathWorks begin
164
1650 cap
166
167end
168%%EndSetup
169
170%%Page: 1 1
171%%BeginPageSetup
172%%PageBoundingBox:    96   238   515   553
173MathWorks begin
174bpage
175%%EndPageSetup
176
177%%BeginObject: obj1
178bplot
179
180/dpi2point 12 def
181portraitMode 1152 6636 csm
182
183    0     0  5039  3780 rc
18485 dict begin %Colortable dictionary
185/c0 { 0.000000 0.000000 0.000000 sr} bdef
186/c1 { 1.000000 1.000000 1.000000 sr} bdef
187/c2 { 0.900000 0.000000 0.000000 sr} bdef
188/c3 { 0.000000 0.820000 0.000000 sr} bdef
189/c4 { 0.000000 0.000000 0.800000 sr} bdef
190/c5 { 0.910000 0.820000 0.320000 sr} bdef
191/c6 { 1.000000 0.260000 0.820000 sr} bdef
192/c7 { 0.000000 0.820000 0.820000 sr} bdef
193c0
1941 j
1951 sg
196   0    0 5040 3781 rf
1976 w
1980 3044 3905 0 0 -3044 655 3327 4 MP
199PP
200-3905 0 0 3044 3905 0 0 -3044 655 3327 5 MP stroke
2014 w
202DO
2030 sg
204 655 3327 mt  655  283 L
205 655  283 mt  655  283 L
2061739 3327 mt 1739  283 L
2071739  283 mt 1739  283 L
2082824 3327 mt 2824  283 L
2092824  283 mt 2824  283 L
2103909 3327 mt 3909  283 L
2113909  283 mt 3909  283 L
212 655 3327 mt 4560 3327 L
2134560 3327 mt 4560 3327 L
214 655 2718 mt 4560 2718 L
2154560 2718 mt 4560 2718 L
216 655 2109 mt 4560 2109 L
2174560 2109 mt 4560 2109 L
218 655 1500 mt 4560 1500 L
2194560 1500 mt 4560 1500 L
220 655  891 mt 4560  891 L
2214560  891 mt 4560  891 L
222 655  283 mt 4560  283 L
2234560  283 mt 4560  283 L
224SO
2256 w
226 655 3327 mt 4560 3327 L
227 655 3327 mt  655  283 L
228 655 3327 mt  655 3287 L
229%%IncludeResource: font Helvetica
230/Helvetica /WindowsLatin1Encoding 192 FMSR
231
232 602 3539 mt 
233(0) s
2341739 3327 mt 1739 3287 L
2351579 3539 mt 
236(100) s
2372824 3327 mt 2824 3287 L
2382664 3539 mt 
239(200) s
2403909 3327 mt 3909 3287 L
2413749 3539 mt 
242(300) s
243 655 3327 mt  694 3327 L
244 407 3398 mt 
245(10) s
246 655 2718 mt  694 2718 L
247 407 2789 mt 
248(20) s
249 655 2109 mt  694 2109 L
250 407 2180 mt 
251(30) s
252 655 1500 mt  694 1500 L
253 407 1571 mt 
254(40) s
255 655  891 mt  694  891 L
256 407  962 mt 
257(50) s
258 655  283 mt  694  283 L
259 407  354 mt 
260(60) s
261gs 655 283 3906 3045 rc
26224 w
263108 -254 109 -298 108 -321 109 -302 108 -232 109 -108 108 43 109 174 
264108 252 109 274 108 253 109 204 108 135 109 48 108 -48 109 -172 
265108 -244 108 -495 109 -305 108 -80 109 -104 217 -73 108 -299 109 -175 
266108 -449 109 864 108 613 109 476 108 383 109 281 108 182 109 80 
267108 -9 108 -110 655 423 35 MP stroke
268gr
269
27024 w
271  36   36  655  423 FO
272  36   36  763  313 FO
273  36   36  871  304 FO
274  36   36  980  384 FO
275  36   36 1088  566 FO
276  36   36 1197  847 FO
277  36   36 1305 1230 FO
278  36   36 1414 1706 FO
279  36   36 1522 2319 FO
280  36   36 1631 3183 FO
281  36   36 1739 2734 FO
282  36   36 1848 2559 FO
283  36   36 1956 2260 FO
284  36   36 2173 2187 FO
285  36   36 2282 2083 FO
286  36   36 2390 2003 FO
287  36   36 2499 1698 FO
288  36   36 2607 1203 FO
289  36   36 2715  959 FO
290  36   36 2824  787 FO
291  36   36 2932  739 FO
292  36   36 3041  787 FO
293  36   36 3149  922 FO
294  36   36 3258 1126 FO
295  36   36 3366 1379 FO
296  36   36 3475 1653 FO
297  36   36 3583 1905 FO
298  36   36 3692 2079 FO
299  36   36 3800 2122 FO
300  36   36 3909 2014 FO
301  36   36 4017 1782 FO
302  36   36 4126 1480 FO
303  36   36 4234 1159 FO
304  36   36 4343  861 FO
305  36   36 4451  607 FO
306gs 655 283 3906 3045 rc
307gr
308
3092333 3735 mt 
310(phi, [\260]) s
311 309 2174 mt  -90 rotate
312(E, [MeV]) s
31390 rotate
3146 w
315
316end %%Color Dict
317
318eplot
319%%EndObject
320
321epage
322end
323
324showpage
325
326%%Trailer
327%%EOF
Note: See TracBrowser for help on using the repository browser.