]> Pileus Git - ~andy/rsl/blob - doc/RSL_wsr88d_keep_short_refl.html
RSL v1.44
[~andy/rsl] / doc / RSL_wsr88d_keep_short_refl.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_wsr88d_keep_short_refl</h1>
10
11 <hr>
12
13 <h3>Synopsis</h3>
14 <b>#include &quot;rsl.h&quot;</b> <br>
15 <b>void RSL_wsr88d_keep_short_refl(void);</b>
16
17 <h3>
18 <hr>Description</h3>
19 Calling this function instructs the WSR-88D Level II ingest to keep
20 short-range reflectivity collected in the velocity portion of a split
21 cut.  Normally this short-range reflectivity is discarded.
22 Calling this function also changes how split cuts are handled in the
23 Radar structure and when writing to UF.  Split cut surveillance and
24 Dopper sweeps are normally placed in the same sweep index in the Radar
25 structure, as though they were taken in a single sweep, so that
26 reflectivity (long-range), radial velocity, and spectrum width are at
27 the same sweep index.  If <b>RSL_wsr88d_keep_short_refl</b> is called, each
28 individual sweep of a split cut is stored at a separate index, so for
29 example, the first sweep contains only long-range reflectivity (and
30 dual-pol fields if present), and the second sweep contains short-range
31 reflectivity, radial velocity, and spectrum width.  This pattern is
32 repeated with the remaining split cuts.  If a UF is produced, the
33 split cuts are written in like manner.
34 <br>
35 <hr>
36
37 <h3>Return value</h3>
38 None. 
39 <hr>
40
41 </body>