plotcos.ksh

来自「su 的源代码库」· KSH 代码 · 共 20 行

KSH
20
字号
#! /bin/ksh# Plot (approx) common offset section# Author: Jack# NOTE: Comment lines preceeding user input start with  #!#set -x#!# From values in Cos shellinteger minoffset=291 # minimum offsetinteger doffset=106 # delta offset (take smallest)integer j=0	# j is the index of the offset range (0 is near offset)### Plot--note that data is not unpacked to disksection=cos.$j.packinteger min=minoffset+j*doffsetsuunpack2 <$section |sugain tpow=2.0 gpow=0.5 |suximage f2=201 d2=1	label1="Time (sec)" title="Common Offset: offset approx $min" \	perc=99 grid1=solid &

⌨️ 快捷键说明

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