OTB
9.0.0
Orfeo Toolbox
|
#include <otbSARMetadata.h>
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 |
This structure is used to handle Doppler centroid estimates.
Definition at line 71 of file otbSARMetadata.h.
|
static |
Keywordlist import
void otb::DopplerCentroid::ToKeywordlist | ( | MetaData::Keywordlist & | kwl, |
const std::string & | prefix = "" |
||
) | const |
Keywordlist export
MetaData::TimePoint otb::DopplerCentroid::azimuthTime |
Zero Doppler azimuth time of this Doppler centroid estimate
Definition at line 75 of file otbSARMetadata.h.
std::vector<double> otb::DopplerCentroid::dopCoef |
Definition at line 79 of file otbSARMetadata.h.
std::vector<double> otb::DopplerCentroid::geoDopCoef |
Definition at line 81 of file otbSARMetadata.h.
double otb::DopplerCentroid::t0 |
Definition at line 77 of file otbSARMetadata.h.