⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sulog.su.main

📁 su 的源代码库
💻 MAIN
字号:
 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -