model
来自「su 的源代码库」· 代码 · 共 44 行
TXT
44 行
#! /bin/shdemo=4x1beg=0 x1end=6000############cd model.dir # where model stuff is############# Examine model with CSHOT, use CWP X Graphics for displaycp param1.model param1cshot1 |cshotplot >demo${demo}plot outpar=demo${demo}parxgraph <demo${demo}plot par=demo${demo}par style=seismic \ -geometry 560x430+650+75 \ title="Two Planes: Model Plot " \ label1="Depth (ft)" label2="Range (ft)" \ x1beg=$x1beg x1end=$x1end &# Build synthetic data with CSHOT, display with CWP X Graphics# Make time section informationecho "Making time section (takes time) ..."cp param1.traces param1cshot1 >/dev/null# Make time sectioncshot2# Display sectionftnstrip <demo${demo}traces | suaddhead ns=501 | sushw key=dt a=4000| suxmovie d2=80 f2=2000 perc=98 \ -geometry 560x430+50+75 \ title="Two Planes: Time Section" \ label1="Time(secs)" label2="location(ft)" &# Move data to the inversion directorymv demo${demo}traces ../inversion.dir
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?