Skip to content

Simple GUI application aimed at surface-consistent seismic static and amplitude correction. Interactive velocity model builder

License

Notifications You must be signed in to change notification settings

kerim371/G_Seis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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