]> Pileus Git - ~andy/rsl/blob - doc/RSL_add_dbz_offset.html
Initial import
[~andy/rsl] / doc / RSL_add_dbz_offset.html
1 <HTML>
2 <HEAD>
3    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
4    <META NAME="GENERATOR" CONTENT="Mozilla/4.05 [en] (X11; U; Linux 2.0.32 i686) [Netscape]">
5 </HEAD>
6 <BODY>
7 <A HREF="index.html"><IMG SRC="rsl.gif" ></A>&nbsp;
8 <HR>
9 <H1>
10 RSL_add_dbz_offset...</H1>
11
12 <HR>
13 <H3>
14 Synopsis</H3>
15 <B>#include "rsl.h"</B>
16 <BR><B>void RSL_add_dbz_offset_to_ray(<A HREF="RSL_ray_struct.html">Ray</A> *r, float dbz_offset);</B>&nbsp;
17 <BR><B>void RSL_add_dbz_offset_to_sweep(<A HREF="RSL_sweep_struct.html">Sweep </A> *s, float dbz_offset);</B>&nbsp;
18 <BR><B>void RSL_add_dbz_offset_to_volume(<A HREF="RSL_volume_struct.html">Volume </A> *v, float dbz_offset);</B>&nbsp;
19
20 <HR>
21 <H3>
22 Description</H3>
23
24 <B>RSL_add_dbz_offset_to_ray</B> Adds a calibration factor 'dbz_offset' to a ray's range bins
25 containing valid values.  Valid values are those other than NOECHO.&nbsp;
26 <BR>
27 <BR>
28 <B> RSL_add_dbz_offset_to_sweep </B> Calls RSL_add_dbz_offset_to_ray for each ray in the sweep.&nbsp;
29 <BR>
30 <BR>
31 <B> RSL_add_dbz_offset_to_volume </B> Calls RSL_add_dbz_offset_to_sweep for each sweep in the volume.&nbsp;
32 <BR>
33 <HR>
34 <H3>
35 Return value</H3>
36 None.
37 <BR>
38 <BR>
39 <HR>
40
41 <P>Author: <A HREF="mike.kolander.html">Mike Kolander</A>.
42 </BODY>
43 </HTML>