Code Monkey home page Code Monkey logo

fj-vorotomo's Introduction

Example Codes for the FJ-VoroTomo

Autor: Zhengbo Li et al., Department of Earth and Space Sciences, SUSTech, China

Related Paper: Multiple Voronoi partition improves multimodal dispersion imaging from ambient noise: a case study of Lasso dense array (Submitted to JGR:SE)

Introduction

This is an example code of the implementation of the FJ-VoroTomo method for 3-D Vs imaging of a seismic array. The step-by-step workflow is shown below:

  1. Before using this code, you need to prepare the calculated Noise Cross-correlation Functions (NCFs) first. The CC-FJpy package (https://github.com/ColinLii/CC-FJpy) can be used for the NCFs' calculation.
  2. For our codes, the NCFs in frequency domain were saved as a HDF5 file, which contains "StationPairs", "f", "ncfs" and "r" four matrices, which were calculated by the CC-FJpy.
  3. After the NCFs preparation, use the "VoroTomo.py" to generate the VoroTomo partitions and calculate the F-J spectrum for each partition. Then, you will get all the output HDF5 files containing F-J spectrum in the out dir. Detailed parameters please see the comments in the "VoroTomo.py".
  4. You can use DisperNet (https://github.com/Dongsh/DisperNet) to obtain the dispersion curves of each F-J spectrum. Saving these dispersion curves in the dir "curves" as ASCII files with the same file name but with different suffixes of the F-J spectrum file (e.g., output/vor5_2.h5 -> curves/vor5_2.txt). The dispersion curve file contains three columns: frequency, phase velocity, and mode number.
  5. Using the "generate_curves.py" to generate Dispersion curves for each target point from the previous dispersion curves.
  6. Finally, use the DisbaTomo (https://github.com/pan3rock/DisbaTomo) to invert the Vs structure of each target point.

Python Package Used

  • Python3
  • Numpy
  • Scipy
  • os
  • h5py
  • Pandas
  • CC-FJpy
  • DisbaTomo
  • DisperNet

fj-vorotomo's People

Contributors

colinlii avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.