[cig-commits] r14966 - seismo/3D/SPECFEM3D_GLOBE/branches/pluggable/UTILS/seis_process

tan2 at geodynamics.org tan2 at geodynamics.org
Sun May 10 13:44:14 PDT 2009


Author: tan2
Date: 2009-05-10 13:44:14 -0700 (Sun, 10 May 2009)
New Revision: 14966

Added:
   seismo/3D/SPECFEM3D_GLOBE/branches/pluggable/UTILS/seis_process/README
Log:
add simple installation instruction and usage

Added: seismo/3D/SPECFEM3D_GLOBE/branches/pluggable/UTILS/seis_process/README
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/branches/pluggable/UTILS/seis_process/README	                        (rev 0)
+++ seismo/3D/SPECFEM3D_GLOBE/branches/pluggable/UTILS/seis_process/README	2009-05-10 20:44:14 UTC (rev 14966)
@@ -0,0 +1,33 @@
+===========
+Installation
+============
+
+The package requires SAC program, which can be obtained from IRIS website. 
+You will need to set the environment variable SACAUX properly before 
+installing this package.
+
+Running the following commands to compile and install the package. 
+  ./configure --prefix=$PWD
+  make
+  make install
+
+
+=================
+Using the Package
+=================
+
+There are five programs in the package. Each program can be run without
+agument to get a help message. The purpose of each program is:
+
+* "process_data.pl" can post-process real seismograms.
+
+* "process_syn.pl" can post-process synthetic seismograms.
+
+* "asc2sac" can convert a time series in ASCII to SAC format.
+
+* "rotate.pl" can rotate the seismograms from East-North components to 
+  Transversal-Radial components.
+
+* "convolve_stf" can convolve the seismograms with a gaussiang or triangular
+  source time function.
+



More information about the CIG-COMMITS mailing list