文件名称:ascii2segy:该脚本使用segpy将ascii文件转换为segy
文件大小:34KB
文件格式:ZIP
更新时间:2024-06-07 18:18:40
Python
关联性 用法:ascii2segy.py [-h] [-o OUTFILE] [-s SAMPLE_RATE] [-m MAX_TIME] [--dtype DTYPE] [-d SEISMIC_DIMENSIONS] [-e] [-v VERBOSITY] [-t] infile 关联性 该脚本使用segpy-rewrite将velf ascii文件转换为segy文件。 当数据加载到内存中时,请对大型文件使用64位python。 使用-h运行以获取有关参数的更多信息。 产出 一个包含输入ascii文件中的速度的segy文件。 输入项 输入文件格式示例: ############################################################################### #BEGIN HEADER #X #Y #Z (time) #FLOA
【文件预览】:
ascii2segy-master
----velf2tsv.py(6KB)
----README.md(2KB)
----test_data()
--------test_input.tsv(312KB)
----ascii2segy.py(22KB)