RawRead
Syntax | ||
int RawRead(int fid,struct RadarParm *prm, struct RawData *raw); | ||
Header | ||
superdarn/rawread.h | ||
Library | ||
raw | ||
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 raw data structure pointer to by the argument raw. | ||
Returns | ||
Returns zero on success. On error, (-1) is returned. | ||
Errors | ||
On error, (-1) is returned. | ||
Example | ||
|