bgoutorbe / seismic-noise-tomography

Python framework for seismic noise tomography
170 stars 89 forks source link

Seismic noise tomography

This project is dedicated to provide a Python framework for seismic noise tomography, based on ObsPy and numerical Python packages such as numpy and scipy.

Requirements

The code is developped and tested on Ubuntu (but should run on other platforms as well) with Python 2.7.

In addition to Python 2.7, you need to install the following packages:

It is recommended to install these packages with pip install ... or with your favourite package manager, e.g., apt-get install ....

Optionally, you may want to install the Computer Programs in Seismology to be able to invert your dispersion maps for a 1-D shear velocity model, as these programs take care of the forward modelling.

How to start

You should start reading the example configuration file, tomo_Brazil.cnf, which contains global parameters and detailed instructions. You should then create your own configuration file (any name with cnf extension, *.cnf) with your own parameters, and place it in the same folder as the scripts. It is not advised to simply modify tomo_Brazil.cnf, as any update may revert your changes.

You may then use the scripts in the following order:

The scripts rely on the Python package pysismo, which must thus be located in a place included in your PATH (or PYTHONPATH) environment variable. The easiest choice is of course to place it in the same folder as the scripts.

How to update

The code is still experimental so you should regularly check for (and pull) updates. These will be backward-compatible, except if new parameters appear in the configuration file.

In other words, after any update, you should check whether new parameters were added to the example configuration file (tomo_Brazil.cnf) and insert them accordingly to your own configuration file.

References

The cross-correlation procedure of ambient noise between pairs of stations follows the steps advocated by Bensen et al. (2007). The measurement of dispersion curves is based on the frequency-time analysis (FTAN) with phase-matched filtering described in Levshin and Ritzwoller (2001) and Bensen et al. (2007). The tomographic inversion implements the linear inversion procedure with norm penalization and spatial smoothing of Barmin et al. (2001). The Markov chain Monte Carlo method is described by Mosegaard and Tarantola (1995), and the forward modelling is taken care of by the Computer Programs in Seimology (Herrmann, 2013).

Publications

Please let me know of your published works making use of this project.