model
来自「su 的源代码库」· 代码 · 共 44 行
TXT
44 行
#! /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 + =
减小字号Ctrl + -
显示快捷键?