?? inversion
字號:
#! /bin/sh# Invert the data created by CSHOTrecordfile=record################cd inversion.dir # where inversion files are################echo "Run time information being stored in file: $recordfile">$recordfile( ### Preprocessing rm -f DATA1 cz1in <data1in rm -f PTRACES cz1 ### Inversion cxzco) > $recordfile 2>&1sleep 20### Move record up to demo directorymv -f $recordfile ..echo "run time info now in file: $recordfile"### Plotting the sectionftnstrip <sync |xwigb n1=301 n2=200 f1=0.0 d1=25 f2=1000 d2=40 perc=99 \ -geometry 560x430+50+570 \ title="Inversion of syncline model" \ label1="Depth (m)" label2="Range (m)" \ x2beg=$x2beg x2end=$x2end &
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -