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

📄 suintvel.su.main

📁 su 的源代码库
💻 MAIN
字号:
 SUINTVEL - convert stacking velocity model to interval velocity model	 suintvel vs= t0= outpar=/dev/tty					 Required parameters:					        		vs=	stacking velocities 						t0=	normal incidence times		 			 Optional parameters:								outpar=/dev/tty		output parameter file in the form:					h=layer thicknesses vector						v=interval velocities vector		 Examples:								    suintvel vs=5000,5523,6339,7264 t0=.4,.8,1.125,1.425 outpar=intpar	    suintvel par=stkpar outpar=intpar					 If the file, stkpar, contains:					    vs=5000,5523,6339,7264						    t0=.4,.8,1.125,1.425						 then the two examples are equivalent.					 Note: suintvel does not have standard su syntax since it does not	      operate on seismic data.  Hence stdin and stdout are not used.	 Note: may go away in favor of par program, velconv, by Dave		 Credits:	CWP: Jack  Technical Reference:	The Common Depth Point Stack	William A. Schneider	Proc. IEEE, v. 72, n. 10, p. 1238-1254	1984 Formulas:    	Note: All sums on i are from 1 to k	From Schneider:	Let h[i] be the ith layer thickness measured at the cmp and	v[i] the ith interval velocity.	Set:		t[i] = h[i]/v[i]	Define:		t0by2[k] = 0.5 * t0[k] = Sum h[i]/v[i]		vh[k] = vs[k]*vs[k]*t0by2[k] = Sum v[i]*h[i]	Then:		dt[i] = h[i]/v[i] = t0by2[i] - t0by2[i-1]		dvh[i] = h[i]*v[i] = vh[i] - vh[i-1]		h[i] = sqrt(dvh[i] * dt[i])		v[i] = sqrt(dvh[i] / dt[i])

⌨️ 快捷键说明

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