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

Last change on this file since 272 was 272, checked in by hodnevuc, 9 years ago
File size: 12.1 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\172.eps
4%%CreationDate: 09/20/2015  17:25:25
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 3031 3905 0 0 -3031 655 3314 4 MP
199PP
200-3905 0 0 3031 3905 0 0 -3031 655 3314 5 MP stroke
2014 w
202DO
2030 sg
2041296 3314 mt 1296  283 L
2051296  283 mt 1296  283 L
2061937 3314 mt 1937  283 L
2071937  283 mt 1937  283 L
2082578 3314 mt 2578  283 L
2092578  283 mt 2578  283 L
2103219 3314 mt 3219  283 L
2113219  283 mt 3219  283 L
2123860 3314 mt 3860  283 L
2133860  283 mt 3860  283 L
2144501 3314 mt 4501  283 L
2154501  283 mt 4501  283 L
216 655 3314 mt 4560 3314 L
2174560 3314 mt 4560 3314 L
218 655 2808 mt 4560 2808 L
2194560 2808 mt 4560 2808 L
220 655 2303 mt 4560 2303 L
2214560 2303 mt 4560 2303 L
222 655 1798 mt 4560 1798 L
2234560 1798 mt 4560 1798 L
224 655 1293 mt 4560 1293 L
2254560 1293 mt 4560 1293 L
226 655  788 mt 4560  788 L
2274560  788 mt 4560  788 L
228 655  283 mt 4560  283 L
2294560  283 mt 4560  283 L
230SO
2316 w
232 655  283 mt 4560  283 L
233 655 3314 mt 4560 3314 L
2344560 3314 mt 4560  283 L
235 655 3314 mt  655  283 L
236 655 3314 mt 4560 3314 L
237 655 3314 mt  655  283 L
2381296 3314 mt 1296 3274 L
2391296  283 mt 1296  322 L
240%%IncludeResource: font Helvetica
241/Helvetica /WindowsLatin1Encoding 192 FMSR
242
2431163 3526 mt 
244(0.5) s
2451937 3314 mt 1937 3274 L
2461937  283 mt 1937  322 L
2471884 3526 mt 
248(1) s
2492578 3314 mt 2578 3274 L
2502578  283 mt 2578  322 L
2512445 3526 mt 
252(1.5) s
2533219 3314 mt 3219 3274 L
2543219  283 mt 3219  322 L
2553166 3526 mt 
256(2) s
2573860 3314 mt 3860 3274 L
2583860  283 mt 3860  322 L
2593727 3526 mt 
260(2.5) s
2614501 3314 mt 4501 3274 L
2624501  283 mt 4501  322 L
2634448 3526 mt 
264(3) s
265 655 3314 mt  694 3314 L
2664560 3314 mt 4520 3314 L
267 514 3385 mt 
268(0) s
269 655 2808 mt  694 2808 L
2704560 2808 mt 4520 2808 L
271 407 2879 mt 
272(20) s
273 655 2303 mt  694 2303 L
2744560 2303 mt 4520 2303 L
275 407 2374 mt 
276(40) s
277 655 1798 mt  694 1798 L
2784560 1798 mt 4520 1798 L
279 407 1869 mt 
280(60) s
281 655 1293 mt  694 1293 L
2824560 1293 mt 4520 1293 L
283 407 1364 mt 
284(80) s
285 655  788 mt  694  788 L
2864560  788 mt 4520  788 L
287 300  859 mt 
288(100) s
289 655  283 mt  694  283 L
2904560  283 mt 4520  283 L
291 300  354 mt 
292(120) s
293 655  283 mt 4560  283 L
294 655 3314 mt 4560 3314 L
2954560 3314 mt 4560  283 L
296 655 3314 mt  655  283 L
297gs 655 283 3906 3032 rc
29824 w
29940 0 0 26 39 0 0 -26 39 0 39 0 39 0 39 0 
30039 0 39 0 39 0 39 0 39 0 39 0 39 0 39 0 
3010 26 39 0 0 -26 39 0 39 0 39 0 39 0 40 0 
30239 0 0 26 39 0 39 0 0 -26 39 0 39 0 39 0 
30339 0 39 0 0 26 39 0 0 -26 39 0 39 0 39 0 
30439 0 39 0 0 26 39 0 39 0 39 0 0 -26 39 0 
30539 0 0 76 39 0 0 -76 40 0 39 0 39 0 0 26 
30639 0 39 0 0 -26 39 0 0 26 39 0 0 -26 39 0 
30739 0 39 0 0 26 39 0 39 0 39 0 0 -26 39 0 
3080 26 39 0 0 25 39 0 0 -25 39 0 0 76 39 0 
3090 -102 39 0 0 51 39 0 0 -51 40 0 0 51 39 0 
31039 0 0 51 39 0 0 -51 39 0 0 -25 39 0 0 50 
31139 0 0 278 39 0 0 783 39 0 0 -657 39 0 0 -303 
31239 0 0 -75 39 0 0 126 39 0 0 -76 39 0 0 -25 
31339 0 0 126 39 0 0 -202 39 0 0 177 39 0 0 -25 
31439 0 0 75 39 0 0 -126 40 0 0 177 39 0 0 -25 
31539 0 0 -76 39 0 0 202 39 0 0 -101 39 0 0 -152 
31639 0 0 177 39 0 0 76 39 0 0 278 39 0 0 278 
31739 0 0 -202 39 0 0 126 39 0 0 353 39 0 0 379 
31839 0 0 531 39 0 0 581 39 0 0 176 39 0 0 -479 
31939 0 0 -1314 39 0 655 2177 164 MP stroke
320/c8 { 1.000000 0.000000 0.000000 sr} bdef
321c8
3220 -26 40 0 39 0 39 0 39 0 39 0 39 0 39 0 
32339 0 39 0 39 0 39 0 39 0 39 0 39 0 0 26 
32439 0 0 -26 39 0 39 0 39 0 39 0 40 0 0 26 
32539 0 39 0 0 -26 39 0 39 0 39 0 39 0 39 0 
32639 0 0 26 39 0 0 -26 39 0 39 0 39 0 39 0 
3270 26 39 0 0 -26 39 0 0 51 39 0 0 -51 39 0 
32839 0 0 26 39 0 0 25 39 0 0 -51 40 0 39 0 
3290 26 39 0 39 0 0 -26 39 0 0 51 39 0 0 -51 
33039 0 39 0 39 0 0 51 39 0 0 -51 39 0 0 26 
33139 0 0 -26 39 0 39 0 0 26 39 0 0 25 39 0 
3320 -25 39 0 0 50 39 0 0 -25 39 0 0 -25 39 0 
3330 -26 40 0 0 127 39 0 0 -101 39 0 0 50 39 0 
3340 -25 39 0 0 25 39 0 0 26 39 0 0 252 39 0 
3350 682 39 0 0 -530 39 0 0 -253 39 0 0 -177 39 0 
3360 177 39 0 0 -101 39 0 39 0 39 0 0 -25 39 0 
3370 76 39 0 0 -51 39 0 0 101 39 0 40 0 0 -50 
33839 0 0 202 39 0 0 -152 39 0 39 0 0 101 39 0 
3390 -25 39 0 0 126 39 0 39 0 0 303 39 0 0 26 
34039 0 0 202 39 0 0 -51 39 0 0 303 39 0 0 379 
34139 0 0 556 39 0 0 404 39 0 0 303 39 0 0 -404 
34239 0 0 -1415 39 0 655 2253 164 MP stroke
343gr
344
34524 w
346c8
3470 sg
348%%IncludeResource: font Symbol
349/Symbol /WindowsLatin1Encoding 192 FMSR
350
3512223 3722 mt 
352(D) s
353%%IncludeResource: font Helvetica
354/Helvetica /WindowsLatin1Encoding 192 FMSR
355
3562340 3722 mt 
357( FWHM) s
358 202 2583 mt  -90 rotate
359(Number of profiles) s
36090 rotate
361%%IncludeResource: font Helvetica
362/Helvetica /WindowsLatin1Encoding 120 FMSR
363
364 638 3357 mt 
365( ) s
3664544  325 mt 
367( ) s
3686 w
3691 sg
3700 500 1897 0 0 -500 2604 843 4 MP
371PP
372-1897 0 0 500 1897 0 0 -500 2604 843 5 MP stroke
3734 w
374DO
375SO
3766 w
3770 sg
3782604  343 mt 4501  343 L
3792604  843 mt 4501  843 L
3804501  843 mt 4501  343 L
3812604  843 mt 2604  343 L
3822604  843 mt 4501  843 L
3832604  843 mt 2604  343 L
3842604  343 mt 4501  343 L
3852604  843 mt 4501  843 L
3864501  843 mt 4501  343 L
3872604  843 mt 2604  343 L
388%%IncludeResource: font Helvetica
389/Helvetica /WindowsLatin1Encoding 192 FMSR
390
3913074  546 mt 
392(Kramers-Kronig) s
393gs 2604 343 1898 501 rc
39424 w
395361 0 2676 477 2 MP stroke
3966 w
397gr
398
3993074  777 mt 
400(Hilbert) s
401gs 2604 343 1898 501 rc
40224 w
403c8
404361 0 2676 708 2 MP stroke
4056 w
406gr
407
408c8
409
410end %%Color Dict
411
412eplot
413%%EndObject
414
415epage
416end
417
418showpage
419
420%%Trailer
421%%EOF
Note: See TracBrowser for help on using the repository browser.