#!/bin/sh # NOTE: You cannot view the Postscript output file with Pageview. # However, you can print it and view it with Ghostview. # This has to do with combining Arc/Info and GMT Postscript. O="lab.ps" D=`sed -n 'p' ./pathfile` rm .gmtcommands .gmtdefaults gmtset MEASURE_UNIT inch #PAPER_WIDTH 8.5 gmtset BASEMAP_TYPE PLAIN DEGREE_FORMAT 2 gmtset LABEL_FONT_SIZE 6 FRAME_PEN 3 gmtset ANOT_FONT_SIZE 6 ANOT_OFFSET 0.075 gmtset TICK_PEN 3 TICK_LENGTH -0.08 F="-R-118:40/-117:45/33:40/34:20 -JM6.5 -V -K -P" sed '/^show/d' $D/tin.eps > $O psxy $F -W2/200 -M -Y3 -X1 $D/scal_roads.xy >> $O psxy $F -O -W8/0 -M $D/cal_faults.xy >> $O psclip $F -O -N << END >> $O -118.629 33.667 -118.629 34.167 -118.101 34.167 -118.101 33.667 END pscoast $F -O -Df -W3 >> $O psclip -C -O -K >> $O psxy $F -O -W1 -L -G255 -Sd.05 $D/amp/andy30 >> $O psxy $F -O -W3 -Sc $D/amp/andy30 >> $O psbasemap $F -O -Bf1ma10mNESW -Lfx3.25/-1.0/34/20 >> $O F="-R0/11/0/11 -Jx1 -V -K -O -N" pstext $F -Y-1.2 << END >> $O # title 3.25 0.70 12 0 0 2 Soils (From Tinsley and Fumal) and Strong Motion 3.25 0.50 12 0 0 2 Stations With Amplification Factors at 3.0 Seconds 6.40 5.85 8 0 30 3 Geoffrey P. Ely 6.40 5.70 8 0 30 3 regenerated by Joe Mount 1/9/06 5.45 0.00 8 0 0 2 1 5.60 0.00 8 0 0 2 2 5.75 0.00 8 0 0 2 4 5.90 0.00 8 0 0 2 5 6.05 0.00 8 0 0 2 6 0.34 0.35 16 0 0 6 N END # legend circles psxy $F -L -W3/0 -Sc << END >> $O 5.45 0.180 0.10 5.60 0.205 0.15 5.75 0.230 0.20 5.90 0.255 0.25 6.05 0.280 0.30 END # the north arrow psxy $F -W3 -L -G0 << END >> $O 0.34 0.52 0.38 0.50 0.36 0.58 0.34 0.70 0.34 0.02 0.30 0.00 0.31 0.18 0.34 0.20 END cat $D/ics.def >> $O psxy $F -Sc1 << END | sed 's/C4/ICSbox/' >> $O 6.40 6.77 END F="-R-125/-113.5/32.5/43 -JM.7 -V -O" psxy $F -K -W3 -L -G255 -X0.6 $D/cal_rough.xy >> $O pstext $F -K << END >> $O -120.4 38.7 9 -70 0 11 Cal -120.4 38.8 9 -45 0 9 ifornia END # the square on the CALIFORNIA map showing the selected region psxy $F -W3 -L << END >> $O -117.75 33.67 -117.75 34.33 -118.67 34.33 -118.67 33.67 END