SGE-2 seismic data file importer
Versión 1.0.0 (13,7 KB) por
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.
Citar como
Alejandro Silva (2026). SGE-2 seismic data file importer (https://github.com/asilvaber/SGE-2-seismic-data-import/releases/tag/1.0.0), GitHub. Recuperado .
Compatibilidad con la versión de MATLAB
Se creó con
R2024b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS LinuxEtiquetas
Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
| Versión | Publicado | Notas de la versión | |
|---|---|---|---|
| 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 |
Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.
Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.
