fp@1727: %!PS-Adobe-2.0 EPSF-2.0 fp@1727: %%Title: fmmus.fig fp@1727: %%Creator: fig2dev Version 3.2 Patchlevel 4 fp@1727: %%CreationDate: Sat Aug 5 16:55:20 2006 fp@1727: %%For: fp@jupiter (Florian Pose) fp@1727: %%BoundingBox: 0 0 555 299 fp@1727: %%Magnification: 1.0000 fp@1727: %%EndComments fp@1727: /MyAppDict 100 dict dup begin def fp@1727: /$F2psDict 200 dict def fp@1727: $F2psDict begin fp@1727: $F2psDict /mtrx matrix put fp@1727: /col-1 {0 setgray} bind def fp@1727: /col0 {0.000 0.000 0.000 srgb} bind def fp@1727: /col1 {0.000 0.000 1.000 srgb} bind def fp@1727: /col2 {0.000 1.000 0.000 srgb} bind def fp@1727: /col3 {0.000 1.000 1.000 srgb} bind def fp@1727: /col4 {1.000 0.000 0.000 srgb} bind def fp@1727: /col5 {1.000 0.000 1.000 srgb} bind def fp@1727: /col6 {1.000 1.000 0.000 srgb} bind def fp@1727: /col7 {1.000 1.000 1.000 srgb} bind def fp@1727: /col8 {0.000 0.000 0.560 srgb} bind def fp@1727: /col9 {0.000 0.000 0.690 srgb} bind def fp@1727: /col10 {0.000 0.000 0.820 srgb} bind def fp@1727: /col11 {0.530 0.810 1.000 srgb} bind def fp@1727: /col12 {0.000 0.560 0.000 srgb} bind def fp@1727: /col13 {0.000 0.690 0.000 srgb} bind def fp@1727: /col14 {0.000 0.820 0.000 srgb} bind def fp@1727: /col15 {0.000 0.560 0.560 srgb} bind def fp@1727: /col16 {0.000 0.690 0.690 srgb} bind def fp@1727: /col17 {0.000 0.820 0.820 srgb} bind def fp@1727: /col18 {0.560 0.000 0.000 srgb} bind def fp@1727: /col19 {0.690 0.000 0.000 srgb} bind def fp@1727: /col20 {0.820 0.000 0.000 srgb} bind def fp@1727: /col21 {0.560 0.000 0.560 srgb} bind def fp@1727: /col22 {0.690 0.000 0.690 srgb} bind def fp@1727: /col23 {0.820 0.000 0.820 srgb} bind def fp@1727: /col24 {0.500 0.190 0.000 srgb} bind def fp@1727: /col25 {0.630 0.250 0.000 srgb} bind def fp@1727: /col26 {0.750 0.380 0.000 srgb} bind def fp@1727: /col27 {1.000 0.500 0.500 srgb} bind def fp@1727: /col28 {1.000 0.630 0.630 srgb} bind def fp@1727: /col29 {1.000 0.750 0.750 srgb} bind def fp@1727: /col30 {1.000 0.880 0.880 srgb} bind def fp@1727: /col31 {1.000 0.840 0.000 srgb} bind def fp@1727: fp@1727: end fp@1727: save fp@1727: newpath 0 299 moveto 0 0 lineto 555 0 lineto 555 299 lineto closepath clip newpath fp@1727: -27.6 337.3 translate fp@1727: 1 -1 scale fp@1727: fp@1727: % This junk string is used by the show operators fp@1727: /PATsstr 1 string def fp@1727: /PATawidthshow { % cx cy cchar rx ry string fp@1727: % Loop over each character in the string fp@1727: { % cx cy cchar rx ry char fp@1727: % Show the character fp@1727: dup % cx cy cchar rx ry char char fp@1727: PATsstr dup 0 4 -1 roll put % cx cy cchar rx ry char (char) fp@1727: false charpath % cx cy cchar rx ry char fp@1727: /clip load PATdraw fp@1727: % Move past the character (charpath modified the fp@1727: % current point) fp@1727: currentpoint % cx cy cchar rx ry char x y fp@1727: newpath fp@1727: moveto % cx cy cchar rx ry char fp@1727: % Reposition by cx,cy if the character in the string is cchar fp@1727: 3 index eq { % cx cy cchar rx ry fp@1727: 4 index 4 index rmoveto fp@1727: } if fp@1727: % Reposition all characters by rx ry fp@1727: 2 copy rmoveto % cx cy cchar rx ry fp@1727: } forall fp@1727: pop pop pop pop pop % - fp@1727: currentpoint fp@1727: newpath fp@1727: moveto fp@1727: } bind def fp@1727: /PATcg { fp@1727: 7 dict dup begin fp@1727: /lw currentlinewidth def fp@1727: /lc currentlinecap def fp@1727: /lj currentlinejoin def fp@1727: /ml currentmiterlimit def fp@1727: /ds [ currentdash ] def fp@1727: /cc [ currentrgbcolor ] def fp@1727: /cm matrix currentmatrix def fp@1727: end fp@1727: } bind def fp@1727: % PATdraw - calculates the boundaries of the object and fp@1727: % fills it with the current pattern fp@1727: /PATdraw { % proc fp@1727: save exch fp@1727: PATpcalc % proc nw nh px py fp@1727: 5 -1 roll exec % nw nh px py fp@1727: newpath fp@1727: PATfill % - fp@1727: restore fp@1727: } bind def fp@1727: % PATfill - performs the tiling for the shape fp@1727: /PATfill { % nw nh px py PATfill - fp@1727: PATDict /CurrentPattern get dup begin fp@1727: setfont fp@1727: % Set the coordinate system to Pattern Space fp@1727: PatternGState PATsg fp@1727: % Set the color for uncolored pattezns fp@1727: PaintType 2 eq { PATDict /PColor get PATsc } if fp@1727: % Create the string for showing fp@1727: 3 index string % nw nh px py str fp@1727: % Loop for each of the pattern sources fp@1727: 0 1 Multi 1 sub { % nw nh px py str source fp@1727: % Move to the starting location fp@1727: 3 index 3 index % nw nh px py str source px py fp@1727: moveto % nw nh px py str source fp@1727: % For multiple sources, set the appropriate color fp@1727: Multi 1 ne { dup PC exch get PATsc } if fp@1727: % Set the appropriate string for the source fp@1727: 0 1 7 index 1 sub { 2 index exch 2 index put } for pop fp@1727: % Loop over the number of vertical cells fp@1727: 3 index % nw nh px py str nh fp@1727: { % nw nh px py str fp@1727: currentpoint % nw nh px py str cx cy fp@1727: 2 index oldshow % nw nh px py str cx cy fp@1727: YStep add moveto % nw nh px py str fp@1727: } repeat % nw nh px py str fp@1727: } for fp@1727: 5 { pop } repeat fp@1727: end fp@1727: } bind def fp@1727: fp@1727: % PATkshow - kshow with the current pattezn fp@1727: /PATkshow { % proc string fp@1727: exch bind % string proc fp@1727: 1 index 0 get % string proc char fp@1727: % Loop over all but the last character in the string fp@1727: 0 1 4 index length 2 sub { fp@1727: % string proc char idx fp@1727: % Find the n+1th character in the string fp@1727: 3 index exch 1 add get % string proc char char+1 fp@1727: exch 2 copy % strinq proc char+1 char char+1 char fp@1727: % Now show the nth character fp@1727: PATsstr dup 0 4 -1 roll put % string proc chr+1 chr chr+1 (chr) fp@1727: false charpath % string proc char+1 char char+1 fp@1727: /clip load PATdraw fp@1727: % Move past the character (charpath modified the current point) fp@1727: currentpoint newpath moveto fp@1727: % Execute the user proc (should consume char and char+1) fp@1727: mark 3 1 roll % string proc char+1 mark char char+1 fp@1727: 4 index exec % string proc char+1 mark... fp@1727: cleartomark % string proc char+1 fp@1727: } for fp@1727: % Now display the last character fp@1727: PATsstr dup 0 4 -1 roll put % string proc (char+1) fp@1727: false charpath % string proc fp@1727: /clip load PATdraw fp@1727: neewath fp@1727: pop pop % - fp@1727: } bind def fp@1727: % PATmp - the makepattern equivalent fp@1727: /PATmp { % patdict patmtx PATmp patinstance fp@1727: exch dup length 7 add % We will add 6 new entries plus 1 FID fp@1727: dict copy % Create a new dictionary fp@1727: begin fp@1727: % Matrix to install when painting the pattern fp@1727: TilingType PATtcalc fp@1727: /PatternGState PATcg def fp@1727: PatternGState /cm 3 -1 roll put fp@1727: % Check for multi pattern sources (Level 1 fast color patterns) fp@1727: currentdict /Multi known not { /Multi 1 def } if fp@1727: % Font dictionary definitions fp@1727: /FontType 3 def fp@1727: % Create a dummy encoding vector fp@1727: /Encoding 256 array def fp@1727: 3 string 0 1 255 { fp@1727: Encoding exch dup 3 index cvs cvn put } for pop fp@1727: /FontMatrix matrix def fp@1727: /FontBBox BBox def fp@1727: /BuildChar { fp@1727: mark 3 1 roll % mark dict char fp@1727: exch begin fp@1727: Multi 1 ne {PaintData exch get}{pop} ifelse % mark [paintdata] fp@1727: PaintType 2 eq Multi 1 ne or fp@1727: { XStep 0 FontBBox aload pop setcachedevice } fp@1727: { XStep 0 setcharwidth } ifelse fp@1727: currentdict % mark [paintdata] dict fp@1727: /PaintProc load % mark [paintdata] dict paintproc fp@1727: end fp@1727: gsave fp@1727: false PATredef exec true PATredef fp@1727: grestore fp@1727: cleartomark % - fp@1727: } bind def fp@1727: currentdict fp@1727: end % newdict fp@1727: /foo exch % /foo newlict fp@1727: definefont % newfont fp@1727: } bind def fp@1727: % PATpcalc - calculates the starting point and width/height fp@1727: % of the tile fill for the shape fp@1727: /PATpcalc { % - PATpcalc nw nh px py fp@1727: PATDict /CurrentPattern get begin fp@1727: gsave fp@1727: % Set up the coordinate system to Pattern Space fp@1727: % and lock down pattern fp@1727: PatternGState /cm get setmatrix fp@1727: BBox aload pop pop pop translate fp@1727: % Determine the bounding box of the shape fp@1727: pathbbox % llx lly urx ury fp@1727: grestore fp@1727: % Determine (nw, nh) the # of cells to paint width and height fp@1727: PatHeight div ceiling % llx lly urx qh fp@1727: 4 1 roll % qh llx lly urx fp@1727: PatWidth div ceiling % qh llx lly qw fp@1727: 4 1 roll % qw qh llx lly fp@1727: PatHeight div floor % qw qh llx ph fp@1727: 4 1 roll % ph qw qh llx fp@1727: PatWidth div floor % ph qw qh pw fp@1727: 4 1 roll % pw ph qw qh fp@1727: 2 index sub cvi abs % pw ph qs qh-ph fp@1727: exch 3 index sub cvi abs exch % pw ph nw=qw-pw nh=qh-ph fp@1727: % Determine the starting point of the pattern fill fp@1727: %(px, py) fp@1727: 4 2 roll % nw nh pw ph fp@1727: PatHeight mul % nw nh pw py fp@1727: exch % nw nh py pw fp@1727: PatWidth mul exch % nw nh px py fp@1727: end fp@1727: } bind def fp@1727: fp@1727: % Save the original routines so that we can use them later on fp@1727: /oldfill /fill load def fp@1727: /oldeofill /eofill load def fp@1727: /oldstroke /stroke load def fp@1727: /oldshow /show load def fp@1727: /oldashow /ashow load def fp@1727: /oldwidthshow /widthshow load def fp@1727: /oldawidthshow /awidthshow load def fp@1727: /oldkshow /kshow load def fp@1727: fp@1727: % These defs are necessary so that subsequent procs don't bind in fp@1727: % the originals fp@1727: /fill { oldfill } bind def fp@1727: /eofill { oldeofill } bind def fp@1727: /stroke { oldstroke } bind def fp@1727: /show { oldshow } bind def fp@1727: /ashow { oldashow } bind def fp@1727: /widthshow { oldwidthshow } bind def fp@1727: /awidthshow { oldawidthshow } bind def fp@1727: /kshow { oldkshow } bind def fp@1727: /PATredef { fp@1727: MyAppDict begin fp@1727: { fp@1727: /fill { /clip load PATdraw newpath } bind def fp@1727: /eofill { /eoclip load PATdraw newpath } bind def fp@1727: /stroke { PATstroke } bind def fp@1727: /show { 0 0 null 0 0 6 -1 roll PATawidthshow } bind def fp@1727: /ashow { 0 0 null 6 3 roll PATawidthshow } fp@1727: bind def fp@1727: /widthshow { 0 0 3 -1 roll PATawidthshow } fp@1727: bind def fp@1727: /awidthshow { PATawidthshow } bind def fp@1727: /kshow { PATkshow } bind def fp@1727: } { fp@1727: /fill { oldfill } bind def fp@1727: /eofill { oldeofill } bind def fp@1727: /stroke { oldstroke } bind def fp@1727: /show { oldshow } bind def fp@1727: /ashow { oldashow } bind def fp@1727: /widthshow { oldwidthshow } bind def fp@1727: /awidthshow { oldawidthshow } bind def fp@1727: /kshow { oldkshow } bind def fp@1727: } ifelse fp@1727: end fp@1727: } bind def fp@1727: false PATredef fp@1727: % Conditionally define setcmykcolor if not available fp@1727: /setcmykcolor where { pop } { fp@1727: /setcmykcolor { fp@1727: 1 sub 4 1 roll fp@1727: 3 { fp@1727: 3 index add neg dup 0 lt { pop 0 } if 3 1 roll fp@1727: } repeat fp@1727: setrgbcolor - pop fp@1727: } bind def fp@1727: } ifelse fp@1727: /PATsc { % colorarray fp@1727: aload length % c1 ... cn length fp@1727: dup 1 eq { pop setgray } { 3 eq { setrgbcolor } { setcmykcolor fp@1727: } ifelse } ifelse fp@1727: } bind def fp@1727: /PATsg { % dict fp@1727: begin fp@1727: lw setlinewidth fp@1727: lc setlinecap fp@1727: lj setlinejoin fp@1727: ml setmiterlimit fp@1727: ds aload pop setdash fp@1727: cc aload pop setrgbcolor fp@1727: cm setmatrix fp@1727: end fp@1727: } bind def fp@1727: fp@1727: /PATDict 3 dict def fp@1727: /PATsp { fp@1727: true PATredef fp@1727: PATDict begin fp@1727: /CurrentPattern exch def fp@1727: % If it's an uncolored pattern, save the color fp@1727: CurrentPattern /PaintType get 2 eq { fp@1727: /PColor exch def fp@1727: } if fp@1727: /CColor [ currentrgbcolor ] def fp@1727: end fp@1727: } bind def fp@1727: % PATstroke - stroke with the current pattern fp@1727: /PATstroke { fp@1727: countdictstack fp@1727: save fp@1727: mark fp@1727: { fp@1727: currentpoint strokepath moveto fp@1727: PATpcalc % proc nw nh px py fp@1727: clip newpath PATfill fp@1727: } stopped { fp@1727: (*** PATstroke Warning: Path is too complex, stroking fp@1727: with gray) = fp@1727: cleartomark fp@1727: restore fp@1727: countdictstack exch sub dup 0 gt fp@1727: { { end } repeat } { pop } ifelse fp@1727: gsave 0.5 setgray oldstroke grestore fp@1727: } { pop restore pop } ifelse fp@1727: newpath fp@1727: } bind def fp@1727: /PATtcalc { % modmtx tilingtype PATtcalc tilematrix fp@1727: % Note: tiling types 2 and 3 are not supported fp@1727: gsave fp@1727: exch concat % tilingtype fp@1727: matrix currentmatrix exch % cmtx tilingtype fp@1727: % Tiling type 1 and 3: constant spacing fp@1727: 2 ne { fp@1727: % Distort the pattern so that it occupies fp@1727: % an integral number of device pixels fp@1727: dup 4 get exch dup 5 get exch % tx ty cmtx fp@1727: XStep 0 dtransform fp@1727: round exch round exch % tx ty cmtx dx.x dx.y fp@1727: XStep div exch XStep div exch % tx ty cmtx a b fp@1727: 0 YStep dtransform fp@1727: round exch round exch % tx ty cmtx a b dy.x dy.y fp@1727: YStep div exch YStep div exch % tx ty cmtx a b c d fp@1727: 7 -3 roll astore % { a b c d tx ty } fp@1727: } if fp@1727: grestore fp@1727: } bind def fp@1727: /PATusp { fp@1727: false PATredef fp@1727: PATDict begin fp@1727: CColor PATsc fp@1727: end fp@1727: } bind def fp@1727: fp@1727: % right30 fp@1727: 11 dict begin fp@1727: /PaintType 1 def fp@1727: /PatternType 1 def fp@1727: /TilingType 1 def fp@1727: /BBox [0 0 1 1] def fp@1727: /XStep 1 def fp@1727: /YStep 1 def fp@1727: /PatWidth 1 def fp@1727: /PatHeight 1 def fp@1727: /Multi 2 def fp@1727: /PaintData [ fp@1727: { clippath } bind fp@1727: { 32 16 true [ 32 0 0 -16 0 16 ] fp@1727: {<00030003000c000c0030003000c000c0030003000c000c00 fp@1727: 30003000c000c00000030003000c000c0030003000c000c0 fp@1727: 030003000c000c0030003000c000c000>} fp@1727: imagemask } bind fp@1727: ] def fp@1727: /PaintProc { fp@1727: pop fp@1727: exec fill fp@1727: } def fp@1727: currentdict fp@1727: end fp@1727: /P2 exch def fp@1727: fp@1727: % crosshatch45 fp@1727: 11 dict begin fp@1727: /PaintType 1 def fp@1727: /PatternType 1 def fp@1727: /TilingType 1 def fp@1727: /BBox [0 0 1 1] def fp@1727: /XStep 1 def fp@1727: /YStep 1 def fp@1727: /PatWidth 1 def fp@1727: /PatHeight 1 def fp@1727: /Multi 2 def fp@1727: /PaintData [ fp@1727: { clippath } bind fp@1727: { 20 20 true [ 20 0 0 -20 0 20 ] fp@1727: {<8020004050102088201104400a02800401000a02 fp@1727: 8011044020882040501080200040501020882011 fp@1727: 04400a02800401000a0280110440208820405010>} fp@1727: imagemask } bind fp@1727: ] def fp@1727: /PaintProc { fp@1727: pop fp@1727: exec fill fp@1727: } def fp@1727: currentdict fp@1727: end fp@1727: /P6 exch def fp@1727: fp@1727: /cp {closepath} bind def fp@1727: /ef {eofill} bind def fp@1727: /gr {grestore} bind def fp@1727: /gs {gsave} bind def fp@1727: /sa {save} bind def fp@1727: /rs {restore} bind def fp@1727: /l {lineto} bind def fp@1727: /m {moveto} bind def fp@1727: /rm {rmoveto} bind def fp@1727: /n {newpath} bind def fp@1727: /s {stroke} bind def fp@1727: /sh {show} bind def fp@1727: /slc {setlinecap} bind def fp@1727: /slj {setlinejoin} bind def fp@1727: /slw {setlinewidth} bind def fp@1727: /srgb {setrgbcolor} bind def fp@1727: /rot {rotate} bind def fp@1727: /sc {scale} bind def fp@1727: /sd {setdash} bind def fp@1727: /ff {findfont} bind def fp@1727: /sf {setfont} bind def fp@1727: /scf {scalefont} bind def fp@1727: /sw {stringwidth} bind def fp@1727: /tr {translate} bind def fp@1727: /tnt {dup dup currentrgbcolor fp@1727: 4 -2 roll dup 1 exch sub 3 -1 roll mul add fp@1727: 4 -2 roll dup 1 exch sub 3 -1 roll mul add fp@1727: 4 -2 roll dup 1 exch sub 3 -1 roll mul add srgb} fp@1727: bind def fp@1727: /shd {dup dup currentrgbcolor 4 -2 roll mul 4 -2 roll mul fp@1727: 4 -2 roll mul srgb} bind def fp@1727: /$F2psBegin {$F2psDict begin /$F2psEnteredState save def} def fp@1727: /$F2psEnd {$F2psEnteredState restore end} def fp@1727: fp@1727: $F2psBegin fp@1727: 10 setmiterlimit fp@1727: 0 slj 0 slc fp@1727: 0.06299 0.06299 sc fp@1727: % fp@1727: % Fig objects follow fp@1727: % fp@1727: % fp@1727: % here starts figure with depth 52 fp@1727: % Polyline fp@1727: 7.500 slw fp@1727: [60] 0 sd fp@1727: n 1215 1665 m fp@1727: 1620 3870 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 81.00 111.00] PATmp PATsp ef gr PATusp gs col0 s gr [] 0 sd fp@1727: % Polyline fp@1727: [60] 0 sd fp@1727: n 2296 1665 m fp@1727: 2700 3870 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 153.07 111.00] PATmp PATsp ef gr PATusp gs col0 s gr [] 0 sd fp@1727: % Polyline fp@1727: [60] 0 sd fp@1727: n 3735 1665 m fp@1727: 2700 3870 l gs col0 s gr [] 0 sd fp@1727: % Polyline fp@1727: [60] 0 sd fp@1727: n 4453 1664 m fp@1727: 3420 3870 l gs col0 s gr [] 0 sd fp@1727: % Polyline fp@1727: [60] 0 sd fp@1727: n 3735 1665 m fp@1727: 5130 3870 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P2 [16 0 0 -8 249.00 111.00] PATmp PATsp ef gr PATusp gs col0 s gr [] 0 sd fp@1727: % Polyline fp@1727: [60] 0 sd fp@1727: n 7650 1665 m fp@1727: 5850 3870 l gs col0 s gr [] 0 sd fp@1727: % Polyline fp@1727: [60] 0 sd fp@1727: n 8730 1665 m fp@1727: 6930 3870 l gs col0 s gr [] 0 sd fp@1727: % Polyline fp@1727: [60] 0 sd fp@1727: n 4455 1665 m fp@1727: 5850 3870 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P2 [16 0 0 -8 297.00 111.00] PATmp PATsp ef gr PATusp gs col0 s gr [] 0 sd fp@1727: % Polyline fp@1727: n 6675 2520 m 6570 2520 6570 2775 105 arcto 4 {pop} repeat fp@1727: 6570 2880 7995 2880 105 arcto 4 {pop} repeat fp@1727: 8100 2880 8100 2625 105 arcto 4 {pop} repeat fp@1727: 8100 2520 6675 2520 105 arcto 4 {pop} repeat fp@1727: cp gs col7 1.00 shd ef gr gs col0 s gr fp@1727: % Polyline fp@1727: n 1440 2520 m 1350 2520 1350 2790 90 arcto 4 {pop} repeat fp@1727: 1350 2880 2520 2880 90 arcto 4 {pop} repeat fp@1727: 2610 2880 2610 2610 90 arcto 4 {pop} repeat fp@1727: 2610 2520 1440 2520 90 arcto 4 {pop} repeat fp@1727: cp gs col7 1.00 shd ef gr gs col0 s gr fp@1727: % Polyline fp@1727: n 3090 2520 m 3015 2520 3015 2805 75 arcto 4 {pop} repeat fp@1727: 3015 2880 4065 2880 75 arcto 4 {pop} repeat fp@1727: 4140 2880 4140 2595 75 arcto 4 {pop} repeat fp@1727: 4140 2520 3090 2520 75 arcto 4 {pop} repeat fp@1727: cp gs col7 1.00 shd ef gr gs col0 s gr fp@1727: % Polyline fp@1727: n 4260 2520 m 4185 2520 4185 2805 75 arcto 4 {pop} repeat fp@1727: 4185 2880 5235 2880 75 arcto 4 {pop} repeat fp@1727: 5310 2880 5310 2595 75 arcto 4 {pop} repeat fp@1727: 5310 2520 4260 2520 75 arcto 4 {pop} repeat fp@1727: cp gs col7 1.00 shd ef gr gs col0 s gr fp@1727: % Arc fp@1727: n 1755.0 1440.0 540.0 180.0 0.0 arc fp@1727: gs col7 1.00 shd ef gr gs col0 s gr fp@1727: fp@1727: % Arc fp@1727: n 4095.0 1440.0 360.0 180.0 0.0 arc fp@1727: gs col7 1.00 shd ef gr gs col0 s gr fp@1727: fp@1727: % Arc fp@1727: n 8190.0 1440.0 540.0 180.0 0.0 arc fp@1727: gs col7 1.00 shd ef gr gs col0 s gr fp@1727: fp@1727: % Polyline fp@1727: [60] 0 sd fp@1727: n 1935 1440 m 2115 1440 l 2115 1665 l 1935 1665 l fp@1727: cp gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P2 [16 0 0 -8 129.00 96.00] PATmp PATsp ef gr PATusp gs col0 s gr [] 0 sd fp@1727: % Polyline fp@1727: [60] 0 sd fp@1727: n 1395 1440 m 1755 1440 l 1755 1665 l 1395 1665 l fp@1727: cp gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P2 [16 0 0 -8 93.00 96.00] PATmp PATsp ef gr PATusp gs col0 s gr [] 0 sd fp@1727: % Polyline fp@1727: [60] 0 sd fp@1727: n 3735 1440 m 4095 1440 l 4095 1665 l 3735 1665 l fp@1727: cp gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P2 [16 0 0 -8 249.00 96.00] PATmp PATsp ef gr PATusp gs col0 s gr [] 0 sd fp@1727: % Polyline fp@1727: [60] 0 sd fp@1727: n 1800 3870 m 2160 3870 l 2160 4095 l 1800 4095 l fp@1727: cp gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P2 [16 0 0 -8 120.00 258.00] PATmp PATsp ef gr PATusp gs col0 s gr [] 0 sd fp@1727: % Polyline fp@1727: [60] 0 sd fp@1727: n 2340 3870 m 2520 3870 l 2520 4095 l 2340 4095 l fp@1727: cp gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P2 [16 0 0 -8 156.00 258.00] PATmp PATsp ef gr PATusp gs col0 s gr [] 0 sd fp@1727: % Polyline fp@1727: [60] 0 sd fp@1727: n 2700 3870 m 3060 3870 l 3060 4095 l 2700 4095 l fp@1727: cp gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P2 [16 0 0 -8 180.00 258.00] PATmp PATsp ef gr PATusp gs col0 s gr [] 0 sd fp@1727: % Polyline fp@1727: n 1620 3870 m fp@1727: 1620 4095 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 108.00 258.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 1800 3870 m fp@1727: 1800 4095 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 120.00 258.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 2160 3870 m fp@1727: 2160 4095 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 144.00 258.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 2340 3870 m fp@1727: 2340 4095 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 156.00 258.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 2520 3870 m fp@1727: 2520 4095 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 168.00 258.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 2700 3870 m fp@1727: 2700 4095 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 180.00 258.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 3060 3870 m fp@1727: 3060 4095 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 204.00 258.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 3240 3870 m fp@1727: 3240 4095 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 216.00 258.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 3420 3870 m fp@1727: 3420 4095 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 228.00 258.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 1440 3870 m fp@1727: 1440 4095 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 96.00 258.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 1260 3870 m fp@1727: 1260 4095 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 84.00 258.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 1080 3870 m fp@1727: 3600 3870 l gs col0 s gr fp@1727: % Polyline fp@1727: n 1080 4095 m fp@1727: 3600 4095 l gs col0 s gr fp@1727: % Polyline fp@1727: [60] 0 sd fp@1727: n 5130 3870 m 5490 3870 l 5490 4095 l 5130 4095 l fp@1727: cp gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P2 [16 0 0 -8 342.00 258.00] PATmp PATsp ef gr PATusp gs col0 s gr [] 0 sd fp@1727: % Polyline fp@1727: n 4590 3870 m fp@1727: 4590 4095 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 306.00 258.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 4770 3870 m fp@1727: 4770 4095 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 318.00 258.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 4950 3870 m fp@1727: 4950 4095 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 330.00 258.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 5130 3870 m fp@1727: 5130 4095 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 342.00 258.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 5490 3870 m fp@1727: 5490 4095 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 366.00 258.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 5670 3870 m fp@1727: 5670 4095 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 378.00 258.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 5850 3870 m fp@1727: 5850 4095 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 390.00 258.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 6030 3870 m fp@1727: 6030 4095 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 402.00 258.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 6210 3870 m fp@1727: 6210 4095 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 414.00 258.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 4410 3870 m fp@1727: 4410 4095 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 294.00 258.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 4230 3870 m fp@1727: 4230 4095 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 282.00 258.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 4050 3870 m fp@1727: 7470 3870 l gs col0 s gr fp@1727: % Polyline fp@1727: n 4050 4095 m fp@1727: 7470 4095 l gs col0 s gr fp@1727: % Polyline fp@1727: n 6930 1440 m fp@1727: 6930 1665 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 462.00 96.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 7110 1440 m fp@1727: 7110 1665 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 474.00 96.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 7290 1440 m fp@1727: 7290 1665 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 486.00 96.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 7470 1440 m fp@1727: 7470 1665 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 498.00 96.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 7650 1440 m fp@1727: 7650 1665 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 510.00 96.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 7830 1440 m fp@1727: 7830 1665 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 522.00 96.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 8010 1440 m fp@1727: 8010 1665 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 534.00 96.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 8730 1440 m fp@1727: 8730 1665 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 582.00 96.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 8910 1440 m fp@1727: 8910 1665 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 594.00 96.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 6750 1440 m fp@1727: 6750 1665 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 450.00 96.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 6570 1440 m fp@1727: 6570 1665 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 438.00 96.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 6390 1440 m fp@1727: 9090 1440 l gs col0 s gr fp@1727: % Polyline fp@1727: n 6390 1665 m fp@1727: 9090 1665 l gs col0 s gr fp@1727: % Polyline fp@1727: n 8010 1440 m 8730 1440 l 8730 1665 l 8010 1665 l fp@1727: cp gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P2 [16 0 0 -8 534.00 96.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 6930 3870 m fp@1727: 6930 4095 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 462.00 258.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 6210 3870 m 6930 3870 l 6930 4095 l 6210 4095 l fp@1727: cp gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P2 [16 0 0 -8 414.00 258.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 6165 630 m 9225 630 l 9225 3015 l 6165 3015 l fp@1727: cp gs col0 s gr fp@1727: % Polyline fp@1727: n 450 630 m 5490 630 l 5490 3015 l 450 3015 l fp@1727: cp gs col0 s gr fp@1727: % Polyline fp@1727: n 1215 1440 m fp@1727: 1215 1665 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 81.00 96.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 1395 1440 m fp@1727: 1395 1665 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 93.00 96.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 1755 1440 m fp@1727: 1755 1665 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 117.00 96.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 1935 1440 m fp@1727: 1935 1665 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 129.00 96.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 2115 1440 m fp@1727: 2115 1665 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 141.00 96.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 2295 1440 m fp@1727: 2295 1665 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 153.00 96.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 2475 1440 m fp@1727: 2475 1665 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 165.00 96.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 2655 1440 m fp@1727: 2655 1665 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 177.00 96.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 2835 1440 m fp@1727: 2835 1665 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 189.00 96.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 3015 1440 m fp@1727: 3015 1665 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 201.00 96.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 3195 1440 m fp@1727: 3195 1665 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 213.00 96.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 3375 1440 m fp@1727: 3375 1665 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 225.00 96.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 3555 1440 m fp@1727: 3555 1665 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 237.00 96.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 3735 1440 m fp@1727: 3735 1665 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 249.00 96.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 4095 1440 m fp@1727: 4095 1665 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 273.00 96.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 4275 1440 m fp@1727: 4275 1665 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 285.00 96.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 4455 1440 m fp@1727: 4455 1665 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 297.00 96.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 4635 1440 m fp@1727: 4635 1665 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 309.00 96.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 4815 1440 m fp@1727: 4815 1665 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 321.00 96.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 1035 1440 m fp@1727: 1035 1665 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 69.00 96.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 855 1440 m fp@1727: 855 1665 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 57.00 96.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 675 1440 m fp@1727: 4995 1440 l gs col0 s gr fp@1727: % Polyline fp@1727: n 675 1665 m fp@1727: 4995 1665 l gs col0 s gr fp@1727: % Polyline fp@1727: n 7110 3870 m fp@1727: 7110 4095 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 474.00 258.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 7290 3870 m fp@1727: 7290 4095 l gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P6 [16 0 0 -16 486.00 258.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: gs clippath fp@1727: 1830 4080 m 1770 4080 l 1770 4231 l 1800 4111 l 1830 4231 l cp fp@1727: eoclip fp@1727: n 1800 4410 m fp@1727: 1800 4095 l gs col0 s gr gr fp@1727: fp@1727: % arrowhead fp@1727: n 1830 4231 m 1800 4111 l 1770 4231 l 1830 4231 l cp gs 0.00 setgray ef gr col0 s fp@1727: % Polyline fp@1727: gs clippath fp@1727: 2730 4080 m 2670 4080 l 2670 4231 l 2700 4111 l 2730 4231 l cp fp@1727: eoclip fp@1727: n 2700 4410 m fp@1727: 2700 4095 l gs col0 s gr gr fp@1727: fp@1727: % arrowhead fp@1727: n 2730 4231 m 2700 4111 l 2670 4231 l 2730 4231 l cp gs 0.00 setgray ef gr col0 s fp@1727: % Polyline fp@1727: gs clippath fp@1727: 5160 4080 m 5100 4080 l 5100 4231 l 5130 4111 l 5160 4231 l cp fp@1727: eoclip fp@1727: n 5130 4410 m fp@1727: 5130 4095 l gs col0 s gr gr fp@1727: fp@1727: % arrowhead fp@1727: n 5160 4231 m 5130 4111 l 5100 4231 l 5160 4231 l cp gs 0.00 setgray ef gr col0 s fp@1727: % Polyline fp@1727: gs clippath fp@1727: 6240 4080 m 6180 4080 l 6180 4231 l 6210 4111 l 6240 4231 l cp fp@1727: eoclip fp@1727: n 6210 4410 m fp@1727: 6210 4095 l gs col0 s gr gr fp@1727: fp@1727: % arrowhead fp@1727: n 6240 4231 m 6210 4111 l 6180 4231 l 6240 4231 l cp gs 0.00 setgray ef gr col0 s fp@1727: % Polyline fp@1727: gs clippath fp@1727: 2370 4080 m 2310 4080 l 2310 4231 l 2340 4111 l 2370 4231 l cp fp@1727: eoclip fp@1727: n 2340 4410 m fp@1727: 2340 4095 l gs col0 s gr gr fp@1727: fp@1727: % arrowhead fp@1727: n 2370 4231 m 2340 4111 l 2310 4231 l 2370 4231 l cp gs 0.00 setgray ef gr col0 s fp@1727: % Polyline fp@1727: gs clippath fp@1727: 3315 5235 m 3315 5295 l 3466 5295 l 3346 5265 l 3466 5235 l cp fp@1727: eoclip fp@1727: n 3645 5265 m fp@1727: 3330 5265 l gs col0 s gr gr fp@1727: fp@1727: % arrowhead fp@1727: n 3466 5235 m 3346 5265 l 3466 5295 l 3466 5235 l cp gs 0.00 setgray ef gr col0 s fp@1727: % Polyline fp@1727: n 3465 4815 m 3645 4815 l 3645 5040 l 3465 5040 l fp@1727: cp gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P2 [16 0 0 -8 231.00 321.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: /Helvetica ff 180.00 scf sf fp@1727: 675 1395 m fp@1727: gs 1 -1 sc (RAM) col0 sh gr fp@1727: /Helvetica ff 180.00 scf sf fp@1727: 4095 1350 m fp@1727: gs 1 -1 sc (SM1) dup sw pop 2 div neg 0 rm col0 sh gr fp@1727: /Helvetica ff 180.00 scf sf fp@1727: 6390 1395 m fp@1727: gs 1 -1 sc (RAM) col0 sh gr fp@1727: /Helvetica ff 180.00 scf sf fp@1727: 540 855 m fp@1727: gs 1 -1 sc (Slave0) col0 sh gr fp@1727: /Helvetica ff 180.00 scf sf fp@1727: 6255 855 m fp@1727: gs 1 -1 sc (Slave1) col0 sh gr fp@1727: /Helvetica ff 180.00 scf sf fp@1727: 7290 2745 m fp@1727: gs 1 -1 sc (FMMU0) dup sw pop 2 div neg 0 rm col0 sh gr fp@1727: /Helvetica ff 180.00 scf sf fp@1727: 1980 2745 m fp@1727: gs 1 -1 sc (FMMU0) dup sw pop 2 div neg 0 rm col0 sh gr fp@1727: /Helvetica ff 180.00 scf sf fp@1727: 3555 2745 m fp@1727: gs 1 -1 sc (FMMU1) dup sw pop 2 div neg 0 rm col0 sh gr fp@1727: /Helvetica ff 180.00 scf sf fp@1727: 4725 2745 m fp@1727: gs 1 -1 sc (FMMU2) dup sw pop 2 div neg 0 rm col0 sh gr fp@1727: /Helvetica ff 180.00 scf sf fp@1727: 1755 1305 m fp@1727: gs 1 -1 sc (SM0) dup sw pop 2 div neg 0 rm col0 sh gr fp@1727: /Helvetica ff 180.00 scf sf fp@1727: 8190 1305 m fp@1727: gs 1 -1 sc (SM3) dup sw pop 2 div neg 0 rm col0 sh gr fp@1727: /Helvetica ff 180.00 scf sf fp@1727: 1080 3825 m fp@1727: gs 1 -1 sc (Domain0 Image) col0 sh gr fp@1727: /Helvetica ff 180.00 scf sf fp@1727: 4050 3825 m fp@1727: gs 1 -1 sc (Domain1 Image) col0 sh gr fp@1727: /Helvetica ff 180.00 scf sf fp@1727: 3735 5310 m fp@1727: gs 1 -1 sc (Process data pointers) col0 sh gr fp@1727: /Helvetica ff 180.00 scf sf fp@1727: 3735 4995 m fp@1727: gs 1 -1 sc (Registered PDOs) col0 sh gr fp@1727: % here ends figure; fp@1727: $F2psEnd fp@1727: rs fp@1727: end fp@1727: showpage