]> Pileus Git - ~andy/rsl/blob - doc/index.html
RSL v1.43
[~andy/rsl] / doc / index.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>        
3 <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5    <meta name="GENERATOR" content="Mozilla/4.6 [en] (X11; U; Linux 2.2.11 i686) [Netscape]">
6    <title>TRMM Satellite Validation Office Web Site</title>
7 </head>
8 <body>
9 <script  src="/trmm_gv/header.js"></script>
10 <center><table BORDER=2 >
11
12 <h2><center>TRMM Radar Software Library</center></h2>
13
14
15 <tr>
16 <td><img SRC="rsl3.gif" ></td>
17 </tr>
18 </table></center>
19
20 <center>
21 <p>
22 <hr></center>
23
24 <h2>Current RSL Version 1.43, released 4/30/2012</h2>
25
26 In support of the <a href="http://trmm-fc.gsfc.nasa.gov">Tropical Rainfall
27 Measuring Mission</a>'s (TRMM) <a href="http://trmm-fc.gsfc.nasa.gov/trmm_gv/index.html">Global
28 Validation Program</a>, the NASA TRMM  Satellite Validation Office has developed a Radar Software
29 Library for working with the various input radar formats. This is an object-oriented
30 library written in C.
31 <p>This library is an object oriented programming environment for writing
32 software applicable to all RADAR data related to the <a href="http://trmm-fc.gsfc.nasa.gov/trmm_gv/index.html">TRMM
33 GV</a> effort. This library reads the WSR88D, Lassen, Sigmet, McGill, UF,
34 HDF, RAPIC, RADTEC and native RSL file formats. Additional functions are
35 provided to manipulate the RSL objects. Nearly all of the functions return
36 objects. When they don't, they usually perform actions like output, making
37 images, etc. The most general object in RSL is <b>Radar</b>. The structure
38 <b>Radar</b>
39 is the method used to define the ideal or universal radar representation
40 in RAM while keeping the natural resolution of the data unchanged. More
41 simply, <b>Radar</b> represents the super set of all radar file formats.
42 The <a href="RSL_structures.html">Radar structure</a> is hierarchically
43 defined such that it is composed of <b>Volumes</b>, each containing one
44 field type. <b>Volumes</b> are composed of <b>Sweeps</b>.
45 <b>Sweeps</b>
46 are composed of <b>Rays</b> and <b>Rays</b> contains a vector of the field
47 type. Some field types are Reflectivity(DZ), Velocity(VR), Spectrum Width(SW),
48 etc. There are approximately 20 field types. See the
49 <a href="users_guide.html">Users
50 Guide</a> for more information.&nbsp; Also, check out <a href="whats_new.html">What's
51 New</a>.<br>
52 Send questions or comments to help@radar.gsfc.nasa.gov.
53 <center>
54 <h4>
55 <a href="quick_ref.html">Indexed Reference<br></a>
56 <a href=download_log.php?dlfile=rsl-LATEST.tgz target=_new>Download latest version</a>
57 </h4>
58
59 <!--
60 <a href="/cgi-bin/download/dl.pl?rsl-LATEST.tgz">Download latest version</a>
61 <a href="ftp://trmm-fc.gsfc.nasa.gov/software/rsl-LATEST.tgz">Download
62 latest version</a></h4>
63 -->
64
65 </center>
66
67 <center>
68 <hr></center>
69
70 <center><table BORDER=2 WIDTH="400" >
71 <caption>
72 <h1>
73 Supported Radar Data Formats</h1>
74 </caption>
75
76 <tr>
77 <td><b>Format Type</b></td>
78
79 <td><b>Input</b></td>
80
81 <td><b>Output</b></td>
82 </tr>
83
84 <tr>
85 <td>Lassen</td>
86
87 <td>Yes</td>
88
89 <td>No</td>
90 </tr>
91
92 <tr>
93 <td>McGill</td>
94
95 <td>Yes</td>
96
97 <td>No</td>
98 </tr>
99
100 <tr>
101 <td>Sigmet</td>
102
103 <td>Yes</td>
104
105 <td>No</td>
106 </tr>
107
108 <tr>
109 <td>WSR-88D</td>
110
111 <td>Yes</td>
112
113 <td>No</td>
114 </tr>
115
116 <tr>
117 <td>RAPIC</td>
118
119 <td>Yes</td>
120
121 <td>No</td>
122 </tr>
123
124 <tr>
125 <td>UF - Universal Format</td>
126
127 <td>Yes</td>
128
129 <td>Yes</td>
130 </tr>
131
132 <tr>
133 <td>HDF - Hierarchical Data Format</td>
134
135 <td>Yes</td>
136
137 <td>Yes</td>
138 </tr>
139
140 <tr>
141 <td>RADTEC</td>
142
143 <td>Yes</td>
144
145 <td>No</td>
146 </tr>
147 </table></center>
148
149 <hr>
150
151 <script  src="/trmm_gv/trailer.js"></script>
152
153 </body>
154 </HTML>
155