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.
Name | Type | Annotation |
---|---|---|
outputfileGriddedData | filename | gridded data file containing the covariance betwenn source point and grid points |
grid | grid | |
kernel | kernel | functional |
gravityfield | gravityfield | |
time | time | at this time the gravity field will be evaluated |
L | angle | longitude of variance point |
B | angle | latitude of variance point |
height | double | ellipsoidal height of source point |
computeCorrelation | boolean | compute correlations instead of covariances |
R | double | reference radius for ellipsoidal coordinates on output |
inverseFlattening | double | reference flattening for ellipsoidal coordinates on output, 0: spherical coordinates |