]> Pileus Git - ~andy/rsl/blob - doc/RSL_ray_struct.html
Initial import
[~andy/rsl] / doc / RSL_ray_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   <a href=RSL_ray_header_struct.html>Ray_header</a> h;
11   <a href=RSL_range_struct.html>Range</a> *range; /* range[0..nbins-1] */
12                 /* For wsr88d file:
13                  * 0..460 for reflectivity, 0..920 for velocity and 
14                  * spectrum width. You must allocate this space.
15                  */
16 } Ray; </pre>
17
18 </body>