inversion
来自「su 的源代码库」· 代码 · 共 39 行
TXT
39 行
#! /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 &
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?