Gravity field determination from precise orbit data (POD)

This cookbook chapter describes exemplarily the steps for determining the monthly gravity variations from precise orbit data (POD).

Step 1: Preperation of data

Following data have to be prepared monthly with an adequate sampling, e.g. 10 s using InstrumentConcatenate:

Reduced sampling can be achieved by InstrumentReduceSampling. If the satellite mission does not provide any required accelerometer data, these data can be generated via SimulateAccelerometer.

For satellite missions with less knowledge about the acting forces, it make sense to consider more than one state vector within an orbit revolution. Otherwise the accuracy of the estimated parameters will decrease. This implies that shorter arcs are necessary. The assignment of the kinematic orbit data as well as the 3x3 covariance matrices data to the arcs can be done with InstrumentSynchronize.

Step 2: Conversion of the background gravity field

Gravityfield2SphericalHarmonicsVector converts the static respectively background gravity field into spherical harmonics.

Step 3: Preprocessing POD

For determining the accuracies and weights of the kinematic orbits it is sufficient to make a least-square estimation with only certain parameters, due to the fact that some parameters do not influence the estimation of the accuracies and weights. This estimation is done with PreprocessingPod. Additional this program determines the temporal correlation of the kinematic orbit positions x,y and z. If short arcs are used the setting observation:podIntegral shall be used. This setting considers the frictional forces by means of a macro model as well as the conservative and non-conservative forces.

Step 4: Solving of normal equations system

NormalsSolverVCE sets up the observation equations and summarized them to a normal equations system. The subsequent least-square estimation delivers the parameters surcharges.

Step 5: Determination of the estimated gravity field parameters

The estimated parameters result from the re-addition of the background field, which is done in MatrixCalculate.

Step 6: Conversion of the gravity field parameters

Gravityfield2PotentialCoefficients converts the gravity field parameters into spherical harmonics.