nextcwell

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

TXT
29
字号
#! /bin/sh# Run cwell with CWP X Graphicsdemo=7MACHINE=kellerUSER="-l jkc"# If NEXTFILE is empty string (eg. comment off), display with image on NeXTNEXTFILE="~jkc/Images/CWELL/demo${demo}graph.eps"if [ -z "$NEXTFILE" ]then	remoteCommand="images"else	remoteCommand="cat >$NEXTFILE"fix1beg=0 x1end=6500 x2beg=-100 x2end=10000cwell |cshotplot >demo${demo}plot  outpar=demo${demo}parpsgraph <demo${demo}plot par=demo${demo}par style=seismic \	title="3 Shots, Reflection from Interface 2" \	label1="Depth (ft)"  label2="Range (ft)" \	x1beg=$x1beg x1end=$x1end x2beg=$x2beg x2end=$x2end |rsh $MACHINE $USER $remoteCommand

⌨️ 快捷键说明

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