]> Pileus Git - ~andy/rsl/blob - doc/RSL_get_linear_value.html
RSL v1.44
[~andy/rsl] / doc / RSL_get_linear_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_linear_value</h1>
10
11 <hr>
12
13 <h3>Synopsis</h3>
14 <b>#include &quot;rsl.h&quot;</b> <br>
15 <b>float RSL_get_linear_value(<a href=RSL_volume_struct.html>Volume</a> *v, float srange, float azimuth, float elev, float limit);</b>
16
17 <p>
18 <hr>
19
20 <h3>Description</h3>
21 Find a linearly interpolated value in the Volume, <b>v</b>, at the polar coordinate specification (srange, azimuth, elev). The four surrounding data values that are azimuthally within +/- <b>limit</b> degrees are used for the interpolation. <b>Limit</b> is measured in degrees. <b>Srange</b> is the slant range in KM. <b>Azimuth</b> and <b>elev</b> are measured in degrees.
22 <hr>
23
24 <h3>Return value</h3>
25 Upon successful completion, a valid floating point number is returned. Note, the value could be BADVAL. 
26 <hr>
27
28 <h3>See also</h3>
29 <a href="RSL_get_value.html">RSL_get_value</a> 
30 <hr>Author: <a href=dennis.flanigan.html>Dennis Flanigan, Jr.</a> 
31 </body>