sconstruct

来自「国外免费地震资料处理软件包」· 代码 · 共 18 行

TXT
18
字号
from rsfproj import *Fetch('shots.hh','shots')Flow('cube','shots.hh','dd form=native | window n1=400 n2=24 | byte')cubeplot = '''grey3 frame1=320 frame2=3 frame3=20 point1=.75label1="Time (s)" label2=Offset label3=Shot wanttitle=n '''Plot('flat','cube',cubeplot)Plot('cube',cubeplot + ' flat=n') Result('cube','flat cube','OverUnderAniso')###########################################################################End()

⌨️ 快捷键说明

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