|
| int stid; |
Station identifier number. |
| struct { |
| int major; |
Major revision number. |
| int minor; |
Minor revision number. |
| } |
| version; |
Revision number. |
| double st_time; |
Start time of the scan, specified as seconds from 0:00UT January 1, 1970. |
| double ed_time; |
End time of the scan, specified as seconds from 0:00UT January 1, 1970. |
| int num; |
Number of beams of data in the scan. |
struct RadarBeam *bm; |
Pointer to an array of structures containing the beam data. |
|