sconstruct
来自「国外免费地震资料处理软件包」· 代码 · 共 22 行
TXT
22 行
from rsfproj import *# Fetch Files from repositoryFetch("marmrefl.hh","marm")# Convert Files to RSF and update headerFlow('marmrefl','marmrefl.hh', '''dd form=native | put label1=Depth\ Z label2=Offset unit2=km unit1=sec label3=Position unit3=km d2=-.025 d3=.025 o2=2.575 o3=3''')# Plotting Section#Result('marmrefl','window j3=10 | grey')Result('nearOffset','marmrefl','''window $SOURCE min2=.200 max2=.200 size2=1 | grey color=I gainpanel=a title=Near\ Offset\ Data label1=Time label2=Position screenratio=1.3 labelsz=4 titlesz=6 wheretitle=t''')Result('shot20','marmrefl','''window $SOURCE min3=3.500 max3=3.500 size3=1 | grey color=I gainpanel=a title=Shot\ \#\ 20 wantframenum=y label2=Offset label1=Time screenratio=1.3 labelsz=4 titlesz=6 wheretitle=t''')End()
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?