[cig-commits] [commit] pluggable: add simple installation instruction and usage (30afc3d)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Apr 9 08:56:06 PDT 2014


Repository : ssh://geoshell/specfem3d_globe

On branch  : pluggable
Link       : https://github.com/geodynamics/specfem3d_globe/compare/64e1b38f0c5ebb4056cce0b15d41c0b9f94ab6e5...099a4d330d5b173b21e51ad441f9f429e5d37842

>---------------------------------------------------------------

commit 30afc3d59a93c0ab865690d9c6248de181ddf8b5
Author: Eh Tan <tan2 at earth.sinica.edu.tw>
Date:   Sun May 10 20:44:14 2009 +0000

    add simple installation instruction and usage


>---------------------------------------------------------------

30afc3d59a93c0ab865690d9c6248de181ddf8b5
 UTILS/seis_process/README | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/UTILS/seis_process/README b/UTILS/seis_process/README
new file mode 100644
index 0000000..e1086b0
--- /dev/null
+++ b/UTILS/seis_process/README
@@ -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