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

📄 sconstruct

📁 国外免费地震资料处理软件包
💻
字号:
from rsfproj import *# Download the input data fileFetch('lena.img','imgs')# Create RSF headerFlow('lena.hdr','lena.img',     'echo n1=512 n2=513 in=$SOURCE data_format=native_uchar',     stdin=0)# Convert to floating point and window out first traceFlow('lena','lena.hdr','dd type=float | window f2=1')# DisplayResult('lena',       '''       sfgrey title="Hello, World!" transp=n color=b bias=128       clip=100 screenratio=1        ''')# Wrap upEnd()

⌨️ 快捷键说明

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