| %!PS-Adobe-3.0 |
| %%Creator: graphviz version 2.26.3 (20100126.1600) |
| %%Title: G |
| %%Pages: (atend) |
| %%BoundingBox: (atend) |
| %%EndComments |
| save |
| %%BeginProlog |
| /DotDict 200 dict def |
| DotDict begin |
| |
| /setupLatin1 { |
| mark |
| /EncodingVector 256 array def |
| EncodingVector 0 |
| |
| ISOLatin1Encoding 0 255 getinterval putinterval |
| EncodingVector 45 /hyphen put |
| |
| % Set up ISO Latin 1 character encoding |
| /starnetISO { |
| dup dup findfont dup length dict begin |
| { 1 index /FID ne { def }{ pop pop } ifelse |
| } forall |
| /Encoding EncodingVector def |
| currentdict end definefont |
| } def |
| /Times-Roman starnetISO def |
| /Times-Italic starnetISO def |
| /Times-Bold starnetISO def |
| /Times-BoldItalic starnetISO def |
| /Helvetica starnetISO def |
| /Helvetica-Oblique starnetISO def |
| /Helvetica-Bold starnetISO def |
| /Helvetica-BoldOblique starnetISO def |
| /Courier starnetISO def |
| /Courier-Oblique starnetISO def |
| /Courier-Bold starnetISO def |
| /Courier-BoldOblique starnetISO def |
| cleartomark |
| } bind def |
| |
| %%BeginResource: procset graphviz 0 0 |
| /coord-font-family /Times-Roman def |
| /default-font-family /Times-Roman def |
| /coordfont coord-font-family findfont 8 scalefont def |
| |
| /InvScaleFactor 1.0 def |
| /set_scale { |
| dup 1 exch div /InvScaleFactor exch def |
| scale |
| } bind def |
| |
| % styles |
| /solid { [] 0 setdash } bind def |
| /dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def |
| /dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def |
| /invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def |
| /bold { 2 setlinewidth } bind def |
| /filled { } bind def |
| /unfilled { } bind def |
| /rounded { } bind def |
| /diagonals { } bind def |
| |
| % hooks for setting color |
| /nodecolor { sethsbcolor } bind def |
| /edgecolor { sethsbcolor } bind def |
| /graphcolor { sethsbcolor } bind def |
| /nopcolor {pop pop pop} bind def |
| |
| /beginpage { % i j npages |
| /npages exch def |
| /j exch def |
| /i exch def |
| /str 10 string def |
| npages 1 gt { |
| gsave |
| coordfont setfont |
| 0 0 moveto |
| (\() show i str cvs show (,) show j str cvs show (\)) show |
| grestore |
| } if |
| } bind def |
| |
| /set_font { |
| findfont exch |
| scalefont setfont |
| } def |
| |
| % draw text fitted to its expected width |
| /alignedtext { % width text |
| /text exch def |
| /width exch def |
| gsave |
| width 0 gt { |
| [] 0 setdash |
| text stringwidth pop width exch sub text length div 0 text ashow |
| } if |
| grestore |
| } def |
| |
| /boxprim { % xcorner ycorner xsize ysize |
| 4 2 roll |
| moveto |
| 2 copy |
| exch 0 rlineto |
| 0 exch rlineto |
| pop neg 0 rlineto |
| closepath |
| } bind def |
| |
| /ellipse_path { |
| /ry exch def |
| /rx exch def |
| /y exch def |
| /x exch def |
| matrix currentmatrix |
| newpath |
| x y translate |
| rx ry scale |
| 0 0 1 0 360 arc |
| setmatrix |
| } bind def |
| |
| /endpage { showpage } bind def |
| /showpage { } def |
| |
| /layercolorseq |
| [ % layer color sequence - darkest to lightest |
| [0 0 0] |
| [.2 .8 .8] |
| [.4 .8 .8] |
| [.6 .8 .8] |
| [.8 .8 .8] |
| ] |
| def |
| |
| /layerlen layercolorseq length def |
| |
| /setlayer {/maxlayer exch def /curlayer exch def |
| layercolorseq curlayer 1 sub layerlen mod get |
| aload pop sethsbcolor |
| /nodecolor {nopcolor} def |
| /edgecolor {nopcolor} def |
| /graphcolor {nopcolor} def |
| } bind def |
| |
| /onlayer { curlayer ne {invis} if } def |
| |
| /onlayers { |
| /myupper exch def |
| /mylower exch def |
| curlayer mylower lt |
| curlayer myupper gt |
| or |
| {invis} if |
| } def |
| |
| /curlayer 0 def |
| |
| %%EndResource |
| %%EndProlog |
| %%BeginSetup |
| 14 default-font-family set_font |
| 1 setmiterlimit |
| % /arrowlength 10 def |
| % /arrowwidth 5 def |
| |
| % make sure pdfmark is harmless for PS-interpreters other than Distiller |
| /pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse |
| % make '<<' and '>>' safe on PS Level 1 devices |
| /languagelevel where {pop languagelevel}{1} ifelse |
| 2 lt { |
| userdict (<<) cvn ([) cvn load put |
| userdict (>>) cvn ([) cvn load put |
| } if |
| |
| %%EndSetup |
| setupLatin1 |
| %%Page: 1 1 |
| %%PageBoundingBox: 36 36 1254 267 |
| %%PageOrientation: Portrait |
| 0 0 1 beginpage |
| gsave |
| 36 36 1218 231 boxprim clip newpath |
| 1 1 set_scale 0 rotate 40 41 translate |
| % AAA |
| gsave |
| 0 0 0.75294 nodecolor |
| newpath 0 83 moveto |
| 0 187 lineto |
| 66 187 lineto |
| 66 83 lineto |
| closepath fill |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 0 83 moveto |
| 0 187 lineto |
| 66 187 lineto |
| 66 83 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 17.5 170.4 moveto 31 (AAA) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 0 161 moveto |
| 66 161 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 8 144.4 moveto 50 (5':[2,1]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 0 135 moveto |
| 66 135 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 13 118.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 0 109 moveto |
| 66 109 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 21.5 92.4 moveto 23 (2.0) alignedtext |
| grestore |
| % AAT |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 164 83 moveto |
| 164 187 lineto |
| 220 187 lineto |
| 220 83 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 177.5 170.4 moveto 29 (AAT) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 164 161 moveto |
| 220 161 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 178 144.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 164 135 moveto |
| 220 135 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 172 118.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 164 109 moveto |
| 220 109 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 180.5 92.4 moveto 23 (2.0) alignedtext |
| grestore |
| % AAA->AAT |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 66.33 135 moveto |
| 91.82 135 126.99 135 153.64 135 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 153.76 138.5 moveto |
| 163.76 135 lineto |
| 153.76 131.5 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 153.76 138.5 moveto |
| 163.76 135 lineto |
| 153.76 131.5 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 86 140.4 moveto 58 (FF: [1,2]) alignedtext |
| grestore |
| % AAT->AAA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 163.51 118.99 moveto |
| 157.87 116.51 151.87 114.33 146 113 curveto |
| 119.13 106.9 110.99 107.43 84 113 curveto |
| 81.21 113.58 78.39 114.31 75.57 115.16 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 74.42 111.86 moveto |
| 66.11 118.44 lineto |
| 76.7 118.47 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 74.42 111.86 moveto |
| 66.11 118.44 lineto |
| 76.7 118.47 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 84.5 118.4 moveto 61 (RR: [1,2]) alignedtext |
| grestore |
| % ATC |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 318 83 moveto |
| 318 187 lineto |
| 374 187 lineto |
| 374 83 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 332 170.4 moveto 28 (ATC) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 318 161 moveto |
| 374 161 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 332 144.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 318 135 moveto |
| 374 135 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 326 118.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 318 109 moveto |
| 374 109 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 334.5 92.4 moveto 23 (2.0) alignedtext |
| grestore |
| % AAT->ATC |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 220.25 135 moveto |
| 244.78 135 280.52 135 307.64 135 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 307.93 138.5 moveto |
| 317.93 135 lineto |
| 307.93 131.5 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 307.93 138.5 moveto |
| 317.93 135 lineto |
| 307.93 131.5 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 240 140.4 moveto 58 (FF: [1,2]) alignedtext |
| grestore |
| % GAA |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 1014 19 moveto |
| 1014 123 lineto |
| 1070 123 lineto |
| 1070 19 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1026 106.4 moveto 32 (GAA) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 1014 97 moveto |
| 1070 97 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1028 80.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 1014 71 moveto |
| 1070 71 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1022 54.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 1014 45 moveto |
| 1070 45 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1030.5 28.4 moveto 23 (1.0) alignedtext |
| grestore |
| % AAC |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 874 6 moveto |
| 874 110 lineto |
| 930 110 lineto |
| 930 6 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 886.5 93.4 moveto 31 (AAC) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 874 84 moveto |
| 930 84 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 888 67.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 874 58 moveto |
| 930 58 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 882 41.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 874 32 moveto |
| 930 32 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 890.5 15.4 moveto 23 (2.0) alignedtext |
| grestore |
| % GAA->AAC |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 1013.77 52.1 moveto |
| 1008.11 49.17 1002.03 46.59 996 45 curveto |
| 977.89 40.24 957.32 42.27 940.06 46 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 939.21 42.6 moveto |
| 930.32 48.35 lineto |
| 940.86 49.4 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 939.21 42.6 moveto |
| 930.32 48.35 lineto |
| 940.86 49.4 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 949.5 50.4 moveto 45 (FF: [1]) alignedtext |
| grestore |
| % CGA |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 1154 82 moveto |
| 1154 186 lineto |
| 1210 186 lineto |
| 1210 82 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1166.5 169.4 moveto 31 (CGA) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 1154 160 moveto |
| 1210 160 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1168 143.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 1154 134 moveto |
| 1210 134 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1162 117.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 1154 108 moveto |
| 1210 108 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1170.5 91.4 moveto 23 (2.0) alignedtext |
| grestore |
| % GAA->CGA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 1070.02 86.12 moveto |
| 1075.91 89.16 1082.12 92.25 1088 95 curveto |
| 1106.2 103.5 1126.77 112.14 1144.02 119.13 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 1143.17 122.55 moveto |
| 1153.75 123.03 lineto |
| 1145.77 116.06 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 1143.17 122.55 moveto |
| 1153.75 123.03 lineto |
| 1145.77 116.06 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 1088 120.4 moveto 48 (RR: [1]) alignedtext |
| grestore |
| % AAC->GAA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 930.21 61.17 moveto |
| 936.09 61.8 942.24 62.44 948 63 curveto |
| 966.23 64.77 986.46 66.52 1003.47 67.93 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 1003.35 71.43 moveto |
| 1013.6 68.76 lineto |
| 1003.92 64.45 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 1003.35 71.43 moveto |
| 1013.6 68.76 lineto |
| 1003.92 64.45 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 948 73.4 moveto 48 (RR: [1]) alignedtext |
| grestore |
| % TAA |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 734 6 moveto |
| 734 110 lineto |
| 790 110 lineto |
| 790 6 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 747.5 93.4 moveto 29 (TAA) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 734 84 moveto |
| 790 84 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 748 67.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 734 58 moveto |
| 790 58 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 742 41.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 734 32 moveto |
| 790 32 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 750.5 15.4 moveto 23 (1.0) alignedtext |
| grestore |
| % AAC->TAA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 873.73 45.78 moveto |
| 867.96 43.8 861.87 42.05 856 41 curveto |
| 835 37.24 829 37.24 808 41 curveto |
| 805.34 41.48 802.64 42.09 799.94 42.81 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 798.8 39.5 moveto |
| 790.27 45.78 lineto |
| 800.86 46.19 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 798.8 39.5 moveto |
| 790.27 45.78 lineto |
| 800.86 46.19 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 808 46.4 moveto 48 (RR: [2]) alignedtext |
| grestore |
| % CGA->GAA |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 1153.75 86.68 moveto |
| 1148.53 81.21 1142.61 76.38 1136 73 curveto |
| 1119.12 64.36 1098.19 63.15 1080.38 64.41 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 1079.91 60.94 moveto |
| 1070.3 65.39 lineto |
| 1080.59 67.9 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 1079.91 60.94 moveto |
| 1070.3 65.39 lineto |
| 1080.59 67.9 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 1089.5 78.4 moveto 45 (FF: [1]) alignedtext |
| grestore |
| % CGA->CGA |
| gsave |
| 1 setlinewidth |
| 0.33333 1 1 edgecolor |
| newpath 1169.42 186.2 moveto |
| 1170.83 196.59 1175.03 204 1182 204 curveto |
| 1186.47 204 1189.79 200.96 1191.98 196.04 curveto |
| stroke |
| 0.33333 1 1 edgecolor |
| newpath 1195.41 196.76 moveto |
| 1194.58 186.2 lineto |
| 1188.64 194.97 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.33333 1 1 edgecolor |
| newpath 1195.41 196.76 moveto |
| 1194.58 186.2 lineto |
| 1188.64 194.97 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 1159 209.4 moveto 46 (RF: [1]) alignedtext |
| grestore |
| % CGA->ATC |
| gsave |
| 1 setlinewidth |
| 0.66667 1 1 edgecolor |
| newpath 1153.97 139.43 moveto |
| 1125.79 144.4 1081.05 151 1042 151 curveto |
| 484 151 484 151 484 151 curveto |
| 450.1 151 411.83 146.18 384.2 141.83 curveto |
| stroke |
| 0.66667 1 1 edgecolor |
| newpath 384.6 138.35 moveto |
| 374.17 140.19 lineto |
| 383.48 145.26 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.66667 1 1 edgecolor |
| newpath 384.6 138.35 moveto |
| 374.17 140.19 lineto |
| 383.48 145.26 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 739 156.4 moveto 46 (FR: [1]) alignedtext |
| grestore |
| % TAA->AAC |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 790.18 61.55 moveto |
| 796.06 62.15 802.22 62.69 808 63 curveto |
| 829.3 64.15 834.7 64.15 856 63 curveto |
| 858.53 62.86 861.13 62.68 863.75 62.48 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 864.18 65.95 moveto |
| 873.82 61.55 lineto |
| 863.54 58.98 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 864.18 65.95 moveto |
| 873.82 61.55 lineto |
| 863.54 58.98 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 809.5 69.4 moveto 45 (FF: [2]) alignedtext |
| grestore |
| % CTA |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 594 0 moveto |
| 594 104 lineto |
| 650 104 lineto |
| 650 0 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 608 87.4 moveto 28 (CTA) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 594 78 moveto |
| 650 78 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 608 61.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 594 52 moveto |
| 650 52 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 602 35.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 594 26 moveto |
| 650 26 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 610.5 9.4 moveto 23 (1.0) alignedtext |
| grestore |
| % TAA->CTA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 733.91 51.61 moveto |
| 728.02 50.52 721.83 49.57 716 49 curveto |
| 697.7 47.23 677.3 47.59 660.2 48.56 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 659.78 45.08 moveto |
| 650.03 49.23 lineto |
| 660.24 52.07 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 659.78 45.08 moveto |
| 650.03 49.23 lineto |
| 660.24 52.07 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 668 54.4 moveto 48 (RR: [2]) alignedtext |
| grestore |
| % CTA->TAA |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 650.37 62.79 moveto |
| 656.12 64.54 662.19 66.08 668 67 curveto |
| 686.23 69.9 706.62 68.5 723.73 66.03 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 724.6 69.44 moveto |
| 733.92 64.39 lineto |
| 723.48 62.53 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 724.6 69.44 moveto |
| 733.92 64.39 lineto |
| 723.48 62.53 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 669.5 74.4 moveto 45 (FF: [2]) alignedtext |
| grestore |
| % AGA |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 456 19 moveto |
| 456 123 lineto |
| 512 123 lineto |
| 512 19 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 468.5 106.4 moveto 31 (AGA) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 456 97 moveto |
| 512 97 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 470 80.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 456 71 moveto |
| 512 71 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 464 54.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 456 45 moveto |
| 512 45 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 472.5 28.4 moveto 23 (1.0) alignedtext |
| grestore |
| % CTA->AGA |
| gsave |
| 1 setlinewidth |
| 0.33333 1 1 edgecolor |
| newpath 593.68 40.53 moveto |
| 575.2 34.71 550.75 30.16 530 37 curveto |
| 526.89 38.03 523.81 39.35 520.82 40.88 curveto |
| stroke |
| 0.33333 1 1 edgecolor |
| newpath 518.96 37.92 moveto |
| 512.12 46 lineto |
| 522.51 43.95 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.33333 1 1 edgecolor |
| newpath 518.96 37.92 moveto |
| 512.12 46 lineto |
| 522.51 43.95 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 530 42.4 moveto 46 (RF: [2]) alignedtext |
| grestore |
| % AGA->CTA |
| gsave |
| 1 setlinewidth |
| 0.33333 1 1 edgecolor |
| newpath 512.26 67.11 moveto |
| 532.91 64.27 561.15 60.38 583.81 57.26 curveto |
| stroke |
| 0.33333 1 1 edgecolor |
| newpath 584.35 60.72 moveto |
| 593.78 55.89 lineto |
| 583.39 53.78 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.33333 1 1 edgecolor |
| newpath 584.35 60.72 moveto |
| 593.78 55.89 lineto |
| 583.39 53.78 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 530 70.4 moveto 46 (RF: [2]) alignedtext |
| grestore |
| % AGA->ATC |
| gsave |
| 1 setlinewidth |
| 0.66667 1 1 edgecolor |
| newpath 455.85 66.69 moveto |
| 436.77 65.12 411.57 65.78 392 76 curveto |
| 388.24 77.96 384.7 80.38 381.37 83.11 curveto |
| stroke |
| 0.66667 1 1 edgecolor |
| newpath 378.94 80.6 moveto |
| 374 89.97 lineto |
| 383.71 85.72 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.66667 1 1 edgecolor |
| newpath 378.94 80.6 moveto |
| 374 89.97 lineto |
| 383.71 85.72 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 392 81.4 moveto 46 (FR: [2]) alignedtext |
| grestore |
| % ATC->AAT |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 317.83 121.35 moveto |
| 312.06 119.13 305.93 117.18 300 116 curveto |
| 272.97 110.64 265.03 110.64 238 116 curveto |
| 235.31 116.53 232.58 117.23 229.87 118.03 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 228.5 114.8 moveto |
| 220.17 121.35 lineto |
| 230.76 121.42 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 228.5 114.8 moveto |
| 220.17 121.35 lineto |
| 230.76 121.42 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 238.5 121.4 moveto 61 (RR: [1,2]) alignedtext |
| grestore |
| % ATC->CGA |
| gsave |
| 1 setlinewidth |
| 0.66667 1 1 edgecolor |
| newpath 374.05 159.09 moveto |
| 400.55 179.34 442.36 205 484 205 curveto |
| 484 205 484 205 1042 205 curveto |
| 1080.24 205 1118.62 183.67 1145.5 164.39 curveto |
| stroke |
| 0.66667 1 1 edgecolor |
| newpath 1147.85 167 moveto |
| 1153.8 158.24 lineto |
| 1143.69 161.38 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.66667 1 1 edgecolor |
| newpath 1147.85 167 moveto |
| 1153.8 158.24 lineto |
| 1143.69 161.38 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 739 210.4 moveto 46 (FR: [1]) alignedtext |
| grestore |
| % ATC->AGA |
| gsave |
| 1 setlinewidth |
| 0.66667 1 1 edgecolor |
| newpath 374.33 122.76 moveto |
| 392.6 114.78 416.81 104.01 438 94 curveto |
| 440.82 92.67 443.72 91.27 446.63 89.86 curveto |
| stroke |
| 0.66667 1 1 edgecolor |
| newpath 448.45 92.86 moveto |
| 455.88 85.31 lineto |
| 445.36 86.58 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.66667 1 1 edgecolor |
| newpath 448.45 92.86 moveto |
| 455.88 85.31 lineto |
| 445.36 86.58 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 392 120.4 moveto 46 (FR: [2]) alignedtext |
| grestore |
| endpage |
| showpage |
| grestore |
| %%PageTrailer |
| %%EndPage: 1 |
| %%Trailer |
| %%Pages: 1 |
| %%BoundingBox: 36 36 1254 267 |
| end |
| restore |
| %%EOF |