User Tools

Site Tools


wphase:documentation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
wphase:documentation [2014/03/19 01:43]
wphase [Extracting data from (mini)SEED file(s)]
wphase:documentation [2015/05/01 10:35]
wphase [Dependencies]
Line 2: Line 2:
 ====== W-phase documentation ====== ====== W-phase documentation ======
  
 +In addition to this page, you should probably have a look to [[wphase:​tutorial|this tutorial page]].
  
 ===== Installation ===== ===== Installation =====
Line 7: Line 8:
 ==== Getting the code ==== ==== Getting the code ====
  
-Currently, the W-phase package is hosted as a github repository. ​Ask Zacharie Duputel <​zacharie.duputel@unistra.fr>​ or Luis Rivera <​luis.rivera@unistra.fr>​ for access to the repository. +Currently, the W-phase package is hosted as a github repository. ​To check out the W-phase repository:
- +
-Check out W-phase repository:+
 <​code>​ <​code>​
 git clone https://​github.com/​eost/​wphase.git wphase_package git clone https://​github.com/​eost/​wphase.git wphase_package
Line 20: Line 19:
 </​code>​ </​code>​
  
 +For more details on using git for W-phase, [[wphase:​repository|you can read this page.]]
  
 ==== Dependencies ==== ==== Dependencies ====
Line 26: Line 26:
   - csh shell   - csh shell
   - gcc and gfortran   - gcc and gfortran
-  - python2.7 +  - python2.7 ​(or later) 
-  - You have to install ​pylab and basemap (matplotlib ​toolkit) ​to run some python scripts which make figures.+  - You have to install ​numpy, ​matplotlib, basemap and netCDF4 ​to run some python scripts which make figures. 
 +  - rdseed
   - GMT4   - GMT4
  
 +To install these dependencies on MacOs, [[wphase:​macos|you can refer to this page]].
 ==== Building the code ==== ==== Building the code ====
  
Line 67: Line 69:
  
 ===== How to run W-phase ​ ===== ===== How to run W-phase ​ =====
 +
 +You should also have a look to [[wphase:​tutorial|the W-phase tutorial page]].
  
 ==== Preparing directories,​ i_master and CMTSOLUTION ==== ==== Preparing directories,​ i_master and CMTSOLUTION ====
Line 73: Line 77:
   * i_master: a file containing other parameters such as the band-pass filter parameters, ​ minimum and maximum distances, etc.                          ​   * i_master: a file containing other parameters such as the band-pass filter parameters, ​ minimum and maximum distances, etc.                          ​
  
-The format of these files are described in [[wphase#Notes on file formats|notes on file formats]]. ​+The format of these files are described in [[wphase:​documentation#Data formats|the file formats ​section]]. 
  
 Path to SEED file(s) must be correctly specified after the keyword '​SEED:'​ in the i_master file. If multiple SEED files are used for the same inversion, each of them must be referenced properly in i_master using one '​SEED:'​ line per file.  Path to SEED file(s) must be correctly specified after the keyword '​SEED:'​ in the i_master file. If multiple SEED files are used for the same inversion, each of them must be referenced properly in i_master using one '​SEED:'​ line per file. 
Line 79: Line 83:
 ----- -----
  
-==== Extracting data from SEED file(s) ​====+==== Extracting data from SEED ====
 Once the i_master and CMTSOLUTION files are created, we can extract waveforms and instrument response parameters and perform a rough screening by epicentral distance. This can be done using: ​ Once the i_master and CMTSOLUTION files are created, we can extract waveforms and instrument response parameters and perform a rough screening by epicentral distance. This can be done using: ​
 <​code>​${WPHASE_HOME}/​bin/​extract.csh</​code> ​ <​code>​${WPHASE_HOME}/​bin/​extract.csh</​code> ​
Line 188: Line 192:
  
 ===== Data formats ===== ===== Data formats =====
 +
 +You can also have a look to [[wphase:​tutorial|the W-phase tutorial page]].
  
 === CMTSOLUTION FILE === === CMTSOLUTION FILE ===
wphase/documentation.txt · Last modified: 2022/01/10 07:39 by wphase