STFINV library: seek source wavelet correction filter
|
A struct to store the time series for a pair of waveforms.This struct provides references to the users workspace, where the time series for on receiver are stored. More...
#include <stfinv.h>
Public Attributes | |
Tvalue * | convolvedsynthetics |
Time series of convolved synthetic data. This field actually is a pointer (C array) to the workspace where the user wishes to receive the samples of the time series of synthetic data as a result of convolution with the source correction filter. The size of the array is expected to be this->header::sampling::n. This will contain the synthetic data (this->synthetics) convolved with the obtained source correction filter as a result of a call to the library functions. More... | |
struct CWaveformHeader | sampling |
Temporal sampling parameters. The header is expected to be the same for both time series. In particular the number of samples must be appropriate for the memory allocated for both time series arrays. More... | |
Tvalue * | synthetics |
Time series of synthetic data. This field actually is a pointer (C array) to the workspace where the users stores the samples of a time series of synthetic data. The size of the array is expected to be this->header::sampling::n. More... | |
A struct to store the time series for a pair of waveforms.
This struct provides references to the users workspace, where the time series for on receiver are stored.