GPS observations (GB or GPS)

GPS data are represented as vector differences between two GPS receivers. The vector is typically expressed as X, Y, and Z components in a geocentric reference frame (e.g. WGS84).

SNAP can handle baseline vectors, which are simple vectors between two stations, and multistation data, which are a correlated group of vectors observed and processed simultaneously. The two are distinguished by the format of the data. If the data are in grouped format then they are multistation data; if they are in line format they are individual baselines.

All GPS observations are corrected for differences between the GPS reference frame and the coordinate file reference frame. The difference is modelled by a rotation and a scale difference.

SNAP can use more than one GPS reference frame - each frame is identified by a short code. By default the reference frame code for all observations is GPS. SNAP can calculate a rotation and scale for each reference frame.

GPS data in SNAP is also influenced by the reference frame scale error, which is a scale error associated with the reference frame implied by the fixed station coordinates.

The errors of GPS vectors can be expressed in several ways:

All errors are expressed in metres. Covariances in m2. There are many ways that GPS errors can be expressed. The options are controlled by the #gps_error_type command. For more details see GPS error formats.

In the listing file the residuals are expressed as components in the east, north, and up directions. Also the overall residual for the vector itself is calculated. The residuals can be expressed in both metres and in part per million.

See also

Observation file overview

Summary of data types

Observation file format

GPS reference frames

The reference frame scale error

GPS error formats

The #data command

The #gps_enu_error command

The #gps_error_type command

The #reference_frame command (data file)

The reference_frame command (command file)

The gps_vertical command