plotcos

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

TXT
22
字号
#! /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 + =
减小字号Ctrl + -
显示快捷键?