Table Of Contents
Example
Assume all angles are of equal precision (sd), and uncorrelated, Cd = s2d I
Other Observation Types - CoordinatesThese can be coordinates from a previous adjustment with a covariance matrix, or may be "dummy" observations with a large observation weight to fix the datum, orientation and scale of the network. The observation equation is simple. The observation may be for x, y, or z - but will tend to be for a coordinate, or a group of coordinates where correlation is a concern. Considering a point only let the measurement and covariance matrix be: xm ym zm and Cm (3 by 3 matrix) Sticking with the notation in the hand-written notes: xm = x' or linearised xm - x' = Dx ym = y' or linearised ym - y' = Dy zm = z' or linearised zm - z' = Dz Other Observation Types - GPS BaselinesGPS BaselinesGenerally speaking GPS baselines would not be used in an adjustment on a local coordinate system (as we are considering). The baseline components will be known in an ellipsoid centred cartesian coordinate system (as will their covariance matrix) and the relationship between this frame of reference and the local frame of reference is not always known. With reference to the figure: the GPS baseline (X) is known in the [X, Y, Z] coordinate system. The local system used for our adjustment is [x, y, z]. If the latitude and longitude of the origin of the local system (point P) are known, then a rotational relationship between [X, Y, Z] and [x, y, z] can be established in the form of a rotation matrix: Rotation MatrixR = f (j, l ) (3 by 3 orthogonal matrix)
R is constructed so that a GPS baseline [DX DY DZ] can be expressed in the local frame of reference as [Dx Dy Dz]:
Least Squares Solutionx = RX
Where x is the local frame of reference representation of the ellipsoid centred cartesian X. Note this equation is useful for propagation of variance. The GPS baseline covariance matrix (CX) is also in the ellipsoid centred cartesian frame of reference and must be transformed (Cx in the local frame): Cx = RCx Rt Now we have x and Cx the observation equations are linear, and similar to the previous point observations:
because of the linearity all the derivatives evaluate to either +1 or -1. Notice how all references to the original baseline X and Cx disappear after the rotation to a local frame of reference. Again note that if GPS baselines are to be used, the adjustment would usually be performed on the ellipsoid or in ellipsoid centred cartesian coordinates. |