superdarn
|
src.lib
|
tk
|
grid
|
GridIndex
Index
GridIndex
Header
superdarn/gridindex.h
Library
grid
Members
int num;
Number of records in the data file.
double *tme;
Pointer to an array of record times, specified as seconds from 0:00UT January 1, 1970.
int *inx;
Pointer to an array of byte offsets into the file marking the start of a record.
Description
The
struct GridIndex
structure stores an index to a file containing gridded data.