FitRead
Syntax | ||
int FitRead(int fid,struct RadarParm *prm, struct FitData *fit); | ||
Header | ||
superdarn/fitread.h | ||
Library | ||
fit | ||
Description | ||
The The data is read from the file with the descriptor given by the argument fid. The data is decoded and used to populate the radar parameter block pointed to by the argument prm and the | ||
Returns | ||
Returns zero on success. On error, (-1) is returned. | ||
Errors | ||
On error, (-1) is returned. | ||
Example | ||
|