salvus.toolbox.detail
Private functions for toolbox components.
Classes
SegyEvent
SegyEventclass SegyEvent(builtins.object):
def __init__(self): ...A class encapsulating a subset of data extracted from a SEGY file.
Methods
add_source_and_receiver()
add_source_and_receiver()def add_source_and_receiver(
self, sx: float, sy: float, rx: float, ry: float, rid: int, off: int
) -> None: ...Add a source an receiver to the set of those contained.
Parameters
sxfloat — Source x location.syfloat — Source y location.rxfloat — Receiver x location.ryfloat — Receiver y location.ridint — Receiver ID.offint — Receiver offset.
Returns None