psdata

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

TXT
22
字号
#! /bin/sh#Plot the entire data set# Note: 64 offsets at nominal unit spacing (tracl), so d2 = 1/64supsimage <modeldata perc=99 title="Shot Gathers"\	label1="Time (sec)" label2="Shot Gather" f2=1 d2=0.015625 >allshots.eps# Plot some shot records (d2=5/64)suwind <modeldata key=sx s=1400 j=250 |sugain tpow=2 gpow=0.5 |supsimage label1="Time" label2="Gather" \	title="Every 5th Shot Record (display gained)" \	f2=1 d2=0.078125 f2num=1 d2num=5 >shots.epsecho echo "Output are PostScript files:  allshots.eps   shots.eps"echo echo "You may view these with your PostScript Previewer"exit

⌨️ 快捷键说明

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