inversion
来自「su 的源代码库」· 代码 · 共 37 行
TXT
37 行
#! /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>&1### Move record up to demo directorymv -f $recordfile ..echo "run time info now in file: $recordfile"### Plotting the sectionftnstrip <mara |xmovie n1=301 n2=250 f1=0.0 d1=40 f2=200 d2=80 perc=99 \ -geometry 560x430+50+570 \ title="Inversion of Marathon model" \ label1="Depth (ft)" label2="Range (ft)" &
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?