[cig-commits] r14985 - seismo/3D/ADJOINT_TOMO/flexwin/scripts/prepare_scripts/socal

carltape at geodynamics.org carltape at geodynamics.org
Tue May 12 06:38:30 PDT 2009


Author: carltape
Date: 2009-05-12 06:38:29 -0700 (Tue, 12 May 2009)
New Revision: 14985

Modified:
   seismo/3D/ADJOINT_TOMO/flexwin/scripts/prepare_scripts/socal/process_data_and_syn.pl
Log:
Added comments to socal processing file. 
M


Modified: seismo/3D/ADJOINT_TOMO/flexwin/scripts/prepare_scripts/socal/process_data_and_syn.pl
===================================================================
--- seismo/3D/ADJOINT_TOMO/flexwin/scripts/prepare_scripts/socal/process_data_and_syn.pl	2009-05-12 06:06:48 UTC (rev 14984)
+++ seismo/3D/ADJOINT_TOMO/flexwin/scripts/prepare_scripts/socal/process_data_and_syn.pl	2009-05-12 13:38:29 UTC (rev 14985)
@@ -7,7 +7,7 @@
 #  process_data_and_syn.pl
 #
 #  This script processes data and 3D-Socal-SEM synthetics for Southern California.
-#  It calls two in-house processing scripts
+#  It calls two Caltech in-house SAC-based Perl processing scripts
 #       process_cal_data.pl 
 #       process_trinet_syn_new.pl
 #  The general procedure is advised for pre-processing data and synthetics for
@@ -40,6 +40,27 @@
 #    ~/UTILS/process_data_and_syn.pl 4 m16 1 0 d 2/30    # data, bandpass T=2-30
 #    ~/UTILS/process_data_and_syn.pl 4 m16 0 1 d 2/30    # syn, bandpass T=2-30
 #
+#  FILE-NAMING CONVENTIONS (example for event 9818433):
+#    DATA                                 -- main data directory
+#       9818433                           -- event directory
+#          9818433.CI.PAS.BHZ.sac         -- raw record
+#          9818433_dat_cut_done           -- list of data files to cut
+#          9818433_syn_cut                -- list of syn files to cut
+#          PROCESSED                      -- initial processing directory
+#             9818433.CI.PAS.BHZ.sac.d    -- sac headers, interpolated, cut
+#             PROCESSED_T006_T030         -- bandpass directory
+#                 9818433.CI.PAS.BHZ.sac.d.T006_T030  -- bandpass (and rotated)
+#
+#    SYN                                  -- main synthetics directory
+#       model_m00                         -- model iteration
+#          9818433                        -- event directory
+#             PAS.CI.BHZ.semd.sac         -- "raw" synthetic record
+#             9818433_syn_cut_done        -- list of synthetics that were cut
+#             PROCESSED                   -- initial processing directory
+#                PAS.CI.BHZ.semd.sac.m00  -- sac headers, hdur convolution, interpolated, cut
+#                PROCESSED_T006_T030      -- bandpass directory
+#                    PAS.CI.BHZ.semd.sac.m00.T006_T030 -- bandpass (and rotated)
+#
 #==========================================================
 
 if (@ARGV < 6) {die("Usage: process_data_and_syn.pl iprocess smodel idata isyn dat_ext Tmin/Tmax\n")}



More information about the CIG-COMMITS mailing list