Function reference

pysegy

ShotRecord Information about a single shot location 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.

Plotting

plot_simage Plot a migrated image with depth on the vertical axis.
plot_sdata Visualize a single shot record.
plot_velocity Plot a velocity model.
plot_fslice Display a 2D frequency slice.
wiggle_plot Generate a classic wiggle plot for data.
compare_shots Overlay or juxtapose two shot gathers for comparison.
Back to top