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

RadarYMDHMSGetTdiff

Syntax
struct RadarTdiff *RadarYMDHMSGetTdiff(struct Radar *ptr,int yr,int mo,int dy,int hr,int mt,int sc,int method,int channel,int tfreq);
Header
superdarn/radar.h
Library
radar
Description

The RadarYMDHMSGetTdiff function locates the calibrated tdiff information for one of the radars.

The argument ptr is a pointer to the structure containing the radar information block. The radar tdiff parameters can vary over time, channel, frequency, and calibration method; so the conditions for which the tdiff information is requested is specified by the arguments yr, mo, dy, hr, mt, sc, method, channel, and tfreq giving the year, month, day, hour, minute, second, method, channel, and frequency.

Returns
Returns a pointer to the radar tdiff information for the desired time and conditions. On error, a NULL pointer is returned.
Errors
On error, a NULL pointer is returned.
Example
None