xlook
来自「su 的源代码库」· 代码 · 共 37 行
TXT
37 行
#! /bin/shWIDTH=600HEIGHT=450WIDTHOFF1=0WIDTHOFF2=640HEIGHTOFF1=50HEIGHTOFF2=530# Look at raw data using par file to supply all parameters# This would work even we did not use sushw in MakeDataBig/Littlesuxmovie<data.su par=oz25.H windowtitle="Raw Data"\ -geometry ${WIDTH}x${HEIGHT}+${WIDTHOFF1}+${HEIGHTOFF1} &# Repeat using SU headers and adding the suggested tpow in oz25.Htpow=3.191650sugain <data.su tpow=$tpow |suxmovie \ title="Oz 25 with tpow=$tpow" windowtitle="tpow=$tpow" \ label1="Time (sec)" label2="Offset (km)" \ -geometry ${WIDTH}x${HEIGHT}+${WIDTHOFF2}+${HEIGHTOFF1} &# Add perc option to remove "outliers" this only affects the# display, not the data itselfperc=90suxmovie<data.su perc=$perc \ title="With perc=$perc" windowtitle="perc=$perc" \ label1="Time (sec)" label2="Offset (km)" \ -geometry ${WIDTH}x${HEIGHT}+${WIDTHOFF1}+${HEIGHTOFF2} &perc=75suxmovie<data.su par=oz25.H perc=$perc \ title="With perc=$perc" windowtitle="perc=$perc" \ label1="Time (sec)" label2="Offset (km)" \ -geometry ${WIDTH}x${HEIGHT}+${WIDTHOFF2}+${HEIGHTOFF2} &exit 0
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?