]> Pileus Git - ~andy/rsl/blob - doc/RSL_read_radar.html
Initial import
[~andy/rsl] / doc / RSL_read_radar.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_read_radar</h1>
10
11 <hr>
12
13 <h3>Synopsis</h3>
14 <b>#include &quot;rsl.h&quot;</b> <br>
15 <b><a href=RSL_radar_struct.html>Radar</a> *RSL_read_radar(char *filename);</b> 
16
17 <h3>
18 <hr>Description</h3>
19 Read the Radar structure from disk. This is the inverse function of <a href=RSL_write_radar.html>RSL_write_radar</a>. The input file may be compressed. If the data is compressed, it is passed through the GNU <b>gunzip</b> filter. Thus, compressed data can be any format that <b>gzip</b> understands. Space for the Radar structure is obtained via calls to the volume routines: <a href=RSL_new.html>RSL_new_volume</a>, <a href=RSL_new.html>RSL_new_sweep</a>, and <a href=RSL_new.html>RSL_new_ray</a>, which obtain their space via the routine malloc. 
20 <hr>
21
22 <h3>Return value</h3>
23 Upon successful completion, a Radar structure is returned. Otherwise, NULL. 
24 <hr>
25
26 <h3>See also</h3>
27 <a href=RSL_read.html><a href=RSL_read.html>RSL_read_volume</a></a>, <a href=RSL_read.html><a href=RSL_read.html>RSL_read_sweep</a></a>, <a href=RSL_read.html><a href=RSL_read.html>RSL_read_ray</a></a>,<br>
28 <a href=RSL_write.html>RSL_write_volume</a>, <a href=RSL_write.html>RSL_write_sweep</a>, <a href=RSL_write.html>RSL_write_ray</a>,<br>
29 <a href=RSL_read_radar.html>RSL_read_radar</a>, <a href=RSL_radar_file_format.html>File format</a>, <a href=RSL_anyformat_to_radar.html>RSL_anyformat_to_radar</a> 
30 <hr>
31
32 <p>Author: <a href=john.merritt.html>John H. Merritt</a> 
33 </body>