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 AzimuthFmRate | FromKeywordlist (const MetaData::Keywordlist &kwl, const std::string &prefix="") |
Public Attributes | |
std::vector< double > | azimuthFmRatePolynomial |
MetaData::TimePoint | azimuthTime |
double | t0 |
This structure is used to manage parameters related to the Azimuth Frequency Modulation rate.
Definition at line 48 of file otbSARMetadata.h.
|
static |
Keywordlist import
void otb::AzimuthFmRate::ToKeywordlist | ( | MetaData::Keywordlist & | kwl, |
const std::string & | prefix = "" |
||
) | const |
Keywordlist export
std::vector<double> otb::AzimuthFmRate::azimuthFmRatePolynomial |
Azimuth FM rate coefficients c0 c1 c2
Definition at line 58 of file otbSARMetadata.h.
MetaData::TimePoint otb::AzimuthFmRate::azimuthTime |
Zero Doppler azimuth time to which azimuth FM rate parameters apply
Definition at line 52 of file otbSARMetadata.h.
double otb::AzimuthFmRate::t0 |
Two way slant range time origin used for azimuth FM rate calculation
Definition at line 55 of file otbSARMetadata.h.