AVEPOS
Position averaging
Platform: |
OEM719, OEM729, OEM7500, OEM7600, OEM7700, OEM7720, PwrPak7, CPT7, CPT7700, SMART7, SMART2 |
When position averaging is underway, the various fields in the AVEPOS log contain the parameters being used in the position averaging process. Table: Position Averaging Status shows the possible position averaging status values seen in field #8 of the AVEPOS log table.
See the description of the POSAVE command. For general positioning information, refer to An Introduction to GNSS available on our website at novatel.com/an-introduction-to-gnss.
Asynchronous logs should only be logged ONCHANGED. Otherwise, the most current data is not output when it is available. This is especially true of the ONTIME trigger, which may cause inaccurate time tags to result.
Message ID: 172
Log Type: Asynch
Recommended Input:
log aveposa onchanged
ASCII Example:
#AVEPOSA,USB1,0,72.5,FINESTEERING,2210,147873.000,02100020,e3b4,16809;51.15043181793,-114.03067226763,1097.6045,1.9300,1.9294,1.9392,COMPLETE,5,6*83bdc6a3
When a GNSS position is computed, there are four unknowns being solved: latitude, longitude, height and receiver clock offset (often just called time). The solutions for each of the four unknowns are correlated to satellite positions in a complex way. Since satellites are above the antenna (none are below) there is a geometric bias. Therefore, geometric biases are present in the solutions and affect the computation of height. These biases are called DOPs (Dilution Of Precision). Smaller biases are indicated by low DOP values. VDOP (Vertical DOP) pertains to height. Most of the time, VDOP is higher than HDOP (Horizontal DOP) and TDOP (Time DOP). Therefore, of the four unknowns, height is the most difficult to solve. Many GNSS receivers output the Standard Deviations (SD) of the latitude, longitude and height. Height often has a larger value than the other two.
Accuracy is based on statistics and reliability is measured in percent. When a receiver states it can measure height to one metre, this is an accuracy. Usually this is a one sigma value (one SD). A one sigma value for height has a reliability of 68%. In other words, the error is less than one metre 68% of the time. For a more realistic accuracy, double the one sigma value (one metre) and the result is 95% reliability (error is less than two metres 95% of the time). Generally, GNSS heights are 1.5 times poorer than horizontal positions. See also GPGST log for CEP and RMS definitions.
Field |
Field type |
Description |
Format |
Binary Bytes |
Binary Offset |
1 |
Log header |
AVEPOS header For information about log headers, see ASCII, Abbreviated ASCII or Binary. |
|
H |
0 |
2 |
lat |
Average WGS84 latitude (degrees) |
Double |
8 |
H |
3 |
lon |
Average WGS84 longitude (degrees) |
Double |
8 |
H+8 |
4 |
hgt |
Average height above sea level (m) |
Double |
8 |
H+16 |
5 |
lat σ |
Estimated average standard deviation of latitude solution element (m) |
Float |
4 |
H+24 |
6 |
lon σ |
Estimated average standard deviation of longitude solution element (m) |
Float |
4 |
H+28 |
7 |
hgt σ |
Estimated average standard deviation of height solution element (m) |
Float |
4 |
H+32 |
8 |
posave |
Position averaging status (see Table: Position Averaging Status) |
Enum |
4 |
H+36 |
9 |
ave time |
Elapsed time of averaging (s) |
Ulong |
4 |
H+40 |
10 |
#samples |
Number of samples in the average |
Ulong |
4 |
H+44 |
11 |
xxxx |
32-bit CRC (ASCII and Binary only) |
Hex |
4 |
H+48 |
12 |
[CR][LF] |
Sentence terminator (ASCII only) |
- |
- |
- |
Binary |
ASCII |
Description |
0 |
OFF |
Receiver is not averaging |
1 |
INPROGRESS |
Averaging is in progress |
2 |
COMPLETE |
Averaging is complete |