]> Pileus Git - ~andy/rsl/blob - doc/RSL_area_of_ray.html
RSL v1.44
[~andy/rsl] / doc / RSL_area_of_ray.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_area_of_ray</h1>
10
11 <hr>
12
13 <h3>Synopsis</h3>
14 <b>#include &quot;rsl.h&quot;</b> <br>
15 <b>float RSL_area_of_ray(<a href=RSL_ray_struct.html>Ray</a> *r, float lo, float hi, float min_range, float max_range); </b>
16
17 <h3>
18 <hr>Description</h3>
19 Compute the volumetric area of a sweep given a range of dBZ, a minimum range and a maximum range in km. Ranges are specified in km. lo and hi are the minimum and maximum dBZ values within which the fractional area is computed. The name of this routine is unfortunately misleading. The area is really a volume. The total volume for pixels present within the range of <b>lo</b> to <b>hi</b> is computed and returned. This routine is used by the routine <a href=RSL_fractional_area_of_sweep.html>RSL_fractional_area_of_sweep</a>.
20 <hr>
21
22 <h3>Return value</h3>
23 Upon successful completion, a valid floating point number is returned. 
24 <hr>
25
26 <h3>See also</h3>
27 <a href=RSL_fractional_area_of_sweep.html><a href=RSL_fractional_area_of_sweep.html>RSL_fractional_area_of_sweep</a></a> 
28 <hr>
29
30 <p>Author: <a href=john.merritt.html>John H. Merritt</a> 
31 </body>