superdarn
|
src.lib
|
tk
|
raw
|
RawIndex
Index
RawIndex
Header
superdarn/rawindex.h
Library
raw
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 RawIndex
structure stores an index of a
rawacf
data file.