ShotRecord
ShotRecord(
path,
coordinates,
fileheader,='GroupWaterDepth',
rec_depth_key=list(),
segments=dict(),
summary=0,
ns=0,
dt=None,
fs )
Information about a single shot location within a SEGY file.
Attributes
Name | Description |
---|---|
dt | int([x]) -> integer |
ns | int([x]) -> integer |
rec_coordinates | Array of receiver coordinates for this shot. |
rec_depth_key | str(object=’’) -> str |
Methods
Name | Description |
---|---|
read_data | Load all traces for this shot. |
read_headers | Read only the headers for this shot. |
read_data
=None) read_data(keys
Load all traces for this shot.
read_headers
=None) read_headers(keys
Read only the headers for this shot.