]> Pileus Git - ~andy/rsl/blob - doc/RSL_radar_header_struct.html
Initial import
[~andy/rsl] / doc / RSL_radar_header_struct.html
1 <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
2 <html>
3 <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5    <meta name="GENERATOR" content="Mozilla/4.6 [en] (X11; U; Linux 2.2.12 i686) [Netscape]">
6 </head>
7 <body>
8 <a href="index.html"><img SRC="rsl.gif" ></a>
9 <hr>
10 <pre>typedef struct {&nbsp;
11 &nbsp; int month, day, year;&nbsp;
12 &nbsp; int hour, minute;&nbsp;
13 &nbsp; float sec; /* Second plus fractional part. */
14 &nbsp; char radar_type[50]; /* Type of radar. Use for QC-ing the data.
15 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; * Supported types are:
16 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; * "wsr88d", "lassen", "uf",
17 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; * "nsig", "nsig2", "mcgill",
18 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; * "kwajalein", "rsl", "toga".
19 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; * Set by appropriate ingest routine.
20 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; */&nbsp;
21 &nbsp; int nvolumes;
22 &nbsp; int number;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /* arbitrary number of this radar site */
23 &nbsp; char name[8];&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /* Nexrad site name */
24 &nbsp; char radar_name[8]; /* Radar name. */
25 &nbsp; char project[24];&nbsp;&nbsp; /*&nbsp;Project assocated with data. */
26 &nbsp; char city[15];&nbsp;&nbsp;&nbsp;&nbsp; /* nearest city to radaar site */
27 &nbsp; char state[2];&nbsp;&nbsp;&nbsp;&nbsp; /* state of radar site */
28 &nbsp; int latd;&nbsp;&nbsp; /* degrees of latitude of site */
29 &nbsp; int latm;&nbsp;&nbsp; /* minutes of latitude of site */
30 &nbsp; int lats;&nbsp;&nbsp; /* seconds of latitude of site */
31 &nbsp; int lond;&nbsp;&nbsp; /* degrees of longitude of site */
32 &nbsp; int lonm;&nbsp;&nbsp; /* minutes of longitude of site */
33 &nbsp; int lons;&nbsp;&nbsp; /* seconds of longitude of site */
34 &nbsp; int height; /* height of site in meters above sea level*/
35 &nbsp; int spulse; /* length of short pulse (ns)*/
36 &nbsp; int lpulse; /* length of long pulse (ns) */
37 &nbsp; int vcp;&nbsp;&nbsp;&nbsp; /* Volume Coverage Pattern (for WSR-88D only) */
38 } Radar_header;</pre>
39
40 </body>
41 </html>