#!/bin/csh # Draw basemap # ------------ pscoast -Jm5.22579256111915 -R-120.5/-119.5/34.8/35.8661082 \ -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-119.2/34.5/34.5/50.0 \ -G255/255/255 -P -K >! Carrizo.ps # Calif lakes # ------------ psxy /attic/mapdata/lakes.calif \ -: -Jm -R -MS -W3/102/102/102 -G153/255/255 -O -K \ >> Carrizo.ps # Nevada faults # ------------- psxy /attic/mapdata/nevada.car \ -: -Jm -R -MS -W3/255/102/102 -O -K \ >> Carrizo.ps # Calif faults # ------------ # Historic and Holocene psxy /attic/mapdata/Qfaults2007_ungen_wgs84/his_hol_solid \ -Jm -R -MS -W2/175/0/0 -O -K \ >> Carrizo.ps psxy /attic/mapdata/Qfaults2007_ungen_wgs84/his_hol_dash \ -Jm -R -MS -W1/175/0/0 -O -K \ >> Carrizo.ps psxy /attic/mapdata/Qfaults2007_ungen_wgs84/his_hol_dots \ -Jm -R -MS -W1/175/0/0ta -O -K \ >> Carrizo.ps # Late Quaternary psxy /attic/mapdata/Qfaults2007_ungen_wgs84/lq_solid \ -Jm -R -MS -W2/255/150/100 -O -K \ >> Carrizo.ps psxy /attic/mapdata/Qfaults2007_ungen_wgs84/lq_dash \ -Jm -R -MS -W1/255/150/100 -O -K \ >> Carrizo.ps psxy /attic/mapdata/Qfaults2007_ungen_wgs84/lq_dots \ -Jm -R -MS -W1/255/150/100ta -O -K \ >> Carrizo.ps # Quaternary psxy /attic/mapdata/Qfaults2007_ungen_wgs84/q_solid \ -Jm -R -MS -W2/200/200/0 -O -K \ >> Carrizo.ps psxy /attic/mapdata/Qfaults2007_ungen_wgs84/q_dashed \ -Jm -R -MS -W1/200/200/0 -O -K \ >> Carrizo.ps psxy /attic/mapdata/Qfaults2007_ungen_wgs84/q_dots \ -Jm -R -MS -W1/200/200/0ta -O -K \ >> Carrizo.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 \ >> Carrizo.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 \ >> Carrizo.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 \ >> Carrizo.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 \ >> Carrizo.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 \ >> Carrizo.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 \ >> Carrizo.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 \ >> Carrizo.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 \ >> Carrizo.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 \ >> Carrizo.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 \ >> Carrizo.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 \ >> Carrizo.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 \ >> Carrizo.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 \ >> Carrizo.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 \ >> Carrizo.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 \ >> Carrizo.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 \ >> Carrizo.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 \ >> Carrizo.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 \ >> Carrizo.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 \ >> Carrizo.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 \ >> Carrizo.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 \ >> Carrizo.ps EOT # Station labels # -------------- pstext << EOT -: -R -Jm -G0/0/0 -D.07/-.07 -O -K \ >> Carrizo.ps 35.688673 -120.335922 9 0.0 1 5 B121 35.725234 -120.191049 9 0.0 1 5 F179 35.607362 -120.345852 9 0.0 1 5 H623 35.480931 -120.113340 9 0.0 1 5 CARC 35.388266 -120.031629 9 0.0 1 5 MUST 35.443843 -120.043640 9 0.0 1 5 NOHW 35.439412 -120.136519 9 0.0 1 5 SNDY 35.566174 -120.160067 9 0.0 1 5 SNLU 35.680339 -120.288586 9 0.0 1 5 JA32 35.652838 -120.215505 9 0.0 1 5 V616 35.559120 -120.069693 9 0.0 1 5 PT12 35.651263 -120.169962 9 0.0 1 5 ANET 35.643718 -120.231131 9 0.0 1 5 HUSP 35.351614 -120.040734 9 0.0 1 5 LS37 35.616201 -120.203023 9 0.0 1 5 TNLS 35.533166 -120.038271 9 0.0 1 5 YEGU 35.605949 -120.088759 9 0.0 1 5 MILX 35.259967 -119.954492 9 0.0 1 5 MLFL 35.184908 -120.085272 9 0.0 1 5 ALNC 35.161241 -120.474981 9 0.0 1 5 BIDD 35.036309 -119.760404 9 0.0 1 5 LGO7 35.250019 -119.847850 9 0.0 1 5 CRZO 35.358052 -119.850919 9 0.0 1 5 CAUV 35.242179 -119.724648 9 0.0 1 5 CR88 35.441196 -119.654153 9 0.0 1 5 GLNC 35.556688 -120.106725 9 0.0 1 5 GO57 35.413626 -119.766254 9 0.0 1 5 GOUL 35.182273 -120.235823 9 0.0 1 5 HTH2 34.959884 -120.299677 9 0.0 1 5 LNDA 35.075622 -120.067135 9 0.0 1 5 MA80 35.290701 -119.763994 9 0.0 1 5 MCKT 35.153550 -119.808225 9 0.0 1 5 PNTD 35.351229 -120.003479 9 0.0 1 5 SIMM 35.387207 -120.145563 9 0.0 1 5 SLO5 35.133382 -119.901961 9 0.0 1 5 SLTS 35.072946 -120.251324 9 0.0 1 5 STN3 35.125527 -119.998832 9 0.0 1 5 SYCA 35.358802 -119.681613 9 0.0 1 5 WLPT 35.311804 -120.661092 9 0.0 1 5 USLO 37.169941 -119.309350 9 0.0 1 5 MUSB 36.765304 -121.447184 9 0.0 1 5 SAOB 34.682283 -118.576806 9 0.0 1 5 BRPK 34.413306 -119.843813 9 0.0 1 5 UCSB 36.359957 -119.057905 9 0.0 1 5 LCOV 35.157276 -119.347506 9 0.0 1 5 BVPP 34.942646 -119.673947 9 0.0 1 5 CUHS 34.739060 -120.278558 9 0.0 1 5 ORES 34.733009 -120.009380 9 0.0 1 5 FGST 34.556311 -120.616450 9 0.0 1 5 VNDP 35.010848 -118.983688 9 0.0 1 5 WGPP 35.010714 -120.409748 9 0.0 1 5 P514 34.870554 -120.239849 9 0.0 1 5 515P 35.106200 -120.383390 9 0.0 1 5 P516 35.304449 -120.860271 9 0.0 1 5 P523 35.327811 -120.545447 9 0.0 1 5 P528 35.279767 -120.025019 9 0.0 1 5 P536 35.316796 -119.935339 9 0.0 1 5 P537 35.318992 -119.713220 9 0.0 1 5 P543 35.418669 -119.421165 9 0.0 1 5 P563 35.235127 -120.101420 9 0.0 1 5 P535 35.622911 -119.349389 9 0.0 1 5 P564 EOT # Kodiak Earthquake # ------------------ psxy << EOT -: -R -W5/51/51/255 -G255/255/255 \ -Jm -Sa.15 -O -K \ >> Carrizo.ps 56.6833 -153.3000 EOT # Kodiak Earthquake label # ------------------------ pstext << EOT -: -R -Jm -G0 -O -K \ >> Carrizo.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 \ >> Carrizo.ps 57.51 -154.67 EOT # Kodiak Earthquake label # ------------------------ pstext << EOT -: -R -Jm -G0 -O -K \ >> Carrizo.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.014981264051961/.95/0 -B \ -Jm -A0.01/0.12/0.03 -O -K \ >> Carrizo.ps -120.335922 35.688673 0.00 0.00 0.00 0.00 -0.2302 B121 -120.191049 35.725234 0.00 0.00 0.00 0.00 -0.1420 F179 -120.345852 35.607362 0.00 0.00 0.00 0.00 -0.1372 H623 -120.113340 35.480931 0.00 0.00 0.00 0.00 0.0050 CARC -120.031629 35.388266 0.00 0.00 0.00 0.00 -0.0100 MUST -120.043640 35.443843 0.00 0.00 0.00 0.00 0.0014 NOHW -120.136519 35.439412 0.00 0.00 0.00 0.00 -0.0059 SNDY -120.160067 35.566174 0.00 0.00 0.00 0.00 -0.0100 SNLU -120.288586 35.680339 0.00 0.00 0.00 0.00 -0.0104 JA32 -120.215505 35.652838 0.00 0.00 0.00 0.00 -0.0899 V616 -120.069693 35.559120 0.00 0.00 0.00 0.00 -0.1193 PT12 -120.169962 35.651263 0.00 0.00 0.00 0.00 0.0222 ANET -120.231131 35.643718 0.00 0.00 0.00 0.00 -0.0185 HUSP -120.040734 35.351614 0.00 0.00 0.00 0.00 -0.1274 LS37 -120.203023 35.616201 0.00 0.00 0.00 0.00 -0.0111 TNLS -120.038271 35.533166 0.00 0.00 0.00 0.00 -0.0074 YEGU -120.088759 35.605949 0.00 0.00 0.00 0.00 -0.0079 MILX -119.954492 35.259967 0.00 0.00 0.00 0.00 -0.0251 MLFL -120.085272 35.184908 0.00 0.00 0.00 0.00 0.0162 ALNC -120.474981 35.161241 0.00 0.00 0.00 0.00 -0.0395 BIDD -119.760404 35.036309 0.00 0.00 0.00 0.00 0.0112 LGO7 -119.847850 35.250019 0.00 0.00 0.00 0.00 0.1085 CRZO -119.850919 35.358052 0.00 0.00 0.00 0.00 0.0021 CAUV -119.724648 35.242179 0.00 0.00 0.00 0.00 -0.0094 CR88 -119.654153 35.441196 0.00 0.00 0.00 0.00 0.2054 GLNC -120.106725 35.556688 0.00 0.00 0.00 0.00 -0.0370 GO57 -119.766254 35.413626 0.00 0.00 0.00 0.00 -0.0045 GOUL -120.235823 35.182273 0.00 0.00 0.00 0.00 0.0030 HTH2 -120.299677 34.959884 0.00 0.00 0.00 0.00 0.0299 LNDA -120.067135 35.075622 0.00 0.00 0.00 0.00 0.0137 MA80 -119.763994 35.290701 0.00 0.00 0.00 0.00 0.0266 MCKT -119.808225 35.153550 0.00 0.00 0.00 0.00 0.1859 PNTD -120.003479 35.351229 0.00 0.00 0.00 0.00 -0.0358 SIMM -120.145563 35.387207 0.00 0.00 0.00 0.00 -0.0508 SLO5 -119.901961 35.133382 0.00 0.00 0.00 0.00 -0.0063 SLTS -120.251324 35.072946 0.00 0.00 0.00 0.00 -0.0183 STN3 -119.998832 35.125527 0.00 0.00 0.00 0.00 -0.0001 SYCA -119.681613 35.358802 0.00 0.00 0.00 0.00 0.0157 WLPT -120.661092 35.311804 -29.36 35.36 1.61 1.50 0.0048 USLO -119.309350 37.169941 -11.18 8.73 1.64 1.51 0.0036 MUSB -121.447184 36.765304 -28.78 35.12 1.60 1.49 -0.0139 SAOB -118.576806 34.682283 -21.74 21.84 1.61 1.50 -0.0074 BRPK -119.843813 34.413306 -28.00 34.45 1.65 1.50 -0.0594 UCSB -119.057905 36.359957 -13.03 9.18 1.60 1.50 0.0104 LCOV -119.347506 35.157276 -22.12 15.75 1.58 1.49 -0.0065 BVPP -119.673947 34.942646 -38.34 40.03 1.62 1.54 -0.0080 CUHS -120.278558 34.739060 -33.44 33.60 1.58 1.48 -0.0241 ORES -120.009380 34.733009 -31.19 34.20 1.58 1.48 -0.0079 FGST -120.616450 34.556311 0.00 0.00 0.00 0.00 -0.0240 VNDP -118.983688 35.010848 -19.08 16.50 1.59 1.49 -0.0177 WGPP -120.409748 35.010714 -30.55 33.84 1.73 1.60 -0.0128 P514 -120.239849 34.870554 -32.93 33.97 1.62 1.51 -0.0136 515P -120.383390 35.106200 -31.18 33.83 1.58 1.48 0.0071 P516 -120.860271 35.304449 -30.20 36.73 1.57 1.48 -0.0175 P523 -120.545447 35.327811 -21.97 32.71 2.27 2.08 -0.0095 P528 -120.025019 35.279767 -26.12 29.49 1.58 1.48 -0.0044 P536 -119.935339 35.316796 -24.33 25.66 1.58 1.48 -0.0086 P537 -119.713220 35.318992 -18.17 19.86 1.59 1.49 0.0273 P543 -119.421165 35.418669 -17.91 11.19 1.58 1.48 -0.0096 P563 -120.101420 35.235127 0.00 0.00 0.00 0.00 -0.0158 P535 -119.349389 35.622911 0.00 0.00 0.00 0.00 -0.0076 P564 EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> Carrizo.ps 35.688673 -120.335922 B121 EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> Carrizo.ps 35.725234 -120.191049 F179 EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> Carrizo.ps 35.607362 -120.345852 H623 EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> Carrizo.ps 35.480931 -120.113340 CARC EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> Carrizo.ps 35.388266 -120.031629 MUST EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> Carrizo.ps 35.443843 -120.043640 NOHW EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> Carrizo.ps 35.439412 -120.136519 SNDY EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> Carrizo.ps 35.566174 -120.160067 SNLU EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> Carrizo.ps 35.680339 -120.288586 JA32 EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> Carrizo.ps 35.652838 -120.215505 V616 EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> Carrizo.ps 35.559120 -120.069693 PT12 EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> Carrizo.ps 35.651263 -120.169962 ANET EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> Carrizo.ps 35.643718 -120.231131 HUSP EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> Carrizo.ps 35.351614 -120.040734 LS37 EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> Carrizo.ps 35.616201 -120.203023 TNLS EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> Carrizo.ps 35.533166 -120.038271 YEGU EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> Carrizo.ps 35.605949 -120.088759 MILX EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> Carrizo.ps 35.259967 -119.954492 MLFL EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> Carrizo.ps 35.184908 -120.085272 ALNC EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> Carrizo.ps 35.161241 -120.474981 BIDD EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> Carrizo.ps 35.036309 -119.760404 LGO7 EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> Carrizo.ps 35.250019 -119.847850 CRZO EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> Carrizo.ps 35.358052 -119.850919 CAUV EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> Carrizo.ps 35.242179 -119.724648 CR88 EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> Carrizo.ps 35.441196 -119.654153 GLNC EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> Carrizo.ps 35.556688 -120.106725 GO57 EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> Carrizo.ps 35.413626 -119.766254 GOUL EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> Carrizo.ps 35.182273 -120.235823 HTH2 EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> Carrizo.ps 34.959884 -120.299677 LNDA EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> Carrizo.ps 35.075622 -120.067135 MA80 EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> Carrizo.ps 35.290701 -119.763994 MCKT EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> Carrizo.ps 35.153550 -119.808225 PNTD EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> Carrizo.ps 35.351229 -120.003479 SIMM EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> Carrizo.ps 35.387207 -120.145563 SLO5 EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> Carrizo.ps 35.133382 -119.901961 SLTS EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> Carrizo.ps 35.072946 -120.251324 STN3 EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> Carrizo.ps 35.125527 -119.998832 SYCA EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -St0.10 -O -K \ >> Carrizo.ps 35.358802 -119.681613 WLPT EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -Sc0.07 -O -K \ >> Carrizo.ps 35.311804 -120.661092 USLO EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -Sc0.07 -O -K \ >> Carrizo.ps 37.169941 -119.309350 MUSB EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -Sc0.07 -O -K \ >> Carrizo.ps 36.765304 -121.447184 SAOB EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -Sc0.07 -O -K \ >> Carrizo.ps 34.682283 -118.576806 BRPK EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -Sc0.07 -O -K \ >> Carrizo.ps 34.413306 -119.843813 UCSB EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -Sc0.07 -O -K \ >> Carrizo.ps 36.359957 -119.057905 LCOV EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -Sc0.07 -O -K \ >> Carrizo.ps 35.157276 -119.347506 BVPP EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -Sc0.07 -O -K \ >> Carrizo.ps 34.942646 -119.673947 CUHS EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -Sc0.07 -O -K \ >> Carrizo.ps 34.739060 -120.278558 ORES EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -Sc0.07 -O -K \ >> Carrizo.ps 34.733009 -120.009380 FGST EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -Sc0.07 -O -K \ >> Carrizo.ps 34.556311 -120.616450 VNDP EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -Sc0.07 -O -K \ >> Carrizo.ps 35.010848 -118.983688 WGPP EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -Sc0.07 -O -K \ >> Carrizo.ps 35.010714 -120.409748 P514 EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -Sc0.07 -O -K \ >> Carrizo.ps 34.870554 -120.239849 515P EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -Sc0.07 -O -K \ >> Carrizo.ps 35.106200 -120.383390 P516 EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -Sc0.07 -O -K \ >> Carrizo.ps 35.304449 -120.860271 P523 EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -Sc0.07 -O -K \ >> Carrizo.ps 35.327811 -120.545447 P528 EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -Sc0.07 -O -K \ >> Carrizo.ps 35.279767 -120.025019 P536 EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -Sc0.07 -O -K \ >> Carrizo.ps 35.316796 -119.935339 P537 EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -Sc0.07 -O -K \ >> Carrizo.ps 35.318992 -119.713220 P543 EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -Sc0.07 -O -K \ >> Carrizo.ps 35.418669 -119.421165 P563 EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -Sc0.07 -O -K \ >> Carrizo.ps 35.235127 -120.101420 P535 EOT # Station dots # ------------ psxy << EOT -: -R -W2/0/0/0 -G255/0/0 \ -Jm -Sc0.07 -O -K \ >> Carrizo.ps 35.622911 -119.349389 P564 EOT # Olympia Earthquake # ------------------ psxy << EOT -: -R -W5/51/51/255 -G255/255/255 \ -Jm -Sa.15 -O -K \ >> Carrizo.ps 47.167 -122.733 EOT # HM Earthquake # ------------- psxy << EOT -: -R -W5/51/51/255 -G255/255/255 \ -Jm -Sa.15 -O -K \ >> Carrizo.ps 34.595500 -116.268167 EOT # HM Earthquake label # -- -------------- pstext << EOT -: -R -Jm -G0 -O -K \ >> Carrizo.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 \ >> Carrizo.ps 34.216666667 -116.43333333333 EOT # Landers Earthquake label # ------------------------ pstext << EOT -: -R -Jm -G0 -O -K \ >> Carrizo.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.014981264051961/.95/0 -B \ -Jm -A0.03/0.12/0.03 -O -K \ >> Carrizo.ps 34.45 -119.2 0.0 20.0 0.0 0.0 0.0 Scale EOT pstext << EOT -: -R -Jm -O \ >> Carrizo.ps 34.4 -119.2 9 0.0 0 5 20 mm/yr EOT