Version:

salvus.toolbox.detail

salvus.toolbox.detail salvus toolbox detail
Private functions for toolbox components.

Classes

SegyEvent

A class encapsulating a subset of data extracted from a SEGY file.
SIGNATURE
class SegyEvent(builtins.object):
    def __init__(self): ...

Methods

SegyEvent.add_source_and_receiver()
Add a source an receiver to the set of those contained.
SIGNATURE
def add_source_and_receiver(
    self, sx: float, sy: float, rx: float, ry: float, rid: int, off: int
) -> None: ...
ARGUMENTS
Required
sx
Type:float
Description:
Source x location.
Required
sy
Type:float
Description:
Source y location.
Required
rx
Type:float
Description:
Receiver x location.
Required
ry
Type:float
Description:
Receiver y location.
Required
rid
Type:int
Description:
Receiver ID.
Required
off
Type:int
Description:
Receiver offset.
PAGE CONTENTS