| ShotRecord |
Information about a single shot or receiver gather within a SEGY file. |
| SegyScan |
Representation of SEGY data grouped by shot. |
| SeisBlock |
In-memory representation of a SEGY dataset. |
| segy_scan |
Scan one or more SEGY files and merge the results. |
| segy_read |
Convenience wrapper to read a SEGY file. |
| segy_write |
Convenience wrapper to write block to path. |
| save_scan |
Serialize scan to path. |
| load_scan |
Load a :class:SegyScan previously saved with :func:save_scan. |
| BinaryFileHeader |
Container for parsed binary file header values. |
| BinaryTraceHeader |
Container for parsed binary trace header values. |
| FileHeader |
Combined textual and binary file header. |