📄 model
字号:
#! /bin/shdemo=5x1beg=0 x1end=12000############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="Marathon: 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# Move data to the inversion directorymv demo${demo}traces ../inversion.dircd ../inversion.dir# Display sectionftnstrip <demo${demo}traces |xmovie n1=501 n2=48 d1=0.004 d2=80 f2=4800 perc=98 \ -geometry 560x430+50+75 \ title="Marathon: Time Section" \ label1="Time(secs)" label2="location(ft)" &exit 0
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -