📄 model
字号:
#! /bin/shdemo=3# Examine model with CSHOT, use CWP X Graphics for display# Change Data/modelgeometry to move subsurface shot around, etc.# Display the model with subsurface rays############cd model.dir # where model stuff is############cp 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="Model $demo with Subsurface Rays" \ label1="Depth (ft)" label2="Range (ft)" &# 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 |xmovie n1=500 n2=180 f1=0.0 d1=.004 f2=0 d2=20 perc=99 \ -geometry 560x430+50+75 \ title="Common Offset Section (800 ft)" \ label1="Time (s)" label2="Range (ft)" &# Move data to the inversion directorymv demo${demo}traces ../inversion.dir
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -