sushape.su.main

来自「su 的源代码库」· MAIN 代码 · 共 40 行

MAIN
40
字号
 SUSHAPE - Wiener shaping filter					  sushape <stdin >stdout  [optional parameters]			 Required parameters:							 w=		vector of input wavelet to be shaped or ...		 ...or ... 								 wfile=        ... file containing input wavelet in SU (SEGY trace) format d=		vector of desired output wavelet or ...			 ...or ... 								 dfile=        ... file containing desired output wavelet in SU format	 dt=tr.dt		if tr.dt is not set in header, then dt is mandatory Optional parameters:							 nshape=trace		length of shaping filter			 pnoise=0.001		relative additive noise level			 showshaper=0		=1 to show shaping filter 			Notes:									 Example of commandline input wavelets: 				sushape < indata  w=0,-.1,.1,... d=0,-.1,1,.1,... > shaped_data	sushape < indata  wfile=inputwavelet.su dfile=desire.su > shaped_data	 To get the shaping filters into an ascii file:			 ... | sushape ... showwshaper=1 2>file | ...   (sh or ksh)		 (... | sushape ... showshaper=1 | ...) >&file  (csh)			 Credits:	CWP: Jack Cohen	CWP: John Stockwell, added wfile and dfile  options Trace header fields accessed: ns, dt Trace header fields modified: none

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?