📄 plotcos
字号:
#! /bin/sh# Plot (approx) common offset section# Author: Jack# NOTE: Comment lines preceeding user input start with #!#set -x#!# From values in Cos shellminoffset=291 # minimum offsetdoffset=106 # delta offset (take smallest)j=0 # j is the index of the offset range (0 is near offset)### Plot--note that in this example data is never unpacked to disksection=cos.$j.packmin=`bc -l <<END $minoffset + $j * $doffsetEND`suunpack2 <$section |sugain tpow=2.0 gpow=0.5 |suximage f2=$min d2=$doffset \ label1="Time (sec)" title="Common Offset: offset approx $min" \ perc=99 grid1=solid &
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -