%! % Deadman Canal Field Notes with topo % ============================================================== % 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 %%%%%%%%% << /canallist (http://www.tinaja.com/canal/field_notes/canal_list2e.pdf) /canallistps (http://www.tinaja.com/canal/field_notes/canal_list2e.psl) /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/slowerfryeconstructfn1.pdf) /deadman1fn (http://www.tinaja.com/canal/field_notes/deadman1fn.pdf) /deadman1fnps (http://www.tinaja.com/canal/field_notes/deadman1fn.psl) /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) /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 (Deadman Canal Log) 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 /yinc 1.4 store /tabs [5.5] 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.4 sub title cc 1 2 3 4 black font3 4 vsize titsize sub 1.6 sub body cl boxsnap restore } store % some upper urls may no longer be current << /allencanal1fn (https://www.tinaja.com/canal/field_notes/allen1fn.pdf) /allencanal1fnps (https://www.tinaja.com/canal/field_notes/allen1fn.psl) /artesia1fn (https://www.tinaja.com/canal/field_notes/artesia1fn.pdf) /artesia1fnps (https://www.tinaja.com/canal/field_notes/artesia1fn.psl) /artesia2fn (https://www.tinaja.com/canal/field_notes/artesia1fn.pdf) /artesia2fnps (https://www.tinaja.com/canal/field_notes/artesia1fn.psl) /bearspcn1fn (https://www.tinaja.com/canal/field_notes/bearspcn1fn.pdf) /bearspcn1fnps (https://www.tinaja.com/canal/field_notes/bearspcn1fn.psl) /deadman1fn (https://www.tinaja.com/canal/field_notes/deadman1fn.pdf) /deadman1fnps (https://www.tinaja.com/canal/field_notes/deadman1fn.psl) /fryecomplex1fn (https://www.tinaja.com/canal/field_notes//fryecomplex1fn.pdf) /fryecomplex1fnps (https://www.tinaja.com/canal/field_notes//fryecomplex1fn.psl) /sandcan1fn (https://www.tinaja.com/canal/field_notes/sandcan1fn.pdf) /sandcan1fnps (https://www.tinaja.com/canal/field_notes/sandcan1fn.psl) /goat1fn (https://www.tinaja.com/canal/field_notes/goat1fn.pdf) /marijilda1fn (https://www.tinaja.com/canal/field_notes/marijilda1fn.pdf) /roper1fn (https://www.tinaja.com/canal/field_notes/roper1fn.pdf) /robinson1fn (https://www.tinaja.com/canal/field_notes/robinson1fn.pdf) /ledford1fn (https://www.tinaja.com/canal/field_notes/ledford1fn.pdf) /arta1fn (https://www.tinaja.com/canal/field_notes/artesia1fn.pdf) /artb1fn (https://www.tinaja.com/canal/field_notes/artesib1fn.pdf) /glotz (https://www.tinaja.com/canal/field_notes/roper1fn.pdf) /glotzb (https://www.tinaja.com/canal/field_notes/roper1fn.pdf) /artesian (https://en.wikipedia.org/wiki/Artesian) /oldmap (http://nationalmap.gov/historical/) /gradeall (http://www.gradall.com/) >> {mark exch /eurl cvx ] cvx def} forall %%%%%%%%%%%%%% % title page %%%%%%%%%%%%% /tabs [1.5 3.2] store 50 50 10 setgrid false {40 160 showgrid} if setpagefonts 12.5 21.7 0.2 add 11 17 0.5 2.3 (STILL |kFLOWING |kBAJADA |kCANALS) (|/surl |6Artesia#1|/artesia1fn |t|/surl |6Artesia#2|/artesia1fn |/surl |6Bear Flat?|/bearspcn1fn |t|/surl |6Bigler|/bearspcn1fn |/surl |6Deadman|/deadman1fn |t|/surl |6Goat|/goat1fn |/surl |6Ledford|/ledford1fn |t|/surl |6Marijilda|/marijilda1fn |/surl |6Roper Lake?|/roper1fn ) notebox beige % really a colorizer green? 20 48.3 0.7 add 0.5 add % 1 sub (|/to |0Deadman |jBajada |jHanging |jCanal)cc 20 46.3 0.7 add 0.5 add % 1 sub (|/to |0Preliminary |jField |jNotes) cc black font1 textleft 44.3 0.5 add (|/to |6Don Lancaster|/tx |1and |/to |6James A. Neely|1|/tx Synergetics, Box 809, Thatcher, AZ 85552 copyright c2017 pub 10/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 |0T|/tx |khe canal system in Deadman Canyon is a curious mix of apparently |/surl |6prehistoric|/tinsamp1 |/surl |6channel|/tinsamp1 |1 originals which still flow to this day that were combined with major yet partially abandoned historic rework\274 |h Routing begins with a single concrete takein from perennial Deadman Creek that is found at |/to 32.73883 |/to -109.81156|/tx , climbs "up" over a buried pipeline replaced initial hanging segment presumed immediately east of the Deadman 4WD track at |/to 32.74242 -109.80886|/tx to a mesa top historic distribution box that can be found at |/to 2.74447 -109.80736|/tx . At this point, the water was historically diverted down to Frye Creek via a presently broken and non functioning transite pipe system. |h The original and presumed hanging portion of the Deadman Canal has likely been obliterated by the buried pipe routing, although a short hint may still remain at |/to 32.74448 -109.80736|/tx . Requiring a consistent and constant route slope limited by end point elevations strongly suggests that this portion of the canal route was either under the road or directly east of it. |h From the distribution box, the original canal appears to continue down along the |/to highest elevations|/tx of Deadman Mesa in its apparently original architecture. The latter totally free of any concrete, rebar, or headgates. The canal routing would seem to historically support an unnamed tank at |/to 32.75259 -109.78980|/tx , Upper Deadman Tank at |/to 32.75862 -109.77036|/tx , and to Lower Deadman Tank located at |/to 32.77085 -109.75152|/tx . The latter is presently dry and seems to be abandoned. |h ) cl addpagenav clickforkml startnewpage /imageurlx (http://mapper.acme.com/?ll=32.75049,-109.78961&z=14&t=H&marker0=32.73837%2C-109.81178%2C4.3%20mi%20NE%20of%20Mount%20Graham%20AZ&marker1=32.74287%2C-109.80896%2C4.6%20mi%20NE%20of%20Mount%20Graham%20AZ&marker2=32.74448%2C-109.80736%2C4.7%20mi%20NE%20of%20Mount%20Graham%20AZ&marker3=32.74496%2C-109.80659%2C4.8%20mi%20NE%20of%20Mount%20Graham%20AZ&marker4=32.74639%2C-109.80380%2C5.0%20mi%20NE%20of%20Mount%20Graham%20AZ&marker5=32.75042%2C-109.79597%2C4.7%20mi%20W%20of%20Cactus%20Flat%20AZ&marker6=32.75315%2C-109.79037%2C4.4%20mi%20W%20of%20Cactus%20Flat%20AZ&marker7=32.75856%2C-109.78350%2C4.0%20mi%20W%20of%20Cactus%20Flat%20AZ&marker8=32.76075%2C-109.78135%2C3.9%20mi%20W%20of%20Cactus%20Flat%20AZ&marker9=32.76475%2C-109.76831%2C3.1%20mi%20W%20of%20Cactus%20Flat%20AZ&marker10=32.76752%2C-109.76370%2C2.9%20mi%20WxNW%20of%20Cactus%20Flat%20AZ&marker11=32.76280%2C-109.77511%2C3.5%20mi%20W%20of%20Cactus%20Flat%20AZ) store % goto remote image /imagelocalsource imagelocaldirectory (deadman_map1.jpg) mergestr store % comes from local file gsave 6.5 23.3 % page translate ( data for jpegimageprocwithlink ) 843 624 % hpixels and vpixels 0.1 0.32 mul % photoscale imagelocalsource % local jpg source imageurlx % image url on clickthru jpegimageprocwithlink grestore 3 52 (|1 The prehistoric canal appears to have had two main branches. Both of which remain woefully underdocumented. The eastern branch remains unexplored due to difficult access. Lengths remain unknown as the branch destinations remain speculative and unproven. Nonetheless, the Deadman Canal system is obviously a major and central contributor to the entire |/surl |6Bajada|/bajada |1canal system. |h Here is a map of the Western Branch of the Deadman Canal complex\274 The West Branch consistently travels along the |/to highest possible|/tx Deadman Mesa elevations. It splits at |/to 32.75041 -109.79583|/tx to prehistorically source the East Branch and historically serve a cattle tank. |h A significant West Branch feature is a |/to pinch point|/tx that might also be serving as a |/to three way routing switch|/tx at |/to 32.76067 -109.78143|/tx . At this point, the flat highest mesa top is only a meter wide and directly holds a half meter wide water channel. This strongly suggests the |/to only|/tx possible canal routing in this area! |h Movement of rocks would appear to easily perform switching to two or even three selected locations. The direct route continues northerly to the Lower Deadman Tank at |/to 32.77052 -109.75154|/tx tank and beyond. Hints of a |/surl |6 Discovery|/discoveryfn1 |/surl |6Park Canal|/discoveryfn1 |1at |/to 32.79415 -109.72946|/tx might form a possible yet still unproven destination. There are significant cultural features in this immediate area, but canal evidence itself remains somewhat marginal and indistinct. |h The Eastern switch route would appear to serve Upper Deadman tank found at |/to 32.75863 -109.77041|/tx . Although not verified, it would also appear possible at the pinch point to switch water westerly down canyon to the Porter Springs tank at |/to 32.77050 -109.77784|/tx . An enigmatic possible short |/surl |6Longview Canal|/longviewfn1 |1wall appears at |/to 32.78936 -109.75885|/tx and could form a tentative destination. |h ) cl addpagenav clickforkml startnewpage /imageurly (http://mapper.acme.com/?ll=32.75357,-109.78744&z=16&t=H&marker0=32.75283%2C-109.78848%2C4.3%20mi%20W%20of%20Cactus%20Flat%20AZ&marker1=32.75010%2C-109.79672%2C4.8%20mi%20W%20of%20Cactus%20Flat%20AZ&marker2=32.75291%2C-109.78613%2C4.2%20mi%20W%20of%20Cactus%20Flat%20AZ&marker3=32.75215%2C-109.79025%2Cunnamed&marker4=32.75434%2C-109.78194%2C3.9%20mi%20W%20of%20Cactus%20Flat%20AZ&marker5=32.75657%2C-109.77679%2C3.6%20mi%20W%20of%20Cactus%20Flat%20AZ) store % go to remote image. /imagelocalsource imagelocaldirectory (deadman_map2.jpg) mergestr store % comes from local file gsave 5.0 28 % page translate ( data for jpegimageprocwithlink ) 940 505 % hpixels and vpixels 0.1 0.34 mul % photoscale imagelocalsource % local jpg source imageurly % image url on clickthru jpegimageprocwithlink grestore /tabs [15] store 3 51.3 (|1 |/to The significance of the "highest route", "pinch point" and "multiple switching" |/to unique engineering in the West Deadman Mesa area cannot be overstated!|/tx |h Here is a map of the Eastern Branch of the Deadman Canal complex\274 The Eastern Branch of the Deadman bajada canal remains unexplored and unproven owing to difficult access. Its presence and credibility is strongly suggested by |/surl Acme Mapper|/acme , satellite images. It would appear to potentially be as major and as significant as Deadman West. |h The canal apparently starts today at |/to 32.75283 -109.78848|/tx near a historically developed and adapted canal. It then continues to several extremely narrow mesa top pinch points at |/to 32.75455 -109.78144|/tx and |/to 32.75541 -109.77976|/tx , and its last southern trace currently appears to be near |/to 32.75768 -109.77414|/tx . In general, the canal often seems to follow the extreme and narrow northern edge of its mesa. |h The destination still remains unknown. Another possibility is a field near Lower Deadman tank at |/to 32.75857 -109.77039|/tx Also possibly Western Branch fed. |h A second possibility is that this could be a feeder to the TB West canal, possibly near |/to 32.76087 -109.74495|/tx . There are also some short canal hints centered around |/to 32.77078 -109.74260|/tx that might demand a credible water source. |h ATV or drone use would be helpful for the long and steep return hiking path. |h |/surl |6Ownership|/ownership |1of both canals are a mix of private land, |/surl |6CNF|/cnf |1and |/surl |6Arizona State lands|/azstateland |1, starting with an initial elevation of 4600 feet and possibly ending with the West branch at 3000 feet and East branch at 3200 feet. |h Slopes are estimated in the one to two percent range. ) cl addpagenav clickforkml startnewpage 3 52.5 (|1|/to |h|1 If the |/surl |6Discovery Canal|/discoveryfn1 |1link proves valid, the possible West Deadman length could approach 11 kilometers. Deadman West is presently limited to 2 kilometers or so. And remains largely underexplored. |h This prehistoric |/surl |6bajada canal|/bajada |1is located in Arizona's |/surl |6Safford Basin|/safford |1in the |/surl |6Upper|/gilariver |/surl Gila Valley|/gilariver |1and is believed to date through the 1350's. Access is usually quite difficult and can be reached via the rough Deadman Canyon 4WD track off lower Frye Creek or the poor trail routing southwardly from Lower Deadman Tank. |h The study area is a good candidate for foot, possible ATV, or drone access. ) cl addpagenav clickforkml startnewpage /tabs [2 13.5] store 3 52.5 (|1 Here are some noteworthy |/surl |6Deadman Bajada Canal|/deadman1fn |1 features and locations\274 |t |/to 32.73706 -109.81399|/tx |tPerennial Deadman mountain stream source. |h |t |/to 32.73706 -109.81399|/tx |tHistoric concrete pipe delivery takein. |h |t |/to 32.74113 -109.81098|/tx |tPipe believed to follow prehistoric canal route. |h |t |/to 32.74330 -109.80872 |/tx |tRequired slope suggests canal beside road. |h |t |/to 32.74505 -109.80660 |/tx |tPipe and canal appears to deviate from road. |h |t |/to 32.74496 -109.80659 |/tx |tUpper historic headgate and distribution box. |h |t |/to 32.75074 -109.80721 |/tx |tBroken transite pipe routes to Frye Creek |h |t |/to 32.74639 -109.80380 |/tx |tNo concrete, iron, or headgates north of here. |h |t |/to 32.74832 -109.79895 |/tx |tFlowing canal routing appears to follow original. |h |t |/to 32.75049 -109.79592 |/tx |tPresumed original fork of East and West canals. |h |t |/to 32.75244 -109.78995 |/tx |tHistoric tank still water fed. |h |t |/to 32.75244 -109.78995 |/tx |tPresumed deviation of historic and East canals. |h |t |/to 32.75467 -109.78119 |/tx |tMesa extreme knife edging. |h |t |/to 32.75581 -109.77901 |/tx |tMore knife edging defines only possible route. |h |t |/to 32.75861 -109.77029 |/tx |tUpper Deadman tank. |h |t |/to 32.77078 -109.74260 |/tx |tPossible destination in unexplored canal segments |h |t |/to 32.76167 -109.74425 |/tx |tPossible destination as |/surl |6TB West Canal|/tbwestfn1 |1 |h |t |/to 32.76080 -109.78133 |/tx |tPresumed "knife edge" three way switch. |h |t |/to 32.77056 -109.77800 |/tx |tPorter Springs tank. |h |t |/to 32.78936 -109.75885 |/tx |tPossible |/surl |6Longview Canal|/longviewfn1 |1 wall. |h |t |/to 32.75954 -109.78208 |/tx |tLikely the only feasible canal route. |h |t |/to 32.76280 -109.77511 |/tx |tWest canal continues to Lower Deadman tank. |h |t |/to 32.77139 -109.75161 |/tx |tLower Deadman tank. |h |t |/to 32.79343 -109.72822 |/tx |tStrongest evidence to date of |/surl |6Discovery Canal|/discoveryfn1 |1. |h |t |/to 32.79740 -109.72541 |/tx |tPossible |/surl |6Discovery Canal|/discoveryfn1 |1destination fields. ) cl addpagenav clickforkml startnewpage 3 50 ( |1Further Deadman Canal work might include\274 |t|/to 1 \320|/tx Verify original hanging route of pipeline overlay. |h |t|/to 2 \320|/tx Seek proof of pipeline overlay to prehistoric original. |h |t|/to 3 \320|/tx Determine if Porter Springs was a downcanyon possibility. |h |t|/to 4 \320|/tx Establish credibility of |/surl |6Longview Canal|/longviewfn1 |1wall. |h |t|/to 5 \320|/tx Determine if Lower Deadman Tank has an underlying field. |h |t|/to 6 \320|/tx Attempt to increase credibility of |/surl |6Discovery Park|/discoveryfn1 |1 Canal . |h |t|/to 7 \320|/tx Determine if |/surl |6Deadman West|/deadman1fn |1sources the |/surl |6Discovery Park|/discoveryfn1 |1 Canal. |h |t|/to 8 \320|/tx Explore short canal hints north of Lower Deadman. |h |t|/to 9 \320|/tx Field verify |/surl |6Deadman East|/deadman1fn |1Canal, possibly with ATV's. |h |t|/to 10 \320|/tx Verify any relationship between |/surl |6Deadman East|1|/deadman1fn |1 and |/surl |6TB West|/tbwestfn1 |1Canals. |h |t|/to 11 \320|/tx Significantly improve photography and annotation of canal complex. |h |t|/to 12 \320|/tx Do fly over drone and videotape survey. |h |t|/to 13 \320|/tx Mentor students and create field camps. |k|k|k|/to |6More Hanging Canal Resources: |/surl |6http://www.tinaja.com/tinsamp1.shtml |k|k|k|/to |6New Hanging Canal Discoveries: |/surl |6http://www.tinaja.com/whtnu17.shtml , |/tx |1|ketc\274 ) cl addpagenav clickforkml startnewpage %%%%%%%%%%%%%%% DEADMAN3 DEADMAN4 Photos%%%%%%%%%%% % top image /imageurl imageremotedirectory (deadman4.jpg) mergestr pop % this time acme (http://mapper.acme.com/?ll=32.76073,-109.78137&z=20&t=H&marker0=32.76073%2C-109.78137%2C3.9%20mi%20W%20of%20Cactus%20Flat%20AZ) store % goto remote image /imagelocalsource imagelocaldirectory (deadman3.jpg) mergestr store % comes from local file 5.0 28(|/to |9DEADMAN3 -|/tx |1The Mesa top is extremely narrow along this Deadman West course. This "pinch pont" appears capable of a three-way switching that can route to Upper Deadman Tank, Lower Deadman tank, or (|jpossibly|j) even downcanyon to Porter Springs. View is downward with north|j=|jup at |/to 32.76073 -109.78137|/tx .) cl 7 30.2 % page translate ( data for jpegimageprocwithlink ) 636 491 % hpixels and vpixels 0.1 0.425 mul % photoscale imagelocalsource % local jpg source imageurl % image url on clickthru jpegimageprocwithlink % bot image /imageurl imageremotedirectory (deadman4.jpg) mergestr pop % this time acme (http://mapper.acme.com/?ll=32.75438,-109.78186&z=20&t=H&marker0=32.75434%2C-109.78194%2C3.9%20mi%20W%20of%20Cactus%20Flat%20AZ) store % goto remote image /imagelocalsource imagelocaldirectory (deadman4.jpg) mergestr store % comes from local file 5.0 2(|/to |9DEADMAN4 -|/tx |1An apparent pinch point on the Deadman East Canal "hung" on the very edge of a mesa top. The appears to be the only feasible canal routing in the area. View is downward with north|j=|jup at |/to 32.75434 -109.78194|/tx .) cl 7 4 % page translate ( data for jpegimageprocwithlink ) 940 658 % hpixels and vpixels 0.1 0.29 mul % photoscale imagelocalsource % local jpg source imageurl % image url on clickthru jpegimageprocwithlink addpagenav clickforkml startnewpage %%%%%%%%%%%%%%% DEADMAN5 Photos%%%%%%%%%%% % top image /imageurl imageremotedirectory (deadman5.jpg) mergestr pop % this time us image (https://www.tinaja.com/canal/images/deadman5.jpg) store % goto remote image /imagelocalsource imagelocaldirectory (deadman5.jpg) mergestr store % comes from local file 5.5 17(|/to |9DEADMAN5 -|/tx |1"Knife Edging" would seem apparent in this Google Earth 3D image. Purpose, efficiency, linearity and slope constancy are all consistent with a |/surl |6Bajada Hanging Canal|/tinsamp1 |1, but this image still awaits field verification. The view is to the northeast at |/to 32.75399 -109.78250|/tx .) cl 7 19 % page translate ( data for jpegimageprocwithlink ) 976 897 % hpixels and vpixels 0.1 0.32 mul % photoscale imagelocalsource % local jpg source imageurl % image url on clickthru jpegimageprocwithlink addpagenav clickforkml startnewpage % topo -- /imageurly (http://mapper.acme.com/?ll=32.75049,-109.78961&z=14&t=T&marker0=32.74287%2C-109.80896%2C4.6%20mi%20NE%20of%20Mount%20Graham%20AZ&marker1=32.74496%2C-109.80659%2C4.8%20mi%20NE%20of%20Mount%20Graham%20AZ&marker2=32.75042%2C-109.79597%2C4.7%20mi%20W%20of%20Cactus%20Flat%20AZ&marker3=32.75856%2C-109.78350%2C4.0%20mi%20W%20of%20Cactus%20Flat%20AZ&marker4=32.76475%2C-109.76831%2C3.1%20mi%20W%20of%20Cactus%20Flat%20AZ&marker5=32.76280%2C-109.77511%2C3.5%20mi%20W%20of%20Cactus%20Flat%20AZ&marker6=32.74448%2C-109.80736%2C4.7%20mi%20NE%20of%20Mount%20Graham%20AZ&marker7=32.75315%2C-109.79037%2C4.4%20mi%20W%20of%20Cactus%20Flat%20AZ&marker8=32.76752%2C-109.76370%2C2.9%20mi%20WxNW%20of%20Cactus%20Flat%20AZ&marker9=32.74639%2C-109.80380%2C5.0%20mi%20NE%20of%20Mount%20Graham%20AZ&marker10=32.73837%2C-109.81178%2C4.3%20mi%20NE%20of%20Mount%20Graham%20AZ&marker11=32.76075%2C-109.78135%2C3.9%20mi%20W%20of%20Cactus%20Flat%20AZ) store % go to remote image. /imagelocalsource imagelocaldirectory (deadman1_topo.jpg) mergestr store % comes from local file gsave 5.5 30.8 % page translate ( data for jpegimageprocwithlink ) 976 601 % hpixels and vpixels 0.1 0.30 mul % photoscale imagelocalsource % local jpg source imageurly % image url on clickthru jpegimageprocwithlink grestore /imageurlz (http://mapper.acme.com/?ll=32.75323,-109.78233&z=15&t=T&marker0=32.75215%2C-109.79025%2Cunnamed&marker1=32.75291%2C-109.78613%2C4.2%20mi%20W%20of%20Cactus%20Flat%20AZ&marker2=32.75434%2C-109.78194%2C3.9%20mi%20W%20of%20Cactus%20Flat%20AZ&marker3=32.75657%2C-109.77679%2C3.6%20mi%20W%20of%20Cactus%20Flat%20AZ&marker4=32.75010%2C-109.79672%2C4.8%20mi%20W%20of%20Cactus%20Flat%20AZ&marker5=32.75283%2C-109.78848%2C4.3%20mi%20W%20of%20Cactus%20Flat%20AZ) store % go to remote image. /imagelocalsource imagelocaldirectory (deadman2_topo.jpg) mergestr store % comes from local file gsave 5.5 11.3 % page translate ( data for jpegimageprocwithlink ) 908 507 % hpixels and vpixels 0.1 0.322 mul % photoscale imagelocalsource % local jpg source imageurlz % image url on clickthru jpegimageprocwithlink grestore 3 50 (Here is a topographic map of the Deadman West Canal\274 ) cl 3 28.8 (Here is a topographic map of the Deadman East Canal\274 ) cl 3 11 ( You can click through on the above images to directly reach |/surl |6Acme Mapper|/acme |1at a higher resolution. |h A hanging canal directory can be found|/surl |6 here|/canallist |1and its sourcecode |/surl |6here|/canallistps |1. |h This field note is associated with directory |/to #21 DCM1 Main Deadman Canal|/tx and |/to #68 DEC1 Deadman East Canal|/tx . |h This document can be found |/surl |6here|/deadman1fn |1 and its sourcecode |/surl |6here|/deadman1fnps |1.. ) cl addpagenav clickforkml startnewpage % EOF