%! % repaired and updated tugood field notes % ============================================================== % Copyright c 2017 by Don Lancaster & Synergetics, Box 809, Thatcher, AZ, 85552 % (928) 428-4073 Email: don@tinaja.com Website: http://www.tinaja.com % Consulting services available http://www.tinaja.com/info01.html % Linking welcome. Reposting expressly forbidden. % All commercial rights and all electronic media rights ~fully~ reserved. % Linking usually welcome. Reposting expressly forbidden. Version 1.1 % This is a shortened demo of http://www.tinaja.com/canal/newhang3.pdf and % http://www.tinaja.com/canal/newhang3.psl rewritten from the ground up with % better documentation. By using a /F trailer on Acrobat XI Distiller as % noted below, reads and writes can be restored. This allows expanded click-thru % images to be auto executed from within a .psl file internal to Distiller. % Other benefits include auto positioning and tracking of the and slightly % improved image resolution % Be sure embedded fonts are properly set! You will also need an image copy of % http://www.tinaja.com/canal/images/robinson_map1.jpg moved to an % appropriate directory on your pc as noted below. % This pre Distills both automatic urls AND jpeg image clickthru conversion! % nav buttons are built in via pdfmark See source code below. %%%%%%%%% % This comment is a reminder that Distiller needs an //acrodist.exe /F to use disk files %%%%%%%%% % Define and alter your full gonzo.ps path reminder here It might be % C:/Users/don/Desktop/Dist-FR/gonzo.ps % Preplace gonzo.ps from http://www.tinaja.com/post01.shtml#gonzo to above directory % Make sure there are no previously active instances of distiller. % Then run distiller ONLY from % //acrodist.exe /F run % Then drag and drop this file into Distiller. %%%%%%%%% % Set Directory Headers %%%%%%%% % /gonzodirectory (C:/Users/Don/Desktop/Ghost/gonzo.psl) run % use internal ) store % dbl rvse slashes for ps /imagelocaldirectory (C:/Users/don/Desktop/canal/images/) store % sin fwd slashes for win /imageremotedirectory (http://www.tinaja.com/canal/images/) store % sin fwd slashes for chrome % mergestr merges the two top stack strings into one top stack string /mergestr {2 copy length exch length add string dup dup 4 3 roll 4 index length exch putinterval 3 1 roll exch 0 exch putinterval} def %%%%%%%%% % This code activates gonzo utilities for this document %%%%%%%%% % Required preload of gonzo.ps and adjusted for your machine per above. % gonzodirectory (gonzo.ps) mergestr run % double reverse slashes in PS! (C:/Users/Don/Desktop/Ghost/gonzo.psl) run /guru { gonzo begin ps.util.1 begin printerror nuisance begin} def guru % activate gonzo utilities %%%%%%%%%% % This code locks pdfmark commands out of a PostScript printer. %%%%%%%%%% /pdfmark where {pop}{userdict /pdfmark /cleartomark load put} ifelse %%%%%%%%%% % This code changes the page size to smaller %%%%%%%%%% [/CropBox [0 0 520 620] % set the weird size in points X Y. /PAGES pdfmark %%%%%%%%%% % This code is needed for the automatic url placer %%%%%%%%%% % Requires a defined name for the url below % Activate with text text |/surl urlname |/eurl text text % /surl "start url" marks the beginning of a text sequence to be urled. % It also paints the text blue... /surl {mark /blue cvx 0.33 /setgray cvx % change text to blue /currentpoint cvx % remember box start /urly /exch cvx /store cvx /urlx /exch cvx /store cvx ] cvx % complete deferred command printlist exch 3 index exch put % stuff into gonzo printlist exch 1 add exch % increment gonzo list count } def % /eurl "end url" unmarks the end of a text sequence and sets up % the pdfmark needed to define the Acrobat web link. /eurl {mark % start deferred proc exch % position url string % /black cvx 0 /setgray cvx % turn blue marker off % maintextcolor /setrgbcolor cvx % reset to main text color??? /aqua cvx /black cvx /makeurl cvx % defer call of url builder ] cvx % complete deferred proc printlist exch 3 index exch % stuff into gonzo printlist put exch 1 add exch % increment gonzo list count } def % /makeurl generates the pdfmark, receiving a {(urlstring) makeurl}. % Note that it is not called until formatted printlist time... /urlover 0.2 def % fraction of hot area over bounds /makeurl { /cururlname exch store % save the url string mark % start pdfmark currentfont /ScaleMatrix get 3 get /fsize exch store % guess height /Rect [ urlx fsize urlover mul sub % set box left x urly fsize urlover mul sub % set box left y currentpoint exch fsize urlover mul add exch fsize add ] /Border [ 0 0 0] % [0 0 0 ] = none; [0 0 2] = debug /Color [ .7 0 0 ] /Action <> /Subtype /Link /ANN % annotation type pdfmark % call pdf operators } def % /makeurlx generates the box specific pdfmark, receiving % a {(urlstring) makeurl}. % Note that it is not called until formatted printlist time... /makeurlx { /cururlnamex exch store % save the url string mark % start pdfmark /Rect [ xpos % set box left x ypos 0.9 sub % set box left y xpos 2.8 add % box right x ypos 0.9 sub 2.8 add % box right y ] /Border [ 0 0 0] % [0 0 0 ] = none; [0 0 2] = debug /Color [ .7 0 0 ] /Action <> /Subtype /Link /ANN % annotation type pdfmark % call pdf operators } def %%%%%%%%%%% % This code inserts color effects mid line %%%%%%%%%% %%%%%%%%%%%%%% COMPACT VERSION OF COLORIZER II %%%%%%%%%%%%%%%%%%%%%% /settint {dup /currenttint exch store 5.999 mul dup floor cvi /&cbar exch store dup floor sub /&cwt exch store [ {/setgray [ /dup cvx 0.3 &cwt 0.59 mul add /ge cvx [1 /exch cvx &cwt 0.59 mul 0.30 add /sub cvx 1 &cwt sub 0.59 mul 0.11 add /div cvx /dup cvx 1 &cwt sub /mul cvx &cwt /add cvx /exch cvx ] cvx [ &cwt 0.59 mul 0.3 add /div cvx /dup cvx &cwt /mul cvx 0] cvx /ifelse cvx /setrgbcolor cvx] cvx /def cvx} {/setgray [/dup cvx 0.59 1 &cwt sub 0.3 mul add /ge cvx [1 &cwt sub 0.3 mul 0.59 add /sub cvx &cwt 0.3 mul 0.11 add /div cvx /dup cvx &cwt /mul cvx 1 &cwt sub /add cvx /exch cvx 1 /exch cvx] cvx [1 &cwt sub 0.3 mul 0.59 add /div cvx /dup cvx 1 &cwt sub /mul cvx /exch cvx 0] cvx /ifelse cvx /setrgbcolor cvx] cvx /def cvx} {/setgray [/dup cvx 0.59 &cwt 0.11 mul add /ge cvx [&cwt 0.11 mul 0.59 add /sub cvx 1 &cwt sub 0.11 mul 0.30 add /div cvx /dup cvx 1 &cwt sub /mul cvx &cwt /add cvx 1 /exch cvx] cvx [0 /exch cvx &cwt 0.11 mul 0.59 add /div cvx /dup cvx &cwt /mul cvx] cvx /ifelse cvx /setrgbcolor cvx] cvx /def cvx} {/setgray [/dup cvx 0.59 1 &cwt sub mul 0.11 add /ge cvx [1 &cwt sub 0.59 mul 0.11 add /sub cvx &cwt 0.59 mul 0.30 add /div cvx /dup cvx &cwt /mul cvx 1 &cwt sub /add cvx 1] cvx [0 /exch cvx 1 &cwt sub 0.59 mul 0.11 add /div cvx /dup cvx 1 &cwt sub /mul cvx /exch cvx] cvx /ifelse cvx /setrgbcolor cvx] cvx /def cvx} {/setgray [/dup cvx 0.11 &cwt 0.30 mul add /ge cvx[&cwt 0.30 mul 0.11 add /sub cvx 1 &cwt sub 0.30 mul 0.59 add /div cvx /dup cvx 1 &cwt sub /mul cvx &cwt /add cvx /exch cvx 1] cvx [ &cwt 0.30 mul 0.11 add /div cvx /dup cvx &cwt /mul cvx /exch cvx 0 /exch cvx ] cvx /ifelse cvx /setrgbcolor cvx ] cvx /def cvx} {/setgray [ /dup cvx 0.30 1 &cwt sub 0.11 mul add /ge cvx[ 1 /exch cvx 1 &cwt sub 0.11 mul 0.30 add /sub cvx &cwt 0.11 mul 0.59 add /div cvx /dup cvx &cwt /mul cvx 1 &cwt sub /add cvx ] cvx [ 1 &cwt sub 0.11 mul 0.30 add /div cvx /dup cvx 1 &cwt sub /mul cvx 0 /exch cvx] cvx /ifelse cvx /setrgbcolor cvx ] cvx /def cvx} ] &cbar get exec exec} bind def /beige {0.11 settint} def % examples of convenience operators /aqua {0.52 settint} def /blue {0.67 settint} def /lime {0.44 settint} def %%%%%%%%%%% % This code converts a .JPG image into a PS image %%%%%%%%%%% /jpegimageprocwithlink { % hoffset voffset hres vres urlfrom urlto save /snap2 exch def /inurllink exch store % grab link filename /infilename exch store % grab passed pix file /photoscale exch store /vpixels exch store /hpixels exch store % (\nvpixels = )print vpixels == % (\nhpixels = )print hpixels == % (\photoscale = ) print photoscale == % (\ninurllink = ) print inurllink == % (\ninfilemane = ) print infilename == translate % adjust position for final figure ??? inurllink setareaurl % autolink sizing /DeviceRGB setcolorspace % pick color model 0 0 translate % set page position hpixels vpixels scale % magnify unit square photoscale dup scale /infile infilename (r) file def % establish input read file /Data {infile /DCTDecode filter} def % define a data source << % start image dicationary /ImageType 1 % always one /Width hpixels % JPEG width in pixels /Height vpixels % JPEG height in pixels /ImageMatrix [hpixels 0 0 vpixels neg 0 vpixels ] /DataSource Data % proc to get filtered JPEG /BitsPerComponent 8 % color resolution /Decode [0 1 0 1 0 1] % per red book 4.10 >> image % call the image operator ypos snap2 restore /ypos exch def } def /setareaurl { % for auto include routine /cururlname exch store mark % start pdfmark /Rect [ 0 0 hpixels photoscale mul vpixels photoscale mul ] /Border [ 0 0 0] % [0 0 0 ] = none; [0 0 2] = debug /Color [ .7 0 0 ] /Action <> /Subtype /Link /ANN % annotation type pdfmark % call pdf operators } def %%%%%%%%%%% % This code inserts a PS figure proc into a fixed location %%%%%%%%%%% %%%%%%%%%%% % This code autopositions a PS figure proc %%%%%%%%%%% %%%%%%%%%%% % This image code for sequential pages %%%%%%%%%%% /startnewpage { black beige 0.35 setgray 21 -2.5 (|3\320|j|j) ggnum 40 string cvs mergestr (|j |j) mergestr pagenum 10 string cvs mergestr (|j|j\320) mergestr cc aqua showpage %% start next page /pagenum pagenum 1 add store 50 50 10 setgrid % create grid setpagefonts font1 textleft texttop } def %%%%%%%%%%% % These code snippets do various things %%%%%%%%%%% /tinton1 {mark 0.33 /setgray cvx] cvx printlist exch 3 index exch put exch 1 add exch} def /tintoff {mark 0 /setgray cvx] cvx printlist exch 3 index exch put exch 1 add exch} def /to {tinton1 aqua font6} store /tx {tintoff black font1} store /su {surl} store /webtintmat [ 0 1 5 {/a exch store 0 1 5 % webtint color array {/b exch store 0 1 5 {5 div b 5 div a 5 div} for }for } for ] def /setwebtint { abs cvi 216 cvi mod webtintmat % set 215 colors exch 3 mul 3 getinterval aload pop setrgbcolor} def /makered { mark 5 /setwebtint cvx ] cvx printlist exch 3 index exch put exch 1 add exch } store /makeblack { mark 0 /setwebtint cvx ] cvx printlist exch 3 index exch put exch 1 add exch } store %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%% document specific resources start here %%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%% % define url's to be generated ... ---> zzzzz <---- search marker %%%%%%%%% << %%% these have been redefined below all should now be 1fn or higher rather than fn1. /gilariver (https://en.wikipedia.org/wiki/Gila_River) /discoveryfn1 (http://www.tinaja.com/canal/field_notes/discoveryfn1.pdf) /ownership (http://gis.azland.gov/webapps/parcel/?loc=-109.7461,32.8033,12&layers=2,1,0) /goatfn1 (http://www.tinaja.com/canal/field_notes/goatfn1.pdf) /ledfordfn1 (http://www.tinaja.com/canal/field_notes/ledfordfn1.pdf) /marijildafn1 (http://www.tinaja.com/canal/field_notes/marijildafn1.pdf) /roperfn1 (http://www.tinaja.com/canal/field_notes/roperfn1.pdf) /kmlx (http://www.tinaja.com/canal/mapimage2.kml) /tbwestfn1 (http://www.tinaja.com/canal/field_notes/tbwestn1.pdf) /lowerfryeconstructfn1 (http://www.tinaja.com/canal/field_notes/lowerfryeconstructfn1.pdf) /deadmanfn1 (http://www.tinaja.com/canal/field_notes/deadmanfn1.pdf) /sandcanalfn1 (http://www.tinaja.com/canal/field_notes/sandcanalfn1.pdf) /fryecomplexfn1 (http://www.tinaja.com/canal/field_notes/fryecomplexfn1.pdf) /bluepondsfn1 (http://www.tinaja.com/canal/field_notes/bluepondsfn1.pdf) /hsfn1 (http://www.tinaja.com/canal/field_notes/hsfn1.pdf) /robinsonfn1 (http://www.tinaja.com/canal/field_notes/robinsonfn1.pdf) /allenfn1 (http://www.tinaja.com/canal/field_notes/allenfn1.pdf) /riggsmesafn1 (http://www.tinaja.com/canal/field_notes/riggsmesafn1.pdf) /golfcoursefn1 (http://www.tinaja.com/canal/field_notes/golfcoursefn1.pdf) /longviewfn1 (http://www.tinaja.com/canal/field_notes/longviewfn1.pdf) /freemanfn1 (http://www.tinaja.com/canal/field_notes/freemanfn1.pdf) /tranquilityfn1 (http://www.tinaja.com/canal/field_notes/tranquilityn1.pdf) /marijildafn1 (http://www.tinaja.com/canal/field_notes/marijildafn1.pdf) /mceniry (https://www.tinaja.com/glib/mtso.pdf) /allendamfail (http://www.tinaja.com/glib/allendam.pdf) /acme (http://www.mapper.acme.com/) /googleearth (https://www.google.com/earth/) /tranquility (http://www.azhotmineralspring.com/) /cottonclouds (http://www.cottonclouds.com/index.asp) /tbeastfn1 (http://www.tinaja.com/canal/field_notes/tbeastfn1.pdf) /mudspringsfn1 (http://www.tinaja.com/canal/field_notes/mudspringsfn1.pdf) /ockham (https://en.wikipedia.org/wiki/Occam%27s_razor) /blm (https://www.blm.gov/office/safford-field-office) /azstateland (https://land.az.gov) /anasazai (https://en.wikipedia.org/wiki/Ancient_Pueblo_peoples) /aqueduct (https://en.wikipedia.org/wiki/Aqueduct_(water_supply)) /AZrepublic (http://www.azcentral.com/news/articles/20130223arizona-hanging-canal-mystery.html) /bajada (https://en.wikipedia.org/wiki/Bajada_(geography)) /cnf (http://www.fs.usda.gov/coronado/) /association (https://en.wikipedia.org/wiki/Archaeological_association) /ccc (https://en.wikipedia.org/wiki/Civilian_Conservation_Corps) /glyphspair (http://www.tinaja.com/canal/cansum1.pdf) /grids (http://www.uapress.arizona.edu/Books/bid1582.htm) /gurgrm01 (http://www.tinaja.com/gurgrm01.shtml) /hohokam (https://en.wikipedia.org/wiki/Hohokam) /hunt (http://www.jstor.org/discover/10.2307/40035308?uid=3739552&uid=2&uid=4&uid=3739256&sid=21103435122901) /joanna (www.azcentral.com/opinions/articles/20130226editorial-admiring-our-forebears.html) /lefthand (http://www.tinaja.com/glib/lefthand.pdf) /maildon (mailto:don@tinaja.com) /mailneely (mailto:neelyja@utexas.edu) /mimbres (https://en.wikipedia.org/wiki/Mimbres_culture#Mimbres_culture) /mongollon (https://en.wikipedia.org/wiki/Mogollon_culture) /murphy (http://www.tinaja.com/glib/neely1.pdf) /newhang3 (http://www.tinaja.com/canal/newhang3.pdf) /tinsamp1 (http://www.tinaja.com/tinsamp1.shtml) /newhangshow3 (http://www.tinaja.com/canal/newhangshow3.pdf) /pinalino (https://en.wikipedia.org/wiki/Pinale%C3%B1o_Mountains) /prebajada (http://www.tinaja.com/glib/prebajada.pdf) /safford (https://en.wikipedia.org/wiki/Safford,_Arizona) /salado (https://en.wikipedia.org/wiki/Salado_culture) /scs (https://en.wikipedia.org/wiki/Natural_Resources_Conservation_Service) /stratigraphy (https://en.wikipedia.org/wiki/Stratigraphy) /tinaja (http://www.tinaja.com) /usatoday (http://www.usatoday.com/story/news/nation/2013/02/24/hanging-canals-whet-appetite-for-ancient-history/1941797) /waterlevel (http://en.wikipedia.org/wiki/Water_level) /whtnu15 (http://www.tinaja.com/whtnu15.shtml) /whtnu17 (http://www.tinaja.com/whtnu17.shtml) >> {mark exch /eurl cvx ] cvx def} forall %%%%%%%%%% % define fonts and main document gonzo params %%%%%%%%%% /setpagefonts { /cstretch 0.015 def /sstretch 0.015 def /font0 /StoneSans-Bold 1.6 gonzofont /font1 /StoneSans 0.95 gonzofont /font2 /StoneSans [0.95 0 0.25 0.95 0 0 ] gonzofont /font4 /StoneSans 0.85 gonzofont /font3 /StoneSans-Bold 0.85 gonzofont /font6 /StoneSans-Bold 0.85 gonzofont /font7 /StoneSans-Bold 1.05 gonzofont % subheaders /font8 /StoneSans-Bold [0.65 0 0 0.65 0 0.4] gonzofont /font9 /StoneSans-Bold 1.05 gonzofont /txtwide 36 store /yinc 1.2 store /kern 0.1 store /texttop 51 store /textleft 3 store /amacro {(zy0) stringmacro /ypos ypos ypara add def} def % start drop cap /bmacro {(iFy1) stringmacro /ypos ypos ypara add def} def % finish drop cap } store /nogrid {true} store /ggnum (Tugood Canal Field Notes (rev 1)) store % header for pagenumber /pagenum 1 def % initial pagenumber %%%%%%%%%%%%%% % Image common code for sequential pages %%%%%%%%%%%%%% /imagecommoncode { /font6 /StoneSans [2.4 0 0 2.8 0 0 ] gonzofont /font7 /StoneSans 1.2 gonzofont /green { 0 0.4 0 setrgbcolor} store /black { 0 0 0 setrgbcolor } store % text image link [ /Rect [2.0 42.2 39 44.2] /Action << /Subtype /URI /URI imageurl >> /Border [0 0 0] /Color [1 1 1] /Subtype /Link /ANN pdfmark % gps image link [ /Rect [2.0 40.1 39 42.1] /Action << /Subtype /URI /URI acmegpsurl >> /Border [0 0 0] /Color [1 1 1] /Subtype /Link /ANN pdfmark % image image link [ /Rect [2 13.7 39 38.6] /Action << /Subtype /URI /URI imageurl >> /Border [0 0 0] /Color [1 1 1] /Subtype /Link /ANN pdfmark /blue {0 0 1 setrgbcolor} store % not sure why these are needed here /setblue {mark 0 0 1 /setrgbcolor cvx ] cvx printlist exch 3 index exch put exch 1 add exch} store /setblack {mark 0 0 0 /setrgbcolor cvx ] cvx printlist exch 3 index exch put exch 1 add exch} store 0 47.5 (|6|/green ) imagename mergestr cl 0 45 (|7|/green ) imagetitle mergestr cl blue 3 42.8 (|7|/setblue ) imageurl mergestr cl 3 40.6 (|7|/setblue ) imagegps mergestr cl black } store %%% Page Navigation Utilities %%%% % requires gonzo utilities from http://www.tinaja.com/gonzo.psl /kern 0.1 store /navpagenum 1 store /prevpage 1 store /lastpage false store /baux { save /ssnap exch store /sym exch store translate 0 0 mt 2 pu 2 pr 2 pd closepath gsave 0.94 0.94 0.98 setrgbcolor fill grestore 0.8 dup dup setrgbcolor line2 stroke 0.5 dup dup setrgbcolor /font1 /Helvetica 1.5 gonzofont font1 1 0.5 sym cc ssnap restore} store black /glyphnext { 53 (>) baux } store /glyphprev {53 (<) baux } store /glyphone { 53 (1) baux} store /glyphback {53 (<|k|k|k<) baux} store /aaaa { [ /Rect [0 53 2 55] /Page/Next /View [/XYZ null null null] /Border [0 0 0 ] /Subtype /Link /ANN pdfmark [ /Rect [2.5 53 4.5 55] /Page prevpage /View [/XYZ null null null] /Border [0 0 0 ] /Subtype /Link /ANN pdfmark } store /bbbb { [ /Rect [0 53 2 55] /Page /Prev /View [/XYZ null null null] /Border [0 0 0 ] /Subtype /Link /ANN pdfmark [ /Rect [2.5 53 4.5 55] /Page 1 /View [/XYZ null null null] /Border [0 0 0 ] /Subtype /Link /ANN pdfmark [ /Rect [5 53 7 55] /Page/Next /View [/XYZ null null null] /Border [0 0 0 ] /Subtype /Link /ANN pdfmark [ /Rect [7.5 53 9.5 55] /Page prevpage /View [/XYZ null null null] /Border [0 0 0 ] /Subtype /Link /ANN pdfmark } store /cccc { [ /Rect [0 53 2 55] /Page /Prev /View [/XYZ null null null] /Border [0 0 0 ] /Subtype /Link /ANN pdfmark [ /Rect [2.5 53 4.5 55] /Page 1 /View [/XYZ null null null] /Border [0 0 0 ] /Subtype /Link /ANN pdfmark [ /Rect [5 53 7 55] /Page prevpage /View [/XYZ null null null] /Border [0 0 0 ] /Subtype /Link /ANN pdfmark } store /addpagenav { navpagenum 1 eq { 0 glyphnext 2.5 glyphback aaaa} if navpagenum 1 ne lastpage not and {0 glyphprev 2.5 glyphone 5 glyphnext 7.5 glyphback bbbb} if lastpage {0 glyphprev 2.5 glyphone 5 glyphback cccc} if /prevpage pagenum store /navpagenum navpagenum 1 add store} store % ///////// (A) WEB FRIENDLY COLOR UTILITIES ///////////// % tintmat is a self-generating list of 216 triple color values /webtintmat [ 0 1 5 { /a exch store 0 1 5 { /b exch store 0 1 5 { 5 div b 5 div a 5 div }for } for } for ] def % setwebtint accepts a color number 0 to 215 and then % sets the PostScript color generator for later use... /setwebtint { abs cvi 216 cvi mod % restrict range webtintmat exch 3 mul 3 getinterval % get values from table aload pop setrgbcolor} def % and set them %%%%%%%%%%%%%%%% begin kml experiment %%%%%%%%%%%%%%%%%%%%%%%%%%% % this still needs a way for Chrome to go directly to Google Earth. % presently opens kml textfile instead. Chrome extensions not helping. % presently usable with this manual workaround: Do a save as from the % clicked kml text. Then click on the saved kml file. /clickforkml { true { save /ksnap exch store 34 53 translate 0 0 mt 2 pu 7.2 pr 2 pd closepath gsave 0.94 0.94 0.98 setrgbcolor fill grestore 0.8 0.8 0.8 setrgbcolor line2 stroke 0.6 0.6 (|6|/surl Click for KML |/kmlx ) cl ksnap restore } if } store % end kml link %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%% actual page content starts here %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%% % notebox uses modified roundpath %%%%%%%%%%%%% /notebox { % hpos vpos hsize vsize corrad titsize title body save /boxsnap exch store /body exch store /title exch store /titsize exch store /corrad exch store /hsize exch store /vsize exch store translate hsize 2 div 0 moveto 0 0 0 vsize corrad arct 0 vsize hsize vsize corrad arct hsize vsize hsize 0 corrad arct hsize 0 0 0 corrad arct closepath gsave 141 setwebtint fill grestore 54 pop 48 setwebtint line3 stroke hsize 2 div vsize titsize sub moveto 0 vsize titsize sub lineto 0 vsize hsize vsize corrad arct hsize vsize hsize vsize titsize sub corrad arct hsize vsize titsize sub lineto closepath 54 pop 48 setwebtint fill white font3 hsize 2 div vsize 1.5 sub title cc 1 2 3 4 black font3 hsize 2 div vsize titsize sub 1.5 sub body cc boxsnap restore } store %%%%%%%%%%%%%% % title page %%%%%%%%%%%%% /tabs [1.5 3.2] store 50 50 10 setgrid false {40 160 showgrid} if setpagefonts beige % really a colorizer green? % special directories... << /d82 (http://mapper.acme.com/?ll=32.77367,-109.74205&z=18&t=H&marker0=32.77355,-109.74263,1.9%20mi%20WxNW%20of%20Cactus%20Flat%20AZ&marker1=32.77360,-109.74166,1.9%20mi%20NW%20of%20Cactus%20Flat%20AZ) /d81 (http://mapper.acme.com/?ll=32.74353,-109.73301&z=20&t=H&marker0=32.74353%2C-109.73261%2C1.4%20mi%20SW%20of%20Cactus%20Flat%20AZ&marker1=32.74350%2C-109.73323%2C1.5%20mi%20NW%20of%20Swift%20Trail%20Junction%20AZ) /d80 (http://mapper.acme.com/?ll=32.82043,-109.77134&z=15&t=H&marker0=32.80623,-109.77622,3.1%20mi%20SxSW%20of%20Thatcher%20AZ&marker1=32.82236,-109.77287,2.0%20mi%20SxSW%20of%20Thatcher%20AZ) /d79 (http://mapper.acme.com/?ll=32.82283,-109.76503&z=17&t=H&marker0=32.82141,-109.76650,2.0%20mi%20SxSW%20of%20Thatcher%20AZ&marker1=32.82376,-109.76307,1.8%20mi%20S%20of%20Thatcher%20AZ) /d78 (http://mapper.acme.com/?ll=32.76115,-109.71436&z=15&t=H&marker0=32.75288,-109.72043,0.5%20mi%20SW%20of%20Cactus%20Flat%20AZ&marker1=32.75657,-109.72032,0.3%20mi%20WxSW%20of%20Cactus%20Flat%20AZ&marker2=32.76247,-109.71188,0.3%20mi%20NxNE%20of%20Cactus%20Flat%20AZ) /d77 (http://mapper.acme.com/?ll=32.75830,-109.71661&z=16&t=H&marker0=32.75657,-109.72032,0.3%20mi%20WxSW%20of%20Cactus%20Flat%20AZ&marker1=32.75288,-109.72043,0.5%20mi%20SW%20of%20Cactus%20Flat%20AZ&marker2=32.76247,-109.71188,0.3%20mi%20NxNE%20of%20Cactus%20Flat%20AZ) /d76 (http://mapper.acme.com/?ll=32.84032,-109.91501&z=18&t=H&marker0=32.83987,-109.91578,5.3%20mi%20S%20of%20Graham%20County%20AZ&marker1=32.84067,-109.91407,5.3%20mi%20S%20of%20Graham%20County%20AZ) /d75 (http://mapper.acme.com/?ll=32.77383,-109.78333&z=19&t=H&marker0=32.77325,-109.78377,4.1%20mi%20WxNW%20of%20Cactus%20Flat%20AZ&marker1=32.77428,-109.78270,4.1%20mi%20WxNW%20of%20Cactus%20Flat%20AZ) /d74 (http://mapper.acme.com/?ll=32.58887,-109.96758&z=16&t=H&marker0=32.59825,-109.96483,7.7%20mi%20WxSW%20of%20Pinaleno%20Mountains%20AZ&marker1=32.58887,-109.96758,7.2%20mi%20NxNE%20of%20Sulphur%20Springs%20Valley%20AZ) /d73 (http://mapper.acme.com/?ll=32.55400,-109.76428&z=20&t=H&marker0=32.55407,-109.76414,7.6%20mi%20SE%20of%20Pinaleno%20Mountains%20AZ&marker1=32.55361,-109.76449,unnamed) /d72 (http://mapper.acme.com/?ll=32.81493,-109.96655&z=19&t=H&marker0=32.81536,-109.96618,7.6%20mi%20SxSW%20of%20Graham%20County%20AZ&marker1=32.81428,-109.96678,7.7%20mi%20SxSW%20of%20Graham%20County%20AZ) /d71 (http://mapper.acme.com/?ll=32.94163,-109.93423&z=15&t=H&marker0=32.93523,-109.94128,1.9%20mi%20NW%20of%20Graham%20County%20AZ&marker1=32.94158,-109.92112,1.7%20mi%20N%20of%20Graham%20County%20A) /d70 (http://mapper.acme.com/?ll=32.76809,-109.79259&z=19&t=H&marker0=32.76824,-109.79178,4.5%20mi%20W%20of%20Cactus%20Flat%20AZ&marker1=32.76749,-109.79289,4.6%20mi%20W%20of%20Cactus%20Flat%20AZ) /d69 (http://mapper.acme.com/?ll=32.70686,-109.77762&z=20&t=H&marker0=32.70664,-109.77779,4.1%20mi%20WxSW%20of%20Swift%20Trail%20Junction%20AZ&marker1=32.70693,-109.77729,4.0%20mi%20WxSW%20of%20Swift%20Trail%20Junction%20AZ) /d68 (http://mapper.acme.com/?ll=32.75601,-109.78150&z=16&t=H&marker0=32.75655,-109.77688,3.6%20mi%20W%20of%20Cactus%20Flat%20AZ&marker1=32.75295,-109.78502,unnamed) /d67 (http://mapper.acme.com/?ll=32.83207,-109.92803&z=16&t=H&marker0=32.82953,-109.92950,6.1%20mi%20S%20of%20Graham%20County%20AZ&marker1=32.83442,-109.92704,unnamed) /d66 (http://mapper.acme.com/?ll=32.83207,-109.92803&z=16&t=H&marker0=32.82953,-109.92950,6.1%20mi%20S%20of%20Graham%20County%20AZ&marker1=32.83442,-109.92704,unnamed) /d65 (http://mapper.acme.com/?ll=32.83557,-109.91382&z=17&t=H&marker0=32.83616,-109.91440,5.6%20mi%20S%20of%20Graham%20County%20AZ&marker1=32.83348,-109.91548,5.8%20mi%20S%20of%20Graham%20County%20AZ) /d64 (http://mapper.acme.com/?ll=32.61728,-109.72726&z=18&t=H&marker0=32.61817,-109.72829,5.7%20mi%20SxSW%20of%20Artesia%20AZ&marker1=32.61611,-109.72809,unnamed) /d63 (http://mapper.acme.com/?ll=32.82248,-109.97053&z=15&t=H&marker0=32.82298,-109.96420,N%2032.82299%20W%20109.96420&marker1=32.81202,-109.97330,N%2032.81203%20W%20109.97330) /d62 (http://mapper.acme.com/?ll=32.94644,-109.91013&z=17&t=H&marker0=32.94445,-109.91120,N%2032.94446%20W%20109.9112&marker1=32.94676,-109.91318,N%2032.94677%20W%20109.91317) /d61 (http://mapper.acme.com/?ll=32.78667,-109.74325&z=20&t=H&marker0=32.78651,-109.74354,N%2032.78651%20W%20109.74353) /d60 (http://mapper.acme.com/?ll=32.86938,-109.93592&z=14&t=H&marker0=32.85049,-109.94399,N%2032.85049%20W%20109.94399&marker1=32.87226,-109.92596,N%2032.87226%20W%20109.92596) /d59 (http://mapper.acme.com/?ll=32.77761,-109.95306&z=17&t=H&marker0=32.77470,-109.95410,N%2032.77471%20W%20109.9541&marker1=32.77773,-109.95533,N%2032.77774%20W%20109.95532) /d58 (http://mapper.acme.com/?ll=32.82959,-109.93055&z=14&t=H&marker0=32.81238,-109.94797,7.4%20mi%20SxSW%20of%20Graham%20County%20AZ&marker1=32.83523,-109.92268,5.6%20mi%20S%20of%20Graham%20County%20AZ&marker2=32.82959,-109.93055,6.1%20mi%20S%20of%20Graham%20County%20AZ) /d57 (http://mapper.acme.com/?ll=32.82215,-109.90201&z=16&t=H&marker0=32.81792,-109.90208,N%2032.81793%20W%20109.90207&marker1=32.82478,-109.90004,N%2032.82478%20W%20109.90003) /d56 (http://mapper.acme.com/?ll=32.81347,-109.92301&z=18&t=H&marker0=32.81195,-109.92311,N%2032.81196%20W%20109.92310&marker1=32.81445,-109.92266,N%2032.81445%20W%20109.92266) /d55 (http://mapper.acme.com/?ll=32.83378,-109.91320&z=17&t=H&marker0=32.83100,-109.91454,N%2032.83101%20W%20109.91453%20&marker1=32.83366,-109.91556,N%2032.83366%20W%20109.91555) /d54 (http://mapper.acme.com/?ll=32.82390,-109.91789&z=17&t=H&marker0=32.82076,-109.91836,N%2032.82077%20W%20109.91835%20&marker1=32.82563,-109.91851,N%2032.82564%20W%20109.91851) /d53 (http://mapper.acme.com/?ll=32.81455,-109.91657&z=16&t=H&marker0=32.80849,-109.91813,N%2032.80850%20W%20109.91812&marker1=32.81680,-109.91872,N%2032.81680%20W%20109.91872) /d52 (http://mapper.acme.com/?ll=32.81564,-109.86800&z=15&t=H&marker0=32.80922,-109.87116,N%2032.80923%20W%20109.87115&marker1=32.82100,-109.86675,5.7%20mi%20SxSW%20of%20Pima%20AZ) /d51 (http://mapper.acme.com/?ll=32.80846,-109.86984&z=15&t=H&marker0=32.79770,-109.87297,N%2032.79771%20W%20109.87296&marker1=32.81310,-109.86639,N%2032.81310%20W%20109.86638) /d50 (http://mapper.acme.com/?ll=32.81604,-109.84950&z=20&t=H&marker0=32.81586,-109.84971,9.2%20km%20SxSW%20of%20Pima%20AZ) /d49 (http://mapper.acme.com/?ll=32.81604,-109.84950&z=20&t=H&marker0=32.81586,-109.84971,9.2%20km%20SxSW%20of%20Pima%20AZ) /d48 (http://mapper.acme.com/?ll=32.82037,-109.84530&z=18&t=H&marker0=32.81870,-109.84690,N%2032.81870%20W%20109.84689%20&marker1=32.82055,-109.84459,N%2032.82055%20W%20109.84458) /d47 (http://mapper.acme.com/?ll=32.81730,-109.84479&z=15&t=H&marker0=32.80803,-109.84448,N%2032.80803%20W%20109.84448&marker1=32.81882,-109.84093,N%2032.81882%20W%20109.84093) /d46 (http://mapper.acme.com/?ll=32.83648,-109.81829&z=15&t=H&marker0=32.82764,-109.81954,N%2032.82765%20W%20109.81953&marker1=32.84131,-109.81649,N%2032.84131%20W%20109.81649) /d45 (http://mapper.acme.com/?ll=32.82776,-109.81904&z=20&t=H&marker0=32.82766,-109.81896,N%2032.82766%20W%20109.81896) /d44 (http://mapper.acme.com/?ll=32.82781,-109.81948&z=20&t=H&marker0=32.82764,-109.81954,N%2032.82765%20W%20109.81953) /d43 (http://mapper.acme.com/?ll=32.80263,-109.78092&z=17&t=H&marker0=32.79955,-109.78348,N%2032.79956%20W%20109.78347&marker1=32.80263,-109.78092,N%2032.80264%20W%20109.78091) /d42 (http://mapper.acme.com/?ll=32.83065,-109.84710&z=13&t=H&marker0=32.79152,-109.85371,N%2032.79153%20W%20109.8537&marker1=32.84796,-109.81105,N%2032.84796%20W%20109.81105) /d41 (http://mapper.acme.com/?ll=32.79091,-109.85438&z=19&t=H&marker0=32.79015,-109.85478,N%2032.79016%20W%20109.85478&marker1=32.79140,-109.85389,NN%2032.79140%20W%20109.85388) /d40 (http://mapper.acme.com/?ll=32.83579,-109.79818&z=20&t=H&marker0=32.83567,-109.79797,N%2032.83567%20W%20109.79796&marker1=32.83560,-109.79842,N%2032.83560%20W%20109.79841) /d39 (http://mapper.acme.com/?ll=32.83330,-109.79383&z=19&t=H&marker0=32.83324,-109.79383,3.7%20km%20WxSW%20of%20Thatcher%20AZ) /d38 (http://mapper.acme.com/?ll=32.82531,-109.81709&z=13&t=H&marker0=32.83252,-109.80507,N%2032.83253%20W%20109.80507&marker1=32.78237,-109.83541,N%2032.78237%20W%20109.83540) /d37 (http://mapper.acme.com/?ll=32.78473,-109.79835&z=14&t=H&marker0=32.79930,-109.79028,N%2032.79930%20W%20109.79027&marker1=32.75997,-109.81148,N%2032.75997%20W%20109.81147) /d36 (http://mapper.acme.com/?ll=32.80263,-109.78092&z=17&t=H&marker0=32.79955,-109.78348,N%2032.79956%20W%20109.78347&marker1=32.80263,-109.78092,N%2032.80264%20W%20109.78091) /d35 (http://mapper.acme.com/?ll=32.79999,-109.77973&z=17&t=H&marker0=32.79811,-109.78287,N%2032.79811%20W%20109.78286&marker1=32.79895,-109.77587,N%2032.79895%20W%20109.77587) /d34 (http://mapper.acme.com/?ll=32.77842,-109.78685&z=19&t=H&marker0=32.77763,-109.78729,N%2032.77763%20W%20109.78729&marker1=32.77830,-109.78694,N%2032.77831%20W%20109.78694) /d33 (http://mapper.acme.com/?ll=32.78106,-109.77693&z=19&t=H&marker0=32.78118,-109.77772,N%2032.78118%20W%20109.77771&marker1=32.78063,-109.77607,N%2032.78064%20W%20109.77607) /d32 (http://mapper.acme.com/?ll=32.77163,-109.79248&z=16&t=H&marker0=32.76633,-109.79370,N%2032.76634%20W%20109.7937&marker1=32.77184,-109.78716,N%2032.77185%20W%20109.78715) /d31 (http://mapper.acme.com/?ll=32.75940,-109.81367&z=18&t=H&marker0=32.75987,-109.81164,N%2032.75987%20W%20109.81163&marker1=32.75771,-109.81511,N%2032.75771%20W%20109.81511) /d30 (http://mapper.acme.com/?ll=32.76012,-109.81154&z=19&t=H&marker0=32.75995,-109.81149,N%2032.75995%20W%20109.81148) /d29 (http://mapper.acme.com/?ll=32.76012,-109.81154&z=19&t=H&marker0=32.75995,-109.81149,N%2032.75995%20W%20109.81148) /d28 (http://mapper.acme.com/?ll=32.74555,-109.83861&z=18&t=H&marker0=32.74427,-109.83919,N%2032.74427%20W%20109.83918%20&marker1=32.74558,-109.84034,N%2032.74558%20W%20109.84033) /d27 (http://mapper.acme.com/?ll=32.78958,-109.75966&z=20&t=H&marker0=32.78955,-109.75972,N%2032.78956%20W%20109.75971) /d26 (http://mapper.acme.com/?ll=32.79689,-109.75485&z=19&t=H&marker0=32.79689,-109.75485,N%2032.79690%20W%20109.75485) /d25 (http://mapper.acme.com/?ll=32.77872,-109.76471&z=17&t=H&marker0=32.77872,-109.76471,N%2032.77872%20W%20109.7647) /d24 (http://mapper.acme.com/?ll=32.78490,-109.74642&z=20&t=H&marker0=32.78490,-109.74642,N%2032.78491%20W%20109.74642) /d23 (http://mapper.acme.com/?ll=32.79439,-109.75730&z=14&t=H&marker0=32.78742%2C-109.76598%2C3.6%20mi%20NW%20of%20Cactus%20Flat%20AZ&marker1=32.80030%2C-109.75078%2Cunnamed ) /d22 (http://mapper.acme.com/?ll=32.78490,-109.74642&z=20&t=H&marker0=32.78490,-109.74642,N%2032.78491%20W%20109.74642) /d21 (http://mapper.acme.com/?ll=32.76205,-109.79745&z=14&t=H&marker0=32.73735,-109.81292,N%2032.73735%20W%20109.81291&marker1=32.76277,-109.77393,N%2032.76277%20W%20109.77392) /d20 ( ) /d19 ( ) /d18 (http://mapper.acme.com/?ll=32.76738,-109.73803&z=17&t=H&marker0=32.76738,-109.73803,N%2032.76739%20W%20109.73803&marker1=32.76465,-109.73400,N%2032.76465%20W%20109.73400) /d17 (http://mapper.acme.com/?ll=32.76718,-109.74045&z=16&t=H&marker0=32.76225,-109.74374,%20n%2032.76226%20W%20109.74374&marker1=32.76738,-109.73803,N%2032.76739%20W%20109.73803) /d16 (http://mapper.acme.com/?ll=32.76346,-109.73356&z=17&t=H&marker0=32.76068,-109.73500,N%2032.76068%20W%20109.73500%20&marker1=32.76472,-109.73426,N%2032.76472%20W%20109.73426&marker2=32.76151,-109.73333,1.8%20km%20WxNW%20of%20Cactus%20Flat%20AZ&marker3=32.76273,-109.73256,unnamed&marker4=32.76346,-109.73356,1.8%20km%20WxNW%20of%20Cactus%20Flat%20AZ) /d15 (http://mapper.acme.com/?ll=32.79424,-109.72777&z=18&t=H&marker0=32.79267,-109.72830,N%2032.79267%20W%20109.72830&marker1=32.79450,-109.72781,4.2%20km%20NxNW%20of%20Cactus%20Flat%20AZ) /d14 (http://mapper.acme.com/?ll=32.77014,-109.72924&z=15&t=H&marker0=32.75753,-109.73294,N%2032.75754%20W%20109.73294&marker1=32.77476,-109.72752,N%2032.77477%20W%20109.72751) /d13 (http://mapper.acme.com/?ll=32.74723,-109.74761&z=14&t=H&marker0=32.72290,-109.76052,N%2032.72290%20W%20109.76052&marker1=32.74448,-109.73392,N%2032.74449%20W%20109.73391) /d12 (http://mapper.acme.com/?ll=32.75826,-109.72431&z=15&t=H&marker0=32.75567,-109.70886,N%2032.75567%20W%20109.70885&marker1=32.74613,-109.74165,2.8%20km%20WxSW%20of%20Cactus%20Flat%20AZ) /d11 (http://mapper.acme.com/?ll=32.74641,-109.73570&z=15&t=H&marker0=32.73712,-109.74229,N%2032.73712%20W%20109.74229&marker1=32.74455,-109.72997,N%2032.74456%20W%20109.72996) /d10 (http://mapper.acme.com/?ll=32.74641,-109.73570&z=15&t=H&marker0=32.73712,-109.74229,N%2032.73712%20W%20109.74229&marker1=32.74455,-109.72997,N%2032.74456%20W%20109.72996) /d09 (http://mapper.acme.com/?ll=32.73583,-109.75600&z=15&t=H&marker0=32.72410,-109.76240,N%2032.72410%20W%20109.76239&marker1=32.74112,-109.74677,N%2032.74113%20W%20109.74677) /d08 (http://mapper.acme.com/?ll=32.72384,-109.76247&z=20&t=H&marker0=33.70122,-96.97845,32.72356%20W%20109.76257&marker1=32.72356,-109.76258,n%2032.72356%20W%20109.76257&marker2=32.72410,-109.76235,N%2032.72411%20W%20109.76235) /d07 (http://mapper.acme.com/?ll=32.71297,-109.76885&z=17&t=H&marker0=32.71096,-109.77108,N%2032.71096%20W%20109.77108&marker1=32.71326,-109.76696,N%2032.71327%20W%20109.76696) /d06 (http://mapper.acme.com/?ll=32.72672,-109.77093&z=14&t=H&marker0=32.70627,-109.77702,N%2032.70628%20W%20109.77702&marker1=32.73322,-109.76149,N%2032.73322%20W%20109.76149) /d05 (http://mapper.acme.com/?ll=32.70949,-109.77824&z=17&t=H&marker0=32.70647,-109.77933,N%2032.70648%20W%20109.77932&marker1=32.70929,-109.77710,N%2032.70930%20W%20109.77709) /d04 (http://mapper.acme.com/?ll=32.67730,-109.77539&z=19&t=H&marker0=32.67670,-109.77610,N%2032.67671%20W%20109.7761&marker1=32.67736,-109.77472,N%2032.67736%20W%20109.77472) /d03 (http://mapper.acme.com/?ll=32.69515,-109.74741&z=15&t=H&marker0=32.68453,-109.76210,N%2032.68454%20W%20109.76209&marker1=32.69197,-109.72801,N%2032.69198%20W%20109.72801) /d02 (http://mapper.acme.com/?ll=32.69578,-109.74081&z=14&t=H&marker0=32.68466,-109.76161,N%2032.68467%20W%20109.76160&marker1=32.68914,-109.72107,N%2032.68914%20W%20109.72106) /d01 (http://mapper.acme.com/?ll=32.64318,-109.74248&z=18&t=H&marker0=32.64150,-109.74348,N%2032.64151%20W%20109.74348&marker1=32.64385,-109.74219,N%2032.64386%20W%20109.74218348) /allen0 (https://www.tinaja.com/canal/images//allen0.jpg) /allen1 (https://www.tinaja.com/canal/images//allen1.jpg) /artes1a (http://mapper.acme.com/?ll=32.75291,-109.72005&z=20&t=H) /artes1b (https://www.tinaja.com/canal/images/artes1b.jpg) /artes1c (https://www.tinaja.com/canal/images/artes1c.jpg) /band2 (https://www.tinaja.com/canal/images/band2.jpg) /band3 (https://www.tinaja.com/canal/images/band3.jpg) /band4 (https://www.tinaja.com/canal/images/band4.jpg) /band5 (http://mapper.acme.com/?ll=32.93521,-109.94132&z=18&t=H&marker0=32.93521%2C-109.94132%2C1.9%20mi%20NW%20of%20Graham%20County%20AZ) /deadman3 (https://www.tinaja.com/canal/images/deadman3.jpg) /deadman4 (https://www.tinaja.com/canal/images/deadman4.jpg) /deadman5 (http://mapper.acme.com/?ll=32.83207,-109.92803&z=16&t=H&marker0=32.82953,-109.92950,6.1%20mi%20S%20of%20Graham%20County%20AZ&marker1=32.83442,-109.92704,unnamed) /bestgrid (https://www.tinaja.com/images/bestgrid.jpg) /culebra1 (https://www.tinaja.com/canal/images/culebra1.jpg) /deadman3x (http://mapper.acme.com/?ll=32.76073,-109.78137&z=20&t=H&marker0=32.76073,-109.78137,3.9%20mi%20W%20of%20Cactus%20Flat%20AZ) /deadman4x (http://mapper.acme.com/?ll=32.75438,-109.78186&z=20&t=H&marker0=32.75434,-109.78194,3.9%20mi%20W%20of%20Cactus%20Flat%20AZ) /deadman5x (https://www.tinaja.com/canal/images/deadman5.jpg) /freeman1 (https://www.tinaja.com/canal/images//freeman1.jpg) /freeman2 (https://www.tinaja.com/canal/images//freeman2.jpg) /freeman3 (https://www.tinaja.com/canal/images//freeman3.jpg) /freeman4 (https://www.tinaja.com/canal/images//freeman4.jpg) /freeman6 (https://www.tinaja.com/canal/images//freeman6.jpg) /freeman7 (https://www.tinaja.com/canal/images//freeman7.jpg) /freeman8 (https://www.tinaja.com/canal/images//freeman8.jpg) /freeman9 (https://www.tinaja.com/canal/images//freeman9.jpg) /frye100 (https://www.tinaja.com/canal/images/frye100.jpg) /frye101 (https://www.tinaja.com/canal/images/frye101.jpg) /frye106 (https://www.tinaja.com/canal/images/frye160.jpg) /frye108 (https://www.tinaja.com/canal/images/frye108.jpg) /frye_lead200 (https://www.tinaja.com/canal/images/frye_lead200.jpg) /goat4 (https://www.tinaja.com/canal/images/goat4.jpg) /goat5 (https://www.tinaja.com/canal/images/goat5.jpg) /golf1map (https://www.tinaja.com/canal/images/golf1_map.jpg) /gc1 (https://www.tinaja.com/canal/images/gc1.jpg) /gc2 (https://www.tinaja.com/canal/images/gc2.jpg) /golf3 (https://www.tinaja.com/canal/images/golf3.jpg) /hangcan1 (https://www.tinaja.com/canal/images/hangcan1.jpg) /mary2 (https://www.tinaja.com/canal/images/mary2.jpg) /henry1 (https://www.tinaja.com/canal/images/henry1.jpg) /henry9 (https://www.tinaja.com/canal/images/henry9.jpg) /jern1 (https://www.tinaja.com/canal/images/jern1.jpg) /lebanon_route3 (https://www.tinaja.com/images/lebanon_route3.jpg) /lefthand (https://www.tinaja.com/glib/lefthand.pdf) /minor1 (https://www.tinaja.com/canal/images/minor1.jpg) /minor2 (https://www.tinaja.com/canal/images/minor2.jpg) /mud1 (https://www.tinaja.com/canal/images/mud1.jpg) /mud2 (https://www.tinaja.com/canal/images/mud2.jpg) /mud4 (https://www.tinaja.com/canal/images/mud4.jpg) /mudwatershedx (http://mapper.acme.com/?ll=32.79159,-109.85379&z=15&t=T&marker0=32.79159%2C-109.85379%2C6.3%20mi%20N%20of%20Mount%20Graham%20AZ) /reay1 (https://www.tinaja.com/canal/images/reay1.jpg) /reay3 (https://www.tinaja.com/canal/images/reay3.jpg) /reay5 (https://www.tinaja.com/canal/images/reay5.jpg) /rinc1 (https://www.tinaja.com/canal/images/rinc1.jpg) /rinc2 (https://www.tinaja.com/canal/images/rinc2.jpg) /rob1 (https://www.tinaja.com/canal/images/rob1.jpg) /rob2 (https://www.tinaja.com/canal/images/rob2.jpg) /rob3 (https://www.tinaja.com/canal/images/rob3.jpg) /sand4 (https://www.tinaja.com/canal/images/sand4.jpg) /sand6 (https://www.tinaja.com/canal/images/sand6.jpg) /sand8 (https://www.tinaja.com/canal/images/sand8.jpg) /sand19 (https://www.tinaja.com/canal/images/sand19.jpg) /sand30 (https://www.tinaja.com/canal/images/sand30.jpg) /sand40 (https://www.tinaja.com/canal/images/sand40.jpg) /sand41 (http://mapper.acme.com/?ll=32.81317,-109.94708&z=18&t=H&marker0=32.81237%2C-109.94797%2C32.81238%20-109.94797) /smith1 (https://www.tinaja.com/canal/images/smith1.jpg) /smith2 (https://www.tinaja.com/canal/images/smith2.jpg) /smith3 (https://www.tinaja.com/canal/images/smith3.jpg) /smith4 (https://www.tinaja.com/canal/images/smith4.jpg) /smith5 (https://www.tinaja.com/canal/images/smith5.jpg) /tranq1 (https://www.tinaja.com/canal/images/tranq1.jpg) /tranq2 (https://www.tinaja.com/canal/images/tranq2.jpg) /troll1 (https://www.tinaja.com/canal/images/troll1.jpg) /tugood1 (https://www.tinaja.com/canal/images//tugood1.jpg) /tugood2 (https://www.tinaja.com/canal/images//tugood2.jpg) /ufooff (https://www.tinaja.com/images/ufoff.jpg) /veech4 (https://www.tinaja.com/canal/images/veech4.jpg) /veech5 (https://www.tinaja.com/canal/images/veech5.jpg) /tropicalstormoctave (https://en.wikipedia.org/wiki/Tropical_Storm_Octave_(1983)) /allendam (https://www.tinaja.com/glib/allendam.pdf) %%%%% some field notes were early fn1 rather than 1fn % /allenfn1 (https://www.tinaja.com/canal/field_notes/allenfn1.pdf) %/deadmanfn1 (https://www.tinaja.com/canal/field_notes/deadmanfn1.pdf) %/jerniganfn1 (https://www.tinaja.com/canal/field_notes/jerniganfn1.pdf) %/lowerfryeconstructfn1 %% needs psl only fix % (https://www.tinaja.com/canal/field_notes/lowerfryeconstructfn1.pdf) %/longviewfn1 (https://www.tinaja.com/canal/field_notes/longviewfn1.pdf) % /minorditch1fn1 (https://www.tinaja.com/canal/field_notes/minorditch1fn.pdf) % /mudspringsfn1 (https://www.tinaja.com/canal/field_notes/mudspringsfn1.pdf) %/robinsonfn1 (https://www.tinaja.com/canal/field_notes/robinsonfn1.pdf) % /sandcanfn1 (https://www.tinaja.com/canal/field_notes/sandcan1fn.pdf) % /smithcanfn1 (https://www.tinaja.com/canal/field_notes/smithcan1fn.pdf) % /tbpondingfn1 (https://www.tinaja.com/canal/field_notes/tbpondingfn1.pdf) /wikican (https://en.wikipedia.org/wiki/Arizona_bajada_canals) /researchgate (https://www.researchgate.net/home) /wesrch (https://www.wesrch.com/) %%% probably not yet written ---- %%% /discovery1fn (http://www.tinaja.com/canal/field_notes/discovery1fn.pdf) % no 1fn or fn1 http %%% /ledfordfn1 (http://www.tinaja.com/canal/field_notes/ledfordfn1.pdf) % no 1fn or fn1 http %%% /marijildafn1 (http://www.tinaja.com/canal/field_notes/marijildafn1.pdf) % no 1fn or fn1 http %%% /roperfn1 (http://www.tinaja.com/canal/field_notes/roperfn1.pdf) % no 1fn or fn1 http %%% /tbwestfn1 (http://www.tinaja.com/canal/field_notes/tbwestfn1.pdf) % no 1fn or fn1 http %%% /bluepondsfn1 (http://www.tinaja.com/canal/field_notes/bluepondsfn1.pdf) % no 1fn or fn1 http %%% /hsfn1 (http://www.tinaja.com/canal/field_notes/hsfn1.pdf) % no 1fn or fn1 http %%% /tbeastfn1 (http://www.tinaja.com/canal/field_notes/tbeastfn1.pdf) % no 1fn or fn1 http %%% reverified with added psl /allen1fn (https://www.tinaja.com/canal/field_notes/allen1fn.pdf) % checked 40 38 /allen1fnps (https://www.tinaja.com/canal/field_notes/allen1fn.psl) % 40 38 & psl /bearspcn1fn (http://www.tinaja.com/canal/field_notes/bearspcn1fn.pdf) % checked /bearspcn1fnps (http://www.tinaja.com/canal/field_notes/bearspcn1fn.psl) % 60 & psl /cluffnwcan1fn (http://www.tinaja.com/canal/field_notes/cluffnwcan1fn.pdf) % checked /cluffnwcan1fnps(http://www.tinaja.com/canal/field_notes/cluffnwcan1fn.psl) % 50 & psl /deadman1fn (https://www.tinaja.com/canal/field_notes/deadman1fn.pdf) % checked /deadman1fnps (https://www.tinaja.com/canal/field_notes/deadman1fn.psl) % 68 21 & psl /freemancan1fn (https://www.tinaja.com/canal/field_notes/freemancan1fn.pdf) % chacked /freemancan1fnps (https://www.tinaja.com/canal/field_notes/freemancan1fn.psl) % 23 & psl /fryecomplex1fn (https://www.tinaja.com/canal/field_notes/fryecomplex1fn.pdf) % checked /fryecomplex1fnps (https://www.tinaja.com/canal/field_notes/fryecomplex1fn.psl) % 29 30 & psl /golf1fn (http://www.tinaja.com/canal/field_notes/golf1fn.pdf) % checked /golf1fnps (http://www.tinaja.com/canal/field_notes/golf1fn.psl) % 35 & psl /henry1fn (https://www.tinaja.com/canal/field_notes/henry1fn.pdf) % checked /henry1fnps (https://www.tinaja.com/canal/field_notes/henry1fn.psl) % 11 & psl /jernigan1fn (https://www.tinaja.com/canal/field_notes/jernigan1fn.pdf) % checked /jernigan1fnps (https://www.tinaja.com/canal/field_notes/jernigan1fn.psl) % 46 & psl /lefthcan1fn (http://www.tinaja.com/canal/field_notes/lefthcan1fn.pdf) % checked /lefthcan1fnps (http://www.tinaja.com/canal/field_notes/lefthcan1fn.psl) % 54 & psl /longview1fn (https://www.tinaja.com/canal/field_notes/longview1fn.pdf) % checked /longview1fnps (https://www.tinaja.com/canal/field_notes/longview1fn.psl) % 27 & psl /lowerfryeconstruct1fn (https://www.tinaja.com/canal/field_notes/lowerfryeconstruct1fn.pdf) % checked /lowerfryeconstruct1fnps (https://www.tinaja.com/canal/field_notes/lowerfryeconstruct1fn.psl) % 70 & psl % (https://www.tinaja.com/canal/field_notes/lowerfry.psl) % old temporary repair! /minorditch1fn (https://www.tinaja.com/canal/field_notes/minorditch1fn.pdf) % checked /minorditch1fnps (https://www.tinaja.com/canal/field_notes/minorditch1fn.psl) % 51 & psl /mudsprings1fn (https://www.tinaja.com/canal/field_notes/mudsprings1fn.pdf) % checked /mudsprings1fnps (https://www.tinaja.com/canal/field_notes/mudsprings1fn.psl) % 42 /riggsmesa1fn (http://www.tinaja.com/canal/field_notes/riggsmesa1fn.pdf) % checked /riggsmesa1fnps (http://www.tinaja.com/canal/field_notes/riggsmesa1fn.psl) % 34 & psl /robinson1fn (https://www.tinaja.com/canal/field_notes/robinson1fn.pdf) % checked /robinson1fnps (https://www.tinaja.com/canal/field_notes/robinson1fn.psl) % 37 & psl /sandcan1fn (https://www.tinaja.com/canal/field_notes/sandcan1fn.pdf) % checked 3x /sandcan1fnps (https://www.tinaja.com/canal/field_notes/sandcan1fn.psl) % 67 66 58 & psl /smithcan1fn (https://www.tinaja.com/canal/field_notes/smithcan1fn.pdf) % checked /smithcan1fnps (https://www.tinaja.com/canal/field_notes/smithcan1fn.psl) % 48 & psl /tbponding1fn (https://www.tinaja.com/canal/field_notes/tbponding1fn.pdf) % checked /tbponding1fnps (https://www.tinaja.com/canal/field_notes/tbponding1fn.psl) % 18 & /tranquility1fn (https://www.tinaja.com/canal/field_notes/tranquility1fn.pdf) % checked /tranquility1fnps (https://www.tinaja.com/canal/field_notes/tranquility1fn.psl) % 14 & psl /tugood1fn (https://www.tinaja.com/canal/field_notes/tugoodcan1fn.pdf) % checked /tugood1fnps (https://www.tinaja.com/canal/field_notes/tugoodcan1fn.psl) % 52 & psl WRONG PSL FILE?? /veechcan1fn (http://www.tinaja.com/canal/field_notes/veechcan1fn.pdf) % checked /veechcan1fnps (http://www.tinaja.com/canal/field_notes/veechcan1fn.psl) % 1 & psl >> {mark exch /eurl cvx ] cvx def} forall /tabs [ 8 11] store /x {/xpos 6 store beige 0.35 setgray font3 } store /y {font1 /xpos 8 store to } store /z {tx black font1 } store 20 48.3 0.7 add % 1 sub (|/to |0Some |jTugood |jCanal)cc 20 46.3 0.7 add % 1 sub (|/to |0Preliminary |jField Notes) cc black font1 textleft 44.3 (|/to |6Don Lancaster|/tx |1and |/to |6James A. Neely|1|/tx Synergetics, Box 809, Thatcher, AZ 85552 copyright c2017 repub 11/17 All rights reserved |/surl |6http://www.tinaja.com|/tinaja |/surl don@tinaja.com|1|/maildon and |6|/surl neelyja@utexas.edu|1|/mailneely |/to (928) 428-4073|/tx |1and |/to (575) 686-0098 |/to |0P|/tx |kortions of the Tugood Canal are exceptionally well preserved and potentially range from |/to N 32.79651 W 109.87776|/tx to |/to N 32.79651 W 109.87776|/tx with presently explored portions in the |/to N 32.80908 W 109.87122|/tx to |/to N 32.81715 W 109.86763|/tx range. Likely distance is five kilometers or more with elevations ranging from 3540 down to 3280 feet\274) cl /imageurl (http://mapper.acme.com/?ll=32.80914,-109.87128&z=15&t=H&marker0=32.80908%2C-109.87122%2C11.4%20km%20WxSW%20of%20Thatcher%20AZ&marker1=32.81222%2C-109.87053%2C10.2%20km%20SxSW%20of%20Pima%20AZ&marker2=32.81434%2C-109.86932%2C9.9%20km%20SxSW%20of%20Pima%20AZ&marker3=32.81715%2C-109.86763%2C9.6%20km%20SxSW%20of%20Pima%20AZ&marker4=32.81987%2C-109.86670%2C9.3%20km%20SxSW%20of%20Pima%20AZ&marker5=32.81805%2C-109.86694%2C9.5%20km%20SxSW%20of%20Pima%20AZ&marker6=32.81162%2C-109.87075%2C10.3%20km%20SxSW%20of%20Pima%20AZ&marker7=32.80267%2C-109.87311%2C11.3%20km%20SxSW%20of%20Pima%20AZ&marker8=32.80169%2C-109.87352%2C11.1%20km%20N%20of%20Mount%20Graham%20AZ&marker9=32.80101%2C-109.87374%2C11.1%20km%20N%20of%20Mount%20Graham%20AZ&marker10=32.80006%2C-109.87454%2C11.0%20km%20N%20of%20Mount%20Graham%20AZ&marker11=32.79884%2C-109.87523%2C10.8%20km%20N%20of%20Mount%20Graham%20AZ&marker12=32.79651%2C-109.87776%2C10.6%20km%20N%20of%20Mount%20Graham%20AZ) store % goto remote image /imagelocalsource imagelocaldirectory (tugood_map.jpg) mergestr store % comes from local file gsave 8.3 5.7 % page translate ( data for jpegimageprocwithlink ) 859 864 % hpixels and vpixels 0.1 0.28 mul % photoscale imagelocalsource % local jpg source imageurl % image url on clickthru jpegimageprocwithlink grestore 3 5 ( The Tugood canal is reasonably but seldom visited, being non-obvious and on the far side of both private and state land postings. The terrain is quite flat in light brush. The construction is typically minimum energy with no hanging or deep portions yet known. Size approximates 120 CM wide. |h ) cl addpagenav clickforkml startnewpage 3 53 ( There is no known historic rework except for very minor |/surl |6CCC|/ccc |1 incursions. The destination appears to coincide with a tank at |/to 32.82113 -109.86656|/tx . |h The takein point is presumed to be near the junction of Shingle Mill Canyon and Merrill Wash and may be associated with or below the Minor Webster Ditch takein, possibly at |/to N 32.79651 W 109.87776|/tx . |h This area is in exceptionally heavy brush and may have sustained significant damage from the 1983 |/surl |6tropical storm Octave|/tropicalstormoctave |1. Several visits to the area have proven singularly uninformative. |h The |/surl |6McEniry|/mceniry |1 road routing does appear to have completely covered the canal from |/to N 32.80282 W 109.87305|/tx to |/to N 32.80901 W 109.87123|/tx . Areas from |/to N 32.79884 |/to W 109.87523|/tx to |/to N 32.80267 W 109.87311|/tx , while suggestive on |/surl |6Acme Mapper|/acme |1 have not yet been explored or verified. |h |/to The lack of significant area development and present state of much of this |/to canal is exceptional, making it a reasonable candidate for preservation or even |/to full restoration.|/tx It would also seem eminetly suitable for a student field camp. Especially in association with the adjacent Minor Webster Ditch. Some observed features of the Tugood Canal destination include\274 |h |/to N 32.81305 W 109.87026|/tx Usual starting point for previous research |h |/to N 32.81799 W 109.86698|/tx Present northern limit of study ares. |h |/to N 32.81650 W 109.86828|/tx Present southern limit of study area. |h |/to N 32.80921 W 109.87119|/tx Northern limit of road obliteration. |h |/to N 32.80366 W 109.87308|/tx Southern limit of road obliteration. |h |/to N 32.80366 W 109.87308|/tx Northern Acme Mapper suggested limit. |h |/to N 32.79911 W 109.87506|/tx Southern Acme Mapper suggested limit. |h |/to N 32.79666 W 109.87772|/tx Possible unverified takein location. |h |/to N 32.79774 W 109.87303|/tx Northern historical limit of Webster canal. |h |/to N 32.81305 W 109.86639|/tx Close by location of unmodified Webster canal. |h |/to N 32.82114 W -109.86667|/tx Modern tank seems to form apparent destination. ) cl addpagenav clickforkml startnewpage 3 52 ( Further Tugood Canal work might include\274 |/to 1 \320|/tx Continue northerly exploration from initial portion. |h |/to 2 \320|/tx Continue southerly exploration from initial portion. |h |/to 3 \320|/tx Find and evaluate the destination fields. |h |/to 4 \320|/tx Droning, videotaping, and more photos of the known explored portion. |h |/to 5 \320|/tx Explore and verify the southerly extension suggested by |/surl |6Acme Mapper|/acme |1. |h |/to 6 \320|/tx Attempt to find the takein location. |h |/to 7 \320|/tx Resolve whether Tugood and Minor Webster share a common takein. |h |/to 8 \320|/tx Get cultural interpretation from other archaeologists. |h |/to 9 \320|/tx Seek input from local landowners and clan historians. |h |/to 10 \320|/tx Evaluate suitability for field camp, restoration, or preservation. ) cl addpagenav clickforkml startnewpage %%%%%%%%%%%%%%% TUGOOD1 TUGOOD2A Photos%%%%%%%%%%% % top image /imageurl imageremotedirectory (tugood1.jpg) mergestr store % goto remote image /imagelocalsource imagelocaldirectory (tugood1.jpg) mergestr store % comes from local file 5 30(|/to |9|9TUGOOD1 \261 |/tx Preliminary discovery area of the Tugood Canal. Projected length of this exceptionally well preserved and historically unmodified canal is over five kilometers long. The view is to the south from |/to N 32.81657 W 109.86832|/tx . ) cl 11 32 % page translate ( data for jpegimageprocwithlink ) 999 713 % hpixels and vpixels 0.1 0.25 mul % photoscale imagelocalsource % local jpg source imageurl % image url on clickthru jpegimageprocwithlink % bot image /imageurl imageremotedirectory (/tugood2a.jpg) mergestr store % goto remote image /imagelocalsource imagelocaldirectory (tugood2a.jpg) mergestr store % comes from local file 5 3.5 (|/to |9TUGOOD2a \261 |/tx A second Tugood Canal view seen from the initial discovery area. Portions are somewhat over a meter wide. Flat terrain in light brush permitted low energy constructs with no hanging portions or deep cuts yet known. The view is to the north near |/to N 32.81812 W 109.86716|/tx . ) cl 11 6 % page translate ( data for jpegimageprocwithlink ) 996 786 % hpixels and vpixels 0.1 0.25 mul % photoscale imagelocalsource % local jpg source imageurl % image url on clickthru jpegimageprocwithlink addpagenav clickforkml startnewpage addpagenav clickforkml startnewpage % EOF