⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sconstruct

📁 国外免费地震资料处理软件包
💻
字号:
from rsfproj import *import fdmod# Fetch Files from repositoryFetch("velsmooth.HH","Amoco")Fetch("velmodel.hh","Amoco")# Convert Files to RSFFlow('velsmooth','velsmooth.HH', '''dd form=native | put    unit1=km unit2=km label1=Depth\ Z label2=Position title=Velocity\ Model''')Flow('velmodel','velmodel.hh', '''dd form=native | scale rscale=.001 | put    unit1=km unit2=km label1=Depth\ Z label2=Position title=Velocity\ Model      ''')Result('velmodel','''window $SOURCE  max1=4 | grey  scalebar=y                     color=I gainpanel=a allpos=y screenratio=.18 screenht=2                     scalebar=y barlabel=\(km/s\) title=Amoco\ Velocity\ Model                      labelsz=4 titlesz=6 wheretitle=t''')End()

⌨️ 快捷键说明

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