⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rayt2d

📁 su 的源代码库
💻
字号:
#! /bin/shdt=0.004              # time sample interval in ray tracing             nt=401        # number of time samples in ray tracing                                                                                   fz=0                   #first depth sample in velocity                  nz=122        # number of depth samples in velocity             dz=10         #depth interval in velocity                      fx=0          #         first lateral sample in velocity                nx=384        # number of lateral samples in velocity           dx=10         #lateral interval in velocity        nxs=20dxs=192marmmodel=$CWPROOT/src/demos/Velocity_Profiles/Marmousi/marmhard.dat.gz# generate the smooth Marmousi modelzcat $marmmodel | a2b n1=1 > marmhard.binsmooth2 n1=122 n2=384 r1=5 r2=5 < marmhard.bin > marmsmooth.binximage < marmsmooth.bin n1=122 n2=384 title="Marmousi Model" wbox=768 hbox=244 &# use rayt2d to generate traveltime tables from the smooth Marmousi modelrayt2d dt=$dt nt=$nt  fz=$fz nz=$nz dz=$dz fx=$fx nx=$nx dx=$dx \nxs=$nxs dxs=$dxs vfile=marmsmooth.bin tfile=marmtime.bin # view traveltime tables with xmoviesuaddhead < marmtime.bin ns=122 | sushw key=dt a=1 | sugain trap=1 |suxmovie n1=122 n2=384 loop=1 title="Smooth frame=%g" width=768 height=244 &# use rayt2d to generate traveltime tables from the hard Marmousi modelrayt2d dt=$dt nt=$nt  fz=$fz nz=$nz dz=$dz fx=$fx nx=$nx dx=$dx \nxs=$nxs dxs=$dxs vfile=marmhard.bin tfile=marmhardtime.bin # view traveltime tables with xmoviesuaddhead < marmhardtime.bin ns=122 | sushw key=dt a=1 | sugain trap=1 |suxmovie n1=122 n2=384 loop=1 title="hard frame=%g" width=768 height=244 &exit 0

⌨️ 快捷键说明

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