📄 makedata
字号:
#! /bin/shset -xobjfcn=statics # executable code that computes the stacking powerdimension=62 # number of surface consistent statics parameterslower=-5 # lower boundary of model parametersupper=5 # upper boundary of model parametersfraction=1 # used in computation of the numerical derivativeiterCG=20 # number of iteration performed in the conjugate # gradientiterLine=10 # number of iteration performed in the line search gradient=.01 # modulus of the gradient verbose=1 # dialogue flagENDIAN=0; # for PC, ...endian=$ENDIAN # =0 flag for little-edian machine# prepare the right kind of data for little-edian machine segyread > data tape=data.segy verbose=$verbose endian=$ENDIAN
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -