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 <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 + =
减小字号Ctrl + -
显示快捷键?