SGE-2 seismic data file importer
Version 1.0.0 (13.7 KB) by
Alejandro Silva
A Matlab function to import seismic traces as data blocks from an SGE-2 file.
Just execute
Data = importSGE2(filename)
where filename is a string containing the path and name of the SGE-2 file.
Seismic traces and their metadata are output as elements of lists. For example, Data.DATA_BLOCK is the list that contains the seismic traces, and Data.TRACE_DESCRIPTOR is the list that contains their descriptions, Data.DATA_BLOCK{i} is the i-th seismic trace array contained in DATA_BLOCK, and so on.
Cite As
Alejandro Silva (2025). SGE-2 seismic data file importer (https://github.com/asilvaber/SGE-2-seismic-data-import/releases/tag/1.0.0), GitHub. Retrieved .
MATLAB Release Compatibility
Created with
R2024b
Compatible with any release
Platform Compatibility
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0 | See release notes for this release on GitHub: https://github.com/asilvaber/SGE-2-seismic-data-import/releases/tag/1.0.0 |
To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.
