hekeus@51: %!PS-Adobe-3.0 EPSF-3.0 hekeus@51: %%Creator: MATLAB, The Mathworks, Inc. hekeus@51: %%Title: /Users/samer/matbase/figs/fig46367.eps hekeus@51: %%CreationDate: 02/18/2008 06:44:32 hekeus@51: %%DocumentNeededFonts: Helvetica hekeus@51: %%DocumentProcessColors: Cyan Magenta Yellow Black hekeus@51: %%LanguageLevel: 2 hekeus@51: %%Pages: 1 hekeus@51: %%BoundingBox: 9 0 213 117 hekeus@51: %%EndComments hekeus@51: hekeus@51: %%BeginProlog hekeus@51: % MathWorks dictionary hekeus@51: /MathWorks 160 dict begin hekeus@51: % definition operators hekeus@51: /bdef {bind def} bind def hekeus@51: /ldef {load def} bind def hekeus@51: /xdef {exch def} bdef hekeus@51: /xstore {exch store} bdef hekeus@51: % operator abbreviations hekeus@51: /c /clip ldef hekeus@51: /cc /concat ldef hekeus@51: /cp /closepath ldef hekeus@51: /gr /grestore ldef hekeus@51: /gs /gsave ldef hekeus@51: /mt /moveto ldef hekeus@51: /np /newpath ldef hekeus@51: /cm /currentmatrix ldef hekeus@51: /sm /setmatrix ldef hekeus@51: /rm /rmoveto ldef hekeus@51: /rl /rlineto ldef hekeus@51: /s {show newpath} bdef hekeus@51: /sc {setcmykcolor} bdef hekeus@51: /sr /setrgbcolor ldef hekeus@51: /sg /setgray ldef hekeus@51: /w /setlinewidth ldef hekeus@51: /j /setlinejoin ldef hekeus@51: /cap /setlinecap ldef hekeus@51: /rc {rectclip} bdef hekeus@51: /rf {rectfill} bdef hekeus@51: % page state control hekeus@51: /pgsv () def hekeus@51: /bpage {/pgsv save def} bdef hekeus@51: /epage {pgsv restore} bdef hekeus@51: /bplot /gsave ldef hekeus@51: /eplot {stroke grestore} bdef hekeus@51: % orientation switch hekeus@51: /portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def hekeus@51: % coordinate system mappings hekeus@51: /dpi2point 0 def hekeus@51: % font control hekeus@51: /FontSize 0 def hekeus@51: /FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0] hekeus@51: makefont setfont} bdef hekeus@51: /reencode {exch dup where {pop load} {pop StandardEncoding} ifelse hekeus@51: exch dup 3 1 roll findfont dup length dict begin hekeus@51: { 1 index /FID ne {def}{pop pop} ifelse } forall hekeus@51: /Encoding exch def currentdict end definefont pop} bdef hekeus@51: /isroman {findfont /CharStrings get /Agrave known} bdef hekeus@51: /FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse hekeus@51: exch FMS} bdef hekeus@51: /csm {1 dpi2point div -1 dpi2point div scale neg translate hekeus@51: dup landscapeMode eq {pop -90 rotate} hekeus@51: {rotateMode eq {90 rotate} if} ifelse} bdef hekeus@51: % line types: solid, dotted, dashed, dotdash hekeus@51: /SO { [] 0 setdash } bdef hekeus@51: /DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef hekeus@51: /DA { [6 dpi2point mul] 0 setdash } bdef hekeus@51: /DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4 hekeus@51: dpi2point mul] 0 setdash } bdef hekeus@51: % macros for lines and objects hekeus@51: /L {lineto stroke} bdef hekeus@51: /MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef hekeus@51: /AP {{rlineto} repeat} bdef hekeus@51: /PDlw -1 def hekeus@51: /W {/PDlw currentlinewidth def setlinewidth} def hekeus@51: /PP {closepath eofill} bdef hekeus@51: /DP {closepath stroke} bdef hekeus@51: /MR {4 -2 roll moveto dup 0 exch rlineto exch 0 rlineto hekeus@51: neg 0 exch rlineto closepath} bdef hekeus@51: /FR {MR stroke} bdef hekeus@51: /PR {MR fill} bdef hekeus@51: /L1i {{currentfile picstr readhexstring pop} image} bdef hekeus@51: /tMatrix matrix def hekeus@51: /MakeOval {newpath tMatrix currentmatrix pop translate scale hekeus@51: 0 0 1 0 360 arc tMatrix setmatrix} bdef hekeus@51: /FO {MakeOval stroke} bdef hekeus@51: /PO {MakeOval fill} bdef hekeus@51: /PD {currentlinewidth 2 div 0 360 arc fill hekeus@51: PDlw -1 eq not {PDlw w /PDlw -1 def} if} def hekeus@51: /FA {newpath tMatrix currentmatrix pop translate scale hekeus@51: 0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef hekeus@51: /PA {newpath tMatrix currentmatrix pop translate 0 0 moveto scale hekeus@51: 0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef hekeus@51: /FAn {newpath tMatrix currentmatrix pop translate scale hekeus@51: 0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef hekeus@51: /PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale hekeus@51: 0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef hekeus@51: /vradius 0 def /hradius 0 def /lry 0 def hekeus@51: /lrx 0 def /uly 0 def /ulx 0 def /rad 0 def hekeus@51: /MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef hekeus@51: /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly hekeus@51: vradius add translate hradius vradius scale 0 0 1 180 270 arc hekeus@51: tMatrix setmatrix lrx hradius sub uly vradius add translate hekeus@51: hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix hekeus@51: lrx hradius sub lry vradius sub translate hradius vradius scale hekeus@51: 0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub hekeus@51: translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix hekeus@51: closepath} bdef hekeus@51: /FRR {MRR stroke } bdef hekeus@51: /PRR {MRR fill } bdef hekeus@51: /MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def hekeus@51: newpath tMatrix currentmatrix pop ulx rad add uly rad add translate hekeus@51: rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad hekeus@51: sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix hekeus@51: closepath} bdef hekeus@51: /FlrRR {MlrRR stroke } bdef hekeus@51: /PlrRR {MlrRR fill } bdef hekeus@51: /MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def hekeus@51: newpath tMatrix currentmatrix pop ulx rad add uly rad add translate hekeus@51: rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad hekeus@51: sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix hekeus@51: closepath} bdef hekeus@51: /FtbRR {MtbRR stroke } bdef hekeus@51: /PtbRR {MtbRR fill } bdef hekeus@51: /stri 6 array def /dtri 6 array def hekeus@51: /smat 6 array def /dmat 6 array def hekeus@51: /tmat1 6 array def /tmat2 6 array def /dif 3 array def hekeus@51: /asub {/ind2 exch def /ind1 exch def dup dup hekeus@51: ind1 get exch ind2 get sub exch } bdef hekeus@51: /tri_to_matrix { hekeus@51: 2 0 asub 3 1 asub 4 0 asub 5 1 asub hekeus@51: dup 0 get exch 1 get 7 -1 roll astore } bdef hekeus@51: /compute_transform { hekeus@51: dmat dtri tri_to_matrix tmat1 invertmatrix hekeus@51: smat stri tri_to_matrix tmat2 concatmatrix } bdef hekeus@51: /ds {stri astore pop} bdef hekeus@51: /dt {dtri astore pop} bdef hekeus@51: /db {2 copy /cols xdef /rows xdef mul dup 3 mul string hekeus@51: currentfile hekeus@51: 3 index 0 eq {/ASCIIHexDecode filter} hekeus@51: {/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if } hekeus@51: ifelse exch readstring pop hekeus@51: dup 0 3 index getinterval /rbmap xdef hekeus@51: dup 2 index dup getinterval /gbmap xdef hekeus@51: 1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef hekeus@51: /it {gs np dtri aload pop moveto lineto lineto cp c hekeus@51: cols rows 8 compute_transform hekeus@51: rbmap gbmap bbmap true 3 colorimage gr}bdef hekeus@51: /il {newpath moveto lineto stroke}bdef hekeus@51: currentdict end def hekeus@51: %%EndProlog hekeus@51: hekeus@51: %%BeginSetup hekeus@51: MathWorks begin hekeus@51: hekeus@51: 0 cap hekeus@51: hekeus@51: end hekeus@51: %%EndSetup hekeus@51: hekeus@51: %%Page: 1 1 hekeus@51: %%BeginPageSetup hekeus@51: %%PageBoundingBox: 9 0 213 117 hekeus@51: MathWorks begin hekeus@51: bpage hekeus@51: %%EndPageSetup hekeus@51: hekeus@51: %%BeginObject: obj1 hekeus@51: bplot hekeus@51: hekeus@51: /dpi2point 12 def hekeus@51: portraitMode 0000 1356 csm hekeus@51: hekeus@51: 109 -48 2453 1396 rc hekeus@51: 277 dict begin %Colortable dictionary hekeus@51: /c0 { 0.000000 0.000000 0.000000 sr} bdef hekeus@51: /c1 { 1.000000 1.000000 1.000000 sr} bdef hekeus@51: /c2 { 0.900000 0.000000 0.000000 sr} bdef hekeus@51: /c3 { 0.000000 0.820000 0.000000 sr} bdef hekeus@51: /c4 { 0.000000 0.000000 0.800000 sr} bdef hekeus@51: /c5 { 0.910000 0.820000 0.320000 sr} bdef hekeus@51: /c6 { 1.000000 0.260000 0.820000 sr} bdef hekeus@51: /c7 { 0.000000 0.820000 0.820000 sr} bdef hekeus@51: c0 hekeus@51: 1 j hekeus@51: 1 sg hekeus@51: 0 0 2724 1364 rf hekeus@51: 5.76 w hekeus@51: 0 1028 2110 0 0 -1028 354 1213 4 MP hekeus@51: PP hekeus@51: -2110 0 0 1028 2110 0 0 -1028 354 1213 5 MP stroke hekeus@51: 3.84 w hekeus@51: DO hekeus@51: SO hekeus@51: 5.76 w hekeus@51: 0 sg hekeus@51: 354 1213 mt 2464 1213 L hekeus@51: 354 185 mt 2464 185 L hekeus@51: 354 1213 mt 354 185 L hekeus@51: 2464 1213 mt 2464 185 L hekeus@51: 354 1213 mt 2464 1213 L hekeus@51: 354 1213 mt 354 185 L hekeus@51: 667 1213 mt 667 1191 L hekeus@51: 667 185 mt 667 206 L hekeus@51: %%IncludeResource: font Helvetica hekeus@51: /Helvetica /ISOLatin1Encoding 108 FMSR hekeus@51: hekeus@51: 607 1347 mt hekeus@51: (10) s hekeus@51: 996 1213 mt 996 1191 L hekeus@51: 996 185 mt 996 206 L hekeus@51: 936 1347 mt hekeus@51: (20) s hekeus@51: 1326 1213 mt 1326 1191 L hekeus@51: 1326 185 mt 1326 206 L hekeus@51: 1266 1347 mt hekeus@51: (30) s hekeus@51: 1656 1213 mt 1656 1191 L hekeus@51: 1656 185 mt 1656 206 L hekeus@51: 1596 1347 mt hekeus@51: (40) s hekeus@51: 1985 1213 mt 1985 1191 L hekeus@51: 1985 185 mt 1985 206 L hekeus@51: 1925 1347 mt hekeus@51: (50) s hekeus@51: 2315 1213 mt 2315 1191 L hekeus@51: 2315 185 mt 2315 206 L hekeus@51: 2255 1347 mt hekeus@51: (60) s hekeus@51: 354 1213 mt 375 1213 L hekeus@51: 2464 1213 mt 2442 1213 L hekeus@51: 169 1253 mt hekeus@51: (0.1) s hekeus@51: 354 1007 mt 375 1007 L hekeus@51: 2464 1007 mt 2442 1007 L hekeus@51: 109 1047 mt hekeus@51: (0.15) s hekeus@51: 354 801 mt 375 801 L hekeus@51: 2464 801 mt 2442 801 L hekeus@51: 169 841 mt hekeus@51: (0.2) s hekeus@51: 354 596 mt 375 596 L hekeus@51: 2464 596 mt 2442 596 L hekeus@51: 109 636 mt hekeus@51: (0.25) s hekeus@51: 354 390 mt 375 390 L hekeus@51: 2464 390 mt 2442 390 L hekeus@51: 169 430 mt hekeus@51: (0.3) s hekeus@51: 354 1213 mt 2464 1213 L hekeus@51: 354 185 mt 2464 185 L hekeus@51: 354 1213 mt 354 185 L hekeus@51: 2464 1213 mt 2464 185 L hekeus@51: gs 354 185 2111 1029 rc hekeus@51: 0 1144 26 0 0 -1144 357 1624 4 MP hekeus@51: PP hekeus@51: 6 w hekeus@51: -26 0 0 1144 26 0 0 -1144 357 1624 5 MP stroke hekeus@51: 0 608 26 0 0 -608 390 1624 4 MP hekeus@51: PP hekeus@51: -26 0 0 608 26 0 0 -608 390 1624 5 MP stroke hekeus@51: 0 696 26 0 0 -696 423 1624 4 MP hekeus@51: PP hekeus@51: -26 0 0 696 26 0 0 -696 423 1624 5 MP stroke hekeus@51: 0 684 26 0 0 -684 456 1624 4 MP hekeus@51: PP hekeus@51: -26 0 0 684 26 0 0 -684 456 1624 5 MP stroke hekeus@51: 0 724 26 0 0 -724 489 1624 4 MP hekeus@51: PP hekeus@51: -26 0 0 724 26 0 0 -724 489 1624 5 MP stroke hekeus@51: 0 829 26 0 0 -829 522 1624 4 MP hekeus@51: PP hekeus@51: -26 0 0 829 26 0 0 -829 522 1624 5 MP stroke hekeus@51: 0 667 26 0 0 -667 555 1624 4 MP hekeus@51: PP hekeus@51: -26 0 0 667 26 0 0 -667 555 1624 5 MP stroke hekeus@51: 0 677 26 0 0 -677 588 1624 4 MP hekeus@51: PP hekeus@51: -26 0 0 677 26 0 0 -677 588 1624 5 MP stroke hekeus@51: 0 760 26 0 0 -760 621 1624 4 MP hekeus@51: PP hekeus@51: -26 0 0 760 26 0 0 -760 621 1624 5 MP stroke hekeus@51: 0 740 26 0 0 -740 654 1624 4 MP hekeus@51: PP hekeus@51: -26 0 0 740 26 0 0 -740 654 1624 5 MP stroke hekeus@51: 0 707 27 0 0 -707 686 1624 4 MP hekeus@51: PP hekeus@51: -27 0 0 707 27 0 0 -707 686 1624 5 MP stroke hekeus@51: 0 747 27 0 0 -747 719 1624 4 MP hekeus@51: PP hekeus@51: -27 0 0 747 27 0 0 -747 719 1624 5 MP stroke hekeus@51: 0 784 27 0 0 -784 752 1624 4 MP hekeus@51: PP hekeus@51: -27 0 0 784 27 0 0 -784 752 1624 5 MP stroke hekeus@51: 0 718 27 0 0 -718 785 1624 4 MP hekeus@51: PP hekeus@51: -27 0 0 718 27 0 0 -718 785 1624 5 MP stroke hekeus@51: 0 667 27 0 0 -667 818 1624 4 MP hekeus@51: PP hekeus@51: -27 0 0 667 27 0 0 -667 818 1624 5 MP stroke hekeus@51: 0 772 27 0 0 -772 851 1624 4 MP hekeus@51: PP hekeus@51: -27 0 0 772 27 0 0 -772 851 1624 5 MP stroke hekeus@51: 0 607 27 0 0 -607 884 1624 4 MP hekeus@51: PP hekeus@51: -27 0 0 607 27 0 0 -607 884 1624 5 MP stroke hekeus@51: 0 709 27 0 0 -709 917 1624 4 MP hekeus@51: PP hekeus@51: -27 0 0 709 27 0 0 -709 917 1624 5 MP stroke hekeus@51: 0 737 27 0 0 -737 950 1624 4 MP hekeus@51: PP hekeus@51: -27 0 0 737 27 0 0 -737 950 1624 5 MP stroke hekeus@51: 0 635 27 0 0 -635 983 1624 4 MP hekeus@51: PP hekeus@51: -27 0 0 635 27 0 0 -635 983 1624 5 MP stroke hekeus@51: 0 719 27 0 0 -719 1016 1624 4 MP hekeus@51: PP hekeus@51: -27 0 0 719 27 0 0 -719 1016 1624 5 MP stroke hekeus@51: 0 836 27 0 0 -836 1049 1624 4 MP hekeus@51: PP hekeus@51: -27 0 0 836 27 0 0 -836 1049 1624 5 MP stroke hekeus@51: 0 722 26 0 0 -722 1082 1624 4 MP hekeus@51: PP hekeus@51: -26 0 0 722 26 0 0 -722 1082 1624 5 MP stroke hekeus@51: 0 912 26 0 0 -912 1115 1624 4 MP hekeus@51: PP hekeus@51: -26 0 0 912 26 0 0 -912 1115 1624 5 MP stroke hekeus@51: 0 819 26 0 0 -819 1148 1624 4 MP hekeus@51: PP hekeus@51: -26 0 0 819 26 0 0 -819 1148 1624 5 MP stroke hekeus@51: 0 733 26 0 0 -733 1181 1624 4 MP hekeus@51: PP hekeus@51: -26 0 0 733 26 0 0 -733 1181 1624 5 MP stroke hekeus@51: 0 781 26 0 0 -781 1214 1624 4 MP hekeus@51: PP hekeus@51: -26 0 0 781 26 0 0 -781 1214 1624 5 MP stroke hekeus@51: 0 728 26 0 0 -728 1247 1624 4 MP hekeus@51: PP hekeus@51: -26 0 0 728 26 0 0 -728 1247 1624 5 MP stroke hekeus@51: 0 767 26 0 0 -767 1280 1624 4 MP hekeus@51: PP hekeus@51: -26 0 0 767 26 0 0 -767 1280 1624 5 MP stroke hekeus@51: 0 614 26 0 0 -614 1313 1624 4 MP hekeus@51: PP hekeus@51: -26 0 0 614 26 0 0 -614 1313 1624 5 MP stroke hekeus@51: 0 778 26 0 0 -778 1346 1624 4 MP hekeus@51: PP hekeus@51: -26 0 0 778 26 0 0 -778 1346 1624 5 MP stroke hekeus@51: 0 639 26 0 0 -639 1379 1624 4 MP hekeus@51: PP hekeus@51: -26 0 0 639 26 0 0 -639 1379 1624 5 MP stroke hekeus@51: 0 936 26 0 0 -936 1412 1624 4 MP hekeus@51: PP hekeus@51: -26 0 0 936 26 0 0 -936 1412 1624 5 MP stroke hekeus@51: 0 643 26 0 0 -643 1445 1624 4 MP hekeus@51: PP hekeus@51: -26 0 0 643 26 0 0 -643 1445 1624 5 MP stroke hekeus@51: 0 902 26 0 0 -902 1478 1624 4 MP hekeus@51: PP hekeus@51: -26 0 0 902 26 0 0 -902 1478 1624 5 MP stroke hekeus@51: 0 648 26 0 0 -648 1511 1624 4 MP hekeus@51: PP hekeus@51: -26 0 0 648 26 0 0 -648 1511 1624 5 MP stroke hekeus@51: 0 839 26 0 0 -839 1544 1624 4 MP hekeus@51: PP hekeus@51: -26 0 0 839 26 0 0 -839 1544 1624 5 MP stroke hekeus@51: 0 804 26 0 0 -804 1577 1624 4 MP hekeus@51: PP hekeus@51: -26 0 0 804 26 0 0 -804 1577 1624 5 MP stroke hekeus@51: 0 776 26 0 0 -776 1610 1624 4 MP hekeus@51: PP hekeus@51: -26 0 0 776 26 0 0 -776 1610 1624 5 MP stroke hekeus@51: 0 753 26 0 0 -753 1643 1624 4 MP hekeus@51: PP hekeus@51: -26 0 0 753 26 0 0 -753 1643 1624 5 MP stroke hekeus@51: 0 696 26 0 0 -696 1676 1624 4 MP hekeus@51: PP hekeus@51: -26 0 0 696 26 0 0 -696 1676 1624 5 MP stroke hekeus@51: 0 771 26 0 0 -771 1709 1624 4 MP hekeus@51: PP hekeus@51: -26 0 0 771 26 0 0 -771 1709 1624 5 MP stroke hekeus@51: 0 806 27 0 0 -806 1741 1624 4 MP hekeus@51: PP hekeus@51: -27 0 0 806 27 0 0 -806 1741 1624 5 MP stroke hekeus@51: 0 815 27 0 0 -815 1774 1624 4 MP hekeus@51: PP hekeus@51: -27 0 0 815 27 0 0 -815 1774 1624 5 MP stroke hekeus@51: 0 768 27 0 0 -768 1807 1624 4 MP hekeus@51: PP hekeus@51: -27 0 0 768 27 0 0 -768 1807 1624 5 MP stroke hekeus@51: 0 791 27 0 0 -791 1840 1624 4 MP hekeus@51: PP hekeus@51: -27 0 0 791 27 0 0 -791 1840 1624 5 MP stroke hekeus@51: 0 670 27 0 0 -670 1873 1624 4 MP hekeus@51: PP hekeus@51: -27 0 0 670 27 0 0 -670 1873 1624 5 MP stroke hekeus@51: 0 732 27 0 0 -732 1906 1624 4 MP hekeus@51: PP hekeus@51: -27 0 0 732 27 0 0 -732 1906 1624 5 MP stroke hekeus@51: 0 676 27 0 0 -676 1939 1624 4 MP hekeus@51: PP hekeus@51: -27 0 0 676 27 0 0 -676 1939 1624 5 MP stroke hekeus@51: 0 729 27 0 0 -729 1972 1624 4 MP hekeus@51: PP hekeus@51: -27 0 0 729 27 0 0 -729 1972 1624 5 MP stroke hekeus@51: 0 720 27 0 0 -720 2005 1624 4 MP hekeus@51: PP hekeus@51: -27 0 0 720 27 0 0 -720 2005 1624 5 MP stroke hekeus@51: 0 643 27 0 0 -643 2038 1624 4 MP hekeus@51: PP hekeus@51: -27 0 0 643 27 0 0 -643 2038 1624 5 MP stroke hekeus@51: 0 769 27 0 0 -769 2071 1624 4 MP hekeus@51: PP hekeus@51: -27 0 0 769 27 0 0 -769 2071 1624 5 MP stroke hekeus@51: 0 799 27 0 0 -799 2104 1624 4 MP hekeus@51: PP hekeus@51: -27 0 0 799 27 0 0 -799 2104 1624 5 MP stroke hekeus@51: 0 810 26 0 0 -810 2137 1624 4 MP hekeus@51: PP hekeus@51: -26 0 0 810 26 0 0 -810 2137 1624 5 MP stroke hekeus@51: 0 694 26 0 0 -694 2170 1624 4 MP hekeus@51: PP hekeus@51: -26 0 0 694 26 0 0 -694 2170 1624 5 MP stroke hekeus@51: 0 668 26 0 0 -668 2203 1624 4 MP hekeus@51: PP hekeus@51: -26 0 0 668 26 0 0 -668 2203 1624 5 MP stroke hekeus@51: 0 711 26 0 0 -711 2236 1624 4 MP hekeus@51: PP hekeus@51: -26 0 0 711 26 0 0 -711 2236 1624 5 MP stroke hekeus@51: 0 677 26 0 0 -677 2269 1624 4 MP hekeus@51: PP hekeus@51: -26 0 0 677 26 0 0 -677 2269 1624 5 MP stroke hekeus@51: 0 685 26 0 0 -685 2302 1624 4 MP hekeus@51: PP hekeus@51: -26 0 0 685 26 0 0 -685 2302 1624 5 MP stroke hekeus@51: 0 659 26 0 0 -659 2335 1624 4 MP hekeus@51: PP hekeus@51: -26 0 0 659 26 0 0 -659 2335 1624 5 MP stroke hekeus@51: 0 585 26 0 0 -585 2368 1624 4 MP hekeus@51: PP hekeus@51: -26 0 0 585 26 0 0 -585 2368 1624 5 MP stroke hekeus@51: 0 741 26 0 0 -741 2401 1624 4 MP hekeus@51: PP hekeus@51: -26 0 0 741 26 0 0 -741 2401 1624 5 MP stroke hekeus@51: 0 538 26 0 0 -538 2434 1624 4 MP hekeus@51: PP hekeus@51: -26 0 0 538 26 0 0 -538 2434 1624 5 MP stroke hekeus@51: gr hekeus@51: hekeus@51: 6 w hekeus@51: 327 100 mt hekeus@51: (average predictive information, 64 beat metre) s hekeus@51: 5.76 w hekeus@51: hekeus@51: end %%Color Dict hekeus@51: hekeus@51: eplot hekeus@51: %%EndObject hekeus@51: hekeus@51: epage hekeus@51: end hekeus@51: hekeus@51: showpage hekeus@51: hekeus@51: %%Trailer hekeus@51: %%EOF