source: ETALON/papers/2016_HDR_ND/Advanced_diags/plot2210_181.eps @ 736

Last change on this file since 736 was 736, checked in by delerue, 7 years ago

Progress on the HDR

File size: 11.2 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\new2plot\plot2210\181.eps
4%%CreationDate: 10/22/2015  09:15:12
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 3035 3905 0 0 -3035 655 3327 4 MP
199PP
200-3905 0 0 3035 3905 0 0 -3035 655 3327 5 MP stroke
2014 w
202DO
2030 sg
204 655 3327 mt  655  292 L
205 655  292 mt  655  292 L
2061365 3327 mt 1365  292 L
2071365  292 mt 1365  292 L
2082075 3327 mt 2075  292 L
2092075  292 mt 2075  292 L
2102785 3327 mt 2785  292 L
2112785  292 mt 2785  292 L
2123494 3327 mt 3494  292 L
2133494  292 mt 3494  292 L
2144205 3327 mt 4205  292 L
2154205  292 mt 4205  292 L
216 655 3327 mt 4560 3327 L
2174560 3327 mt 4560 3327 L
218 655 2893 mt 4560 2893 L
2194560 2893 mt 4560 2893 L
220 655 2459 mt 4560 2459 L
2214560 2459 mt 4560 2459 L
222 655 2026 mt 4560 2026 L
2234560 2026 mt 4560 2026 L
224 655 1592 mt 4560 1592 L
2254560 1592 mt 4560 1592 L
226 655 1159 mt 4560 1159 L
2274560 1159 mt 4560 1159 L
228 655  725 mt 4560  725 L
2294560  725 mt 4560  725 L
230 655  292 mt 4560  292 L
2314560  292 mt 4560  292 L
232SO
2336 w
234 655  292 mt 4560  292 L
235 655 3327 mt 4560 3327 L
2364560 3327 mt 4560  292 L
237 655 3327 mt  655  292 L
238 655 3327 mt 4560 3327 L
239 655 3327 mt  655  292 L
240 655 3327 mt  655 3287 L
241 655  292 mt  655  331 L
242%%IncludeResource: font Helvetica
243/Helvetica /WindowsLatin1Encoding 192 FMSR
244
245 602 3539 mt 
246(0) s
2471365 3327 mt 1365 3287 L
2481365  292 mt 1365  331 L
2491259 3539 mt 
250(10) s
2512075 3327 mt 2075 3287 L
2522075  292 mt 2075  331 L
2531969 3539 mt 
254(20) s
2552785 3327 mt 2785 3287 L
2562785  292 mt 2785  331 L
2572679 3539 mt 
258(30) s
2593494 3327 mt 3494 3287 L
2603494  292 mt 3494  331 L
2613388 3539 mt 
262(40) s
2634205 3327 mt 4205 3287 L
2644205  292 mt 4205  331 L
2654099 3539 mt 
266(50) s
267 655 3327 mt  694 3327 L
2684560 3327 mt 4520 3327 L
269 514 3398 mt 
270(0) s
271 655 2893 mt  694 2893 L
2724560 2893 mt 4520 2893 L
273 354 2964 mt 
274(0.5) s
275 655 2459 mt  694 2459 L
2764560 2459 mt 4520 2459 L
277 514 2530 mt 
278(1) s
279 655 2026 mt  694 2026 L
2804560 2026 mt 4520 2026 L
281 354 2097 mt 
282(1.5) s
283 655 1592 mt  694 1592 L
2844560 1592 mt 4520 1592 L
285 514 1663 mt 
286(2) s
287 655 1159 mt  694 1159 L
2884560 1159 mt 4520 1159 L
289 354 1230 mt 
290(2.5) s
291 655  725 mt  694  725 L
2924560  725 mt 4520  725 L
293 514  796 mt 
294(3) s
295 655  292 mt  694  292 L
2964560  292 mt 4520  292 L
297 354  363 mt 
298(3.5) s
299 655  238 mt 
300(x 10) s
301%%IncludeResource: font Helvetica
302/Helvetica /WindowsLatin1Encoding 128 FMSR
303
3041017  119 mt 
305(-5) s
306 655  292 mt 4560  292 L
307 655 3327 mt 4560 3327 L
3084560 3327 mt 4560  292 L
309 655 3327 mt  655  292 L
310gs 655 292 3906 3036 rc
311DD
31224 w
3131065 -889 1065 -862 710 -582 355 -280 355 -262 655 3232 6 MP stroke
314gr
315
31624 w
317DD
318SO
319  36   36  655 3232 FO
320  36   36 1010 2970 FO
321  36   36 1365 2690 FO
322  36   36 2075 2108 FO
323  36   36 3140 1246 FO
324  36   36 4205  357 FO
325DD
326gs 655 292 3906 3036 rc
327/c8 { 1.000000 0.000000 0.000000 sr} bdef
328c8
3291065 -863 1065 -831 710 -559 355 -269 355 -281 655 3298 6 MP stroke
330gr
331
332c8
333SO
334  36   36  655 3298 FO
335  36   36 1010 3017 FO
336  36   36 1365 2748 FO
337  36   36 2075 2189 FO
338  36   36 3140 1358 FO
339  36   36 4205  495 FO
340DD
341gs 655 292 3906 3036 rc
342gr
343
3440 sg
345%%IncludeResource: font Helvetica
346/Helvetica /WindowsLatin1Encoding 192 FMSR
347
3481373 3735 mt 
349(Percent of noise in amplitude) s
350%%IncludeResource: font Symbol
351/Symbol /WindowsLatin1Encoding 192 FMSR
352
353 243 1903 mt  -90 rotate
354(c) s
35590 rotate
356%%IncludeResource: font Helvetica
357/Helvetica /WindowsLatin1Encoding 144 FMSR
358
359 147 1798 mt  -90 rotate
360(2) s
36190 rotate
362%%IncludeResource: font Helvetica
363/Helvetica /WindowsLatin1Encoding 120 FMSR
364
365 638 3370 mt 
366( ) s
3674544  334 mt 
368( ) s
369SO
3706 w
3711 sg
3720 500 1896 0 0 -500 715 852 4 MP
373PP
374-1896 0 0 500 1896 0 0 -500 715 852 5 MP stroke
3754 w
376DO
377SO
3786 w
3790 sg
380 715  352 mt 2611  352 L
381 715  852 mt 2611  852 L
3822611  852 mt 2611  352 L
383 715  852 mt  715  352 L
384 715  852 mt 2611  852 L
385 715  852 mt  715  352 L
386 715  352 mt 2611  352 L
387 715  852 mt 2611  852 L
3882611  852 mt 2611  352 L
389 715  852 mt  715  352 L
390%%IncludeResource: font Helvetica
391/Helvetica /WindowsLatin1Encoding 192 FMSR
392
3931185  555 mt 
394(Kramers-Kronig) s
395gs 715 352 1897 501 rc
396DD
39724 w
398361 0 787 486 2 MP stroke
399SO
400gs 869 388 197 197 rc
401  36   36  967  486 FO
402gr
403
404gr
405
40624 w
4071185  786 mt 
408(Hilbert) s
409gs 715 352 1897 501 rc
410DD
411c8
412361 0 787 717 2 MP stroke
413SO
414gs 869 619 197 197 rc
415  36   36  967  717 FO
416gr
417
4186 w
419gr
420
4216 w
422c8
423
424end %%Color Dict
425
426eplot
427%%EndObject
428
429epage
430end
431
432showpage
433
434%%Trailer
435%%EOF
Note: See TracBrowser for help on using the repository browser.