contents.m
来自「地震中常用的一些偏移程序」· M 代码 · 共 24 行
M
24 行
% CREWES synthetic sesimic by diffraction superposition
% The SYNSECTIONS toolbox provides a suite of tools to create synthetic seismic
% sections by superposition of hyperbolae and other events. Each function is
% designed to accept a matrix and to insert a single event into it. The event is
% always added (superimposed) on top of what is already there.
%
%Tools
% EVENT_DIP: inserts a dipping (linear) event in a matrix
% EVENT_DIPH: constructs a dipping event by diffraction superposition
% EVENT_DIPH2: constructs a dipping event with sparse diffraction superposition
% EVENT_HYP: inserts a hyperbolic event in a matrix.
% EVENT_PWLINH: diffraction superposition along a piecewise linear track
% EVENT_SPIKE: inserts a spike in a matrix
%
%Standard sections
% MAKESTDSYN: Make a non-diffraction synthetic to demo migration codes
% MAKESTDSYNH: Make a diffraction synthetic to demo migration codes
%
%Demos
% MAKESECTIONS: demo the use of the section tools
% DEMO_HYPERBOLAS: demo the superposition of diffraction hyperbolae
%
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?