STFINV library: seek source wavelet correction filter
|
Structure to hold header information for a triple of waveforms.Each triple of waveforms reference by e.g. struct CWaveformTriple are associated to a receiver. The coordinates of the receiver as well as of the associated shot location are stored here. Further temporal sampling is defined by this->sampling. More...
#include <waveformheader.h>
Public Attributes | |
struct CWaveformHeader | sampling |
Temporal sampling of all three waveforms. More... | |
Source coordinates in meters. | |
| |
double | sx |
double | sy |
double | sz |
Receiver coordinates in meters. | |
| |
double | rx |
double | ry |
double | rz |
Structure to hold header information for a triple of waveforms.
Each triple of waveforms reference by e.g. struct CWaveformTriple are associated to a receiver. The coordinates of the receiver as well as of the associated shot location are stored here. Further temporal sampling is defined by this->sampling.
Definition at line 79 of file waveformheader.h.