unif2
来自「su 的源代码库」· 代码 · 共 18 行
TXT
18 行
#! /bin/sh# shell for running unif2 --- uniformly sampled Cshot model# data is smoothed with smo2dset -vnx=1 dx=0.1 fx=0. labelx="Distance (m)"nz=101 dz=0.1 fz=.0 labelz="Depth (m)"ninf=3 npmax=201 xsmoothing=0 zsmoothing=0unif2 <interface ninf=$ninf npmax=$npmax \ nz=$nz dz=$dz fz=$fz nx=$nx dx=$dx fx=$fx \ v00=2.0,2.0,2.0,2.0 >vfile exit 0
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?