]> Pileus Git - ~andy/rsl/blob - doc/RSL_cappi_struct.html
Initial import
[~andy/rsl] / doc / RSL_cappi_struct.html
1 <head>
2 </head>
3
4 <body>
5 <a HREF="index.html"> <IMG SRC="rsl.gif"> </a>
6 <hr>
7
8
9 <pre>typedef struct {
10   int   month;  /* Begin time for this Cappi; month (1-12). */
11   int   day;    /* Begin time for this Cappi; day (1-31). */
12   int   year;   /* Begin time for this Cappi; year (eg. 1993). */
13   int   hour;   /* Begin date for this Cappi; hour (0-23). */
14   int   minute; /* Begin date for this Cappi; minute (0-59).*/
15   float sec;    /* Begin date for this Cappi; second + fraction of  second. */ 
16   float height;      /* Height for this Cappi. */
17   float lat;
18   float lon;         /* Lat/lon of lower left corner of Carpi. */
19   int field_type;
20   char radar_type[50]; /* Value of Constant radar-&gt;h.radar_type */ 
21   int interp_method; /* ??? string describing interpolation method. */
22   <a href=RSL_Er_loc_struct.html>Er_loc</a> *loc;       /* elevation and range coordinate array */
23   <a href=RSL_sweep_struct.html>Sweep</a> *sweep;      /* Pointers to rays of data */
24 } Cappi; </pre>
25
26 </body>