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