STFINV library: seek source wavelet correction filter
CTriples Struct Reference

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>

Collaboration diagram for CTriples:

Public Attributes

int n
 Number of triples (i.e. receivers) in the array. More...
 
struct CWaveformTripletriples
 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...
 

Detailed Description

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.

Definition at line 163 of file stfinv.h.


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