]> Pileus Git - ~andy/rsl/blob - doc/RSL_rapic_to_radar.html
Initial import
[~andy/rsl] / doc / RSL_rapic_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><A HREF="index.html">&nbsp;</A>&nbsp;
8 <HR>
9 <H1>
10 RSL_rapic_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_rapic_to_radar(char
17 *infile);</B>&nbsp;
18 <HR>
19 <H3>
20 Description</H3>
21 Reads a RAPIC (data from Berrimah Austrailia) file and returns a pointer
22 to the structure <I>Radar</I>. The input file is specified by the string
23 <I>infile</I>. If <I>infile</I> is NULL, then stdin is read. The input
24 file may be compressed. If the data is compressed, it is passed through
25 the GNU <B>gunzip</B> filter. Thus, compressed data can be any format that
26 <B>gzip</B> understands.
27
28 <P>The radar structure is, essentially, an array of Volumes. These volumes
29 represent several field types, including but not limited to, reflectivity,
30 velocity and spectrum width fields.&nbsp;
31 <HR>
32 <H3>
33 Return value</H3>
34 Upon successful completion, RSL_rapic_to_radar returns a pointer to the
35 structure <B>Radar</B>. Otherwise, NULL is returned and errno is set.&nbsp;
36 <HR>
37 <H3>
38 See also</H3>
39 <A HREF="RSL_anyformat_to_radar.html">RSL_anyformat_to_radar</A>&nbsp;
40 <HR>
41
42 <P>Author: <A HREF="john.merritt.html">John H. Merritt</A>.
43 </BODY>
44 </HTML>