STFINV library: seek source wavelet correction filter
|
Array of waveform pairs.This is used to pass data for a set of synthetic time series, which should be convolved with the new source correction filter on the fly. A collection of time series consists of CPairs::n waveform pairs. For each waveform pair this struct holds a reference to a struct CWaveformPair which itself provides a reference to the users workspace for time series. More...
#include <stfinv.h>
Public Attributes | |
int | n |
Number of pairs in the array. More... | |
struct CWaveformPair * | pairs |
Pointer to array of waveform pairs. This actually is a C array for elements of type struct CWaveformPair. The size ot the array is expected to be identical with the number of receivers to be used (i.e. CPairs::n). More... | |
Array of waveform pairs.
This is used to pass data for a set of synthetic time series, which should be convolved with the new source correction filter on the fly. A collection of time series consists of CPairs::n waveform pairs. For each waveform pair this struct holds a reference to a struct CWaveformPair which itself provides a reference to the users workspace for time series.