STFINV library: seek source wavelet correction filter
CPairs Struct Reference

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>

Collaboration diagram for CPairs:

Public Attributes

int n
 Number of pairs in the array. More...
 
struct CWaveformPairpairs
 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...
 

Detailed Description

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.

Definition at line 187 of file stfinv.h.


The documentation for this struct was generated from the following file: