📄 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 <reflect |xmovie n1=151 n2=180 f1=0.0 d1=20 f2=0 d2=20 perc=99 \ -geometry 560x430+50+570 \ title="Inversion of simple model" \ label1="Depth (m)" label2="Range (m)" &
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -