GridAverage
Syntax | ||
void GridAverage(struct GridData *a,struct GridData *b,int flg); | ||
Header | ||
superdarn/griddata.h | ||
Library | ||
grid | ||
Description | ||
The The result of the averaging is stored in the structure pointed to by the argument a. The gridded data to average is taken from the structure pointed to by the argument b. The argument flg determines the type of operation that is performed. A value of zero will average together all the data points in a cell to produce a single output value. A value of (1) will set the output to the data point with the maximum power. A value of (2) will set the output to the data point with the maximum velocity. A value of (3) sets the output to the point with maximum spectral width. A value of (4) sets the output to the minimum power, a value of (5) to the minimum velocity, and a value of (6) to the minimum spectral width. | ||
Returns | ||
None | ||
Errors | ||
None | ||
Example | ||
|