]> Pileus Git - ~andy/rsl/blob - doc/RSL_sweep_to_cart.html
Initial import
[~andy/rsl] / doc / RSL_sweep_to_cart.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_sweep_to_cart</h1>
10
11 <hr>
12
13 <h3>Synopsis</h3>
14 <b>#include &quot;rsl.h&quot;</b> <br>
15 <b>unsigned char *RSL_sweep_to_cart(<a href=RSL_sweep_struct.html>Sweep</a> *s, int xdim, int ydim, float range); </b>
16
17 <h3>
18 <hr>Description</h3>
19 Given a Sweep pointer, <b>s</b>, return a character image of size <b>xdim</b> by <b>ydim</b> representing the mapping of polar to cartesean with the radar at the center of the image. The radial range, <b>range</b>, is mapped to the edge of the image. The space for the returned images is obtained via malloc. It is assumed that range is in units of gate size.
20 <hr>
21
22 <h3>Return value</h3>
23 Upon successful completion a valid pointer to unsigned char is returned, otherwise NULL.
24 <hr>
25
26 <h3>See also</h3>
27 <a href=RSL_sweep_to.html>RSL_sweep_to_gif</a>, <a href=RSL_sweep_to.html>RSL_sweep_to_pict</a>, <a href=RSL_sweep_to.html>RSL_sweep_to_pgm</a>, <a href=RSL_sweep_to.html>RSL_sweep_to_ppm</a>
28 <hr>
29
30 <p>Author: <a href=john.merritt.html>John H. Merritt</a> 
31 </body>