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