Home| superdarn| rfc| RFC0005

RFC: 0005

Title

Radar Identification Table

Author

R.J.Barnes

Summary

Format of the Radar Identity Table ("radar.dat")

Description

1. Introduction

The Radar Identification Table is a plain ASCII text file that lists the station identifiers for each radar in the network. The file is usually called "radar.dat" and is located in the the "superdarn" sub-directory of the data tables.

Originally this file was just a simple table listing the station number and its associated identifier letter. Over the years more information has been added to the table and this RFC will document the format now in use.

2. The Radar Identification Table Format

Lines beginning with the '#' character are treated as comments and ignored. All other lines represent an entry for a single radar.

The format of each line is as follows:

num status "name" "operator" "hardware" "id"....
num Radar Station Number.
status Status of radar: 0 under construction, 1 operational, -1 disused.
"name" Full name of the radar site.
"operator" Major operator of the facility.
"hardware" Filename of the hardware configuration file.
"id"... One or more text strings used to identify the radar.

An entry in the table looks like this:

1 1 "Goose Bay" "JHU/APL" "hdw.dat.gbr" "gbr" "g"
3 1 "Kapuskasing" "JHU/APL" "hdw.dat.kap" "kap" "k"

References

RFC #0003

History

2004/06/14 Initial Revision.