contents.m
来自「偏移程序」· M 代码 · 共 36 行
M
36 行
% CREWES migration toolbox
%
% Post Stack migration
% FD15MIG: 15 degree finite-difference time migration (2D)
% FKMIG: Stolt's fk migration (2D)
% KIRK: simplified Kirchhoff time migration (2D)
% KIRK_MIG: full-featured Kirchhoff time migration (2D)
% KIRK_MIG3D: 3D post stack Kirchhoff time migration
% PS_MIGT: time migration by Gazdag phase shift (2D)
% PSNSPS_MIG: Exploding reflector depth migration by NSPS (2D)
% SPLITSTEPF_MIG: Split-step Fourier depth migration (2D)
% VZ_FKMIG: fk migration for v(z) (2D)
% VZ_FKMOD: V(z) modelling by an fk technique (2D)
%
% Prestack migration
% KIRK_SHOT: 2D prestack Kirchhoff migration of a single shot gather
% KIRK_SHOT3D: 3D prestack Kirchhoff migration of a single shot gather
% KIRK_SHOT3DFZ: 3D prestack Kirchhoff migration into depth planes. More
% accurate but slower than KIRK_SHOT3D
%
% Ferguson
% IPS: Isotropic phase shift extraploation (stationary)
%
%
% Utilities
% CONV45: used by KIRK_MIG for 45 degree phase shift
% COS_TAPER: used by KIRK_MIG
% CLININT: Complex-valued linear interpolation (used by FKMIG)
% CSINCI: complex valued sinc function interpolation
% TIME2DEPTH: Convert a trace from time to depth by a simple stretch
% DEPTH2TIME: Convert a trace from depth to time by a simple stretch
%
% Scripts
% VZ_MOD_SIM: script to demo vz_fkmod
% VZ_FK_SIM: script to demo vz_fkmig
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?