#!/bin/csh # Draw basemap # ------------ pscoast -Jm1.57097426063407 -R-118.5915572/-115.1541998/33.6744408/35.3851762 \ -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-117.7677/33.97770753/33.97770753/50 \ -G255/255/255 -P -K >! HectorMine.ps # Calif lakes # ------------ psxy /attic/mapdata/lakes.calif \ -: -Jm -R -MS -W3/102/102/102 -G153/255/255 -O -K \ >> HectorMine.ps # Nevada faults # ------------- psxy /attic/mapdata/nevada.car \ -: -Jm -R -MS -W3/255/102/102 -O -K \ >> HectorMine.ps # Calif faults # ------------ # Historic and Holocene psxy /attic/mapdata/Qfaults2007_ungen_wgs84/his_hol_solid \ -Jm -R -MS -W2/175/0/0 -O -K \ >> HectorMine.ps psxy /attic/mapdata/Qfaults2007_ungen_wgs84/his_hol_dash \ -Jm -R -MS -W1/175/0/0 -O -K \ >> HectorMine.ps psxy /attic/mapdata/Qfaults2007_ungen_wgs84/his_hol_dots \ -Jm -R -MS -W1/175/0/0ta -O -K \ >> HectorMine.ps # Late Quaternary psxy /attic/mapdata/Qfaults2007_ungen_wgs84/lq_solid \ -Jm -R -MS -W2/255/150/100 -O -K \ >> HectorMine.ps psxy /attic/mapdata/Qfaults2007_ungen_wgs84/lq_dash \ -Jm -R -MS -W1/255/150/100 -O -K \ >> HectorMine.ps psxy /attic/mapdata/Qfaults2007_ungen_wgs84/lq_dots \ -Jm -R -MS -W1/255/150/100ta -O -K \ >> HectorMine.ps # Quaternary psxy /attic/mapdata/Qfaults2007_ungen_wgs84/q_solid \ -Jm -R -MS -W2/200/200/0 -O -K \ >> HectorMine.ps psxy /attic/mapdata/Qfaults2007_ungen_wgs84/q_dashed \ -Jm -R -MS -W1/200/200/0 -O -K \ >> HectorMine.ps psxy /attic/mapdata/Qfaults2007_ungen_wgs84/q_dots \ -Jm -R -MS -W1/200/200/0ta -O -K \ >> HectorMine.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 \ >> HectorMine.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 \ >> HectorMine.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 \ >> HectorMine.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 \ >> HectorMine.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 \ >> HectorMine.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 \ >> HectorMine.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 \ >> HectorMine.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 \ >> HectorMine.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 \ >> HectorMine.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 \ >> HectorMine.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 \ >> HectorMine.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 \ >> HectorMine.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 \ >> HectorMine.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 \ >> HectorMine.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 \ >> HectorMine.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 \ >> HectorMine.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 \ >> HectorMine.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 \ >> HectorMine.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 \ >> HectorMine.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 \ >> HectorMine.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 \ >> HectorMine.ps EOT # Station labels # -------------- pstext << EOT -: -R -Jm -G0/0/0 -D.07/-.07 -O -K \ >> HectorMine.ps 34.468301 -117.153971 9 0.0 1 5 AVRY 34.264278 -116.884240 9 0.0 1 5 BBRY 34.640461 -117.827700 9 0.0 1 5 CHMS 34.918612 -117.011992 9 0.0 1 5 BSRY 34.669014 -116.931664 9 0.0 1 5 WOMT 34.754774 -116.430074 9 0.0 1 5 HCMN 34.643940 -116.624685 9 0.0 1 5 RDMT 34.594282 -116.429378 9 0.0 1 5 AGMT 34.699427 -116.209141 9 0.0 1 5 LDSW 34.533031 -116.292278 9 0.0 1 5 OPRD 34.427716 -116.305456 9 0.0 1 5 OPCL 34.508622 -116.148172 9 0.0 1 5 NBPS 34.430082 -116.149483 9 0.0 1 5 OPCX 34.367129 -116.083372 9 0.0 1 5 OPCP 34.369882 -115.918057 9 0.0 1 5 OPBL 34.624259 -116.015582 9 0.0 1 5 SIBE 34.251445 -116.052978 9 0.0 1 5 BMHL 34.267339 -116.432803 9 0.0 1 5 LDES 34.141005 -116.067736 9 0.0 1 5 OAES 34.838597 -116.530544 9 0.0 1 5 TROY 34.574403 -116.557069 9 0.0 1 5 LAE1 34.588914 -116.522058 9 0.0 1 5 LAE2 34.617943 -116.486831 9 0.0 1 5 LAE3 34.734135 -116.329171 9 0.0 1 5 LAE4 34.542357 -116.588159 9 0.0 1 5 LAW1 34.526690 -116.623693 9 0.0 1 5 LAW2 34.501502 -116.669006 9 0.0 1 5 LAW3 34.453826 -116.665207 9 0.0 1 5 LAW4 34.257909 -116.617424 9 0.0 1 5 MEEK 34.390503 -116.697947 9 0.0 1 5 OLDD 34.388664 -116.751875 9 0.0 1 5 OLDW 34.264113 -116.468879 9 0.0 1 5 RICH 34.254995 -116.278874 9 0.0 1 5 SANH EOT # Kodiak Earthquake # ------------------ psxy << EOT -: -R -W5/51/51/255 -G255/255/255 \ -Jm -Sa.15 -O -K \ >> HectorMine.ps 56.6833 -153.3000 EOT # Kodiak Earthquake label # ------------------------ pstext << EOT -: -R -Jm -G0 -O -K \ >> HectorMine.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 \ >> HectorMine.ps 57.51 -154.67 EOT # Kodiak Earthquake label # ------------------------ pstext << EOT -: -R -Jm -G0 -O -K \ >> HectorMine.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.051413881748072/.95/0 -B \ -Jm -A0.01/0.12/0.03 -O -K \ >> HectorMine.ps -117.153971 34.468301 -16.94 14.61 0.36 0.35 0.0391 AVRY -116.884240 34.264278 0.00 0.00 0.00 0.00 0.0991 BBRY -117.827700 34.640461 0.00 0.00 0.00 0.00 0.0415 CHMS -117.011992 34.918612 -12.64 12.20 0.36 0.35 0.0276 BSRY -116.931664 34.669014 -13.75 13.32 0.44 0.43 -0.0024 WOMT -116.430074 34.754774 -10.70 4.08 0.45 0.44 0.0213 HCMN -116.624685 34.643940 -12.42 10.25 0.44 0.43 0.0171 RDMT -116.429378 34.594282 -8.59 10.69 0.45 0.44 0.0205 AGMT -116.209141 34.699427 -5.94 -1.58 0.45 0.43 0.0253 LDSW -116.292278 34.533031 -5.48 7.83 0.45 0.43 0.0193 OPRD -116.305456 34.427716 -2.91 10.55 0.45 0.43 0.0243 OPCL -116.148172 34.508622 -0.90 1.97 0.46 0.44 0.0244 NBPS -116.149483 34.430082 1.27 4.37 0.54 0.52 0.0213 OPCX -116.083372 34.367129 1.38 5.05 0.45 0.44 0.0197 OPCP -115.918057 34.369882 -0.30 1.88 0.45 0.44 0.0167 OPBL -116.015582 34.624259 -5.51 -0.37 0.45 0.44 0.0277 SIBE -116.052978 34.251445 -0.91 4.69 0.45 0.44 0.0210 BMHL -116.432803 34.267339 -5.02 13.59 0.37 0.37 0.0241 LDES -116.067736 34.141005 -2.17 2.20 0.37 0.37 0.0096 OAES -116.530544 34.838597 -9.87 5.57 0.45 0.44 0.0179 TROY -116.557069 34.574403 -12.76 12.54 0.48 0.45 0.0617 LAE1 -116.522058 34.588914 -16.16 16.42 0.49 0.46 0.0664 LAE2 -116.486831 34.617943 -11.24 11.31 0.49 0.46 0.0615 LAE3 -116.329171 34.734135 -10.24 2.96 0.48 0.45 0.0656 LAE4 -116.588159 34.542357 -12.87 14.21 0.48 0.45 0.0630 LAW1 -116.623693 34.526690 -12.16 14.30 0.73 0.65 0.0566 LAW2 -116.669006 34.501502 -12.40 15.02 0.66 0.60 0.0604 LAW3 -116.665207 34.453826 -11.79 15.86 0.72 0.64 0.0651 LAW4 -116.617424 34.257909 -8.98 19.45 0.58 0.52 0.0549 MEEK -116.697947 34.390503 -11.43 16.68 0.57 0.52 0.0563 OLDD -116.751875 34.388664 -12.25 15.83 0.56 0.51 0.0568 OLDW -116.468879 34.264113 -6.69 16.65 0.63 0.55 0.0377 RICH -116.278874 34.254995 -3.90 12.31 0.49 0.46 0.0592 SANH EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -Sc0.07 -O -K \ >> HectorMine.ps 34.468301 -117.153971 AVRY EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -Sc0.07 -O -K \ >> HectorMine.ps 34.264278 -116.884240 BBRY EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -Sc0.07 -O -K \ >> HectorMine.ps 34.640461 -117.827700 CHMS EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -Sc0.07 -O -K \ >> HectorMine.ps 34.918612 -117.011992 BSRY EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -Sc0.07 -O -K \ >> HectorMine.ps 34.669014 -116.931664 WOMT EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -Sc0.07 -O -K \ >> HectorMine.ps 34.754774 -116.430074 HCMN EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -Sc0.07 -O -K \ >> HectorMine.ps 34.643940 -116.624685 RDMT EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -Sc0.07 -O -K \ >> HectorMine.ps 34.594282 -116.429378 AGMT EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -Sc0.07 -O -K \ >> HectorMine.ps 34.699427 -116.209141 LDSW EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -Sc0.07 -O -K \ >> HectorMine.ps 34.533031 -116.292278 OPRD EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -Sc0.07 -O -K \ >> HectorMine.ps 34.427716 -116.305456 OPCL EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -Sc0.07 -O -K \ >> HectorMine.ps 34.508622 -116.148172 NBPS EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -Sc0.07 -O -K \ >> HectorMine.ps 34.430082 -116.149483 OPCX EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -Sc0.07 -O -K \ >> HectorMine.ps 34.367129 -116.083372 OPCP EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -Sc0.07 -O -K \ >> HectorMine.ps 34.369882 -115.918057 OPBL EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -Sc0.07 -O -K \ >> HectorMine.ps 34.624259 -116.015582 SIBE EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -Sc0.07 -O -K \ >> HectorMine.ps 34.251445 -116.052978 BMHL EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -Sc0.07 -O -K \ >> HectorMine.ps 34.267339 -116.432803 LDES EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -Sc0.07 -O -K \ >> HectorMine.ps 34.141005 -116.067736 OAES EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -Sc0.07 -O -K \ >> HectorMine.ps 34.838597 -116.530544 TROY EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> HectorMine.ps 34.574403 -116.557069 LAE1 EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> HectorMine.ps 34.588914 -116.522058 LAE2 EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> HectorMine.ps 34.617943 -116.486831 LAE3 EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> HectorMine.ps 34.734135 -116.329171 LAE4 EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> HectorMine.ps 34.542357 -116.588159 LAW1 EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> HectorMine.ps 34.526690 -116.623693 LAW2 EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> HectorMine.ps 34.501502 -116.669006 LAW3 EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> HectorMine.ps 34.453826 -116.665207 LAW4 EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> HectorMine.ps 34.257909 -116.617424 MEEK EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> HectorMine.ps 34.390503 -116.697947 OLDD EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> HectorMine.ps 34.388664 -116.751875 OLDW EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> HectorMine.ps 34.264113 -116.468879 RICH EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> HectorMine.ps 34.254995 -116.278874 SANH EOT # Olympia Earthquake # ------------------ psxy << EOT -: -R -W5/51/51/255 -G255/255/255 \ -Jm -Sa.15 -O -K \ >> HectorMine.ps 47.167 -122.733 EOT # HM Earthquake # ------------- psxy << EOT -: -R -W5/51/51/255 -G255/255/255 \ -Jm -Sa.15 -O -K \ >> HectorMine.ps 34.595500 -116.268167 EOT # HM Earthquake label # -- -------------- pstext << EOT -: -R -Jm -G0 -O -K \ >> HectorMine.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 \ >> HectorMine.ps 34.216666667 -116.43333333333 EOT # Landers Earthquake label # ------------------------ pstext << EOT -: -R -Jm -G0 -O -K \ >> HectorMine.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.051413881748072/.95/0 -B \ -Jm -A0.03/0.12/0.03 -O -K \ >> HectorMine.ps 33.86106648 -117.7677 0.0 20.0 0.0 0.0 0.0 Scale EOT pstext << EOT -: -R -Jm -O \ >> HectorMine.ps 33.802745955 -117.7677 9 0.0 0 5 20 mm/yr EOT