]> Pileus Git - ~andy/rsl/blob - doc/RSL_radar_to_hdf.html
RSL v1.44
[~andy/rsl] / doc / RSL_radar_to_hdf.html
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4    <TITLE></TITLE>
5    <META NAME="GENERATOR" CONTENT="Mozilla/3.0b5aGold (X11; I; Linux 1.3.91 i586) [Netscape]">
6 </HEAD>
7 <BODY>
8 <a HREF="index.html"> <IMG SRC="rsl.gif"> </a>
9 <hr>
10
11 <H1>RSL_radar_to_hdf</H1>
12
13 <P>
14 <HR></P>
15
16 <H3>Synopsis</H3>
17
18 <P><B>#include &quot;rsl.h&quot; <BR>
19 int RSL_radar_to_hdf(<A HREF="RSL_radar_struct.html">Radar</A> *radar,
20 char *outfile);</B> 
21 <HR></P>
22
23 <H3>Description</H3>
24
25 <P>Writes HDF&nbsp;files. The output file is specified by <I>outfile.</I>
26 The organization of the data within the HDF&nbsp;file is specified in NASA
27 document TSDIS-P907. This is also known as TSDIS ICS Volume 3 (Release
28 3/Draft). You must preceed the call to RSL_radar_to_hdf with a call to
29 <A HREF="RSL_set_hdf_qc_parameters.html">RSL_set_hdf_qc_parameters</A>.</P>
30
31 <P>
32 <HR></P>
33
34 <H3>Return value</H3>
35
36 <P>Upon successful completion, RSL_radar_to_hdf returns 0. Upon failure,
37 -1 is returned. 
38 <HR></P>
39
40 <H3>See also</H3>
41
42 <P><A HREF="RSL_anyformat_to_radar.html">RSL_anyformat_to_radar </A></P>
43
44 <P><A HREF="RSL_set_hdf_qc_parameters.html">RSL_set_hdf_qc_parameters</A>
45 <HR></P>
46
47 <P>Author: <A HREF="mike.kolander.html">Mike Kolander</A>.</P>
48
49 </BODY>
50 </HTML>