]> Pileus Git - ~andy/rsl/blob - doc/RSL_get_win.html
Changes from Bart (2011-02-01)
[~andy/rsl] / doc / RSL_get_win.html
1 <head>
2 </head>
3
4 <body>
5 <a HREF="index.html"> <IMG SRC="rsl.gif"> </a>
6 <hr>
7
8
9 <h1>RSL_get_window_from_...</h1>
10
11 <hr>
12
13 <h3>Synopsis</h3>
14 <b>#include &quot;rsl.h&quot;</b> <br>
15 <b><a href=RSL_ray_struct.html>Ray</a> *RSL_get_window_from_ray(<a href=RSL_ray_struct.html>Ray</a> *r, float min_range, float max_range, float low_azim, float hi_azim);<br>
16 <a href=RSL_sweep_struct.html>Sweep</a> *RSL_get_window_from_sweep(<a href=RSL_sweep_struct.html>Sweep</a> *s, float min_range, float max_range, float low_azim, float hi_azim);<br>
17 <a href=RSL_volume_struct.html>Volume</a> *RSL_get_window_from_volume(<a href=RSL_volume_struct.html>Volume</a> *v, float min_range, float max_range, float low_azim, float hi_azim);</b> <br>
18 <a href=RSL_radar_struct.html><b>Radar</b></a> <b>*RSL_get_window_from_radar</b>(<a href=RSL_radar_struct.html><b>Radar</b></a> <b>*r, float min_range, float max_range, float low_azim, float hi_azim</b>); 
19
20 <h3>
21 <hr>Description</h3>
22 <b>RSL_get_window_from_radar </b>calls<b> RSL_get_window_from_volume </b>for the number of volumes.<br>
23 <b>RSL_get_window_from_volume</b> calls <b>RSL_get_window_from_sweep</b> for the number of sweeps.<br>
24 <b>RSL_get_window_from_sweep</b> calls <b>RSL_get_window_from_ray</b> for the number of rays.<br>
25 <b>RSL_get_window_from_ray</b> gets window, between low_azim and hi_azim (degrees), from min_range to max_range (km).
26 <hr>
27
28 <h3>Return value</h3>
29 Upon successful completion, a pointer to the appropriate structure is returned. 
30 <hr>
31
32 <h3>See also</h3>
33 rsl/examples/test_get_win.c
34 <hr>
35
36 <p>Author: John H. Merritt 
37 </body>