Home| superdarn |src.lib|tk|radar| RadarLoadTdiff Index

RadarLoadTdiff

Syntax
int RadarLoadTdiff(char *tdiffpath,struct RadarNetwork *ptr);
Header
superdarn/radar.h
Library
radar
Description

The RadarLoadTdiff function loads the calibrated tdiff information for the radar network.

The tdiff files are assumed to be located in the directory given by the argument tdiffpath. The argument ptr is a pointer to a structure containing the information for the entire network and must be populated prior to calling this function.

Returns
Returns zero on success. On error, (-1) is returned.
Errors
On error, (-1) is returned.
Example
None