class encapsulating the PCOs and PCVs of the antenna. See the ANTEX documentation for discussion of how the PCO/Vs are defined, sign conventions and how to apply the PCOs.
Definition at line 203 of file AntexData.hpp.
#include <AntexData.hpp>
Public Attributes | |
bool | hasAzimuth |
double | PCOrms [3] |
double | PCOvalue [3] |
azimZenMap | PCVrms |
azimZenMap | PCVvalue |
bool gnsstk::AntexData::antennaPCOandPCVData::hasAzimuth |
if false, there is no azimuth dependence in the PCVs and only PCV[0.0] is defined.
Definition at line 214 of file AntexData.hpp.
double gnsstk::AntexData::antennaPCOandPCVData::PCOrms[3] |
Definition at line 210 of file AntexData.hpp.
double gnsstk::AntexData::antennaPCOandPCVData::PCOvalue[3] |
nominal phase center offsets in mm, and RMS values, in NEU coordinates (for Receiver antennas) or XYZ (for Satellite antennas); from "NORTH / EAST / UP" record RMS values are OPTIONAL
Definition at line 210 of file AntexData.hpp.
azimZenMap gnsstk::AntexData::antennaPCOandPCVData::PCVrms |
Definition at line 222 of file AntexData.hpp.
azimZenMap gnsstk::AntexData::antennaPCOandPCVData::PCVvalue |
map from azimuth to <zenith,offset> map: PCVvalues[azim][zen] = offset in mm from the nominal PCVrms[azim][zen] = RMS of these values, also in mm. if there is no azimuth dependence, there will be only one entry in this map, with azimuth = -1.0 RMS values are OPTIONAL
Definition at line 222 of file AntexData.hpp.