#!/bin/csh # Draw basemap # ------------ pscoast -Jm0.871332633556419 -R-151.1547728/-144.9573692/58.0316284/63.1758136 \ -Ba1.0f10mwSnE \ -W3/0/0/0 -Na/1 -N2/5/255/255/255 -N2/2/0/0/0 -S153/255/255 \ -Df -Ir/1/114/187/243 \ -Lf-149.717572/58.94355214/58.94355214/50 \ -G255/255/255 -P -K >! PWSound.ps # Alaska hiways # ------------ psxy /attic/mapdata/alaska_roads \ -Jm -R -MS -W3/102/102/102 -O -K \ >> PWSound.ps # Alaska faults # ------------ psxy /attic/mapdata/Alaska_gmt_faults \ -Jm -R -MS -W3/255/102/102 -O -K \ >> PWSound.ps # All M7-7.9 Earthquakes in the last week # --------------------------------------- psxy << EOT -: -R -W3/0/0/0 -G255/255/0 \ -Jm -Ss.90 -O -K \ >> PWSound.ps EOT # All M6-6.9 Earthquakes in the last week # --------------------------------------- psxy << EOT -: -R -W3/0/0/0 -G255/255/0 \ -Jm -Ss.75 -O -K \ >> PWSound.ps EOT # All M5-5.9 Earthquakes in the last week # --------------------------------------- psxy << EOT -: -R -W3/0/0/0 -G255/255/0 \ -Jm -Ss.60 -O -K \ >> PWSound.ps EOT # All M4-4.9 Earthquakes in the last week # --------------------------------------- psxy << EOT -: -R -W3/0/0/0 -G255/255/0 \ -Jm -Ss.45 -O -K \ >> PWSound.ps EOT # All M3-3.9 Earthquakes in the last week # --------------------------------------- psxy << EOT -: -R -W3/0/0/0 -G255/255/0 \ -Jm -Ss.30 -O -K \ >> PWSound.ps EOT # All M2-2.9 Earthquakes in the last week # --------------------------------------- psxy << EOT -: -R -W3/0/0/0 -G255/255/0 \ -Jm -Ss.20 -O -K \ >> PWSound.ps EOT # All M1-1.9 Earthquakes in the last week # --------------------------------------- psxy << EOT -: -R -W3/0/0/0 -G255/255/0 \ -Jm -Ss.10 -O -K \ >> PWSound.ps EOT # All M7-7.9 Earthquakes in the last day # -------------------------------------- psxy << EOT -: -R -W3/0/0/0 -G0/175/223 \ -Jm -Ss.90 -O -K \ >> PWSound.ps EOT # All M6-6.9 Earthquakes in the last day # -------------------------------------- psxy << EOT -: -R -W3/0/0/0 -G0/175/223 \ -Jm -Ss.75 -O -K \ >> PWSound.ps EOT # All M5-5.9 Earthquakes in the last day # -------------------------------------- psxy << EOT -: -R -W3/0/0/0 -G0/175/223 \ -Jm -Ss.60 -O -K \ >> PWSound.ps EOT # All M4-4.9 Earthquakes in the last day # -------------------------------------- psxy << EOT -: -R -W3/0/0/0 -G0/175/223 \ -Jm -Ss.45 -O -K \ >> PWSound.ps EOT # All M3-3.9 Earthquakes in the last day # -------------------------------------- psxy << EOT -: -R -W3/0/0/0 -G0/175/223 \ -Jm -Ss.30 -O -K \ >> PWSound.ps EOT # All M2-2.9 Earthquakes in the last day # -------------------------------------- psxy << EOT -: -R -W3/0/0/0 -G0/175/223 \ -Jm -Ss.20 -O -K \ >> PWSound.ps EOT # All M1-1.9 Earthquakes in the last day # -------------------------------------- psxy << EOT -: -R -W3/0/0/0 -G0/175/223 \ -Jm -Ss.10 -O -K \ >> PWSound.ps EOT # All M7-7.9 Earthquakes in the last hour # --------------------------------------- psxy << EOT -: -R -W3/0/0/0 -G255/0/24 \ -Jm -Ss.90 -O -K \ >> PWSound.ps EOT # All M6-6.9 Earthquakes in the last hour # --------------------------------------- psxy << EOT -: -R -W3/0/0/0 -G255/0/24 \ -Jm -Ss.75 -O -K \ >> PWSound.ps EOT # All M5-5.9 Earthquakes in the last hour # --------------------------------------- psxy << EOT -: -R -W3/0/0/0 -G255/0/24 \ -Jm -Ss.60 -O -K \ >> PWSound.ps EOT # All M4-4.9 Earthquakes in the last hour # --------------------------------------- psxy << EOT -: -R -W3/0/0/0 -G255/0/24 \ -Jm -Ss.45 -O -K \ >> PWSound.ps EOT # All M3-3.9 Earthquakes in the last hour # --------------------------------------- psxy << EOT -: -R -W3/0/0/0 -G255/0/24 \ -Jm -Ss.30 -O -K \ >> PWSound.ps EOT # All M2-2.9 Earthquakes in the last hour # --------------------------------------- psxy << EOT -: -R -W3/0/0/0 -G255/0/24 \ -Jm -Ss.20 -O -K \ >> PWSound.ps EOT # All M1-1.9 Earthquakes in the last hour # --------------------------------------- psxy << EOT -: -R -W3/0/0/0 -G255/0/24 \ -Jm -Ss.10 -O -K \ >> PWSound.ps EOT # Station labels # -------------- pstext << EOT -: -R -Jm -G0/0/0 -D.07/-.07 -O -K \ >> PWSound.ps 61.160063 -149.777572 9 0.0 1 5 1000 60.068457 -148.012919 9 0.0 1 5 CHEN 61.257484 -149.528693 9 0.0 1 5 EAGL 61.462775 -149.341249 9 0.0 1 5 EKLU 60.595882 -148.082749 9 0.0 1 5 ENUN 60.706672 -148.391905 9 0.0 1 5 GAIN 61.106141 -149.719277 9 0.0 1 5 HILS 60.841551 -149.047876 9 0.0 1 5 INGR 59.434588 -146.334570 9 0.0 1 5 MIDD 59.824843 -147.907782 9 0.0 1 5 MOTG 61.028244 -149.115925 9 0.0 1 5 POOR 60.771210 -148.829592 9 0.0 1 5 PRTG 61.657270 -149.057548 9 0.0 1 5 T18N 61.772854 -149.269559 9 0.0 1 5 T2NR 60.362685 -148.090195 9 0.0 1 5 THIN 60.237512 -146.646566 9 0.0 1 5 CHI3 61.056260 -146.696835 9 0.0 1 5 POT3 EOT # Kodiak Earthquake # ------------------ psxy << EOT -: -R -W5/51/51/255 -G255/255/255 \ -Jm -Sa.15 -O -K \ >> PWSound.ps 56.6833 -153.3000 EOT # Kodiak Earthquake label # ------------------------ pstext << EOT -: -R -Jm -G0 -O -K \ >> PWSound.ps 57.0 -153.2 9 0.0 1 5 Kodiak_Eq_20010110 56.8 -153.2 9 0.0 1 5 M6.7 EOT # Kodiak Earthquake # ------------------ psxy << EOT -: -R -W5/51/51/255 -G255/255/255 \ -Jm -Sa.15 -O -K \ >> PWSound.ps 57.51 -154.67 EOT # Kodiak Earthquake label # ------------------------ pstext << EOT -: -R -Jm -G0 -O -K \ >> PWSound.ps 57.4 -154.3 9 0.0 1 5 Kodiak_Eq_19991206 57.2 -154.3 9 0.0 1 5 M7.0 EOT # Velocity vectors # ---------------- psvelo << EOT -R \ -W1/255/0/63 -G70/100/190 \ -Se0.0193423597678917/.95/0 -B \ -Jm -A0.01/0.12/0.03 -O -K \ >> PWSound.ps -149.777572 61.160063 -8.07 -1.63 0.69 0.62 -0.0138 1000 -148.012919 60.068457 -21.88 48.90 0.39 0.39 -0.0151 CHEN -149.528693 61.257484 -8.89 -0.97 0.35 0.34 0.0234 EAGL -149.341249 61.462775 -10.62 -1.38 0.48 0.47 0.0209 EKLU -148.082749 60.595882 -19.36 40.65 0.40 0.42 0.1310 ENUN -148.391905 60.706672 -16.02 34.37 0.41 0.41 0.0319 GAIN -149.719277 61.106141 -7.55 -0.28 0.61 0.58 0.0358 HILS -149.047876 60.841551 -11.15 15.71 0.56 0.55 0.0166 INGR -146.334570 59.434588 -15.25 31.84 0.34 0.34 0.0208 MIDD -147.907782 59.824843 -24.11 51.70 0.45 0.42 0.0546 MOTG -149.115925 61.028244 -11.46 8.41 0.71 0.75 0.1016 POOR -148.829592 60.771210 -11.99 22.45 0.48 0.48 0.0345 PRTG -149.057548 61.657270 -7.96 -0.18 1.05 0.92 0.0337 T18N -149.269559 61.772854 -9.25 -4.23 0.73 0.62 0.0923 T2NR -148.090195 60.362685 -20.79 44.93 0.40 0.40 -0.0571 THIN -146.646566 60.237512 -14.75 31.12 0.69 0.65 0.0089 CHI3 -146.696835 61.056260 -16.40 26.23 0.73 0.68 -0.0758 POT3 EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> PWSound.ps 61.160063 -149.777572 1000 EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> PWSound.ps 60.068457 -148.012919 CHEN EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> PWSound.ps 61.257484 -149.528693 EAGL EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> PWSound.ps 61.462775 -149.341249 EKLU EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> PWSound.ps 60.595882 -148.082749 ENUN EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> PWSound.ps 60.706672 -148.391905 GAIN EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> PWSound.ps 61.106141 -149.719277 HILS EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> PWSound.ps 60.841551 -149.047876 INGR EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> PWSound.ps 59.434588 -146.334570 MIDD EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> PWSound.ps 59.824843 -147.907782 MOTG EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> PWSound.ps 61.028244 -149.115925 POOR EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> PWSound.ps 60.771210 -148.829592 PRTG EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> PWSound.ps 61.657270 -149.057548 T18N EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> PWSound.ps 61.772854 -149.269559 T2NR EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> PWSound.ps 60.362685 -148.090195 THIN EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -Sc0.07 -O -K \ >> PWSound.ps 60.237512 -146.646566 CHI3 EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -Sc0.07 -O -K \ >> PWSound.ps 61.056260 -146.696835 POT3 EOT # Olympia Earthquake # ------------------ psxy << EOT -: -R -W5/51/51/255 -G255/255/255 \ -Jm -Sa.15 -O -K \ >> PWSound.ps 47.167 -122.733 EOT # HM Earthquake # ------------- psxy << EOT -: -R -W5/51/51/255 -G255/255/255 \ -Jm -Sa.15 -O -K \ >> PWSound.ps 34.595500 -116.268167 EOT # HM Earthquake label # -- -------------- pstext << EOT -: -R -Jm -G0 -O -K \ >> PWSound.ps 34.55 -116.268167 9 0.0 1 5 Hector_Mine_Eq 34.53 -116.268167 9 0.0 1 5 M7.1 EOT # Landers Earthquake # ------------------ psxy << EOT -: -R -W5/51/51/255 -G255/255/255 \ -Jm -Sa.15 -O -K \ >> PWSound.ps 34.216666667 -116.43333333333 EOT # Landers Earthquake label # ------------------------ pstext << EOT -: -R -Jm -G0 -O -K \ >> PWSound.ps 34.18 -116.43333333333 9 0.0 1 5 Landers_Eq 34.16 -116.43333333333 9 0.0 1 5 M7.3 EOT # Label plot and vector scale # --------------------------- psvelo << EOT -: -R \ -W1/255/0/0 -G70/100/190 -Se0.0193423597678917/.95/0 -B \ -Jm -A0.03/0.12/0.03 -O -K \ >> PWSound.ps 58.59281224 -149.717572 0.0 20.0 0.0 0.0 0.0 Scale EOT pstext << EOT -: -R -Jm -O \ >> PWSound.ps 58.41744229 -149.717572 9 0.0 0 5 20 mm/yr EOT