plotcos.sh

来自「seismic software,very useful」· Shell 代码 · 共 20 行

SH
20
字号
#! /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 data is not unpacked to disksection=cos.$j.packmin=`expr $minoffset + $j \* $doffset`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 + =
减小字号Ctrl + -
显示快捷键?