inversion

来自「su 的源代码库」· 代码 · 共 50 行

TXT
50
字号
#! /bin/sh# Invert the data created by CSHOTset -xrecordfile=recordecho "Run time information being stored in file:  $recordfile">$recordfile################cd inversion.dir	# where inversion files are################echo "Please standby. The inversion takes about 5 minutes"(### Preprocessing/bin/rm -f DATA1cz1in <data1in/bin/rm -f PTRACEScz1### Inversioncxzcs) > $recordfile 2>&1sleep 30/bin/mv -f $recordfile ..echo "run time info now in file:  $recordfile"### Strip the Fortran bytesftnstrip <reflect >reflect.strip;       /bin/mv -f reflect.strip reflectftnstrip <reflectcos >reflectcos.strip; /bin/mv -f reflectcos.strip reflectcos### Plot the sectionsxmovie <reflect n1=301 n2=100 d1=25 d2=80 f2=1000. perc=99.5 style=seismic \	-geometry 560x430+50+570 \	title=" Inversion (R)" \	label1=" Depth(ft)"  label2=" Midpoint(ft)" &xmovie <reflectcos n1=301 n2=100 d1=25 d2=80 f2=1000. perc=99.5 style=seismic \	-geometry 560x430+650+570 \	title=" Inversion (R * cos)" \	label1=" Depth(ft)"  label2=" Midpoint(ft)" &

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?