GravityfieldCovariancesPropagation2GriddedData

This program computes the covariance between a source point given by longitude/latitude (L, B) and the points of a grid in terms of the functional given by kernel from the variance-covariance matrix of a gravityfield evaluated at time.

If computeCorrelation is set, the program returns the correlation according to \[ r_{ij} = \frac{\sigma_{ij}}{\sigma_i \sigma_j} \]in the range of [-1, 1] instead of the covariance.

See also Gravityfield2GridCovarianceMatrix, GravityfieldVariancesPropagation2GriddedData.

NameTypeAnnotation
outputfileGriddedData
filenamegridded data file containing the covariance betwenn source point and grid points
grid
grid
kernel
kernelfunctional
gravityfield
gravityfield
time
timeat this time the gravity field will be evaluated
L
anglelongitude of variance point
B
anglelatitude of variance point
height
doubleellipsoidal height of source point
computeCorrelation
booleancompute correlations instead of covariances
R
doublereference radius for ellipsoidal coordinates on output
inverseFlattening
doublereference flattening for ellipsoidal coordinates on output, 0: spherical coordinates
This program is parallelized.