8000 GitHub - geo-stack/segdio: Reader for seismic tape files conforming to the SEG-D specifications
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

geo-stack/segdio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

SEGD IO

About The Project

Reader for seismic tape files conforming to the SEG-D specifications.

Currently supported

Usage

Print file summary

from segdio import SEGD
segd = SEGD("segd_file_name.segd")
print(segd)

Read trace data

This will return the data from the specified channel set.

data = segd.data(CHANNEL_SET_INDEX)

Read trace header

This will return the trace headers from the specified channel set.

channel_trace_headers = segd.channel_set_headers[CHANNEL_SET_INDEX].trace_headers

Acknowledgments

Adapted from https://github.com/drsudow/SEG-D (Author: Mattias Südow)

About

Reader for seismic tape files conforming to the SEG-D specifications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages

0