]> Pileus Git - ~andy/rsl/blob - doc/RSL_cappi_at_h.html
Initial import
[~andy/rsl] / doc / RSL_cappi_at_h.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_cappi_at_h</h1>
10
11 <hr>
12
13 <h3>Synopsis</h3>
14 <b>#include &quot;rsl.h&quot;</b> <br>
15 <a href=RSL_cappi_struct.html><b>Cappi</b></a><b> *RSL_cappi_at_h(<a href=RSL_volume_struct.html>Volume</a> *v, float h, float max_range); </b>
16
17 <h3>
18 <hr>Description</h3>
19 Produce a <b>C</b>onstant <b>A</b>ltitude <b>PPI</b> at <b>h</b> out to the maximum ground range <b>max_range</b>. <b>h</b> and <b>max_range</b> are expressed in km. Memory is allocated using the system calloc routine. A <a href=RSL_sweep_struct.html>Sweep</a> structure is used to store the data of the cappi. Thus, it is easy to make images by using <a href=RSL_sweep_to.html>RSL_sweep_to_gif</a>.
20 <hr>
21
22 <h3>Return value</h3>
23 Upon successful completion, a pointer to the appropriate structure is returned. Otherwise, a NULL pointer is returned and errno is set. 
24 <hr>
25
26 <h3>See also</h3>
27 <a href=RSL_free_cappi.html>RSL_free_cappi</a>, <a href=RSL_cappi_to_carpi.html>RSL_cappi_to_carpi</a>. 
28
29 <p>
30 <hr>Author: <a href=john.merritt.html>John H. Merritt</a> 
31 </body>