Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.
/ cmp Public archive

A toy implementation of a brute force CMP seismic method

License

Notifications You must be signed in to change notification settings

hpg-cepetro/cmp

Repository files navigation

Common Mid Point

This is a toy program that estimates the best velocity parameter for each seismic session point, using a brute force algorithm. Notion of best is given by the semblance correlation function.

Building & Testing

You will need CMake to compile this program. To build, execute the following

mkdir build
cd build
cmake ..
make

To test the program, you will need a prestack file in the SU file format. Edit the script test-cmp.sh to point to your seismic file and execute it to test the program.

License

This software is licensed under GPL version 2. It also makes use of the UT Hash library, which is BSD Revised.

About

A toy implementation of a brute force CMP seismic method

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages