#!/bin/csh # Draw basemap # ------------ pscoast -Jm4.29950956927511 -R-117.2453192/-116.0027468/33.6593636/35.1944224 \ -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-116.909192/33.93148766/33.93148766/50 \ -G255/255/255 -P -K >! LandersPro.ps # Calif lakes # ------------ psxy /attic/mapdata/lakes.calif \ -: -Jm -R -MS -W3/102/102/102 -G153/255/255 -O -K \ >> LandersPro.ps # Nevada faults # ------------- psxy /attic/mapdata/nevada.car \ -: -Jm -R -MS -W3/255/102/102 -O -K \ >> LandersPro.ps # Calif faults # ------------ # Historic and Holocene psxy /attic/mapdata/Qfaults2007_ungen_wgs84/his_hol_solid \ -Jm -R -MS -W2/175/0/0 -O -K \ >> LandersPro.ps psxy /attic/mapdata/Qfaults2007_ungen_wgs84/his_hol_dash \ -Jm -R -MS -W1/175/0/0 -O -K \ >> LandersPro.ps psxy /attic/mapdata/Qfaults2007_ungen_wgs84/his_hol_dots \ -Jm -R -MS -W1/175/0/0ta -O -K \ >> LandersPro.ps # Late Quaternary psxy /attic/mapdata/Qfaults2007_ungen_wgs84/lq_solid \ -Jm -R -MS -W2/255/150/100 -O -K \ >> LandersPro.ps psxy /attic/mapdata/Qfaults2007_ungen_wgs84/lq_dash \ -Jm -R -MS -W1/255/150/100 -O -K \ >> LandersPro.ps psxy /attic/mapdata/Qfaults2007_ungen_wgs84/lq_dots \ -Jm -R -MS -W1/255/150/100ta -O -K \ >> LandersPro.ps # Quaternary psxy /attic/mapdata/Qfaults2007_ungen_wgs84/q_solid \ -Jm -R -MS -W2/200/200/0 -O -K \ >> LandersPro.ps psxy /attic/mapdata/Qfaults2007_ungen_wgs84/q_dashed \ -Jm -R -MS -W1/200/200/0 -O -K \ >> LandersPro.ps psxy /attic/mapdata/Qfaults2007_ungen_wgs84/q_dots \ -Jm -R -MS -W1/200/200/0ta -O -K \ >> LandersPro.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 \ >> LandersPro.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 \ >> LandersPro.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 \ >> LandersPro.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 \ >> LandersPro.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 \ >> LandersPro.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 \ >> LandersPro.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 \ >> LandersPro.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 \ >> LandersPro.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 \ >> LandersPro.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 \ >> LandersPro.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 \ >> LandersPro.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 \ >> LandersPro.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 \ >> LandersPro.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 \ >> LandersPro.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 \ >> LandersPro.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 \ >> LandersPro.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 \ >> LandersPro.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 \ >> LandersPro.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 \ >> LandersPro.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 \ >> LandersPro.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 \ >> LandersPro.ps EOT # Station labels # -------------- pstext << EOT -: -R -Jm -G0/0/0 -D.07/-.07 -O -K \ >> LandersPro.ps 34.309029 -116.458006 9 0.0 1 5 3162 34.327039 -116.471344 9 0.0 1 5 CIST 34.078016 -116.969192 9 0.0 1 5 DIVI 34.334788 -116.419441 9 0.0 1 5 DOYL 34.501177 -116.719016 9 0.0 1 5 FRYY 34.316971 -116.432335 9 0.0 1 5 ISPY 34.574403 -116.557068 9 0.0 1 5 LAE1 34.588914 -116.522058 9 0.0 1 5 LAE2 34.617942 -116.486830 9 0.0 1 5 LAE3 34.734135 -116.329171 9 0.0 1 5 LAE4 34.542357 -116.588158 9 0.0 1 5 LAW1 34.526689 -116.623692 9 0.0 1 5 LAW2 34.501501 -116.669005 9 0.0 1 5 LAW3 34.453825 -116.665206 9 0.0 1 5 LAW4 34.439499 -116.881950 9 0.0 1 5 LUSB 34.775770 -116.776557 9 0.0 1 5 LV54 34.419040 -116.458361 9 0.0 1 5 MAUM 34.257908 -116.617424 9 0.0 1 5 MEEK 34.404789 -116.549701 9 0.0 1 5 MEAN 34.390502 -116.697946 9 0.0 1 5 OLDD 34.388663 -116.751874 9 0.0 1 5 OLDW 34.674891 -116.815083 9 0.0 1 5 ORD9 34.346478 -116.431144 9 0.0 1 5 PIPE 34.264112 -116.468879 9 0.0 1 5 RICH 34.544155 -116.770598 9 0.0 1 5 RK35 34.254994 -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 \ >> LandersPro.ps 56.6833 -153.3000 EOT # Kodiak Earthquake label # ------------------------ pstext << EOT -: -R -Jm -G0 -O -K \ >> LandersPro.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 \ >> LandersPro.ps 57.51 -154.67 EOT # Kodiak Earthquake label # ------------------------ pstext << EOT -: -R -Jm -G0 -O -K \ >> LandersPro.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.006992029086841/.95/0 -B \ -Jm -A0.01/0.12/0.03 -O -K \ >> LandersPro.ps -116.458006 34.309029 0.00 0.00 0.00 0.00 0.0000 3162 -116.471344 34.327039 0.00 0.00 0.00 0.00 0.0000 CIST -116.969192 34.078016 0.00 0.00 0.00 0.00 0.0000 DIVI -116.419441 34.334788 0.00 0.00 0.00 0.00 0.0000 DOYL -116.719016 34.501177 0.00 0.00 0.00 0.00 0.0000 FRYY -116.432335 34.316971 0.00 0.00 0.00 0.00 -0.1141 ISPY -116.557068 34.574403 -49.29 23.69 0.62 0.52 0.0312 LAE1 -116.522058 34.588914 -58.68 28.11 0.63 0.53 0.0339 LAE2 -116.486830 34.617942 -89.07 38.83 0.63 0.52 0.0302 LAE3 -116.329171 34.734135 -48.59 -143.02 0.65 0.55 0.0340 LAE4 -116.588158 34.542357 -38.36 29.81 0.55 0.46 0.0290 LAW1 -116.623692 34.526689 -23.39 20.59 0.68 0.59 0.0755 LAW2 -116.669005 34.501501 -19.83 21.61 0.70 0.59 0.0677 LAW3 -116.665206 34.453825 -13.69 23.66 0.76 0.65 0.1043 LAW4 -116.881950 34.439499 0.00 0.00 0.00 0.00 0.0000 LUSB -116.776557 34.775770 0.00 0.00 0.00 0.00 0.0000 LV54 -116.458361 34.419040 0.00 0.00 0.00 0.00 0.0341 MAUM -116.617424 34.257908 -1.12 32.26 0.95 0.71 0.0461 MEEK -116.549701 34.404789 0.00 0.00 0.00 0.00 0.0000 MEAN -116.697946 34.390502 -9.55 25.02 0.59 0.51 0.0408 OLDD -116.751874 34.388663 -9.90 22.35 0.71 0.61 0.0654 OLDW -116.815083 34.674891 0.00 0.00 0.00 0.00 0.0000 ORD9 -116.431144 34.346478 0.00 0.00 0.00 0.00 0.0000 PIPE -116.468879 34.264112 3.68 35.95 0.90 0.58 0.0735 RICH -116.770598 34.544155 0.00 0.00 0.00 0.00 0.0000 RK35 -116.278874 34.254994 9.36 41.26 0.49 0.44 0.0453 SANH EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> LandersPro.ps 34.309029 -116.458006 3162 EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> LandersPro.ps 34.327039 -116.471344 CIST EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> LandersPro.ps 34.078016 -116.969192 DIVI EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> LandersPro.ps 34.334788 -116.419441 DOYL EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> LandersPro.ps 34.501177 -116.719016 FRYY EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> LandersPro.ps 34.316971 -116.432335 ISPY EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> LandersPro.ps 34.574403 -116.557068 LAE1 EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> LandersPro.ps 34.588914 -116.522058 LAE2 EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> LandersPro.ps 34.617942 -116.486830 LAE3 EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> LandersPro.ps 34.734135 -116.329171 LAE4 EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> LandersPro.ps 34.542357 -116.588158 LAW1 EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> LandersPro.ps 34.526689 -116.623692 LAW2 EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> LandersPro.ps 34.501501 -116.669005 LAW3 EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> LandersPro.ps 34.453825 -116.665206 LAW4 EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> LandersPro.ps 34.439499 -116.881950 LUSB EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> LandersPro.ps 34.775770 -116.776557 LV54 EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> LandersPro.ps 34.419040 -116.458361 MAUM EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> LandersPro.ps 34.257908 -116.617424 MEEK EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> LandersPro.ps 34.404789 -116.549701 MEAN EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> LandersPro.ps 34.390502 -116.697946 OLDD EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> LandersPro.ps 34.388663 -116.751874 OLDW EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> LandersPro.ps 34.674891 -116.815083 ORD9 EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> LandersPro.ps 34.346478 -116.431144 PIPE EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> LandersPro.ps 34.264112 -116.468879 RICH EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> LandersPro.ps 34.544155 -116.770598 RK35 EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> LandersPro.ps 34.254994 -116.278874 SANH EOT # Olympia Earthquake # ------------------ psxy << EOT -: -R -W5/51/51/255 -G255/255/255 \ -Jm -Sa.15 -O -K \ >> LandersPro.ps 47.167 -122.733 EOT # HM Earthquake # ------------- psxy << EOT -: -R -W5/51/51/255 -G255/255/255 \ -Jm -Sa.15 -O -K \ >> LandersPro.ps 34.595500 -116.268167 EOT # HM Earthquake label # -- -------------- pstext << EOT -: -R -Jm -G0 -O -K \ >> LandersPro.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 \ >> LandersPro.ps 34.216666667 -116.43333333333 EOT # Landers Earthquake label # ------------------------ pstext << EOT -: -R -Jm -G0 -O -K \ >> LandersPro.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.006992029086841/.95/0 -B \ -Jm -A0.03/0.12/0.03 -O -K \ >> LandersPro.ps 33.82682456 -116.909192 0.0 20.0 0.0 0.0 0.0 Scale EOT pstext << EOT -: -R -Jm -O \ >> LandersPro.ps 33.77449301 -116.909192 9 0.0 0 5 20 mm/yr EOT