TS++ library: time series library
ts::tapers::OffsetVariableTaper Class Reference

Offset variable taper (refract taper). More...

#include <ovtaper.h>

Collaboration diagram for ts::tapers::OffsetVariableTaper:

Public Types

typedef double Tvalue
 type of sample values More...
 
typedef ts::TDtimeseries Ttimeseries
 type of series container More...
 
typedef Ttimeseries::Tseries Tseries
 
typedef Ttimeseries::Theader Theader
 

Public Member Functions

 OffsetVariableTaper (const bool &debug=false)
 
ts::tapers::FourPoint taper (const double &offset, const double &T0, const double &T) const
 
void read (std::istream &is)
 
void read (const std::string &filename)
 
ovtaper::Picks t1 () const
 
ovtaper::Picks t2 () const
 
ovtaper::Picks t3 () const
 
ovtaper::Picks t4 () const
 

Private Attributes

bool Mdebug
 produce debug output if true More...
 
bool Mvalid
 true if taper definition is present More...
 
ovtaper::Picks Mt1
 taper picks More...
 
ovtaper::Picks Mt2
 
ovtaper::Picks Mt3
 
ovtaper::Picks Mt4
 

Detailed Description

Offset variable taper (refract taper).

This class handles FourPoint tapers varying with receiver offset as can be defined by refract.

Definition at line 100 of file ovtaper.h.


The documentation for this class was generated from the following files: