source: ETALON/papers/2016_HDR_ND/Introduction/livingston_e.eps @ 753

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

HDR finished

File size: 15.4 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_e.eps
4%%CreationDate: 12/03/2017  01:38:07
5%%DocumentNeededFonts: Helvetica
6%%+ Helvetica-Bold
7%%DocumentProcessColors: Cyan Magenta Yellow Black
8%%Extensions: CMYK
9%%Pages: 1
10%%BoundingBox:    34   187   569   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   569   613
163MathWorks begin
164bpage
165%%EndPageSetup
166
167%%BeginObject: obj1
168bplot
169
170/dpi2point 12 def
171portraitMode 0216 7344 csm
172
173  200   -20  6423  5114 MR c np
17486 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
1961973 4618 mt 1973  389 L
1971973  389 mt 1973  389 L
1983046 4618 mt 3046  389 L
1993046  389 mt 3046  389 L
2004119 4618 mt 4119  389 L
2014119  389 mt 4119  389 L
2025192 4618 mt 5192  389 L
2035192  389 mt 5192  389 L
2046265 4618 mt 6265  389 L
2056265  389 mt 6265  389 L
206 900 4618 mt 6265 4618 L
2076265 4618 mt 6265 4618 L
208 900 3560 mt 6265 3560 L
2096265 3560 mt 6265 3560 L
210 900 2503 mt 6265 2503 L
2116265 2503 mt 6265 2503 L
212 900 1446 mt 6265 1446 L
2136265 1446 mt 6265 1446 L
214 900  389 mt 6265  389 L
2156265  389 mt 6265  389 L
216SO
2176 w
218 900 4618 mt 6265 4618 L
219 900 4618 mt  900  389 L
220 900 4618 mt  900 4564 L
221%%IncludeResource: font Helvetica
222/Helvetica /ISOLatin1Encoding 192 FMSR
223
224 687 4830 mt 
225(1960) s
2261973 4618 mt 1973 4564 L
2271760 4830 mt 
228(1970) s
2293046 4618 mt 3046 4564 L
2302833 4830 mt 
231(1980) s
2324119 4618 mt 4119 4564 L
2333906 4830 mt 
234(1990) s
2355192 4618 mt 5192 4564 L
2364979 4830 mt 
237(2000) s
2386265 4618 mt 6265 4564 L
2396052 4830 mt 
240(2010) s
241 900 4618 mt  926 4618 L
242DO
243 900 4618 mt 6265 4618 L
2446265 4618 mt 6265 4618 L
245SO
246 900 4618 mt  953 4618 L
247 507 4689 mt 
248(10) s
249%%IncludeResource: font Helvetica
250/Helvetica /ISOLatin1Encoding 128 FMSR
251
252 720 4570 mt 
253(-1) s
254 900 4299 mt  926 4299 L
255DO
256 900 4299 mt 6265 4299 L
2576265 4299 mt 6265 4299 L
258SO
259 900 4113 mt  926 4113 L
260DO
261 900 4113 mt 6265 4113 L
2626265 4113 mt 6265 4113 L
263SO
264 900 3981 mt  926 3981 L
265DO
266 900 3981 mt 6265 3981 L
2676265 3981 mt 6265 3981 L
268SO
269 900 3879 mt  926 3879 L
270DO
271 900 3879 mt 6265 3879 L
2726265 3879 mt 6265 3879 L
273SO
274 900 3795 mt  926 3795 L
275DO
276 900 3795 mt 6265 3795 L
2776265 3795 mt 6265 3795 L
278SO
279 900 3724 mt  926 3724 L
280DO
281 900 3724 mt 6265 3724 L
2826265 3724 mt 6265 3724 L
283SO
284 900 3663 mt  926 3663 L
285DO
286 900 3663 mt 6265 3663 L
2876265 3663 mt 6265 3663 L
288SO
289 900 3609 mt  926 3609 L
290DO
291 900 3609 mt 6265 3609 L
2926265 3609 mt 6265 3609 L
293SO
294 900 3560 mt  926 3560 L
295DO
296 900 3560 mt 6265 3560 L
2976265 3560 mt 6265 3560 L
298SO
299 900 3560 mt  953 3560 L
300%%IncludeResource: font Helvetica
301/Helvetica /ISOLatin1Encoding 192 FMSR
302
303 507 3631 mt 
304(10) s
305%%IncludeResource: font Helvetica
306/Helvetica /ISOLatin1Encoding 128 FMSR
307
308 720 3512 mt 
309(0) s
310 900 3242 mt  926 3242 L
311DO
312 900 3242 mt 6265 3242 L
3136265 3242 mt 6265 3242 L
314SO
315 900 3056 mt  926 3056 L
316DO
317 900 3056 mt 6265 3056 L
3186265 3056 mt 6265 3056 L
319SO
320 900 2924 mt  926 2924 L
321DO
322 900 2924 mt 6265 2924 L
3236265 2924 mt 6265 2924 L
324SO
325 900 2821 mt  926 2821 L
326DO
327 900 2821 mt 6265 2821 L
3286265 2821 mt 6265 2821 L
329SO
330 900 2738 mt  926 2738 L
331DO
332 900 2738 mt 6265 2738 L
3336265 2738 mt 6265 2738 L
334SO
335 900 2667 mt  926 2667 L
336DO
337 900 2667 mt 6265 2667 L
3386265 2667 mt 6265 2667 L
339SO
340 900 2605 mt  926 2605 L
341DO
342 900 2605 mt 6265 2605 L
3436265 2605 mt 6265 2605 L
344SO
345 900 2551 mt  926 2551 L
346DO
347 900 2551 mt 6265 2551 L
3486265 2551 mt 6265 2551 L
349SO
350 900 2503 mt  926 2503 L
351DO
352 900 2503 mt 6265 2503 L
3536265 2503 mt 6265 2503 L
354SO
355 900 2503 mt  953 2503 L
356%%IncludeResource: font Helvetica
357/Helvetica /ISOLatin1Encoding 192 FMSR
358
359 507 2574 mt 
360(10) s
361%%IncludeResource: font Helvetica
362/Helvetica /ISOLatin1Encoding 128 FMSR
363
364 720 2455 mt 
365(1) s
366 900 2185 mt  926 2185 L
367DO
368 900 2185 mt 6265 2185 L
3696265 2185 mt 6265 2185 L
370SO
371 900 1999 mt  926 1999 L
372DO
373 900 1999 mt 6265 1999 L
3746265 1999 mt 6265 1999 L
375SO
376 900 1866 mt  926 1866 L
377DO
378 900 1866 mt 6265 1866 L
3796265 1866 mt 6265 1866 L
380SO
381 900 1764 mt  926 1764 L
382DO
383 900 1764 mt 6265 1764 L
3846265 1764 mt 6265 1764 L
385SO
386 900 1680 mt  926 1680 L
387DO
388 900 1680 mt 6265 1680 L
3896265 1680 mt 6265 1680 L
390SO
391 900 1610 mt  926 1610 L
392DO
393 900 1610 mt 6265 1610 L
3946265 1610 mt 6265 1610 L
395SO
396 900 1548 mt  926 1548 L
397DO
398 900 1548 mt 6265 1548 L
3996265 1548 mt 6265 1548 L
400SO
401 900 1494 mt  926 1494 L
402DO
403 900 1494 mt 6265 1494 L
4046265 1494 mt 6265 1494 L
405SO
406 900 1446 mt  926 1446 L
407DO
408 900 1446 mt 6265 1446 L
4096265 1446 mt 6265 1446 L
410SO
411 900 1446 mt  953 1446 L
412%%IncludeResource: font Helvetica
413/Helvetica /ISOLatin1Encoding 192 FMSR
414
415 507 1517 mt 
416(10) s
417%%IncludeResource: font Helvetica
418/Helvetica /ISOLatin1Encoding 128 FMSR
419
420 720 1398 mt 
421(2) s
422 900 1127 mt  926 1127 L
423DO
424 900 1127 mt 6265 1127 L
4256265 1127 mt 6265 1127 L
426SO
427 900  941 mt  926  941 L
428DO
429 900  941 mt 6265  941 L
4306265  941 mt 6265  941 L
431SO
432 900  809 mt  926  809 L
433DO
434 900  809 mt 6265  809 L
4356265  809 mt 6265  809 L
436SO
437 900  707 mt  926  707 L
438DO
439 900  707 mt 6265  707 L
4406265  707 mt 6265  707 L
441SO
442 900  623 mt  926  623 L
443DO
444 900  623 mt 6265  623 L
4456265  623 mt 6265  623 L
446SO
447 900  552 mt  926  552 L
448DO
449 900  552 mt 6265  552 L
4506265  552 mt 6265  552 L
451SO
452 900  491 mt  926  491 L
453DO
454 900  491 mt 6265  491 L
4556265  491 mt 6265  491 L
456SO
457 900  437 mt  926  437 L
458DO
459 900  437 mt 6265  437 L
4606265  437 mt 6265  437 L
461SO
462 900  389 mt  926  389 L
463DO
464 900  389 mt 6265  389 L
4656265  389 mt 6265  389 L
466SO
467 900  389 mt  953  389 L
468%%IncludeResource: font Helvetica
469/Helvetica /ISOLatin1Encoding 192 FMSR
470
471 507  460 mt 
472(10) s
473%%IncludeResource: font Helvetica
474/Helvetica /ISOLatin1Encoding 128 FMSR
475
476 720  341 mt 
477(3) s
478gs 900 389 5366 4230 MR c np
479gs 1148 4124 147 147 MR c np
480/c8 { 0.000000 0.000000 1.000000 sr} bdef
481c8
4821185 4197 mt 1257 4197 L
4831221 4161 mt 1221 4233 L
4841196 4172 mt 1246 4222 L
4851246 4172 mt 1196 4222 L
486gr
487
488c8
48924 w
490108 0 1221 4197 2 MP stroke
491gr
492
49324 w
494c8
495%%IncludeResource: font Helvetica-Bold
496/Helvetica-Bold /ISOLatin1Encoding 120 FMSR
497
4981382 4241 mt 
499(AdA) s
500gs 900 389 5366 4230 MR c np
5016 w
502gs 1256 4424 147 147 MR c np
5031293 4497 mt 1365 4497 L
5041329 4461 mt 1329 4533 L
5051304 4472 mt 1354 4522 L
5061354 4472 mt 1304 4522 L
507gr
508
50924 w
510429 0 1329 4497 2 MP stroke
511gr
512
5131812 4541 mt 
514(VEP-1) s
515gs 900 389 5366 4230 MR c np
5166 w
517gs 1363 3651 147 147 MR c np
5181400 3724 mt 1472 3724 L
5191436 3688 mt 1436 3760 L
5201411 3699 mt 1461 3749 L
5211461 3699 mt 1411 3749 L
522gr
523
52424 w
525966 0 1436 3724 2 MP stroke
526gr
527
5282455 3768 mt 
529(VEPP-2) s
530gs 900 389 5366 4230 MR c np
5316 w
532gs 1363 3806 147 147 MR c np
5331400 3879 mt 1472 3879 L
5341436 3843 mt 1436 3915 L
5351411 3854 mt 1461 3904 L
5361461 3854 mt 1411 3904 L
537gr
538
53924 w
540322 0 1436 3879 2 MP stroke
541gr
542
5431812 3923 mt 
544(Princeton-Stanford) s
545gs 900 389 5366 4230 MR c np
5466 w
547gs 1363 3590 147 147 MR c np
5481400 3663 mt 1472 3663 L
5491436 3627 mt 1436 3699 L
5501411 3638 mt 1461 3688 L
5511461 3638 mt 1411 3688 L
552gr
553
55424 w
5551073 0 1436 3663 2 MP stroke
556gr
557
5582563 3707 mt 
559(ACO) s
560gs 900 389 5366 4230 MR c np
5616 w
562gs 1792 3301 147 147 MR c np
5631829 3374 mt 1901 3374 L
5641865 3338 mt 1865 3410 L
5651840 3349 mt 1890 3399 L
5661890 3349 mt 1840 3399 L
567gr
568
56924 w
570966 0 1865 3374 2 MP stroke
571gr
572
5732885 3418 mt 
574(ADONE) s
575gs 900 389 5366 4230 MR c np
5766 w
577gs 3938 1691 147 147 MR c np
5783975 1764 mt 4047 1764 L
5794011 1728 mt 4011 1800 L
5803986 1739 mt 4036 1789 L
5814036 1739 mt 3986 1789 L
582gr
583
58424 w
585644 0 4011 1764 2 MP stroke
586gr
587
5884709 1808 mt 
589(LEP) s
590gs 900 389 5366 4230 MR c np
5916 w
592gs 4582 1373 147 147 MR c np
5934619 1446 mt 4691 1446 L
5944655 1410 mt 4655 1482 L
5954630 1421 mt 4680 1471 L
5964680 1421 mt 4630 1471 L
597gr
598
59924 w
600537 0 4655 1446 2 MP stroke
601gr
602
6035245 1490 mt 
604(LEPII) s
605gs 900 389 5366 4230 MR c np
6066 w
607gs 2329 2912 147 147 MR c np
6082366 2985 mt 2438 2985 L
6092402 2949 mt 2402 3021 L
6102377 2960 mt 2427 3010 L
6112427 2960 mt 2377 3010 L
612gr
613
61424 w
615429 0 2402 2985 2 MP stroke
616gr
617
6182885 3029 mt 
619(DORIS) s
620gs 900 389 5366 4230 MR c np
6216 w
622gs 2758 2160 147 147 MR c np
6232795 2233 mt 2867 2233 L
6242831 2197 mt 2831 2269 L
6252806 2208 mt 2856 2258 L
6262856 2208 mt 2806 2258 L
627gr
628
62924 w
630858 0 2831 2233 2 MP stroke
631gr
632
6333743 2277 mt 
634(PETRA) s
635gs 900 389 5366 4230 MR c np
6366 w
637gs 2973 2244 147 147 MR c np
6383010 2317 mt 3082 2317 L
6393046 2281 mt 3046 2353 L
6403021 2292 mt 3071 2342 L
6413071 2292 mt 3021 2342 L
642gr
643
64424 w
6451073 0 3046 2317 2 MP stroke
646gr
647
6484172 2361 mt 
649(PEP) s
650gs 900 389 5366 4230 MR c np
6516 w
652gs 3938 1739 147 147 MR c np
6533975 1812 mt 4047 1812 L
6544011 1776 mt 4011 1848 L
6553986 1787 mt 4036 1837 L
6564036 1787 mt 3986 1837 L
657gr
658
65924 w
660966 0 4011 1812 2 MP stroke
661gr
662
6635031 1856 mt 
664(SLC) s
665gs 900 389 5366 4230 MR c np
6666 w
667gs 3616 1991 147 147 MR c np
6683653 2064 mt 3725 2064 L
6693689 2028 mt 3689 2100 L
6703664 2039 mt 3714 2089 L
6713714 2039 mt 3664 2089 L
672gr
673
67424 w
675966 0 3689 2064 2 MP stroke
676gr
677
6784709 2108 mt 
679(TRISTAN) s
680gs 900 389 5366 4230 MR c np
6816 w
682gs 2865 2665 147 147 MR c np
6832902 2738 mt 2974 2738 L
6842938 2702 mt 2938 2774 L
6852913 2713 mt 2963 2763 L
6862963 2713 mt 2913 2763 L
687gr
688
68924 w
6902468 0 2938 2738 2 MP stroke
691gr
692
6935460 2782 mt 
694(CESR) s
695gs 900 389 5366 4230 MR c np
6966 w
697gs 5011 2532 147 147 MR c np
6985048 2605 mt 5120 2605 L
6995084 2569 mt 5084 2641 L
7005059 2580 mt 5109 2630 L
7015109 2580 mt 5059 2630 L
702gr
703
70424 w
7051073 0 5084 2605 2 MP stroke
706gr
707
7086211 2649 mt 
709(KEKB) s
710gs 900 389 5366 4230 MR c np
7116 w
712gs 4904 2478 147 147 MR c np
7134941 2551 mt 5013 2551 L
7144977 2515 mt 4977 2587 L
7154952 2526 mt 5002 2576 L
7165002 2526 mt 4952 2576 L
717gr
718
71924 w
7201073 0 4977 2551 2 MP stroke
721gr
722
7236104 2595 mt 
724(PEPII) s
7250 sg
726%%IncludeResource: font Helvetica-Bold
727/Helvetica-Bold /ISOLatin1Encoding 192 FMSR
728
7293381 5026 mt 
730(Year) s
731 409 3388 mt  -90 rotate
732(Beam energy \(GeV\)) s
73390 rotate
7342726  237 mt 
735(Electrons colliders) s
736gs 900 389 5366 4230 MR c np
737DA
73848 w
739/c9 { 0.000000 1.000000 0.000000 sr} bdef
740c9
74132 -25 322 -252 322 -252 322 -252 322 -252 322 -253 322 -252 322 -252 
742322 -252 321 -252 322 -253 322 -252 322 -252 322 -252 322 -253 322 -252 
7431114 4197 17 MP stroke
744SO
7456 w
746gr
747
7486 w
749c9
750
751end %%Color Dict
752
753eplot
754%%EndObject
755
756epage
757end
758
759showpage
760
761%%Trailer
762%%EOF
Note: See TracBrowser for help on using the repository browser.