source: ETALON/reconstruction/long_paper3/plot2210/24.eps @ 291

Last change on this file since 291 was 291, checked in by hodnevuc, 9 years ago
File size: 16.7 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\24.eps
4%%CreationDate: 10/22/2015  09:11:59
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 3906 0 0 -2899 654 3182 4 MP
199PP
200-3906 0 0 2899 3906 0 0 -2899 654 3182 5 MP stroke
2014 w
202DO
2030 sg
204 676 3182 mt  676  283 L
205 676  283 mt  676  283 L
2062364 3182 mt 2364  283 L
2072364  283 mt 2364  283 L
2084051 3182 mt 4051  283 L
2094051  283 mt 4051  283 L
210 654 3182 mt 4560 3182 L
2114560 3182 mt 4560 3182 L
212 654 2457 mt 4560 2457 L
2134560 2457 mt 4560 2457 L
214 654 1732 mt 4560 1732 L
2154560 1732 mt 4560 1732 L
216 654 1007 mt 4560 1007 L
2174560 1007 mt 4560 1007 L
218 654  283 mt 4560  283 L
2194560  283 mt 4560  283 L
220SO
2216 w
222 654  283 mt 4560  283 L
223 654 3182 mt 4560 3182 L
2244560 3182 mt 4560  283 L
225 654 3182 mt  654  283 L
226 654 3182 mt 4560 3182 L
227 654 3182 mt  654  283 L
228 676 3182 mt  676 3162 L
229 676  283 mt  676  302 L
230DO
231 676 3182 mt  676  283 L
232 676  283 mt  676  283 L
233SO
234 676 3182 mt  676 3142 L
235 676  283 mt  676  322 L
236%%IncludeResource: font Helvetica
237/Helvetica /WindowsLatin1Encoding 192 FMSR
238
239 497 3454 mt 
240(10) s
241%%IncludeResource: font Helvetica
242/Helvetica /WindowsLatin1Encoding 128 FMSR
243
244 710 3335 mt 
245(-1) s
2461184 3182 mt 1184 3162 L
2471184  283 mt 1184  302 L
248DO
2491184 3182 mt 1184  283 L
2501184  283 mt 1184  283 L
251SO
2521482 3182 mt 1482 3162 L
2531482  283 mt 1482  302 L
254DO
2551482 3182 mt 1482  283 L
2561482  283 mt 1482  283 L
257SO
2581692 3182 mt 1692 3162 L
2591692  283 mt 1692  302 L
260DO
2611692 3182 mt 1692  283 L
2621692  283 mt 1692  283 L
263SO
2641856 3182 mt 1856 3162 L
2651856  283 mt 1856  302 L
266DO
2671856 3182 mt 1856  283 L
2681856  283 mt 1856  283 L
269SO
2701990 3182 mt 1990 3162 L
2711990  283 mt 1990  302 L
272DO
2731990 3182 mt 1990  283 L
2741990  283 mt 1990  283 L
275SO
2762103 3182 mt 2103 3162 L
2772103  283 mt 2103  302 L
278DO
2792103 3182 mt 2103  283 L
2802103  283 mt 2103  283 L
281SO
2822200 3182 mt 2200 3162 L
2832200  283 mt 2200  302 L
284DO
2852200 3182 mt 2200  283 L
2862200  283 mt 2200  283 L
287SO
2882287 3182 mt 2287 3162 L
2892287  283 mt 2287  302 L
290DO
2912287 3182 mt 2287  283 L
2922287  283 mt 2287  283 L
293SO
2942364 3182 mt 2364 3162 L
2952364  283 mt 2364  302 L
296DO
2972364 3182 mt 2364  283 L
2982364  283 mt 2364  283 L
299SO
3002364 3182 mt 2364 3142 L
3012364  283 mt 2364  322 L
302%%IncludeResource: font Helvetica
303/Helvetica /WindowsLatin1Encoding 192 FMSR
304
3052222 3454 mt 
306(10) s
307%%IncludeResource: font Helvetica
308/Helvetica /WindowsLatin1Encoding 128 FMSR
309
3102435 3335 mt 
311(0) s
3122872 3182 mt 2872 3162 L
3132872  283 mt 2872  302 L
314DO
3152872 3182 mt 2872  283 L
3162872  283 mt 2872  283 L
317SO
3183169 3182 mt 3169 3162 L
3193169  283 mt 3169  302 L
320DO
3213169 3182 mt 3169  283 L
3223169  283 mt 3169  283 L
323SO
3243380 3182 mt 3380 3162 L
3253380  283 mt 3380  302 L
326DO
3273380 3182 mt 3380  283 L
3283380  283 mt 3380  283 L
329SO
3303543 3182 mt 3543 3162 L
3313543  283 mt 3543  302 L
332DO
3333543 3182 mt 3543  283 L
3343543  283 mt 3543  283 L
335SO
3363677 3182 mt 3677 3162 L
3373677  283 mt 3677  302 L
338DO
3393677 3182 mt 3677  283 L
3403677  283 mt 3677  283 L
341SO
3423790 3182 mt 3790 3162 L
3433790  283 mt 3790  302 L
344DO
3453790 3182 mt 3790  283 L
3463790  283 mt 3790  283 L
347SO
3483888 3182 mt 3888 3162 L
3493888  283 mt 3888  302 L
350DO
3513888 3182 mt 3888  283 L
3523888  283 mt 3888  283 L
353SO
3543974 3182 mt 3974 3162 L
3553974  283 mt 3974  302 L
356DO
3573974 3182 mt 3974  283 L
3583974  283 mt 3974  283 L
359SO
3604051 3182 mt 4051 3162 L
3614051  283 mt 4051  302 L
362DO
3634051 3182 mt 4051  283 L
3644051  283 mt 4051  283 L
365SO
3664051 3182 mt 4051 3142 L
3674051  283 mt 4051  322 L
368%%IncludeResource: font Helvetica
369/Helvetica /WindowsLatin1Encoding 192 FMSR
370
3713909 3454 mt 
372(10) s
373%%IncludeResource: font Helvetica
374/Helvetica /WindowsLatin1Encoding 128 FMSR
375
3764122 3335 mt 
377(1) s
3784560 3182 mt 4560 3162 L
3794560  283 mt 4560  302 L
380DO
3814560 3182 mt 4560  283 L
3824560  283 mt 4560  283 L
383SO
384 654 3182 mt  694 3182 L
3854560 3182 mt 4520 3182 L
386%%IncludeResource: font Helvetica
387/Helvetica /WindowsLatin1Encoding 192 FMSR
388
389 514 3253 mt 
390(0) s
391 654 2457 mt  694 2457 L
3924560 2457 mt 4520 2457 L
393 354 2528 mt 
394(0.5) s
395 654 1732 mt  694 1732 L
3964560 1732 mt 4520 1732 L
397 514 1803 mt 
398(1) s
399 654 1007 mt  694 1007 L
4004560 1007 mt 4520 1007 L
401 354 1078 mt 
402(1.5) s
403 654  283 mt  694  283 L
4044560  283 mt 4520  283 L
405 514  354 mt 
406(2) s
407 654  283 mt 4560  283 L
408 654 3182 mt 4560 3182 L
4094560 3182 mt 4560  283 L
410 654 3182 mt  654  283 L
411gs 654 283 3907 2900 rc
41224 w
4130 2900 676 283 2 MP stroke
4140 1096 1348 2087 2 MP stroke
41544 0 1326 2087 2 MP stroke
4160 470 1856 2713 2 MP stroke
41744 0 1834 2713 2 MP stroke
4180 193 2364 2990 2 MP stroke
41944 0 2342 2990 2 MP stroke
4200 150 2872 3011 2 MP stroke
42144 0 2850 3011 2 MP stroke
42244 0 2850 3161 2 MP stroke
4230 157 3380 2992 2 MP stroke
42444 0 3358 2992 2 MP stroke
42544 0 3358 3149 2 MP stroke
4260 172 3888 2966 2 MP stroke
42744 0 3866 2966 2 MP stroke
42844 0 3866 3138 2 MP stroke
4290 180 4185 2954 2 MP stroke
43044 0 4163 2954 2 MP stroke
43144 0 4163 3134 2 MP stroke
4320 182 4560 2953 2 MP stroke
43323 0 4538 2953 2 MP stroke
43423 0 4538 3135 2 MP stroke
435DD
436375 0 297 -8 508 -18 508 -16 508 -11 508 94 508 320 672 1405 
437676 1278 9 MP stroke
438gr
439
44024 w
441DD
442SO
443  36   36  676 1278 FO
444  36   36 1348 2683 FO
445  36   36 1856 3003 FO
446  36   36 2364 3097 FO
447  36   36 2872 3086 FO
448  36   36 3380 3070 FO
449  36   36 3888 3052 FO
450  36   36 4185 3044 FO
451  36   36 4560 3044 FO
452DD
453gs 654 283 3907 2900 rc
454SO
455/c8 { 1.000000 0.000000 0.000000 sr} bdef
456c8
4570 2900 676 283 2 MP stroke
4580 1089 1348 2094 2 MP stroke
45944 0 1326 2094 2 MP stroke
4600 468 1856 2715 2 MP stroke
46144 0 1834 2715 2 MP stroke
4620 194 2364 2989 2 MP stroke
46344 0 2342 2989 2 MP stroke
4640 147 2872 3016 2 MP stroke
46544 0 2850 3016 2 MP stroke
46644 0 2850 3163 2 MP stroke
4670 147 3380 3010 2 MP stroke
46844 0 3358 3010 2 MP stroke
46944 0 3358 3157 2 MP stroke
4700 156 3888 3000 2 MP stroke
47144 0 3866 3000 2 MP stroke
47244 0 3866 3156 2 MP stroke
4730 150 4185 3012 2 MP stroke
47444 0 4163 3012 2 MP stroke
47544 0 4163 3162 2 MP stroke
4760 144 4560 3024 2 MP stroke
47723 0 4538 3024 2 MP stroke
47823 0 4538 3168 2 MP stroke
479DD
480375 9 297 9 508 -5 508 -7 508 -6 508 93 508 315 672 1441 
481676 1247 9 MP stroke
482gr
483
484c8
485SO
486  36   36  676 1247 FO
487  36   36 1348 2688 FO
488  36   36 1856 3003 FO
489  36   36 2364 3096 FO
490  36   36 2872 3090 FO
491  36   36 3380 3083 FO
492  36   36 3888 3078 FO
493  36   36 4185 3087 FO
494  36   36 4560 3096 FO
495DD
496gs 654 283 3907 2900 rc
497gr
498
4990 sg
500%%IncludeResource: font Symbol
501/Symbol /WindowsLatin1Encoding 192 FMSR
502
5032373 3650 mt 
504(s) s
505%%IncludeResource: font Helvetica
506/Helvetica /WindowsLatin1Encoding 192 FMSR
507
5082488 3650 mt 
509(/) s
510%%IncludeResource: font Symbol
511/Symbol /WindowsLatin1Encoding 192 FMSR
512
5132541 3650 mt 
514(s) s
515%%IncludeResource: font Helvetica
516/Helvetica /WindowsLatin1Encoding 144 FMSR
517
5182656 3746 mt 
519(init) s
520%%IncludeResource: font Symbol
521/Symbol /WindowsLatin1Encoding 192 FMSR
522
523 243 2116 mt  -90 rotate
524(D) s
52590 rotate
526%%IncludeResource: font Helvetica
527/Helvetica /WindowsLatin1Encoding 192 FMSR
528
529 243 1999 mt  -90 rotate
530( FWHM) s
53190 rotate
532%%IncludeResource: font Helvetica
533/Helvetica /WindowsLatin1Encoding 120 FMSR
534
535 637 3225 mt 
536( ) s
5374544  325 mt 
538( ) s
539gs 654 283 3907 2900 rc
540SO
5410 2900 676 283 2 MP stroke
5420 1096 1348 2087 2 MP stroke
54344 0 1326 2087 2 MP stroke
5440 470 1856 2713 2 MP stroke
54544 0 1834 2713 2 MP stroke
5460 193 2364 2990 2 MP stroke
54744 0 2342 2990 2 MP stroke
5480 150 2872 3011 2 MP stroke
54944 0 2850 3011 2 MP stroke
55044 0 2850 3161 2 MP stroke
5510 157 3380 2992 2 MP stroke
55244 0 3358 2992 2 MP stroke
55344 0 3358 3149 2 MP stroke
5540 172 3888 2966 2 MP stroke
55544 0 3866 2966 2 MP stroke
55644 0 3866 3138 2 MP stroke
5570 180 4185 2954 2 MP stroke
55844 0 4163 2954 2 MP stroke
55944 0 4163 3134 2 MP stroke
5600 182 4560 2953 2 MP stroke
56123 0 4538 2953 2 MP stroke
56223 0 4538 3135 2 MP stroke
563DD
564375 0 297 -8 508 -18 508 -16 508 -11 508 94 508 320 672 1405 
565676 1278 9 MP stroke
566gr
567
568SO
569  36   36  676 1278 FO
570  36   36 1348 2683 FO
571  36   36 1856 3003 FO
572  36   36 2364 3097 FO
573  36   36 2872 3086 FO
574  36   36 3380 3070 FO
575  36   36 3888 3052 FO
576  36   36 4185 3044 FO
577  36   36 4560 3044 FO
578DD
579gs 654 283 3907 2900 rc
580SO
581c8
5820 2900 676 283 2 MP stroke
5830 1089 1348 2094 2 MP stroke
58444 0 1326 2094 2 MP stroke
5850 468 1856 2715 2 MP stroke
58644 0 1834 2715 2 MP stroke
5870 194 2364 2989 2 MP stroke
58844 0 2342 2989 2 MP stroke
5890 147 2872 3016 2 MP stroke
59044 0 2850 3016 2 MP stroke
59144 0 2850 3163 2 MP stroke
5920 147 3380 3010 2 MP stroke
59344 0 3358 3010 2 MP stroke
59444 0 3358 3157 2 MP stroke
5950 156 3888 3000 2 MP stroke
59644 0 3866 3000 2 MP stroke
59744 0 3866 3156 2 MP stroke
5980 150 4185 3012 2 MP stroke
59944 0 4163 3012 2 MP stroke
60044 0 4163 3162 2 MP stroke
6010 144 4560 3024 2 MP stroke
60223 0 4538 3024 2 MP stroke
60323 0 4538 3168 2 MP stroke
604DD
605375 9 297 9 508 -5 508 -7 508 -6 508 93 508 315 672 1441 
606676 1247 9 MP stroke
607gr
608
609c8
610SO
611  36   36  676 1247 FO
612  36   36 1348 2688 FO
613  36   36 1856 3003 FO
614  36   36 2364 3096 FO
615  36   36 2872 3090 FO
616  36   36 3380 3083 FO
617  36   36 3888 3078 FO
618  36   36 4185 3087 FO
619  36   36 4560 3096 FO
620DD
621gs 654 283 3907 2900 rc
622SO
6236 w
624gr
625
6266 w
627SO
6281 sg
6290 500 1897 0 0 -500 2604 843 4 MP
630PP
631-1897 0 0 500 1897 0 0 -500 2604 843 5 MP stroke
6324 w
633DO
634SO
6356 w
6360 sg
6372604  343 mt 4501  343 L
6382604  843 mt 4501  843 L
6394501  843 mt 4501  343 L
6402604  843 mt 2604  343 L
6412604  843 mt 4501  843 L
6422604  843 mt 2604  343 L
6432604  343 mt 4501  343 L
6442604  843 mt 4501  843 L
6454501  843 mt 4501  343 L
6462604  843 mt 2604  343 L
647%%IncludeResource: font Helvetica
648/Helvetica /WindowsLatin1Encoding 192 FMSR
649
6503074  546 mt 
651(Kramers-Kronig) s
652gs 2604 343 1898 501 rc
653DD
65424 w
655361 0 2676 477 2 MP stroke
656SO
6576 w
658gs 2783 404 147 147 rc
659  36   36 2856  477 FO
660gr
661
662gr
663
6643074  777 mt 
665(Hilbert) s
666gs 2604 343 1898 501 rc
667DD
66824 w
669c8
670361 0 2676 708 2 MP stroke
671SO
6726 w
673gs 2783 635 147 147 rc
674  36   36 2856  708 FO
675gr
676
677gr
678
679c8
680
681end %%Color Dict
682
683eplot
684%%EndObject
685
686epage
687end
688
689showpage
690
691%%Trailer
692%%EOF
Note: See TracBrowser for help on using the repository browser.