GriddedDataTimeSeries2PotentialCoefficients
This program estimate potential coefficients from inputfileGriddedDataTimeSeries in the same way as GriddedData2PotentialCoefficients but not only for one grid but for each epoch of timeSeries of if not set for the temporal nodal points from the inputfile. The outputfilePotentialCoefficients (one for each value) are written for each epoch with the expansion of variableLoopTime and variableLoopIndex (see text parser).
See also GriddedData2PotentialCoefficients.
Name | Type | Annotation |
---|---|---|
outputfilesPotentialCoefficients | filename | for each epoch |
variableLoopTime | string | variable with time of each epoch |
variableLoopIndex | string | variable with index of current epoch (starts with zero) |
variableLoopCount | string | variable with total number of epochs |
inputfileGriddedDataTimeSeries | filename | |
timeSeries | timeSeries | otherwise times from inputfile are used |
value | expression | expression (variables: longitude, latitude, height, area, data0, data1, ...) |
weight | expression | expression to compute values (input columns are named data0, data1, ...) |
kernel | kernel | kernel in which the grid values are given |
minDegree | uint | |
maxDegree | uint | |
GM | double | Geocentric gravitational constant |
R | double | reference radius for potential coefficients |
leastSquares | boolean | false: quadrature formular, true: least squares adjustment order by order |