File: RSL_return_eth_sweep.html

package info (click to toggle)
librsl 1.42-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,836 kB
  • sloc: ansic: 16,950; sh: 8,544; yacc: 316; perl: 151; lex: 94; makefile: 61
file content (48 lines) | stat: -rw-r--r-- 1,299 bytes parent folder | download | duplicates (3)
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 &quot;rsl.h&quot;</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>