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

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

Progress on the HDR

File size: 12.0 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\42.eps
4%%CreationDate: 09/20/2015  17:20:26
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
18486 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 2981 3780 0 0 -2981 717 3364 4 MP
199PP
200-3780 0 0 2981 3780 0 0 -2981 717 3364 5 MP stroke
2014 w
202DO
203SO
2046 w
2050 sg
206 717 3364 mt 4497 3364 L
207 717 3364 mt  717  383 L
208gs 717 382 3781 2983 rc
20924 w
210gr
211
21224 w
2130 j
21441 71 -82 0 41 -71 4129 2133 4 MP
215/c8 { 0.000000 1.000000 0.000000 sr} bdef
216c8
217gs
218PP
219gr
220DP
22141 71 -82 0 41 -71 3884 1888 4 MP
222gs
223PP
224gr
225DP
22641 71 -82 0 41 -71 3601 1689 4 MP
227gs
228PP
229gr
230DP
23141 71 -82 0 41 -71 3287 1543 4 MP
232gs
233PP
234gr
235DP
23641 71 -82 0 41 -71 2952 1453 4 MP
237gs
238PP
239gr
240DP
24141 71 -82 0 41 -71 2607 1423 4 MP
242gs
243PP
244gr
245DP
24641 71 -82 0 41 -71 2262 1453 4 MP
247gs
248PP
249gr
250DP
25141 71 -82 0 41 -71 1927 1543 4 MP
252gs
253PP
254gr
255DP
25641 71 -82 0 41 -71 1613 1689 4 MP
257gs
258PP
259gr
260DP
26141 71 -82 0 41 -71 1330 1888 4 MP
262gs
263PP
264gr
265DP
26641 71 -82 0 41 -71 1085 2133 4 MP
267gs
268PP
269gr
270DP
271gs 717 382 3781 2983 rc
272gr
273
274/c9 { 1.000000 0.000000 0.000000 sr} bdef
275c9
276  36   36 1085 2086 FO
277  36   36 2335 1395 FO
278  36   36 2928 1402 FO
279  36   36 3275 1492 FO
280gs 717 382 3781 2983 rc
281gr
282
283/c10 { 0.000000 0.000000 1.000000 sr} bdef
284c10
285  36   36 1330 1841 FO
286  36   36 1613 1642 FO
287  36   36 1927 1496 FO
288  36   36 3601 1642 FO
289  36   36 3884 1841 FO
290  36   36 4129 2086 FO
291gs 717 382 3781 2983 rc
292DD
2936 w
2940 sg
295-5 16 -6 18 -6 19 -7 19 -7 19 -7 18 -8 19 -7 18 
296-8 18 -8 19 -8 18 -8 18 -8 18 -9 18 -9 18 -9 17 
297-9 18 -9 18 -9 17 -10 17 -10 18 -10 17 -10 17 -10 17 
298-11 17 -11 17 -10 16 -11 17 -12 16 -11 17 -11 16 -12 16 
299-12 16 -12 16 -12 15 -12 16 -13 16 -12 15 -13 15 -13 15 
300-13 15 -13 15 -14 15 -13 14 -14 15 -13 14 -14 14 -14 14 
301-15 14 -14 14 -15 14 -14 13 -15 13 -15 14 -15 13 -15 13 
302-15 12 -16 13 -15 12 -16 12 -16 13 -15 11 -16 12 -17 12 
303-16 11 -16 12 -17 11 -16 11 -17 10 -17 11 -17 11 -17 10 
304-17 10 -17 10 -17 10 -18 9 -17 10 -18 9 -17 9 -18 9 
305-18 9 -18 8 -18 9 -18 8 -18 8 -19 8 -18 7 -18 8 
306-19 7 -18 7 -19 7 -19 7 -19 6 -18 6 -19 7 -19 6 
307-19 5 -19 6 -19 5 -20 5 -19 5 -19 5 -19 5 -20 4 
308-19 5 -20 4 -19 3 -20 4 -19 3 -20 4 -20 3 -19 3 
309-20 2 -20 3 -19 2 -20 2 -20 2 -20 2 -20 1 -19 1 
310-20 1 -20 1 -20 1 -20 0 -20 1 -20 0 -19 0 -20 -1 
311-20 0 -20 -1 -20 -1 -20 -1 -20 -1 -19 -2 -20 -1 -20 -2 
312-20 -2 -19 -3 -20 -2 -20 -3 -20 -3 -19 -3 -20 -3 -19 -4 
313-20 -3 -19 -4 -20 -4 -19 -4 -20 -5 -19 -5 -19 -4 -19 -5 
314-20 -6 -19 -5 -19 -6 -19 -5 -19 -6 -19 -7 -18 -6 -19 -6 
315-19 -7 -19 -7 -18 -7 -19 -8 -18 -7 -18 -8 -19 -8 -18 -8 
316-18 -8 -18 -8 -18 -9 -18 -8 -17 -9 -18 -9 -18 -10 -17 -9 
317-18 -10 -17 -10 -17 -10 -17 -10 -17 -10 -17 -11 -17 -10 -16 -11 
318-17 -11 -16 -11 -17 -11 -16 -12 -16 -12 -16 -11 -16 -12 -16 -12 
319-15 -13 -16 -12 -15 -13 -15 -13 -16 -12 -15 -13 -14 -14 -15 -13 
320-15 -13 -14 -14 -15 -14 -14 -14 -14 -14 -14 -14 -13 -14 -14 -15 
321-14 -14 -13 -15 -13 -15 -13 -15 -13 -15 -13 -15 -12 -16 -13 -15 
322-12 -16 -12 -16 -12 -16 -12 -16 -11 -16 -12 -16 -11 -16 -11 -17 
323-11 -16 -11 -17 -11 -17 -10 -17 -11 -17 -10 -17 -10 -17 -9 -17 
324-10 -18 -9 -17 -10 -18 -9 -17 -9 -18 -8 -18 -9 -18 -8 -18 
325-9 -18 -8 -18 -7 -19 -8 -18 -8 -18 -7 -19 -7 -18 -7 -19 
326-7 -19 -6 -19 -6 -18 -5 -13 4498 2751 253 MP stroke
327SO
328gr
329
3306 w
3310 sg
332-41 71 -41 -71 82 0 2169 3388 4 MP
333gs
334PP
335gr
336DP
337-41 71 -41 -71 82 0 2248 3388 4 MP
338gs
339PP
340gr
341DP
342-41 71 -41 -71 82 0 2328 3388 4 MP
343gs
344PP
345gr
346DP
347-41 71 -41 -71 82 0 2407 3388 4 MP
348gs
349PP
350gr
351DP
352-41 71 -41 -71 82 0 2487 3388 4 MP
353gs
354PP
355gr
356DP
357-41 71 -41 -71 82 0 2566 3388 4 MP
358gs
359PP
360gr
361DP
362-41 71 -41 -71 82 0 2645 3388 4 MP
363gs
364PP
365gr
366DP
367-41 71 -41 -71 82 0 2725 3388 4 MP
368gs
369PP
370gr
371DP
372-41 71 -41 -71 82 0 2804 3388 4 MP
373gs
374PP
375gr
376DP
377-41 71 -41 -71 82 0 2884 3388 4 MP
378gs
379PP
380gr
381DP
382-41 71 -41 -71 82 0 2963 3388 4 MP
383gs
384PP
385gr
386DP
387gs 717 382 3781 2983 rc
388DO
389c9
390-1628 -1140 -1628 1140 4235 2224 3 MP stroke
391gr
392
393c9
394DO
3950 sg
396%%IncludeResource: font Helvetica
397/Helvetica /WindowsLatin1Encoding 192 FMSR
398
3992186  230 mt 
400(MDD=10) s
401%%IncludeResource: font Helvetica
402/Helvetica /WindowsLatin1Encoding 144 FMSR
403
4042948  134 mt 
405(o) s
406%%IncludeResource: font Helvetica
407/Helvetica /WindowsLatin1Encoding 120 FMSR
408
409 700 3407 mt 
410( ) s
4114481  424 mt 
412( ) s
413SO
4141 sg
4150 729 1988 0 0 -729 2449 1171 4 MP
416PP
417-1988 0 0 729 1988 0 0 -729 2449 1171 5 MP stroke
4184 w
419DO
420SO
4216 w
4220 sg
4232449  442 mt 4437  442 L
4242449 1171 mt 4437 1171 L
4254437 1171 mt 4437  442 L
4262449 1171 mt 2449  442 L
4272449 1171 mt 4437 1171 L
4282449 1171 mt 2449  442 L
4292449  442 mt 4437  442 L
4302449 1171 mt 4437 1171 L
4314437 1171 mt 4437  442 L
4322449 1171 mt 2449  442 L
433%%IncludeResource: font Helvetica
434/Helvetica /WindowsLatin1Encoding 192 FMSR
435
4362913  645 mt 
437(Triple sine \(Ts\)) s
438gs 2449 442 1989 730 rc
43924 w
440gs 2600 478 197 197 rc
44141 71 -82 0 41 -71 2698 623 4 MP
442c8
443gs
444PP
445gr
446DP
447gr
448
449c8
450gr
451
45224 w
453c8
4540 sg
4552913  875 mt 
456(Linear \(Ls\)) s
457gs 2449 442 1989 730 rc
458gs 2600 708 197 197 rc
459c9
460  36   36 2698  806 FO
461gr
462
463c9
464gr
465
466c9
4670 sg
4682913 1105 mt 
469(MaxLinear\(Lsmx\)) s
470gs 2449 442 1989 730 rc
471gs 2600 938 197 197 rc
472c10
473  36   36 2698 1036 FO
474gr
475
476c10
4776 w
478gr
479
4806 w
481c10
482
483end %%Color Dict
484
485eplot
486%%EndObject
487
488epage
489end
490
491showpage
492
493%%Trailer
494%%EOF
Note: See TracBrowser for help on using the repository browser.