]> Pileus Git - ~andy/rsl/blob - doc/RSL_cappi_to_carpi.html
Initial import
[~andy/rsl] / doc / RSL_cappi_to_carpi.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_to_carpi</h1>
10
11 <hr>
12
13 <h3>Synopsis</h3>
14 <b>#include &quot;rsl.h&quot;</b> <br>
15 <b><a href=RSL_carpi_struct.html>Carpi</a> *RSL_cappi_to_carpi(<a href=RSL_cappi_struct.html>Cappi</a> *cappi, float dx, float dy, float lat, float lon, int nx, int ny, int radar_x, int radar _y);</b>
16
17 <h3>
18 <hr>Description</h3>
19 Produce a <b>C</b>onstant <b>A</b>ltitude <b>R</b>ectangular from <b>P</b>olar<b> I</b>mage at <b>h</b> out to the maximum ground range <b>grnd_range</b>. <b>h</b> and <b>grnd_range</b> are expressed in km. The dimensions of the <b>Carpi</b> are given by <b>nx</b> and <b>ny</b>. <b>radar_x</b> and <b>radar_y</b> are the location of the radar within the <b>Carpi</b> structure (the rectangular grid). <b>lat</b> and <b>lon</b> represent the lower left corner (SE) of the rectangular grid. The routine allocates space for the resulting <b>Carpi</b>.
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_volume_to_carpi.html>RSL_volume_to_carpi</a>, <a href=RSL_carpi_struct.html>Carpi</a>, <a href=RSL_cappi_struct.html>Cappi</a>, <a href=RSL_new_cappi.html>RSL_new_cappi</a>. 
28
29 <p>
30 <hr>Author: <a href=mike.kolander.html>Mike Kolander</a> 
31 </body>