OTB
9.0.0
Orfeo Toolbox
|
#include <otbSARMetadata.h>
Public Member Functions | |
void | FromKeywordlist (const MetaData::Keywordlist &kwl, const std::string &prefix) |
void | ToKeywordlist (MetaData::Keywordlist &kwl, const std::string &prefix) const |
Public Attributes | |
double | azimuthBandwidth = 0. |
std::vector< AzimuthFmRate > | azimuthFmRates |
double | azimuthSteeringRate = 0. |
MetaData::Duration | azimuthTimeInterval |
std::vector< BurstRecord > | burstRecords |
InfoSceneCoord | centerSceneCoord |
std::vector< DopplerCentroid > | dopplerCentroids |
std::unordered_map< std::string, GCPTime > | gcpTimes |
std::vector< CoordinateConversionRecord > | groundRangeToSlantRangeRecords |
InfoSceneCoord | llSceneCoord |
InfoSceneCoord | lrSceneCoord |
double | nearRangeTime |
unsigned long | numberOfLinesPerBurst |
unsigned long | numberOfSamplesPerBurst |
std::vector< Orbit > | orbits |
double | rangeBandwidth = 0. |
double | rangeResolution |
double | rangeSamplingRate |
bool | rightLookingFlag = true |
std::vector< CoordinateConversionRecord > | slantRangeToGroundRangeRecords |
InfoSceneCoord | ulSceneCoord |
InfoSceneCoord | urSceneCoord |
Friends | |
bool | operator== (const SARParam &lhs, const SARParam &rhs) |
SAR sensors parameters.
Definition at line 211 of file otbSARMetadata.h.
void otb::SARParam::FromKeywordlist | ( | const MetaData::Keywordlist & | kwl, |
const std::string & | prefix | ||
) |
Keywordlist import
void otb::SARParam::ToKeywordlist | ( | MetaData::Keywordlist & | kwl, |
const std::string & | prefix | ||
) | const |
Keywordlist export
Definition at line 265 of file otbSARMetadata.h.
double otb::SARParam::azimuthBandwidth = 0. |
Definition at line 227 of file otbSARMetadata.h.
std::vector<AzimuthFmRate> otb::SARParam::azimuthFmRates |
Azimuth Frequency Modulation (FM) rate list. contains an entry for each azimuth FM rate update made along azimuth.
Definition at line 217 of file otbSARMetadata.h.
double otb::SARParam::azimuthSteeringRate = 0. |
Definition at line 229 of file otbSARMetadata.h.
MetaData::Duration otb::SARParam::azimuthTimeInterval |
Definition at line 219 of file otbSARMetadata.h.
std::vector<BurstRecord> otb::SARParam::burstRecords |
List of burst records
Definition at line 240 of file otbSARMetadata.h.
InfoSceneCoord otb::SARParam::centerSceneCoord |
Scene coordinate
Definition at line 252 of file otbSARMetadata.h.
std::vector<DopplerCentroid> otb::SARParam::dopplerCentroids |
Doppler centroid estimates
Definition at line 234 of file otbSARMetadata.h.
std::unordered_map<std::string, GCPTime> otb::SARParam::gcpTimes |
map between GCP ids and corresponding azimuth and range times
Definition at line 243 of file otbSARMetadata.h.
std::vector<CoordinateConversionRecord> otb::SARParam::groundRangeToSlantRangeRecords |
Conversion coefficients from ground range to slant range
Definition at line 249 of file otbSARMetadata.h.
InfoSceneCoord otb::SARParam::llSceneCoord |
Definition at line 256 of file otbSARMetadata.h.
InfoSceneCoord otb::SARParam::lrSceneCoord |
Definition at line 255 of file otbSARMetadata.h.
double otb::SARParam::nearRangeTime |
Definition at line 220 of file otbSARMetadata.h.
unsigned long otb::SARParam::numberOfLinesPerBurst |
Definition at line 224 of file otbSARMetadata.h.
unsigned long otb::SARParam::numberOfSamplesPerBurst |
Definition at line 225 of file otbSARMetadata.h.
std::vector<Orbit> otb::SARParam::orbits |
List of orbit information
Definition at line 237 of file otbSARMetadata.h.
double otb::SARParam::rangeBandwidth = 0. |
Definition at line 228 of file otbSARMetadata.h.
double otb::SARParam::rangeResolution |
Definition at line 222 of file otbSARMetadata.h.
double otb::SARParam::rangeSamplingRate |
Definition at line 221 of file otbSARMetadata.h.
bool otb::SARParam::rightLookingFlag = true |
Definition at line 231 of file otbSARMetadata.h.
std::vector<CoordinateConversionRecord> otb::SARParam::slantRangeToGroundRangeRecords |
Conversion coefficients from slant range to ground range
Definition at line 246 of file otbSARMetadata.h.
InfoSceneCoord otb::SARParam::ulSceneCoord |
Definition at line 253 of file otbSARMetadata.h.
InfoSceneCoord otb::SARParam::urSceneCoord |
Definition at line 254 of file otbSARMetadata.h.