📄 sconstruct
字号:
from rsfproj import *# Fetch Files from repositoryFetch("shots.hh","Amoco")# Convert Files to RSFFlow('shots','shots.hh', '''dd form=native | put label1=time label2=offset label3=Shot unit1=km unit2=km unit3=km | scale rscale=.0003048''')# Plotting SectionResult('zeroOne','shots','''window $SOURCE min2=0 max2=0 size2=1 max3=10.6 | grey pclip=96 color=I screenratio=1.5 gainpanel=a label2=Position label1=Time title= label3= unit2=km unit1=s labelsz=6''')Result('zeroTwo','shots','''window $SOURCE min2=0 max2=0 size2=1 min3=10.6 | grey pclip=97 color=I screenratio=1.5 gainpanel=a label2=Position label1=Time title= label3= unit2=km unit1=s labelsz=6''')Result('shot40','shots','''window $SOURCE min3=14 max3=14 size3=1 | grey pclip=99 color=I gainpanel=a wantframenum=y unit1=s label1=Time label2=Offset unit2=km label3=Shot unit3=km title= screenratio=1.35 labelsz=3''')End()
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -