STFINV library: seek source wavelet correction filter
|
Array of waveform triples.This is used to pass data for a complete profile. A profile consists of CTriples::n receivers. For each receiver this struct holds a reference to a struct CWaveformTriple which itself provides a reference to the users workspace for time series. More...
#include <stfinv.h>
Public Attributes | |
int | n |
Number of triples (i.e. receivers) in the array. More... | |
struct CWaveformTriple * | triples |
Pointer to array of waveform triples. This actually is a C array for elements of type struct CWaveformTriple. The size ot the array is expected to be identical with the number of receivers to be used (i.e. CTriples::n). More... | |
Array of waveform triples.
This is used to pass data for a complete profile. A profile consists of CTriples::n receivers. For each receiver this struct holds a reference to a struct CWaveformTriple which itself provides a reference to the users workspace for time series.