STFINV library: seek source wavelet correction filter
CWaveformPair Struct Reference

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>

Collaboration diagram for CWaveformPair:

Public Attributes

Tvalueconvolvedsynthetics
 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...
 
Tvaluesynthetics
 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...
 

Detailed Description

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.

Definition at line 104 of file stfinv.h.


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