]> Pileus Git - ~andy/rsl/blob - doc/RSL_get_value.html
Initial import
[~andy/rsl] / doc / RSL_get_value.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_value...</h1>
10
11 <hr>
12
13 <h3>Synopsis</h3>
14 <b>#include &quot;rsl.h&quot;</b> <br>
15 <b>float RSL_get_value(<a href=RSL_volume_struct.html>Volume</a> *v, float elev, float azimuth, float range);<br>
16 float RSL_get_value_at_h(<a href=RSL_volume_struct.html>Volume</a> *v, float azim, float grnd_r, float h);<br>
17 float RSL_get_value_from_ray(<a href=RSL_ray_struct.html>Ray</a> *ray, float r);<br>
18 float RSL_get_value_from_sweep(<a href=RSL_sweep_struct.html>Sweep</a> *s, float azim, float r);
19
20 <p>
21 <hr></b>
22
23 <h3>
24 <hr>Description</h3>
25 <b>RSL_get_value</b>: Find a value in the Volume v using polar coordinate specification. The search returns the closest point. Although there is no restriction concerning azimuth values, other functions rely on the range being 0 to +360. This may change. Nexrad happened to use this range so I use it for now. 
26
27 <p><b>RSL_get_value_at_h</b>: Returns a value when the coordinate is specified by ground range and height. Both ground range and height are specified in km. 
28
29 <p><b>RSL_get_value_from_ray</b>: Return a value for the slant range <b>r</b>. Basically, r is converted to an index based on the gate size. 
30
31 <p><b>Vget_value_from_sweep</b>: Get a value from a Sweep, <b>s</b>, given the azimuth <b>azim</b> and range <b>r</b>. 
32
33 <p>
34 <hr>
35
36 <h3>Return value</h3>
37 Upon successful completion, a valid floating point number is returned. Note, the value could be BADVAL. 
38 <hr>
39
40 <h3>See also</h3>
41
42 <hr>Author: <a href=john.merritt.html>John H. Merritt</a> 
43 </body>