superdarn
|
src.lib
|
tk
|
fit
|
FitIndex
Index
FitIndex
Header
superdarn/fitindex.h
Library
fit
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 FitIndex
structure stores an index of a
fitacf
data file.