suvelan
来自「seismic software,very useful」· 代码 · 共 28 行
TXT
28 行
SUVELAN - compute stacking velocity semblance for cdp gatherssuvelan <stdin >stdout [optional parameters]Optional Parameters:nv=50 number of velocitiesdv=50.0 velocity sampling intervalfv=1500.0 first velocitysmute=1.5 samples with NMO stretch exceeding smute are zeroeddtratio=5 ratio of output to input time sampling intervalsnsmooth=dtratio*2+1 length of semblance num and den smoothing windowverbose=0 =1 for diagnostic print on stderrNotes:Semblance is defined by the following quotient: n-1 [ sum q(t,j) ]^2 j=0 s(t) = ------------------ n-1 n sum [q(t,j)]^2 j=0where n is the number of non-zero samples after muting.Smoothing (nsmooth) is applied separately to the numerator and denominatorbefore computing this semblance quotient.Input traces should be sorted by cdp - suvelan outputs a group ofsemblance traces every time cdp changes. Therefore, the output willbe useful only if cdp gathers are input.Trace header fields accessed: ns, dt, delrt, offset, cdp.Trace header fields modified: ns, dt, offset.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?