]> Pileus Git - ~andy/rsl/blob - doc/RSL_write_radar.html
Initial import
[~andy/rsl] / doc / RSL_write_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_write_radar</h1>
10
11
12 <h1>RSL_write_radar_fp</h1>
13
14
15 <h1>RSL_write_radar_gzip</h1>
16
17 <hr>
18
19 <h3>Synopsis</h3>
20 <b>#include &quot;rsl.h&quot;</b> <br>
21 <b>int RSL_write_radar(<a href=RSL_radar_struct.html>Radar</a> *radar, char *outfile);</b> <br>
22 <b>int RSL_write_radar_fp(<a href=RSL_radar_struct.html>Radar</a> *radar, FILE *fp);</b> <br>
23 <b>int RSL_write_radar_gzip(<a href=RSL_radar_struct.html>Radar</a> *radar, char *outfile);</b> 
24
25 <h3>
26 <hr>Description</h3>
27 Save the Radar structure to disk. This is useful when it take some effort or time to build the Radar structure from data; you can save the Radar as an intermediate result of processing. <b>RSL_write_radar_gzip</b> writes gzip-ed files by passing the data through GNU <b>gzip</b>.
28 <hr>
29
30 <h3>Return value</h3>
31 Upon successful completion, the number of bytes written is returned. 
32 <hr>
33
34 <h3>See also</h3>
35 <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>
36 <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>
37 <a href=RSL_read_radar.html>RSL_read_radar</a>, <a href=RSL_radar_file_format.html>File format</a>. 
38 <hr>
39
40 <p>Author: <a href=john.merritt.html>John H. Merritt</a> 
41 </body>