Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.31 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.31 KB

G_Seis

Simple 2D-Seismic data processing GUI application

G_Seis

Functionality

  1. SEGY read/write (reads to binary file of format single)
  2. visualize data with three keys sorting
  3. surface-consistent first arrival (or amplitude) decomposition according to 2, 3, 4 factor model
  4. interactively build velocity model based on decomposed arrival picks
  5. perform static, amplitude and spectrum correction (deconvolution)
  6. perform some basic header and data arithmetic

Usage

The main file is G_Seis.m Before running the application you should:

  1. set path to the root folder and include all the folders inside it
  2. build mex function in /g_other folder. Commands >> mex -setup and >> mex typecastx.c (or >> mex g_other/typecastx.c depending on current path) may help
  3. run the app: >> G_Seis

Documentation