]> Pileus Git - ~andy/rsl/blob - doc/RSL_return_eth_sweep.html
Initial import
[~andy/rsl] / doc / RSL_return_eth_sweep.html
1
2 <head>
3 </head>
4
5 <body>
6 <a HREF="index.html"> <IMG SRC="rsl.gif"> </a>
7 <hr>
8
9 <H1>RSL_return_eth_sweep</H1>
10
11 <hr>
12
13 <h3>Synopsis</h3>
14 <b>#include &quot;rsl.h&quot;</b> <br>
15 <b><a href="RSL_sweep_struct.html">Sweep</a> *RSL_return_eth_sweep.html(
16 <a href="RSL_vertical_structure.html">Vertical_structure</a> *vs,int index);
17 </b>
18
19 <hr>
20 <h3>Description</h3>
21 Given a Vertical_structure data structure created by <a href="RSL_get_vertical_structure.html">
22 RSL_get_vertical_structure</a> and a threshold index, return a Sweep data structure that contains echo top values.  The threshold index corresponds 
23 to the original set of threshold values used to create the 
24 Vertical_structure.  Index 0 is the first index.
25 <hr>
26
27 <H3>Return Value</H3>
28 Upon seccesful completion, a pointer to a Sweep data structure is
29 returned.  Otherwise a NULL pointer is returned.
30
31 <hr>
32
33 <H3>See also</H3>
34 <a href="RSL_return_zmax_sweep.html">RSL_return_zmax_sweep</a>,
35 <a href="RSL_return_hzmax_sweep.html">RSL_return_hzmax_sweep</a>,
36 <A HREF="RSL_get_vertical_structure.html">RSL_get_vertical_structure</A>,
37 <a href="RSL_free_vertical_structure.html">RSL_free_vertical_structure</a>,
38 <A HREF="RSL_get_column.html">RSL_get_column</A>,
39
40
41 <hr>
42
43 <p>Author: <a href="dennis.flanigan.html">Dennis Flanigan Jr.</a> 
44 </body>
45
46 </body>
47
48