sconstruct

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

TXT
27
字号
from rsfproj import *from galilee import Galileedef plot(title,allpos=0):    return '''    grey allpos=%d pclip=94    crowd=.82 title="%s" yreverse=n transp=n    label2="north-south (km)" label1="west-east (km)"    ''' % (allpos,title)Galilee('mesh')Plot('mesh',plot('Binned',1))Flow('fill','mesh','lapfill grad=y niter=20')Plot('fill',plot('Missing filled',1))Plot('cros','fill',     '''window j2=20 |     graph yreverse=y crowd=.82 label1="west-east (km)" label2="depth (m)"     wherexlabel=t     ''')Plot('ruf2','fill','igrad | ' + plot('Filled and d/dx'))Result('locfil','mesh fill cros ruf2','TwoRows')###########################################################################End()

⌨️ 快捷键说明

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