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

📄 sconstruct

📁 国外免费地震资料处理软件包
💻
字号:
from rsfproj import *from galilee import Galileefrom helderiv import Helderivdef plot(title):    return '''    grey pclip=94 title="%s" yreverse=n transp=n    label2="north-south (km)" label1="west-east (km)"    ''' % titleGalilee('mesh')Flow('fill','mesh','lapfill grad=y niter=20')Plot('ruf2','fill','igrad | ' + plot('Filled and d/dx'))Helderiv('hel',na=128,eps=0.00001)Plot('held','fill hel',     'helicon filt=${SOURCES[1]} | ' + plot('Filled and helix derivative'))Result('helgal','ruf2 held','SideBySideAniso')###########################################################################End()

⌨️ 快捷键说明

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