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