STFINV library: seek source wavelet correction filter
|
A class to store the time series for a waveform triple. More...
#include <stfinvbase.h>
Public Member Functions | |
double | offset () const |
Return source offset of this waveform. More... | |
Public Attributes | |
Tseries | convolvedsynthetics |
Time series of convolved synthetic data. This will contain the synthetic data convolved with the obtained source time function as a result of a call to the library functions. More... | |
Tseries::Tcoc | data |
Time series of recorded data. More... | |
CTripleHeader | header |
The header is expected to be the same for all three time series. In particular the number of samples must be appropriate for the memory allocated for all three time series arrays. More... | |
Tseries::Tcoc | synthetics |
Time series of synthetic data. This is understood as the impulse response of the subsurface. More... | |
A class to store the time series for a waveform triple.
Definition at line 82 of file stfinvbase.h.