GriddedData2TimeSeries

Write a series of inputfileGriddedData with the corresponding timeSeries as a single time series file (instrument, MISCVALUES).

If groupDataByPoints is true the outputfileTimeSeries starts for each epoch with all data (data0, data1… ) for the first point, followed by all data of the second point and so on. If groupDataByPoints is false, the file starts with data0 for all points, followed by all data1 and so on.

This enables the use of all instrument programs like InstrumentFilter or InstrumentDetrend to analyze and manipulate time series of gridded data.

See also TimeSeries2GriddedData.

NameTypeAnnotation
outputfileTimeSeries
filenameeach epoch: multiple data for points (MISCVALUES)
inputfileGriddedData
filenamefile count must agree with number of times
timeSeries
timeSeries
groupDataByPoints
booleanmultiple data are given point by point, otherwise: data0 for all points, followed by all data1