source: ETALON/reconstruction/long_paper3/162.eps @ 272

Last change on this file since 272 was 272, checked in by hodnevuc, 9 years ago
File size: 20.8 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:\delerue\paperPlot\plots\162.eps
4%%CreationDate: 09/20/2015  17:25:03
5%%DocumentNeededFonts: Helvetica
6%%DocumentProcessColors: Cyan Magenta Yellow Black
7%%LanguageLevel: 2
8%%Pages: 1
9%%BoundingBox:    80   245   530   545
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:    80   245   530   545
173MathWorks begin
174bpage
175%%EndPageSetup
176
177%%BeginObject: obj1
178bplot
179
180/dpi2point 12 def
181portraitMode 0960 6540 csm
182
183    0     0  5400  3600 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 5401 3601 rf
1976 w
1980 961 4093 0 0 -961 794 1352 4 MP
199PP
200-4093 0 0 961 4093 0 0 -961 794 1352 5 MP stroke
2014 w
202DO
2030 sg
2041108 1352 mt 1108  391 L
2051108  391 mt 1108  391 L
2061654 1352 mt 1654  391 L
2071654  391 mt 1654  391 L
2082200 1352 mt 2200  391 L
2092200  391 mt 2200  391 L
2102746 1352 mt 2746  391 L
2112746  391 mt 2746  391 L
2123292 1352 mt 3292  391 L
2133292  391 mt 3292  391 L
2143837 1352 mt 3837  391 L
2153837  391 mt 3837  391 L
2164383 1352 mt 4383  391 L
2174383  391 mt 4383  391 L
218 794 1352 mt 4887 1352 L
2194887 1352 mt 4887 1352 L
220 794  973 mt 4887  973 L
2214887  973 mt 4887  973 L
222 794  594 mt 4887  594 L
2234887  594 mt 4887  594 L
224SO
2256 w
226 794 1352 mt 4887 1352 L
227 794 1352 mt  794  391 L
2281108 1352 mt 1108 1311 L
229%%IncludeResource: font Helvetica
230/Helvetica /WindowsLatin1Encoding 192 FMSR
231
232 922 1564 mt 
233(40.7) s
2341654 1352 mt 1654 1311 L
2351414 1564 mt 
236(40.75) s
2372200 1352 mt 2200 1311 L
2382014 1564 mt 
239(40.8) s
2402746 1352 mt 2746 1311 L
2412506 1564 mt 
242(40.85) s
2433292 1352 mt 3292 1311 L
2443106 1564 mt 
245(40.9) s
2463837 1352 mt 3837 1311 L
2473597 1564 mt 
248(40.95) s
2494383 1352 mt 4383 1311 L
2504277 1564 mt 
251(41) s
252 794 1352 mt  834 1352 L
253 653 1423 mt 
254(0) s
255 794  973 mt  834  973 L
256 279 1044 mt 
257(0.005) s
258 794  594 mt  834  594 L
259 386  665 mt 
260(0.01) s
261gs 794 391 4094 962 rc
26224 w
263/c8 { 0.000000 0.000000 1.000000 sr} bdef
264c8
2651 0 14 0 14 1 13 0 14 0 14 1 13 0 14 1 
26614 1 13 1 14 1 14 1 13 1 14 2 14 2 13 2 
26714 2 13 3 14 3 14 4 13 4 14 5 14 6 13 6 
26814 7 14 8 13 9 14 10 14 11 13 12 14 13 13 15 
26914 16 14 18 13 19 14 20 14 22 13 23 14 25 14 26 
27013 27 14 29 14 30 13 30 14 32 13 32 14 32 14 33 
27113 32 14 33 14 32 13 31 14 31 14 29 13 28 14 27 
27214 24 13 23 14 21 13 19 14 17 14 14 13 12 14 10 
27314 7 13 5 14 3 14 1 13 -2 14 -3 14 -5 13 -7 
27414 -8 13 -10 14 -11 14 -12 13 -13 14 -13 14 -15 13 -14 
27514 -15 14 -16 13 -15 14 -16 14 -15 13 -15 14 -15 13 -15 
27614 -14 14 -14 13 -14 14 -13 14 -13 13 -12 14 -11 14 -12 
27713 -11 14 -10 14 -10 13 -10 14 -9 13 -9 14 -8 14 -9 
27813 -8 14 -7 14 -8 13 -7 14 -7 14 -8 13 -6 14 -7 
27914 -7 13 -6 14 -7 13 -6 14 -6 14 -6 13 -6 14 -6 
28014 -6 13 -6 14 -5 14 -6 13 -5 14 -5 14 -5 13 -5 
28114 -5 13 -5 14 -5 14 -5 13 -5 14 -4 14 -5 13 -4 
28214 -5 14 -4 13 -5 14 -4 14 -5 13 -4 14 -4 13 -5 
28314 -4 14 -5 13 -5 14 -4 14 -5 13 -5 14 -4 14 -5 
28413 -5 14 -5 14 -5 13 -5 14 -5 14 -5 13 -6 14 -5 
28513 -5 14 -5 14 -6 13 -5 14 -5 14 -6 13 -5 14 -5 
28614 -6 13 -5 14 -5 14 -5 13 -6 14 -5 13 -5 14 -5 
28714 -5 13 -5 14 -5 14 -4 13 -5 14 -5 14 -4 13 -5 
28814 -4 14 -4 13 -4 14 -4 13 -4 14 -4 14 -4 13 -3 
28914 -4 14 -3 13 -3 14 -4 14 -3 13 -3 14 -2 14 -3 
29013 -3 14 -2 13 -3 14 -2 14 -2 13 -3 14 -2 14 -2 
29113 -2 14 -1 14 -2 13 -2 14 -1 14 -2 13 -1 14 -1 
29213 -2 14 -1 14 -1 13 -1 14 -1 14 -1 13 -1 14 -1 
29314 -1 13 0 14 -1 14 -1 13 0 14 -1 13 -1 14 0 
29414 -1 13 0 14 0 14 -1 13 0 14 0 14 -1 13 0 
29514 0 14 -1 13 0 14 0 13 0 14 0 14 -1 13 0 
29614 0 14 0 13 0 14 0 14 0 13 -1 14 0 14 0 
29713 0 14 0 13 0 14 0 14 0 13 0 14 0 14 0 
29813 0 14 0 14 0 13 0 14 0 14 0 13 0 14 0 
29913 0 14 0 14 0 13 0 14 0 14 0 13 0 14 0 
30014 0 13 0 14 0 14 0 13 0 14 0 13 0 14 0 
30114 0 13 0 14 0 14 0 13 0 14 0 14 0 13 0 
30214 0 14 0 13 0 821 1351 300 MP stroke
30314 0 13 0 794 1351 3 MP stroke
304DD
305/c9 { 1.000000 0.000000 0.000000 sr} bdef
306c9
30710 1 14 0 13 0 14 0 14 0 13 1 14 0 14 0 
30813 0 14 0 14 1 13 0 14 0 14 0 13 0 14 0 
30913 0 794 1350 18 MP stroke
3101 0 14 0 14 1 13 0 14 0 14 1 13 0 14 1 
31114 1 13 0 14 2 14 1 13 1 14 2 14 2 13 2 
31214 3 13 3 14 3 14 4 13 5 14 5 14 6 13 6 
31314 8 14 8 13 9 14 10 14 10 13 12 14 13 13 15 
31414 15 14 16 13 18 14 19 14 20 13 22 14 22 14 24 
31513 25 14 26 14 27 13 29 14 28 13 30 14 30 14 31 
31613 31 14 31 14 31 13 30 14 31 14 29 13 29 14 28 
31714 27 13 26 14 24 13 22 14 20 14 19 13 16 14 14 
31814 12 13 9 14 7 14 5 13 3 14 0 14 -2 13 -5 
31914 -6 13 -8 14 -10 14 -12 13 -13 14 -15 14 -15 13 -17 
32014 -17 14 -17 13 -18 14 -18 14 -19 13 -17 14 -18 13 -17 
32114 -17 14 -15 13 -16 14 -14 14 -14 13 -12 14 -12 14 -12 
32213 -10 14 -10 14 -9 13 -8 14 -8 13 -8 14 -7 14 -7 
32313 -7 14 -7 14 -6 13 -7 14 -6 14 -7 13 -6 14 -7 
32414 -7 13 -7 14 -7 13 -7 14 -7 14 -7 13 -7 14 -7 
32514 -7 13 -7 14 -7 14 -6 13 -6 14 -6 14 -6 13 -5 
32614 -5 13 -5 14 -4 14 -4 13 -4 14 -4 14 -4 13 -4 
32714 -3 14 -4 13 -3 14 -4 14 -4 13 -3 14 -4 13 -4 
32814 -5 14 -4 13 -5 14 -5 14 -5 13 -5 14 -5 14 -6 
32913 -6 14 -6 14 -5 13 -6 14 -6 14 -6 13 -6 14 -6 
33013 -6 14 -6 14 -6 13 -5 14 -6 14 -5 13 -5 14 -5 
33114 -5 13 -5 14 -5 14 -5 13 -4 14 -5 13 -4 14 -5 
33214 -4 13 -5 14 -4 14 -5 13 -4 14 -4 14 -5 13 -4 
33314 -4 14 -4 13 -5 14 -4 13 -4 14 -4 14 -4 13 -4 
33414 -3 14 -4 13 -3 14 -4 14 -3 13 -3 14 -3 14 -3 
33513 -3 14 -2 13 -3 14 -2 14 -3 13 -2 14 -2 14 -2 
33613 -2 14 -2 14 -1 13 -2 14 -2 14 -1 13 -2 14 -1 
33713 -1 14 -1 14 -2 13 -1 14 -1 14 -1 13 0 14 -1 
33814 -1 13 -1 14 0 14 -1 13 0 14 -1 13 0 14 -1 
33914 0 13 0 14 -1 14 0 13 0 14 -1 14 0 13 -1 
34014 0 14 0 13 -1 14 0 13 -1 14 0 14 0 13 -1 
34114 0 14 -1 13 0 14 0 14 -1 13 0 14 0 14 0 
3427 -1 1400 1353 258 MP stroke
343DA
3440 sg
34511 1 13 0 14 1 14 0 13 1 14 0 14 1 13 1 
34614 2 14 1 13 2 14 2 14 2 13 2 14 3 13 4 
34714 4 14 4 13 5 14 5 14 6 13 7 14 8 14 8 
34813 10 14 10 14 11 13 13 14 13 13 15 14 16 14 17 
34913 18 14 19 14 21 13 21 14 23 14 25 13 25 14 26 
35014 27 13 29 14 29 13 29 14 30 14 31 13 31 14 31 
35114 30 13 31 14 30 14 29 13 29 14 27 14 27 13 25 
35214 23 13 22 14 20 14 18 13 15 14 14 14 11 13 9 
35314 6 14 5 13 1 14 0 14 -3 13 -5 14 -6 13 -9 
35414 -11 14 -12 13 -14 14 -14 14 -16 13 -17 14 -18 14 -18 
35513 -18 14 -18 14 -18 13 -18 14 -18 13 -17 14 -17 14 -16 
35613 -15 14 -15 14 -13 13 -13 14 -12 14 -11 13 -10 14 -10 
35714 -9 13 -8 14 -8 13 -7 14 -7 14 -7 13 -6 14 -7 
35814 -6 13 -6 14 -6 14 -7 13 -6 14 -7 14 -6 13 -7 
35914 -7 13 -7 14 -7 14 -7 13 -7 14 -7 14 -7 13 -6 
36014 -7 14 -6 13 -6 14 -6 14 -6 13 -5 14 -5 13 -5 
36114 -5 14 -4 13 -4 14 -4 14 -3 13 -4 14 -3 14 -4 
36213 -3 14 -4 14 -4 13 -3 14 -4 13 -4 14 -4 14 -5 
36313 -4 14 -5 14 -5 13 -6 14 -5 14 -6 13 -5 14 -6 
36414 -6 13 -6 14 -6 14 -6 13 -6 14 -6 13 -6 14 -6 
36514 -5 13 -6 14 -5 14 -6 13 -5 14 -5 14 -5 13 -5 
36614 -5 14 -4 13 -5 14 -4 13 -5 14 -4 14 -5 13 -4 
36714 -4 14 -5 13 -4 14 -4 14 -5 13 -4 14 -4 14 -4 
36813 -4 14 -4 13 -4 14 -4 14 -4 13 -4 14 -4 14 -3 
36913 -4 14 -3 14 -3 13 -3 14 -3 14 -3 13 -3 14 -3 
37013 -2 14 -2 14 -3 13 -2 14 -2 14 -2 13 -2 14 -1 
37114 -2 13 -2 14 -1 14 -2 13 -1 14 -1 13 -2 14 -1 
37214 -1 13 -1 14 -1 14 -1 13 -1 14 0 14 -1 13 -1 
37314 0 14 -1 13 0 14 -1 13 0 14 -1 14 0 13 -1 
37414 0 14 0 13 -1 14 0 14 0 13 -1 14 0 14 -1 
37513 0 14 0 13 -1 14 0 14 -1 13 0 14 0 14 -1 
37613 0 14 0 14 -1 13 0 14 0 14 -1 13 0 14 0 
37713 0 14 0 14 0 13 -1 14 0 14 0 13 0 14 0 
37814 0 13 0 14 0 14 0 13 0 14 0 13 0 14 0 
37914 0 13 0 14 0 14 1 13 0 14 0 14 0 13 0 
38014 0 14 0 13 0 14 0 13 1 14 0 14 0 13 0 
38114 0 14 1 13 0 14 0 14 0 13 0 14 0 14 0 
38213 1 14 0 13 0 794 1348 300 MP stroke
383gr
384
38524 w
386DA
3872312  239 mt 
388(Profile N914) s
389 181 1433 mt  -90 rotate
390(Intensity, a.u.) s
39190 rotate
3922419 1760 mt 
393(Time, [ps]) s
394%%IncludeResource: font Helvetica
395/Helvetica /WindowsLatin1Encoding 120 FMSR
396
397 777 1395 mt 
398( ) s
3994871  433 mt 
400( ) s
401SO
4026 w
4031 sg
4040 729 1896 0 0 -729 854 1180 4 MP
405PP
406-1896 0 0 729 1896 0 0 -729 854 1180 5 MP stroke
4074 w
408DO
409SO
4106 w
4110 sg
412 854  451 mt 2750  451 L
413 854 1180 mt 2750 1180 L
4142750 1180 mt 2750  451 L
415 854 1180 mt  854  451 L
416 854 1180 mt 2750 1180 L
417 854 1180 mt  854  451 L
418 854  451 mt 2750  451 L
419 854 1180 mt 2750 1180 L
4202750 1180 mt 2750  451 L
421 854 1180 mt  854  451 L
422%%IncludeResource: font Helvetica
423/Helvetica /WindowsLatin1Encoding 192 FMSR
424
4251324  654 mt 
426(Original) s
427gs 854 451 1897 730 rc
42824 w
429c8
430361 0 926 585 2 MP stroke
431gr
432
43324 w
434c8
4350 sg
4361324  884 mt 
437(Hilbert) s
438gs 854 451 1897 730 rc
439DD
440c9
441361 0 926 815 2 MP stroke
442SO
443gr
444
445c9
4460 sg
4471324 1114 mt 
448(Kramers-Kronig) s
449gs 854 451 1897 730 rc
450DA
451361 0 926 1045 2 MP stroke
452SO
4536 w
454gr
455
4566 w
4571 sg
4580 961 4093 0 0 -961 794 3058 4 MP
459PP
460-4093 0 0 961 4093 0 0 -961 794 3058 5 MP stroke
4614 w
462DO
4630 sg
4641108 3058 mt 1108 2097 L
4651108 2097 mt 1108 2097 L
4661654 3058 mt 1654 2097 L
4671654 2097 mt 1654 2097 L
4682200 3058 mt 2200 2097 L
4692200 2097 mt 2200 2097 L
4702746 3058 mt 2746 2097 L
4712746 2097 mt 2746 2097 L
4723292 3058 mt 3292 2097 L
4733292 2097 mt 3292 2097 L
4743837 3058 mt 3837 2097 L
4753837 2097 mt 3837 2097 L
4764383 3058 mt 4383 2097 L
4774383 2097 mt 4383 2097 L
478 794 3058 mt 4887 3058 L
4794887 3058 mt 4887 3058 L
480 794 2653 mt 4887 2653 L
4814887 2653 mt 4887 2653 L
482 794 2249 mt 4887 2249 L
4834887 2249 mt 4887 2249 L
484SO
4856 w
486 794 3058 mt 4887 3058 L
487 794 3058 mt  794 2097 L
4881108 3058 mt 1108 3017 L
489 922 3270 mt 
490(40.7) s
4911654 3058 mt 1654 3017 L
4921414 3270 mt 
493(40.75) s
4942200 3058 mt 2200 3017 L
4952014 3270 mt 
496(40.8) s
4972746 3058 mt 2746 3017 L
4982506 3270 mt 
499(40.85) s
5003292 3058 mt 3292 3017 L
5013106 3270 mt 
502(40.9) s
5033837 3058 mt 3837 3017 L
5043597 3270 mt 
505(40.95) s
5064383 3058 mt 4383 3017 L
5074277 3270 mt 
508(41) s
509 794 3058 mt  834 3058 L
510 653 3129 mt 
511(0) s
512 794 2653 mt  834 2653 L
513 653 2724 mt 
514(2) s
515 794 2249 mt  834 2249 L
516 653 2320 mt 
517(4) s
518 794 2043 mt 
519(x 10) s
520%%IncludeResource: font Helvetica
521/Helvetica /WindowsLatin1Encoding 128 FMSR
522
5231156 1924 mt 
524(-4) s
525gs 794 2097 4094 962 rc
526DD
52724 w
528c9
5291 1 14 1 14 2 13 2 14 1 14 1 13 1 14 1 
53014 0 13 0 14 0 14 -2 13 -2 14 -3 14 -3 13 -4 
53114 -5 13 -6 14 -6 14 6 13 8 14 7 14 7 13 6 
53214 5 14 4 13 3 14 -1 14 -3 13 -7 14 -11 13 -16 
53314 3 14 26 13 32 14 38 14 43 13 49 14 54 14 59 
53413 63 14 66 14 68 13 69 14 67 13 65 14 61 14 56 
53513 47 14 39 14 28 13 16 14 3 14 -10 13 -25 14 -39 
53614 -53 13 -67 14 -80 13 -91 14 -101 14 -109 13 -115 14 -118 
53714 -120 13 54 14 114 14 109 13 101 14 91 14 79 13 65 
53814 52 13 37 14 22 14 7 13 -8 14 -21 14 -33 13 -44 
53914 -54 14 -61 13 -66 14 -70 14 -72 13 -70 14 -69 13 -64 
54014 -58 14 -52 13 1 14 35 14 25 13 17 14 7 14 -2 
54113 -10 14 -17 14 -24 13 -28 14 -18 13 35 14 36 14 36 
54213 35 14 32 14 28 13 24 14 18 14 13 13 6 14 1 
54314 -6 13 -12 14 -16 13 -21 14 -25 14 -28 13 -30 14 -31 
54414 -30 13 -29 14 -27 14 -8 13 20 14 16 14 12 13 7 
54514 1 13 -3 14 -9 14 -12 13 -17 14 -20 14 15 13 25 
54614 25 14 25 13 25 14 23 14 21 13 18 14 14 13 11 
54714 6 14 2 13 -2 14 -6 14 -11 13 -14 14 -17 14 -21 
54813 -22 14 -23 14 -25 13 -24 14 -24 14 -23 13 18 14 19 
54913 16 14 13 14 10 13 6 14 4 14 0 13 -3 14 -6 
55014 -9 13 -10 14 -13 14 -13 13 -15 14 -15 13 8 14 14 
55114 14 13 13 14 11 14 10 13 8 14 6 14 5 13 3 
55214 1 14 0 13 -2 14 -3 13 -4 14 -4 14 -5 13 -6 
55314 -6 14 -5 13 -6 14 -5 14 -5 13 -4 14 -4 14 -3 
55413 -3 14 -3 13 -2 14 -2 14 -2 13 -1 14 -1 14 -1 
55513 -1 14 -1 14 -1 13 -1 14 -1 14 -1 13 0 14 -1 
55613 0 14 0 14 0 13 1 14 1 14 1 13 2 14 2 
55714 2 13 2 14 3 14 3 13 3 14 3 13 3 14 2 
55814 3 13 1 14 1 14 1 13 0 14 -1 14 -2 13 -2 
55914 -4 14 -4 13 -4 14 -5 13 -6 14 -6 14 -6 13 -6 
56014 6 14 7 13 6 14 6 14 6 13 5 14 5 14 4 
56113 3 14 4 13 2 14 2 14 2 13 1 14 1 14 0 
56213 1 14 0 14 -1 13 0 14 -1 14 0 13 -1 14 -1 
56313 -1 14 -2 14 -1 13 -1 14 -2 14 -2 13 -3 14 -2 
56414 -3 13 -4 14 -4 14 -4 13 -4 14 -5 13 -5 14 -5 
56514 -5 13 -3 14 5 14 5 13 6 14 4 14 5 13 4 
56614 4 14 3 13 2 821 3018 300 MP stroke
56714 2 13 2 794 3014 3 MP stroke
568DA
5690 sg
5701 0 14 0 14 0 13 -1 14 -1 14 -1 13 -2 14 -2 
57114 -4 13 -4 14 -5 14 -6 13 -8 14 -8 14 -10 13 -11 
57214 -13 13 12 14 15 14 15 13 17 14 17 14 17 13 17 
57314 16 14 15 13 14 14 11 14 9 13 5 14 1 13 -4 
57414 -9 14 -15 13 -21 14 -27 14 -33 13 -40 14 -20 14 52 
57513 56 14 60 14 63 13 65 14 65 13 64 14 61 14 57 
57613 50 14 43 14 33 13 23 14 11 14 -2 13 -15 14 -28 
57714 -41 13 -55 14 -66 13 -77 14 -86 14 -94 13 -99 14 -103 
57814 4 13 103 14 99 14 93 13 85 14 75 14 64 13 51 
57914 38 13 23 14 9 14 -6 13 -19 14 -32 14 -44 13 -54 
58014 -62 14 -69 13 -74 14 -77 14 -77 13 -75 14 -73 13 4 
58114 61 14 54 13 44 14 35 14 25 13 15 14 5 14 -5 
58213 -13 14 -22 14 -28 13 -34 14 -39 13 -41 14 -43 14 -42 
58313 27 14 38 14 35 13 31 14 25 14 18 13 13 14 6 
58414 -1 13 -7 14 -12 13 -17 14 -22 14 -25 13 -27 14 -29 
58514 -29 13 -28 14 19 14 24 13 20 14 16 14 12 13 6 
58614 1 13 -3 14 -9 14 -13 13 -17 14 -20 14 -24 13 -6 
58714 26 14 27 13 26 14 25 14 22 13 20 14 16 13 12 
58814 8 14 3 13 -1 14 -6 14 -10 13 -13 14 -18 14 -20 
58913 -22 14 -24 14 -25 13 -25 14 -25 14 12 13 22 14 19 
59013 17 14 14 14 10 13 7 14 4 14 -1 13 -3 14 -6 
59114 -10 13 -11 14 -14 14 -15 13 -16 14 -17 13 -17 14 15 
59214 16 13 14 14 14 14 11 13 10 14 8 14 6 13 5 
59314 2 14 1 13 -1 14 -2 13 -3 14 -3 14 -5 13 -4 
59414 -5 14 -5 13 -5 14 -4 14 -4 13 -3 14 -3 14 -3 
59513 -1 14 -1 13 -1 14 0 14 0 13 0 14 0 14 1 
59613 0 14 1 14 1 13 0 14 0 14 1 13 0 14 1 
59713 0 14 1 14 1 13 1 14 1 14 2 13 2 14 2 
59814 3 13 2 14 3 14 3 13 3 14 3 13 3 14 3 
59914 2 13 2 14 2 14 0 13 0 14 0 14 -2 13 -2 
60014 -3 14 -4 13 -4 14 -5 13 -6 14 -6 14 -6 13 -7 
60114 -7 14 -6 13 -7 14 -6 14 -6 13 -6 14 -5 14 -4 
60213 1 14 4 13 3 14 2 14 2 13 1 14 1 14 0 
60313 0 14 0 14 0 13 -1 14 -1 14 -1 13 -1 14 -1 
60413 -1 14 -1 14 -1 13 -2 14 -2 14 -2 13 -1 14 2 
60514 3 13 3 14 3 14 4 13 4 14 5 13 4 14 5 
60614 5 13 5 14 5 14 5 13 5 14 5 14 4 13 4 
60714 3 14 4 13 2 821 2977 300 MP stroke
60814 2 13 1 794 2974 3 MP stroke
609gr
610
61124 w
612DA
613%%IncludeResource: font Helvetica
614/Helvetica /WindowsLatin1Encoding 192 FMSR
615
616 555 3139 mt  -90 rotate
617(Intensity, a.u.) s
61890 rotate
6192419 3466 mt 
620(Time, [ps]) s
621%%IncludeResource: font Helvetica
622/Helvetica /WindowsLatin1Encoding 120 FMSR
623
624 777 3101 mt 
625( ) s
6264871 2139 mt 
627( ) s
628SO
6296 w
6301 sg
6310 500 2655 0 0 -500 854 2657 4 MP
632PP
633-2655 0 0 500 2655 0 0 -500 854 2657 5 MP stroke
6344 w
635DO
636SO
6376 w
6380 sg
639 854 2157 mt 3509 2157 L
640 854 2657 mt 3509 2657 L
6413509 2657 mt 3509 2157 L
642 854 2657 mt  854 2157 L
643 854 2657 mt 3509 2657 L
644 854 2657 mt  854 2157 L
645 854 2157 mt 3509 2157 L
646 854 2657 mt 3509 2657 L
6473509 2657 mt 3509 2157 L
648 854 2657 mt  854 2157 L
649%%IncludeResource: font Helvetica
650/Helvetica /WindowsLatin1Encoding 192 FMSR
651
6521314 2360 mt 
653(Hilbert abs. diff.) s
654gs 854 2157 2656 501 rc
655DD
65624 w
657c9
658354 0 924 2291 2 MP stroke
659SO
660gr
661
66224 w
663c9
6640 sg
6651314 2591 mt 
666(Kramers-Kronig abs. diff.) s
667gs 854 2157 2656 501 rc
668DA
669354 0 924 2522 2 MP stroke
670SO
6716 w
672gr
673
6746 w
675
676end %%Color Dict
677
678eplot
679%%EndObject
680
681epage
682end
683
684showpage
685
686%%Trailer
687%%EOF
Note: See TracBrowser for help on using the repository browser.