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.

NameTypeAnnotation
outputfilesPotentialCoefficients
filenamefor each epoch
variableLoopTime
stringvariable with time of each epoch
variableLoopIndex
stringvariable with index of current epoch (starts with zero)
variableLoopCount
stringvariable with total number of epochs
inputfileGriddedDataTimeSeries
filename
timeSeries
timeSeriesotherwise times from inputfile are used
value
expressionexpression (variables: longitude, latitude, height, area, data0, data1, ...)
weight
expressionexpression to compute values (input columns are named data0, data1, ...)
kernel
kernelkernel in which the grid values are given
minDegree
uint
maxDegree
uint
GM
doubleGeocentric gravitational constant
R
doublereference radius for potential coefficients
leastSquares
booleanfalse: quadrature formular, true: least squares adjustment order by order
This program is parallelized.