source: ETALON/reconstruction/long_paper3/plots2/22.eps @ 283

Last change on this file since 283 was 283, checked in by hodnevuc, 9 years ago
File size: 17.3 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: C:\Users\³òàë³ê\Desktop\delerue\plots\22.eps
4%%CreationDate: 09/26/2015  11:42:53
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 2899 3905 0 0 -2899 655 3182 4 MP
199PP
200-3905 0 0 2899 3905 0 0 -2899 655 3182 5 MP stroke
2014 w
202DO
2030 sg
2041856 3182 mt 1856  283 L
2051856  283 mt 1856  283 L
2064204 3182 mt 4204  283 L
2074204  283 mt 4204  283 L
208 655 3182 mt 4560 3182 L
2094560 3182 mt 4560 3182 L
210 655 2682 mt 4560 2682 L
2114560 2682 mt 4560 2682 L
212 655 2183 mt 4560 2183 L
2134560 2183 mt 4560 2183 L
214 655 1684 mt 4560 1684 L
2154560 1684 mt 4560 1684 L
216 655 1185 mt 4560 1185 L
2174560 1185 mt 4560 1185 L
218 655  686 mt 4560  686 L
2194560  686 mt 4560  686 L
220SO
2216 w
222 655  283 mt 4560  283 L
223 655 3182 mt 4560 3182 L
2244560 3182 mt 4560  283 L
225 655 3182 mt  655  283 L
226 655 3182 mt 4560 3182 L
227 655 3182 mt  655  283 L
228 655 3182 mt  655 3182 L
229 655 3182 mt  655 3182 L
230DO
231 655 3182 mt  655 3182 L
232 655 3182 mt  655 3182 L
233SO
234 655 3182 mt  655 3182 L
235 655 3182 mt  655 3182 L
236DO
237 655 3182 mt  655 3182 L
238 655 3182 mt  655 3182 L
239SO
240 655 3182 mt  655 3182 L
241 655 3182 mt  655 3182 L
242DO
243 655 3182 mt  655 3182 L
244 655 3182 mt  655 3182 L
245SO
246 655 3182 mt  655 3182 L
247 655 3182 mt  655 3182 L
248DO
249 655 3182 mt  655 3182 L
250 655 3182 mt  655 3182 L
251SO
252 655 3182 mt  655 3182 L
253 655 3182 mt  655 3182 L
254DO
255 655 3182 mt  655 3182 L
256 655 3182 mt  655 3182 L
257SO
258 655 3182 mt  655 3182 L
259 655 3182 mt  655 3182 L
260DO
261 655 3182 mt  655 3182 L
262 655 3182 mt  655 3182 L
263SO
264 655 3182 mt  655 3182 L
265 655 3182 mt  655 3182 L
266DO
267 655 3182 mt  655 3182 L
268 655 3182 mt  655 3182 L
269SO
270 655 3182 mt  655 3182 L
271 655 3182 mt  655 3182 L
272DO
273 655 3182 mt  655 3182 L
274 655 3182 mt  655 3182 L
275SO
276 655 3182 mt  655 3182 L
277 655 3182 mt  655 3182 L
278DO
279 655 3182 mt  655 3182 L
280 655 3182 mt  655 3182 L
281SO
2821856 3182 mt 1856 3142 L
2831856  283 mt 1856  322 L
284%%IncludeResource: font Helvetica
285/Helvetica /WindowsLatin1Encoding 192 FMSR
286
2871714 3454 mt 
288(10) s
289%%IncludeResource: font Helvetica
290/Helvetica /WindowsLatin1Encoding 128 FMSR
291
2921927 3335 mt 
293(0) s
294 655 3182 mt  655 3182 L
295 655 3182 mt  655 3182 L
296DO
297 655 3182 mt  655 3182 L
298 655 3182 mt  655 3182 L
299SO
300 655 3182 mt  655 3182 L
301 655 3182 mt  655 3182 L
302DO
303 655 3182 mt  655 3182 L
304 655 3182 mt  655 3182 L
305SO
306 655 3182 mt  655 3182 L
307 655 3182 mt  655 3182 L
308DO
309 655 3182 mt  655 3182 L
310 655 3182 mt  655 3182 L
311SO
312 655 3182 mt  655 3182 L
313 655 3182 mt  655 3182 L
314DO
315 655 3182 mt  655 3182 L
316 655 3182 mt  655 3182 L
317SO
318 655 3182 mt  655 3182 L
319 655 3182 mt  655 3182 L
320DO
321 655 3182 mt  655 3182 L
322 655 3182 mt  655 3182 L
323SO
324 655 3182 mt  655 3182 L
325 655 3182 mt  655 3182 L
326DO
327 655 3182 mt  655 3182 L
328 655 3182 mt  655 3182 L
329SO
330 655 3182 mt  655 3182 L
331 655 3182 mt  655 3182 L
332DO
333 655 3182 mt  655 3182 L
334 655 3182 mt  655 3182 L
335SO
336 655 3182 mt  655 3182 L
337 655 3182 mt  655 3182 L
338DO
339 655 3182 mt  655 3182 L
340 655 3182 mt  655 3182 L
341SO
342 655 3182 mt  655 3182 L
343 655 3182 mt  655 3182 L
344DO
345 655 3182 mt  655 3182 L
346 655 3182 mt  655 3182 L
347SO
3484204 3182 mt 4204 3142 L
3494204  283 mt 4204  322 L
350%%IncludeResource: font Helvetica
351/Helvetica /WindowsLatin1Encoding 192 FMSR
352
3534062 3454 mt 
354(10) s
355%%IncludeResource: font Helvetica
356/Helvetica /WindowsLatin1Encoding 128 FMSR
357
3584275 3335 mt 
359(2) s
360 655 3182 mt  655 3182 L
361 655 3182 mt  655 3182 L
362DO
363 655 3182 mt  655 3182 L
364 655 3182 mt  655 3182 L
365SO
366 655 3182 mt  655 3182 L
367 655 3182 mt  655 3182 L
368DO
369 655 3182 mt  655 3182 L
370 655 3182 mt  655 3182 L
371SO
372 655 3182 mt  655 3182 L
373 655 3182 mt  655 3182 L
374DO
375 655 3182 mt  655 3182 L
376 655 3182 mt  655 3182 L
377SO
378 655 3182 mt  655 3182 L
379 655 3182 mt  655 3182 L
380DO
381 655 3182 mt  655 3182 L
382 655 3182 mt  655 3182 L
383SO
384 655 3182 mt  655 3182 L
385 655 3182 mt  655 3182 L
386DO
387 655 3182 mt  655 3182 L
388 655 3182 mt  655 3182 L
389SO
390 655 3182 mt  655 3182 L
391 655 3182 mt  655 3182 L
392DO
393 655 3182 mt  655 3182 L
394 655 3182 mt  655 3182 L
395SO
396 655 3182 mt  655 3182 L
397 655 3182 mt  655 3182 L
398DO
399 655 3182 mt  655 3182 L
400 655 3182 mt  655 3182 L
401SO
402 655 3182 mt  655 3182 L
403 655 3182 mt  655 3182 L
404DO
405 655 3182 mt  655 3182 L
406 655 3182 mt  655 3182 L
407SO
408 655 3182 mt  655 3182 L
409 655 3182 mt  655 3182 L
410DO
411 655 3182 mt  655 3182 L
412 655 3182 mt  655 3182 L
413SO
414 655 3182 mt  694 3182 L
4154560 3182 mt 4520 3182 L
416%%IncludeResource: font Helvetica
417/Helvetica /WindowsLatin1Encoding 192 FMSR
418
419 514 3253 mt 
420(0) s
421 655 2682 mt  694 2682 L
4224560 2682 mt 4520 2682 L
423 354 2753 mt 
424(0.2) s
425 655 2183 mt  694 2183 L
4264560 2183 mt 4520 2183 L
427 354 2254 mt 
428(0.4) s
429 655 1684 mt  694 1684 L
4304560 1684 mt 4520 1684 L
431 354 1755 mt 
432(0.6) s
433 655 1185 mt  694 1185 L
4344560 1185 mt 4520 1185 L
435 354 1256 mt 
436(0.8) s
437 655  686 mt  694  686 L
4384560  686 mt 4520  686 L
439 514  757 mt 
440(1) s
441 655  283 mt 4560  283 L
442 655 3182 mt 4560 3182 L
4434560 3182 mt 4560  283 L
444 655 3182 mt  655  283 L
445gs 655 283 3906 2900 rc
44624 w
4470 232 682 2951 2 MP stroke
44854 0 655 2951 2 MP stroke
4490 221 1149 2962 2 MP stroke
45054 0 1122 2962 2 MP stroke
4510 222 1502 2961 2 MP stroke
45254 0 1475 2961 2 MP stroke
4530 336 1856 2847 2 MP stroke
45454 0 1829 2847 2 MP stroke
4550 736 2209 2447 2 MP stroke
45654 0 2182 2447 2 MP stroke
4570 1493 2562 1690 2 MP stroke
45854 0 2535 1690 2 MP stroke
4590 2157 2916 770 2 MP stroke
46054 0 2889 770 2 MP stroke
46154 0 2889 2927 2 MP stroke
4620 1925 3030 697 2 MP stroke
46354 0 3003 697 2 MP stroke
46454 0 3003 2622 2 MP stroke
4650 2018 3122 507 2 MP stroke
46655 0 3095 507 2 MP stroke
46755 0 3095 2525 2 MP stroke
4680 1683 3269 516 2 MP stroke
46954 0 3242 516 2 MP stroke
47054 0 3242 2199 2 MP stroke
4710 1672 3383 410 2 MP stroke
47254 0 3356 410 2 MP stroke
47354 0 3356 2082 2 MP stroke
4740 1431 3590 387 2 MP stroke
47554 0 3563 387 2 MP stroke
47654 0 3563 1818 2 MP stroke
4770 1362 3736 345 2 MP stroke
47854 0 3709 345 2 MP stroke
47954 0 3709 1707 2 MP stroke
4800 1350 3850 332 2 MP stroke
48154 0 3823 332 2 MP stroke
48254 0 3823 1682 2 MP stroke
4830 1273 4057 304 2 MP stroke
48454 0 4030 304 2 MP stroke
48554 0 4030 1577 2 MP stroke
4860 1258 4204 283 2 MP stroke
48754 0 4177 283 2 MP stroke
48854 0 4177 1541 2 MP stroke
4890 1190 4410 295 2 MP stroke
49054 0 4383 295 2 MP stroke
49154 0 4383 1485 2 MP stroke
4920 1184 4557 286 2 MP stroke
49331 0 4530 286 2 MP stroke
49431 0 4530 1470 2 MP stroke
495DD
496147 -12 206 -22 147 -29 207 -66 114 -19 146 -76 207 -144 114 -111 
497147 -159 92 -143 114 -190 354 -696 353 -371 353 -125 354 -33 353 -1 
498467 4 682 3071 18 MP stroke
499gr
500
50124 w
502DD
503SO
504  36   36  682 3071 FO
505  36   36 1149 3075 FO
506  36   36 1502 3074 FO
507  36   36 1856 3041 FO
508  36   36 2209 2916 FO
509  36   36 2562 2545 FO
510  36   36 2916 1849 FO
511  36   36 3030 1659 FO
512  36   36 3122 1516 FO
513  36   36 3269 1357 FO
514  36   36 3383 1246 FO
515  36   36 3590 1102 FO
516  36   36 3736 1026 FO
517  36   36 3850 1007 FO
518  36   36 4057  941 FO
519  36   36 4204  912 FO
520  36   36 4410  890 FO
521  36   36 4557  878 FO
522DD
523gs 655 283 3906 2900 rc
524SO
525/c8 { 1.000000 0.000000 0.000000 sr} bdef
526c8
5270 240 682 2943 2 MP stroke
52854 0 655 2943 2 MP stroke
5290 229 1149 2954 2 MP stroke
53054 0 1122 2954 2 MP stroke
5310 229 1502 2954 2 MP stroke
53254 0 1475 2954 2 MP stroke
5330 340 1856 2843 2 MP stroke
53454 0 1829 2843 2 MP stroke
5350 738 2209 2445 2 MP stroke
53654 0 2182 2445 2 MP stroke
5370 1484 2562 1699 2 MP stroke
53854 0 2535 1699 2 MP stroke
5390 2156 2916 772 2 MP stroke
54054 0 2889 772 2 MP stroke
54154 0 2889 2928 2 MP stroke
5420 1932 3030 697 2 MP stroke
54354 0 3003 697 2 MP stroke
54454 0 3003 2629 2 MP stroke
5450 2019 3122 509 2 MP stroke
54655 0 3095 509 2 MP stroke
54755 0 3095 2528 2 MP stroke
5480 1683 3269 517 2 MP stroke
54954 0 3242 517 2 MP stroke
55054 0 3242 2200 2 MP stroke
5510 1672 3383 410 2 MP stroke
55254 0 3356 410 2 MP stroke
55354 0 3356 2082 2 MP stroke
5540 1431 3590 387 2 MP stroke
55554 0 3563 387 2 MP stroke
55654 0 3563 1818 2 MP stroke
5570 1360 3736 346 2 MP stroke
55854 0 3709 346 2 MP stroke
55954 0 3709 1706 2 MP stroke
5600 1350 3850 332 2 MP stroke
56154 0 3823 332 2 MP stroke
56254 0 3823 1682 2 MP stroke
5630 1274 4057 304 2 MP stroke
56454 0 4030 304 2 MP stroke
56554 0 4030 1578 2 MP stroke
5660 1255 4204 283 2 MP stroke
56754 0 4177 283 2 MP stroke
56854 0 4177 1538 2 MP stroke
5690 1190 4410 295 2 MP stroke
57054 0 4383 295 2 MP stroke
57154 0 4383 1485 2 MP stroke
5720 1184 4557 286 2 MP stroke
57331 0 4530 286 2 MP stroke
57431 0 4530 1470 2 MP stroke
575DD
576147 -12 206 -20 147 -31 207 -66 114 -19 146 -76 207 -144 114 -113 
577147 -159 92 -145 114 -187 354 -699 353 -365 353 -124 354 -32 353 0 
578467 4 682 3066 18 MP stroke
579gr
580
581c8
582SO
583  36   36  682 3066 FO
584  36   36 1149 3070 FO
585  36   36 1502 3070 FO
586  36   36 1856 3038 FO
587  36   36 2209 2914 FO
588  36   36 2562 2549 FO
589  36   36 2916 1850 FO
590  36   36 3030 1663 FO
591  36   36 3122 1518 FO
592  36   36 3269 1359 FO
593  36   36 3383 1246 FO
594  36   36 3590 1102 FO
595  36   36 3736 1026 FO
596  36   36 3850 1007 FO
597  36   36 4057  941 FO
598  36   36 4204  910 FO
599  36   36 4410  890 FO
600  36   36 4557  878 FO
601DD
602gs 655 283 3906 2900 rc
603gr
604
6050 sg
606%%IncludeResource: font Symbol
607/Symbol /WindowsLatin1Encoding 192 FMSR
608
6092378 3650 mt 
610(m) s
611%%IncludeResource: font Helvetica
612/Helvetica /WindowsLatin1Encoding 192 FMSR
613
6142488 3650 mt 
615(/) s
616%%IncludeResource: font Symbol
617/Symbol /WindowsLatin1Encoding 192 FMSR
618
6192541 3650 mt 
620(m) s
621%%IncludeResource: font Helvetica
622/Helvetica /WindowsLatin1Encoding 144 FMSR
623
6242651 3746 mt 
625(init) s
626%%IncludeResource: font Symbol
627/Symbol /WindowsLatin1Encoding 192 FMSR
628
629 243 2116 mt  -90 rotate
630(D) s
63190 rotate
632%%IncludeResource: font Helvetica
633/Helvetica /WindowsLatin1Encoding 192 FMSR
634
635 243 1999 mt  -90 rotate
636( FWHM) s
63790 rotate
638%%IncludeResource: font Helvetica
639/Helvetica /WindowsLatin1Encoding 120 FMSR
640
641 638 3225 mt 
642( ) s
6434544  325 mt 
644( ) s
645SO
6466 w
6471 sg
6480 500 1896 0 0 -500 715 843 4 MP
649PP
650-1896 0 0 500 1896 0 0 -500 715 843 5 MP stroke
6514 w
652DO
653SO
6546 w
6550 sg
656 715  343 mt 2611  343 L
657 715  843 mt 2611  843 L
6582611  843 mt 2611  343 L
659 715  843 mt  715  343 L
660 715  843 mt 2611  843 L
661 715  843 mt  715  343 L
662 715  343 mt 2611  343 L
663 715  843 mt 2611  843 L
6642611  843 mt 2611  343 L
665 715  843 mt  715  343 L
666%%IncludeResource: font Helvetica
667/Helvetica /WindowsLatin1Encoding 192 FMSR
668
6691185  546 mt 
670(Kramers-Kronig) s
671gs 715 343 1897 501 rc
672DD
67324 w
674361 0 787 477 2 MP stroke
675SO
6766 w
677gs 894 404 147 147 rc
678  36   36  967  477 FO
679gr
680
681gr
682
6831185  777 mt 
684(Hilbert) s
685gs 715 343 1897 501 rc
686DD
68724 w
688c8
689361 0 787 708 2 MP stroke
690SO
6916 w
692gs 894 635 147 147 rc
693  36   36  967  708 FO
694gr
695
696gr
697
698c8
699
700end %%Color Dict
701
702eplot
703%%EndObject
704
705epage
706end
707
708showpage
709
710%%Trailer
711%%EOF
Note: See TracBrowser for help on using the repository browser.