supow

来自「seismic software,very useful」· 代码 · 共 25 行

TXT
25
字号
SUPOW - compute sum of squares on evenly spaced rectangular gridsupow <stdin >stdout [optional parameters]Required parameters:	noneOptional parameters:	outpar=/dev/tty		output parameter file, contains:				number of geophones (n1=)				number of shotpoints (n2=)	ds=1		shot spacing	dg=1		geophone spacing	big=0		abort if ds and dg are such that the			number of grid points exceeds a certain			multiple of the number of traces in the	verbose=1	echo information to stderr, verbose = 0			to unsetNote:	The output is computed on a rectangular grid ordered by	shotpoint (sx) and then by geophone location (gx) within sx.	The grid boundaries are defined by the smallest and largest sx	and gx in the original data.  The density is defined by ds and	dg.  Points not corresponding to an (sx, gx) pair in the	original data are assigned zero power.	Typical use: 		supow <stdin >stdout ds=200 dg=50 outpar=parfile

⌨️ 快捷键说明

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