]> Pileus Git - ~andy/rsl/blob - doc/RSL_radtec_to_radar.html
Initial import
[~andy/rsl] / doc / RSL_radtec_to_radar.html
1 <HTML>
2 <HEAD>
3    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
4    <META NAME="GENERATOR" CONTENT="Mozilla/4.05 [en] (X11; U; Linux 2.0.32 i686) [Netscape]">
5 </HEAD>
6 <BODY>
7 <A HREF="index.html"><IMG SRC="rsl.gif" ></A>&nbsp;
8 <HR>
9 <H1>
10 RSL_radtec_to_radar</H1>
11
12 <HR>
13 <H3>
14 Synopsis</H3>
15 <B>#include "rsl.h"</B>
16 <BR><B><A HREF="RSL_radar_struct.html">Radar</A> *RSL_radtec_to_radar(char
17 *infile);</B>&nbsp;
18 <HR>
19 <H3>
20 Description</H3>
21 Reads a RADTEC (SPANDAR) file and returns a pointer to the <I>Radar</I>
22 structure. The input file is specified by the string <I>infile</I>. If
23 <I>infile</I> is NULL, then stdin is read.&nbsp; The data is compressed
24 with PKWARE implode.&nbsp; RSL needs to be installed with -DHAVE_PKWARE
25 in order to used RSL_radtec_to_radar.
26
27 <P>The radar structure is, essentially, an array of Volumes. These volumes
28 represent the reflectivity, velocity and spectrum width fields.&nbsp;
29 <HR>
30 <H3>
31 Return value</H3>
32 Upon successful completion, RSL_radtec_to_radar returns a pointer to the
33 structure <B>Radar</B>. Otherwise, NULL is returned. A valid <B>Radar</B>
34 structure will be returned if the <B>infile</B> is valid.&nbsp;
35 <HR>
36 <H3>
37 See also</H3>
38 <A HREF="RSL_anyformat_to_radar.html">RSL_anyformat_to_radar</A>&nbsp;
39 <HR>
40
41 <P>Author: <A HREF="john.merritt.html">John H. Merritt</A>.
42 </BODY>
43 </HTML>