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