OTB  9.0.0
Orfeo Toolbox
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
otb::DopplerCentroid Struct Reference

#include <otbSARMetadata.h>

+ Collaboration diagram for otb::DopplerCentroid:

Public Member Functions

void ToKeywordlist (MetaData::Keywordlist &kwl, const std::string &prefix="") const
 

Static Public Member Functions

static DopplerCentroid FromKeywordlist (const MetaData::Keywordlist &kwl, const std::string &prefix="")
 

Public Attributes

MetaData::TimePoint azimuthTime
 
std::vector< double > dopCoef
 
std::vector< double > geoDopCoef
 
double t0
 

Detailed Description

This structure is used to handle Doppler centroid estimates.

Definition at line 71 of file otbSARMetadata.h.

Member Function Documentation

◆ FromKeywordlist()

static DopplerCentroid otb::DopplerCentroid::FromKeywordlist ( const MetaData::Keywordlist kwl,
const std::string &  prefix = "" 
)
static

Keywordlist import

◆ ToKeywordlist()

void otb::DopplerCentroid::ToKeywordlist ( MetaData::Keywordlist kwl,
const std::string &  prefix = "" 
) const

Keywordlist export

Member Data Documentation

◆ azimuthTime

MetaData::TimePoint otb::DopplerCentroid::azimuthTime

Zero Doppler azimuth time of this Doppler centroid estimate

Definition at line 75 of file otbSARMetadata.h.

◆ dopCoef

std::vector<double> otb::DopplerCentroid::dopCoef

Definition at line 79 of file otbSARMetadata.h.

◆ geoDopCoef

std::vector<double> otb::DopplerCentroid::geoDopCoef

Definition at line 81 of file otbSARMetadata.h.

◆ t0

double otb::DopplerCentroid::t0

Definition at line 77 of file otbSARMetadata.h.


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