source: ETALON/papers/2016_HDR_ND/Introduction/livingston_plasma.eps @ 757

Last change on this file since 757 was 757, checked in by delerue, 6 years ago

HDR - manuscript a la soutenance

File size: 13.7 KB
Line 
1%!PS-Adobe-2.0 EPSF-1.2
2%%Creator: MATLAB, The MathWorks, Inc. Version 8.3.0.532 (R2014a). Operating System: Darwin 13.4.0 Darwin Kernel Version 13.4.0: Mon Jan 11 18:17:34 PST 2016; root:xnu-2422.115.15~1/RELEASE_X86_64 x86_64.
3%%Title: ./livingston_plasma.eps
4%%CreationDate: 03/04/2018  17:48:16
5%%DocumentNeededFonts: Helvetica
6%%+ Helvetica-Bold
7%%DocumentProcessColors: Cyan Magenta Yellow Black
8%%Extensions: CMYK
9%%Pages: 1
10%%BoundingBox:    34   187   562   613
11%%EndComments
12
13%%BeginProlog
14% MathWorks dictionary
15/MathWorks 160 dict begin
16% definition operators
17/bdef {bind def} bind def
18/ldef {load def} bind def
19/xdef {exch def} bdef
20/xstore {exch store} bdef
21% operator abbreviations
22/c  /clip ldef
23/cc /concat ldef
24/cp /closepath ldef
25/gr /grestore ldef
26/gs /gsave ldef
27/mt /moveto ldef
28/np /newpath ldef
29/cm /currentmatrix ldef
30/sm /setmatrix ldef
31/rm /rmoveto ldef
32/rl /rlineto ldef
33/s {show newpath} bdef
34/sc {setcmykcolor} bdef
35/sr /setrgbcolor ldef
36/sg /setgray ldef
37/w /setlinewidth ldef
38/j /setlinejoin ldef
39/cap /setlinecap ldef
40/rc {rectclip} bdef
41/rf {rectfill} bdef
42% page state control
43/pgsv () def
44/bpage {/pgsv save def} bdef
45/epage {pgsv restore} bdef
46/bplot /gsave ldef
47/eplot {stroke grestore} bdef
48% orientation switch
49/portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def
50% coordinate system mappings
51/dpi2point 0 def
52% font control
53/FontSize 0 def
54/FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0]
55  makefont setfont} bdef
56/reencode {exch dup where {pop load} {pop StandardEncoding} ifelse
57  exch dup 3 1 roll findfont dup length dict begin
58  { 1 index /FID ne {def}{pop pop} ifelse } forall
59  /Encoding exch def currentdict end definefont pop} bdef
60/isroman {findfont /CharStrings get /Agrave known} bdef
61/FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse
62  exch FMS} bdef
63/csm {1 dpi2point div -1 dpi2point div scale neg translate
64 dup landscapeMode eq {pop -90 rotate}
65  {rotateMode eq {90 rotate} if} ifelse} bdef
66% line types: solid, dotted, dashed, dotdash
67/SO { [] 0 setdash } bdef
68/DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
69/DA { [6 dpi2point mul] 0 setdash } bdef
70/DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4
71  dpi2point mul] 0 setdash } bdef
72% macros for lines and objects
73/L {lineto stroke} bdef
74/MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef
75/AP {{rlineto} repeat} bdef
76/PDlw -1 def
77/W {/PDlw currentlinewidth def setlinewidth} def
78/PP {closepath eofill} bdef
79/DP {closepath stroke} bdef
80/MR {4 -2 roll moveto dup  0 exch rlineto exch 0 rlineto
81  neg 0 exch rlineto closepath} bdef
82/FR {MR stroke} bdef
83/PR {MR fill} bdef
84/L1i {{currentfile picstr readhexstring pop} image} bdef
85/tMatrix matrix def
86/MakeOval {newpath tMatrix currentmatrix pop translate scale
870 0 1 0 360 arc tMatrix setmatrix} bdef
88/FO {MakeOval stroke} bdef
89/PO {MakeOval fill} bdef
90/PD {currentlinewidth 2 div 0 360 arc fill
91   PDlw -1 eq not {PDlw w /PDlw -1 def} if} def
92/FA {newpath tMatrix currentmatrix pop translate scale
93  0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef
94/PA {newpath tMatrix currentmatrix pop  translate 0 0 moveto scale
95  0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef
96/FAn {newpath tMatrix currentmatrix pop translate scale
97  0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef
98/PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
99  0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef
100/vradius 0 def /hradius 0 def /lry 0 def
101/lrx 0 def /uly 0 def /ulx 0 def /rad 0 def
102/MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef
103  /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly
104  vradius add translate hradius vradius scale 0 0 1 180 270 arc 
105  tMatrix setmatrix lrx hradius sub uly vradius add translate
106  hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix
107  lrx hradius sub lry vradius sub translate hradius vradius scale
108  0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub
109  translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix
110  closepath} bdef
111/FRR {MRR stroke } bdef
112/PRR {MRR fill } bdef
113/MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def
114  newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
115  rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad
116  sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix
117  closepath} bdef
118/FlrRR {MlrRR stroke } bdef
119/PlrRR {MlrRR fill } bdef
120/MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def
121  newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
122  rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad
123  sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix
124  closepath} bdef
125/FtbRR {MtbRR stroke } bdef
126/PtbRR {MtbRR fill } bdef
127/stri 6 array def /dtri 6 array def
128/smat 6 array def /dmat 6 array def
129/tmat1 6 array def /tmat2 6 array def /dif 3 array def
130/asub {/ind2 exch def /ind1 exch def dup dup
131  ind1 get exch ind2 get sub exch } bdef
132/tri_to_matrix {
133  2 0 asub 3 1 asub 4 0 asub 5 1 asub
134  dup 0 get exch 1 get 7 -1 roll astore } bdef
135/compute_transform {
136  dmat dtri tri_to_matrix tmat1 invertmatrix 
137  smat stri tri_to_matrix tmat2 concatmatrix } bdef
138/ds {stri astore pop} bdef
139/dt {dtri astore pop} bdef
140/db {2 copy /cols xdef /rows xdef mul dup 3 mul string
141  currentfile exch readhexstring pop
142  dup 0 3 index getinterval /rbmap xdef
143  dup 2 index dup getinterval /gbmap xdef
144  1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef
145/it {gs np dtri aload pop moveto lineto lineto cp c
146  cols rows 8 compute_transform 
147  rbmap gbmap bbmap true 3 colorimage gr}bdef
148/il {newpath moveto lineto stroke}bdef
149currentdict end def
150%%EndProlog
151
152%%BeginSetup
153MathWorks begin
154
1550 cap
156
157end
158%%EndSetup
159
160%%Page: 1 1
161%%BeginPageSetup
162%%PageBoundingBox:    34   187   562   613
163MathWorks begin
164bpage
165%%EndPageSetup
166
167%%BeginObject: obj1
168bplot
169
170/dpi2point 12 def
171portraitMode 0216 7344 csm
172
173  200   -20  6328  5114 MR c np
17487 dict begin %Colortable dictionary
175/c0 { 0.000000 0.000000 0.000000 sr} bdef
176/c1 { 1.000000 1.000000 1.000000 sr} bdef
177/c2 { 0.900000 0.000000 0.000000 sr} bdef
178/c3 { 0.000000 0.820000 0.000000 sr} bdef
179/c4 { 0.000000 0.000000 0.800000 sr} bdef
180/c5 { 0.910000 0.820000 0.320000 sr} bdef
181/c6 { 1.000000 0.260000 0.820000 sr} bdef
182/c7 { 0.000000 0.820000 0.820000 sr} bdef
183c0
1841 j
1851 sg
186   0    0 6924 5190 PR
1876 w
1880 4229 5365 0 0 -4229 900 4618 4 MP
189PP
190-5365 0 0 4229 5365 0 0 -4229 900 4618 5 MP stroke
1914 w
192DO
1930 sg
194 900 4618 mt  900  389 L
195 900  389 mt  900  389 L
1961794 4618 mt 1794  389 L
1971794  389 mt 1794  389 L
1982688 4618 mt 2688  389 L
1992688  389 mt 2688  389 L
2003582 4618 mt 3582  389 L
2013582  389 mt 3582  389 L
2024476 4618 mt 4476  389 L
2034476  389 mt 4476  389 L
2045370 4618 mt 5370  389 L
2055370  389 mt 5370  389 L
2066265 4618 mt 6265  389 L
2076265  389 mt 6265  389 L
208 900 4618 mt 6265 4618 L
2096265 4618 mt 6265 4618 L
210 900 3772 mt 6265 3772 L
2116265 3772 mt 6265 3772 L
212 900 2926 mt 6265 2926 L
2136265 2926 mt 6265 2926 L
214 900 2080 mt 6265 2080 L
2156265 2080 mt 6265 2080 L
216 900 1234 mt 6265 1234 L
2176265 1234 mt 6265 1234 L
218 900  389 mt 6265  389 L
2196265  389 mt 6265  389 L
220SO
2216 w
222 900 4618 mt 6265 4618 L
223 900 4618 mt  900  389 L
224 900 4618 mt  900 4564 L
225%%IncludeResource: font Helvetica
226/Helvetica /ISOLatin1Encoding 192 FMSR
227
228 687 4830 mt 
229(1990) s
2301794 4618 mt 1794 4564 L
2311581 4830 mt 
232(1995) s
2332688 4618 mt 2688 4564 L
2342475 4830 mt 
235(2000) s
2363582 4618 mt 3582 4564 L
2373369 4830 mt 
238(2005) s
2394476 4618 mt 4476 4564 L
2404263 4830 mt 
241(2010) s
2425370 4618 mt 5370 4564 L
2435157 4830 mt 
244(2015) s
2456265 4618 mt 6265 4564 L
2466052 4830 mt 
247(2020) s
248 900 4618 mt  926 4618 L
249DO
250 900 4618 mt 6265 4618 L
2516265 4618 mt 6265 4618 L
252SO
253 900 4618 mt  953 4618 L
254 507 4689 mt 
255(10) s
256%%IncludeResource: font Helvetica
257/Helvetica /ISOLatin1Encoding 128 FMSR
258
259 720 4570 mt 
260(-3) s
261 900 4363 mt  926 4363 L
262DO
263 900 4363 mt 6265 4363 L
2646265 4363 mt 6265 4363 L
265SO
266 900 4214 mt  926 4214 L
267DO
268 900 4214 mt 6265 4214 L
2696265 4214 mt 6265 4214 L
270SO
271 900 4108 mt  926 4108 L
272DO
273 900 4108 mt 6265 4108 L
2746265 4108 mt 6265 4108 L
275SO
276 900 4026 mt  926 4026 L
277DO
278 900 4026 mt 6265 4026 L
2796265 4026 mt 6265 4026 L
280SO
281 900 3959 mt  926 3959 L
282DO
283 900 3959 mt 6265 3959 L
2846265 3959 mt 6265 3959 L
285SO
286 900 3903 mt  926 3903 L
287DO
288 900 3903 mt 6265 3903 L
2896265 3903 mt 6265 3903 L
290SO
291 900 3854 mt  926 3854 L
292DO
293 900 3854 mt 6265 3854 L
2946265 3854 mt 6265 3854 L
295SO
296 900 3810 mt  926 3810 L
297DO
298 900 3810 mt 6265 3810 L
2996265 3810 mt 6265 3810 L
300SO
301 900 3772 mt  926 3772 L
302DO
303 900 3772 mt 6265 3772 L
3046265 3772 mt 6265 3772 L
305SO
306 900 3772 mt  953 3772 L
307%%IncludeResource: font Helvetica
308/Helvetica /ISOLatin1Encoding 192 FMSR
309
310 507 3843 mt 
311(10) s
312%%IncludeResource: font Helvetica
313/Helvetica /ISOLatin1Encoding 128 FMSR
314
315 720 3724 mt 
316(-2) s
317 900 3517 mt  926 3517 L
318DO
319 900 3517 mt 6265 3517 L
3206265 3517 mt 6265 3517 L
321SO
322 900 3368 mt  926 3368 L
323DO
324 900 3368 mt 6265 3368 L
3256265 3368 mt 6265 3368 L
326SO
327 900 3262 mt  926 3262 L
328DO
329 900 3262 mt 6265 3262 L
3306265 3262 mt 6265 3262 L
331SO
332 900 3181 mt  926 3181 L
333DO
334 900 3181 mt 6265 3181 L
3356265 3181 mt 6265 3181 L
336SO
337 900 3114 mt  926 3114 L
338DO
339 900 3114 mt 6265 3114 L
3406265 3114 mt 6265 3114 L
341SO
342 900 3057 mt  926 3057 L
343DO
344 900 3057 mt 6265 3057 L
3456265 3057 mt 6265 3057 L
346SO
347 900 3008 mt  926 3008 L
348DO
349 900 3008 mt 6265 3008 L
3506265 3008 mt 6265 3008 L
351SO
352 900 2965 mt  926 2965 L
353DO
354 900 2965 mt 6265 2965 L
3556265 2965 mt 6265 2965 L
356SO
357 900 2926 mt  926 2926 L
358DO
359 900 2926 mt 6265 2926 L
3606265 2926 mt 6265 2926 L
361SO
362 900 2926 mt  953 2926 L
363%%IncludeResource: font Helvetica
364/Helvetica /ISOLatin1Encoding 192 FMSR
365
366 507 2997 mt 
367(10) s
368%%IncludeResource: font Helvetica
369/Helvetica /ISOLatin1Encoding 128 FMSR
370
371 720 2878 mt 
372(-1) s
373 900 2671 mt  926 2671 L
374DO
375 900 2671 mt 6265 2671 L
3766265 2671 mt 6265 2671 L
377SO
378 900 2522 mt  926 2522 L
379DO
380 900 2522 mt 6265 2522 L
3816265 2522 mt 6265 2522 L
382SO
383 900 2417 mt  926 2417 L
384DO
385 900 2417 mt 6265 2417 L
3866265 2417 mt 6265 2417 L
387SO
388 900 2335 mt  926 2335 L
389DO
390 900 2335 mt 6265 2335 L
3916265 2335 mt 6265 2335 L
392SO
393 900 2268 mt  926 2268 L
394DO
395 900 2268 mt 6265 2268 L
3966265 2268 mt 6265 2268 L
397SO
398 900 2211 mt  926 2211 L
399DO
400 900 2211 mt 6265 2211 L
4016265 2211 mt 6265 2211 L
402SO
403 900 2162 mt  926 2162 L
404DO
405 900 2162 mt 6265 2162 L
4066265 2162 mt 6265 2162 L
407SO
408 900 2119 mt  926 2119 L
409DO
410 900 2119 mt 6265 2119 L
4116265 2119 mt 6265 2119 L
412SO
413 900 2080 mt  926 2080 L
414DO
415 900 2080 mt 6265 2080 L
4166265 2080 mt 6265 2080 L
417SO
418 900 2080 mt  953 2080 L
419%%IncludeResource: font Helvetica
420/Helvetica /ISOLatin1Encoding 192 FMSR
421
422 507 2151 mt 
423(10) s
424%%IncludeResource: font Helvetica
425/Helvetica /ISOLatin1Encoding 128 FMSR
426
427 720 2032 mt 
428(0) s
429 900 1825 mt  926 1825 L
430DO
431 900 1825 mt 6265 1825 L
4326265 1825 mt 6265 1825 L
433SO
434 900 1677 mt  926 1677 L
435DO
436 900 1677 mt 6265 1677 L
4376265 1677 mt 6265 1677 L
438SO
439 900 1571 mt  926 1571 L
440DO
441 900 1571 mt 6265 1571 L
4426265 1571 mt 6265 1571 L
443SO
444 900 1489 mt  926 1489 L
445DO
446 900 1489 mt 6265 1489 L
4476265 1489 mt 6265 1489 L
448SO
449 900 1422 mt  926 1422 L
450DO
451 900 1422 mt 6265 1422 L
4526265 1422 mt 6265 1422 L
453SO
454 900 1365 mt  926 1365 L
455DO
456 900 1365 mt 6265 1365 L
4576265 1365 mt 6265 1365 L
458SO
459 900 1316 mt  926 1316 L
460DO
461 900 1316 mt 6265 1316 L
4626265 1316 mt 6265 1316 L
463SO
464 900 1273 mt  926 1273 L
465DO
466 900 1273 mt 6265 1273 L
4676265 1273 mt 6265 1273 L
468SO
469 900 1234 mt  926 1234 L
470DO
471 900 1234 mt 6265 1234 L
4726265 1234 mt 6265 1234 L
473SO
474 900 1234 mt  953 1234 L
475%%IncludeResource: font Helvetica
476/Helvetica /ISOLatin1Encoding 192 FMSR
477
478 507 1305 mt 
479(10) s
480%%IncludeResource: font Helvetica
481/Helvetica /ISOLatin1Encoding 128 FMSR
482
483 720 1186 mt 
484(1) s
485 900  980 mt  926  980 L
486DO
487 900  980 mt 6265  980 L
4886265  980 mt 6265  980 L
489SO
490 900  831 mt  926  831 L
491DO
492 900  831 mt 6265  831 L
4936265  831 mt 6265  831 L
494SO
495 900  725 mt  926  725 L
496DO
497 900  725 mt 6265  725 L
4986265  725 mt 6265  725 L
499SO
500 900  643 mt  926  643 L
501DO
502 900  643 mt 6265  643 L
5036265  643 mt 6265  643 L
504SO
505 900  576 mt  926  576 L
506DO
507 900  576 mt 6265  576 L
5086265  576 mt 6265  576 L
509SO
510 900  520 mt  926  520 L
511DO
512 900  520 mt 6265  520 L
5136265  520 mt 6265  520 L
514SO
515 900  470 mt  926  470 L
516DO
517 900  470 mt 6265  470 L
5186265  470 mt 6265  470 L
519SO
520 900  427 mt  926  427 L
521DO
522 900  427 mt 6265  427 L
5236265  427 mt 6265  427 L
524SO
525 900  389 mt  926  389 L
526DO
527 900  389 mt 6265  389 L
5286265  389 mt 6265  389 L
529SO
530 900  389 mt  953  389 L
531%%IncludeResource: font Helvetica
532/Helvetica /ISOLatin1Encoding 192 FMSR
533
534 507  460 mt 
535(10) s
536%%IncludeResource: font Helvetica
537/Helvetica /ISOLatin1Encoding 128 FMSR
538
539 720  341 mt 
540(2) s
541%%IncludeResource: font Helvetica-Bold
542/Helvetica-Bold /ISOLatin1Encoding 192 FMSR
543
5442655  237 mt 
545(Plasma accelerators) s
546 409 3335 mt  -90 rotate
547(Energy gain \(GeV\)) s
54890 rotate
549gs 900 389 5366 4230 MR c np
550DA
55112 w
552/c8 { 0.000000 1.000000 0.000000 sr} bdef
553c8
554359 -255 715 -509 716 -509 715 -510 715 -509 716 -509 715 -509 1615 3959 8 MP stroke
555SO
5566 w
557gs 1542 3830 147 147 MR c np
558/c9 { 1.000000 0.000000 1.000000 sr} bdef
559c9
5601590 3878 mt 1640 3928 L
5611640 3878 mt 1590 3928 L
562gr
563
564c9
56524 w
5661615 3903 PD
567gr
568
56924 w
570c9
571%%IncludeResource: font Helvetica-Bold
572/Helvetica-Bold /ISOLatin1Encoding 120 FMSR
573
5741704 3880 mt 
575(UCLA) s
576gs 900 389 5366 4230 MR c np
5776 w
578gs 2257 4372 147 147 MR c np
5792305 4420 mt 2355 4470 L
5802355 4420 mt 2305 4470 L
581gr
582
58324 w
5842330 4445 PD
585gr
586
5872420 4422 mt 
588(Amiranoff) s
589gs 900 389 5366 4230 MR c np
5906 w
591gs 3330 2658 147 147 MR c np
5923378 2706 mt 3428 2756 L
5933428 2706 mt 3378 2756 L
594gr
595
59624 w
5973403 2731 PD
598gr
599
6003493 2708 mt 
601(Dream beam) s
602gs 900 389 5366 4230 MR c np
6036 w
604gs 3688 2007 147 147 MR c np
6053736 2055 mt 3786 2105 L
6063786 2055 mt 3736 2105 L
607gr
608
60924 w
6103761 2080 PD
611gr
612
6133850 2057 mt 
614(Leemans 2006) s
615gs 900 389 5366 4230 MR c np
6166 w
617gs 5119 1480 147 147 MR c np
6185167 1528 mt 5217 1578 L
6195217 1528 mt 5167 1578 L
620gr
621
62224 w
6235192 1553 PD
624gr
625
6265281 1530 mt 
627(Leemans 2014) s
6280 sg
629%%IncludeResource: font Helvetica-Bold
630/Helvetica-Bold /ISOLatin1Encoding 192 FMSR
631
6323381 5026 mt 
633(Year) s
6346 w
635
636end %%Color Dict
637
638eplot
639%%EndObject
640
641epage
642end
643
644showpage
645
646%%Trailer
647%%EOF
Note: See TracBrowser for help on using the repository browser.