sufft.su.main

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

MAIN
43
字号
 SUFFT - fft real time traces to complex frequency traces		 suftt <stdin >sdout sign=1 						 Required parameters:							 none									 Optional parameters:							 sign=1			sign in exponent of fft			 dt=from header		sampling interval			 verbose=1		=0 to stop advisory messages			 Notes: To facilitate further processing, the sampling interval	 in frequency and first frequency (0) are set in the			 output header.							 sufft | suifft is not quite a no-op since the trace			 length will usually be longer due to fft padding.			 Caveats: 								 No check is made that the data IS real time traces!			 Output is type complex. To view amplitude, phase or real, imaginary	 parts, use    suamp 							 Examples: 								 sufft < stdin | suamp mode=amp | .... 				 sufft < stdin | suamp mode=phase | .... 				 sufft < stdin | suamp mode=real | .... 				 sufft < stdin | suamp mode=imag | .... 				 Credits:	CWP: Shuki Ronen, Chris Liner, Jack K. Cohen	CENPET: Werner M. Heigl - added well log support Note: leave dt set for later inversion Trace header fields accessed: ns, dt, d1, f1 Trace header fields modified: ns, d1, f1, trid

⌨️ 快捷键说明

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