📄 pslook
字号:
#! /bin/shdemo=look# Look at raw data using par file to supply all parameters# This would work even we did not use sushw in MakeDataBig/Littlesupsimage<data.su par=oz25.H >${demo}.1.eps# Repeat using SU headers and adding the suggested tpow in oz25.Htpow=3.191650sugain <data.su tpow=$tpow |supsimage \ title="Oz 25 with tpow=$tpow"\ label1="Time (sec)" label2="Offset (km)" >${demo}.2.eps# Add perc option to remove "outliers" this only affects the# display, not the data itselfperc=90supsimage<data.su perc=$perc \ title="With perc=$perc"\ label1="Time (sec)" label2="Offset (km)" >${demo}.3.epsperc=75supsimage<data.su par=oz25.H perc=$perc \ title="With perc=$perc"\ label1="Time (sec)" label2="Offset (km)" >${demo}.4.epsecho echo "Output PostScript files:"echo -n " "for i in ${demo}.*.epsdo echo -n "$i "doneechoecho "You may view these with your PostScript Previewer"exit 0
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -