📄 plotcos.ksh
字号:
#! /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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -