nextcwell

来自「linux环境下开发」· 代码 · 共 30 行

TXT
30
字号
#! /bin/sh# Run cwell with CWP X Graphicsdemo=9MACHINE=kellerUSER="-l jkc"# If NEXTFILE is empty (eg. comment off), display with image on NeXT#NEXTFILE="~jkc/Images/CWELL/demo${demo}wig.eps"if [ -z "$NEXTFILE" ]then	remoteCommand="images"else	remoteCommand="cat >$NEXTFILE"ficwellcshot2suaddhead <demo${demo}traces ftn=1 ns=501 |sushw key=dt a=4000 |sugain gagc=1 wagc=0.5 |suaddnoise sn=5000 |		# to help pswigpsupswigp title="Crosswell Data (AGC)" \	label1="Time in Seconds"  label2="Trace" |rsh $MACHINE $USER $remoteCommand

⌨️ 快捷键说明

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