sulog.su.main
来自「su 的源代码库」· MAIN 代码 · 共 43 行
MAIN
43 行
SULOG -- time axis log-stretch of seismic traces sulog [optional parameters] <stdin >stdout Required parameters: none Optional parameters: ntmin= .1*nt minimum time sample of interest outpar=/dev/tty output parameter file, contains: number of samples (nt=) minimum time sample (ntmin=) output number of samples (ntau=) m=3 length of stretched data is set according to ntau = nextpow(m*nt) ntau= pow of 2 override for length of stretched data (useful for padding zeros to avoid aliasing) NOTES: ntmin is required to avoid taking log of zero and to keep number of outsamples (ntau) from becoming enormous. Data above ntmin is zeroed out. The output parameters will be needed by suilog to reconstruct the original data. EXAMPLE PROCESSING SEQUENCE: sulog outpar=logpar <data1 >data2 suilog par=logpar <data2 >data3 Credits: CWP: Shuki, Chris Caveats: Amplitudes are not well preserved. Trace header fields accessed: ns, dt Trace header fields modified: ns, dt
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?