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

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

Progress on the HDR

File size: 10.6 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\31.eps
4%%CreationDate: 10/14/2015  12:03:15
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
18423 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 3081 3905 0 0 -3081 655 3364 4 MP
199PP
200-3905 0 0 3081 3905 0 0 -3081 655 3364 5 MP stroke
2014 w
202DO
2030 sg
204 655 3364 mt 4560 3364 L
2054560 3364 mt 4560 3364 L
206 655 2923 mt 4560 2923 L
2074560 2923 mt 4560 2923 L
208 655 2483 mt 4560 2483 L
2094560 2483 mt 4560 2483 L
210 655 2043 mt 4560 2043 L
2114560 2043 mt 4560 2043 L
212 655 1603 mt 4560 1603 L
2134560 1603 mt 4560 1603 L
214 655 1163 mt 4560 1163 L
2154560 1163 mt 4560 1163 L
216 655  723 mt 4560  723 L
2174560  723 mt 4560  723 L
218 655  283 mt 4560  283 L
2194560  283 mt 4560  283 L
220SO
2216 w
222 655  283 mt 4560  283 L
223 655 3364 mt 4560 3364 L
2244560 3364 mt 4560  283 L
225 655 3364 mt  655  283 L
226 655 3364 mt 4560 3364 L
227 655 3364 mt  655  283 L
2281305 3364 mt 1305 3324 L
2291305  283 mt 1305  322 L
230%%IncludeResource: font Helvetica
231/Helvetica /WindowsLatin1Encoding 168 FMSR
232
233 927 3554 mt 
234(Triple sine) s
2352607 3364 mt 2607 3324 L
2362607  283 mt 2607  322 L
2372374 3554 mt 
238(Linear) s
2393909 3364 mt 3909 3324 L
2403909  283 mt 3909  322 L
2413474 3554 mt 
242(Logarithmic) s
243 655 3364 mt  694 3364 L
2444560 3364 mt 4520 3364 L
245 527 3426 mt 
246(0) s
247 655 2923 mt  694 2923 L
2484560 2923 mt 4520 2923 L
249 387 2985 mt 
250(0.2) s
251 655 2483 mt  694 2483 L
2524560 2483 mt 4520 2483 L
253 387 2545 mt 
254(0.4) s
255 655 2043 mt  694 2043 L
2564560 2043 mt 4520 2043 L
257 387 2105 mt 
258(0.6) s
259 655 1603 mt  694 1603 L
2604560 1603 mt 4520 1603 L
261 387 1665 mt 
262(0.8) s
263 655 1163 mt  694 1163 L
2644560 1163 mt 4520 1163 L
265 527 1225 mt 
266(1) s
267 655  723 mt  694  723 L
2684560  723 mt 4520  723 L
269 387  785 mt 
270(1.2) s
271 655  283 mt  694  283 L
2724560  283 mt 4520  283 L
273 387  345 mt 
274(1.4) s
275 655  229 mt 
276(x 10) s
277%%IncludeResource: font Helvetica
278/Helvetica /WindowsLatin1Encoding 112 FMSR
279
280 972  125 mt 
281(-6) s
282 655  283 mt 4560  283 L
283 655 3364 mt 4560 3364 L
2844560 3364 mt 4560  283 L
285 655 3364 mt  655  283 L
286gs 655 283 3906 3082 rc
287/c8 { 1.000000 0.000000 0.000000 sr} bdef
288c8
2890 712 372 0 0 -712 933 3364 4 MP
290PP
2910 sg
292-372 0 0 712 372 0 0 -712 933 3364 5 MP stroke
293c8
2940 735 372 0 0 -735 2235 3364 4 MP
295PP
2960 sg
297-372 0 0 735 372 0 0 -735 2235 3364 5 MP stroke
298c8
2990 690 372 0 0 -690 3537 3364 4 MP
300PP
3010 sg
302-372 0 0 690 372 0 0 -690 3537 3364 5 MP stroke
3033905 0 655 3364 2 MP stroke
3040 2379 372 0 0 -2379 1305 3364 4 MP
305PP
306-372 0 0 2379 372 0 0 -2379 1305 3364 5 MP stroke
3070 2066 372 0 0 -2066 2607 3364 4 MP
308PP
309-372 0 0 2066 372 0 0 -2066 2607 3364 5 MP stroke
3100 2218 372 0 0 -2218 3909 3364 4 MP
311PP
312-372 0 0 2218 372 0 0 -2218 3909 3364 5 MP stroke
313gr
314
315%%IncludeResource: font Symbol
316/Symbol /WindowsLatin1Encoding 168 FMSR
317
318 283 1907 mt  -90 rotate
319(c) s
32090 rotate
321%%IncludeResource: font Helvetica
322/Helvetica /WindowsLatin1Encoding 132 FMSR
323
324 199 1815 mt  -90 rotate
325(2) s
32690 rotate
327%%IncludeResource: font Helvetica
328/Helvetica /WindowsLatin1Encoding 120 FMSR
329
330 638 3407 mt 
331( ) s
3324544  325 mt 
333( ) s
3341 sg
3350 444 1722 0 0 -444 2778 787 4 MP
336PP
337-1722 0 0 444 1722 0 0 -444 2778 787 5 MP stroke
3384 w
339DO
340SO
3416 w
3420 sg
3432778  343 mt 4500  343 L
3442778  787 mt 4500  787 L
3454500  787 mt 4500  343 L
3462778  787 mt 2778  343 L
3472778  787 mt 4500  787 L
3482778  787 mt 2778  343 L
3492778  343 mt 4500  343 L
3502778  787 mt 4500  787 L
3514500  787 mt 4500  343 L
3522778  787 mt 2778  343 L
353%%IncludeResource: font Helvetica
354/Helvetica /WindowsLatin1Encoding 168 FMSR
355
3563247  524 mt 
357(Hilbert) s
358gs 2778 343 1723 445 rc
359c8
360-360 0 0 152 360 0 0 -152 2850 539 5 MP
361PP
3620 sg
3630 0 -360 0 0 152 360 0 0 -152 2850 539 6 MP stroke
364gr
365
3663247  727 mt 
367(Kramers-Kronig) s
368gs 2778 343 1723 445 rc
369-360 0 0 152 360 0 0 -152 2850 742 5 MP
370PP
3710 0 -360 0 0 152 360 0 0 -152 2850 742 6 MP stroke
372gr
373
374
375end %%Color Dict
376
377eplot
378%%EndObject
379
380epage
381end
382
383showpage
384
385%%Trailer
386%%EOF
Note: See TracBrowser for help on using the repository browser.