iggcaswy / Fast-CRS

Fast estimation of CRS parameters using structure tensors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fast-CRS

Fast estimation of CRS parameters using structure tensors.

A MATLAB implementation of the method described in:

Fast and robust common-reflection-surface parameter estimation.
Waldeland, Anders Ueland; Zhao, Hao; Faccipieri, J. H.; Solberg, Anne H Schistad; Gelius, Leiv-J.
Geophysics. 2017, 83 (1), O1-O13, DOI: http://dx.doi.org/10.1190/geo2017-0113.1

Fast estimation of prestack common reflection surface parameters.
Waldeland, Anders Ueland; Tiago A. Coimbra; Jorge H. Faccipieri; Anne H. Schistad Solberg; Leiv‐J. Gelius
Geophysical Prospecting, 2019, online pre-paper, https://onlinelibrary.wiley.com/doi/abs/10.1111/1365-2478.12740

Setup:

Main files:

  • example_ZO_CRS.m - Example of how to run ZO CRS full search or the fast structure tensor method
  • example_FO_CRS.m - Example of how to run FO CRS full search or the fast structure tensor method
  • The folder nD_structure_tensor contains an n-dimensional implementation of the gradient structure tensor (GST) and the quadratic gradient structure tensor (QST)
  • The folder 2D_structure_tensor contains a 2-dimensional implementation of the gradient structure tensor which should be more easy to understand than the n-dimensional.
  • structure_tensors.pdf - Details about the GST and QST.

Credit:

Fast linear interpolation method by Umberto Picchini is included in this repositorty (https://se.mathworks.com/matlabcentral/fileexchange/8627-fast-linear-interpolation)

Disclaimer:

This code was not used to generate the results in the referenced paper and has not been thoroughly tested. It is therefore not nessicarily representative for running times and results presented in the paper. The purpose of the code is rather to provide an educational presentation of the proposed method.

Contact:

Email: anders.u.waldeland@gmail.com

About

Fast estimation of CRS parameters using structure tensors


Languages

Language:MATLAB 93.1%Language:C 6.9%