SGE-2 seismic data file importer

A Matlab function to import seismic traces as data blocks from an SGE-2 file.
9 Downloads
Updated 18 Mar 2025
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 (2026). 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 Linux
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.