]> Pileus Git - ~andy/rsl/blob - CHANGES
RSL v1.41
[~andy/rsl] / CHANGES
1 /* Changes for RSL
2  *
3  *---------------------------------------------------------------------
4  * v1.41 Released 6/22/2011
5  *
6  * 1. wsr88d_m31.c: Simplified the WSR-88D ray structure and supporting code.
7  *    Added support for dual-polarization data fields.
8  *    Thanks go to Andy Spencer for code contributions.
9  *    wsr88d_to_radar.c, wsr88d_m31.c: Renamed load_wsr88d_m31_into_radar to
10  *    wsr88d_load_m31_into_radar, to be consistent with naming convention.
11  * 2. Added support for Sigmet 2-byte data types, as well as HydroClass 1 and 2
12  *    byte types.  Files involved: nsig_to_radar.c, nsig.c, nsig.h, volume.c.
13  *    Modified nsig_to_radar.c and rsl.h to handle Sigmet dual PRF.
14  *    Thanks to Fabio Sato and Cesar Beneti for the dual PRF code.
15  * 3. Completed DORADE ingest.  Files involved: dorade_to_radar.c, dorade.c,
16  *    volume.c.
17  * 4. rsl.h, radar.c, radar_to_uf.c, uf_to_radar.c, volume.c: modified for RHI. 
18  *    nsig_to_radar.c: Thanks go to Scott Collis for a bug fix involving RHI.
19  * 5. anyformat_to_radar.c: Thanks to Thiago Biscaro for fixing a pipe problem
20  *    that caused processes to remain open.
21  * 6. gzip.c: Thanks to Dan Sheldon for fix for a file descriptor leak.
22  *---------------------------------------------------------------------
23  * v1.40 Released 10/10/2008
24  *
25  * 1. wsr88d_m31.c (load_wsr88d_m31_into_radar): Corrected a potential problem
26  *    in which the end of sweep or volume might occur at a point in the program
27  *    that was isolated from the code that handles that condition.
28  *    Store vcp in radar header.
29  * 2. rsl.h: Added vcp to radar header structure for WSR-88D.
30  * 3. nsig_to_radar.c: Corrected a problem involving Extended Header, which
31  *    when present, caused elevation in ray header to be set to 0.
32  * 4. wsr88d_m31.c (wsr88d_load_ray_into_radar): Changed the way we determine
33  *    whether or not to keep the reflectivity field (we don't want it from
34  *    Doppler split cuts).  The previous method was inadequate for VCP 121.
35  * 5. read_write.c (RSL_write_radar_fp, RSL_write_volume, RSL_write_sweep)
36  *    (RSL_write_ray): Initialize header_buf to zero to avoid junk in output
37  *    files.  This provides clean outputs for comparing in test situations.
38  *---------------------------------------------------------------------
39  * v1.39 Released 07/24/2008
40  *
41  * 1. Added wsr88d_m31.c.  It contains routines to handle new Message Type 31
42  *    in WSR-88D Level II Build 10.
43  * 2. wsr88d_to_radar.c: Modified to call message 31 routine.
44  * 3. wsr88d.c: Added code for VCPs 211, 212, 213.
45  * 4. lassen_to_radar.c: Added a fix for PhiDP provided by Scott Collis of BMRC.
46  *
47  *---------------------------------------------------------------------
48  * v1.38 Released 11/29/2007
49  *
50  * 1. wsr88d.c (wsr88d_read_sweep): Modified to handle unusual message packets
51  *    at start of WSR-88D files from some future GPM sites.
52  *
53  *---------------------------------------------------------------------
54  * v1.37 Released 06/19/2007 (Severity: low)
55  *
56  * 1. radar_to_uf.c, uf_to_radar.c: Modified to use Local Use Header to store
57  *    and retrieve WSR-88D VR azimuth.  This is necessary because WSR-88D runs
58  *    separate scans for DZ and VR at lower elevations, which means that they
59  *    have different azimuths for a given ray.  Thanks go to Pat Kennedy of CSU
60  *    for discovering this problem and for bringing it to our attention.
61  * 2. lassen_load_sweep in lassen_to_radar.c: Removed 1.4 dB correction for
62  *    reflectivity--BMRC version no longer uses it.
63  *
64  *---------------------------------------------------------------------
65  * v1.36 Released 08/29/2006 (Severity: low)
66  *
67  * 1. Forgot to put the modified wsr88d_locations.dat file into previous
68  *    release.
69  *
70  *---------------------------------------------------------------------
71  * v1.35 Released 08/28/2006 (Severity: low)
72  *
73  * 1. lassen_to_radar.c: fixed a bug in lassen_load_sweep where sweep index
74  *    was being used for sweep number in headers.
75  * 2. radar.c: Modified RSL_get_volume to return volume for any field type.
76  *    It had been limited to velocity, spectrum width and reflectivity types.
77  * 3. Added SQ_INDEX for Signal Quality Index field.  Files modified: rsl.h,
78  *    volume.c, nsig_to_radar.c, nsig.h, uf_to_radar.c, radar_to_uf.c.
79  * 4. wsr88d_locations.dat modified to change height units from feet to meters.
80  *    Thanks go to Dave Makofski for finding and fixing that one.
81  *
82  *---------------------------------------------------------------------
83  * v1.34 Released 02/15/2006 (Severity: low)
84  *
85  * 1. wsr88d.c: Fixed a bug in checking msg_type.  The problem occurred while
86  *    processing data from Houston, which recently switched over to the new
87  *    Open RDA (ORDA) being implemented by NEXRAD.  Msg_type is in the
88  *    righthand byte of a two-byte word, the left containing Channel ID,
89  *    but the full two-byte value was being used to check msg_type.  This
90  *    became a problem when ORDA used a non-zero value for Channel ID.
91  * 2. wsr88d.c and wsr88d_to_radar.c: Added information for new VCPs 12 and
92  *    121.
93  * 3. Added Huntsville site to wsr88d_locations.dat.
94  *
95  *---------------------------------------------------------------------
96  * v1.33 Began 02/25/2004.  Released 08/27/2004 (Severity: low)
97  *
98  * 1. Modified wsr88d_to_radar.c and anyformat_to_radar.c to handle change in
99  *    WSR-88D header record for Level II Build 5 data format.
100  * 2. Fixed a bug in wsr88d.c, wsr88d_read_sweep, which caused the last ray
101  *    of sweep to be deleted along with empty rays in second tilt and above.
102  *
103  *---------------------------------------------------------------------
104  * v1.32 Began 11/05/2003.  Released 02/13/2004 (Severity: low)
105  *
106  * 1. Changed computation of sweep seconds in nsig_to_radar.c to eliminate
107  *    rounding error.
108  * 2. wsr88d_to_radar.c: removed call to wsr88d_get_wavelength, which computed
109  *    the WSR-88D wavelength when parameters were available, or returned a
110  *    constant otherwise.  Replaced with constant wavelength of 10 cm. Thanks to
111  *    Joe Holmes of SIGMET for noticing differing wavelengths between fields.
112  * 3. Added ingest for Rainbow format.  Only handles DZ.
113  *
114  *---------------------------------------------------------------------
115  * v1.31 Began 04/30/2003.  Released 09/03/2003 (Severity: low)
116  *
117  * 1. nsig_to_radar.c: removed unused #define, made some cosmetic changes in
118  *    code and comment alignment.
119  * 2. Makefile.am: Added line to install include-directory under target
120  *    install-exec-hook.
121  * 3. Added code to configure.in to fix yywrap unresolved reference that
122  *    occurred when installing rsl when the TSDIS toolkit was not installed.
123  *
124  *---------------------------------------------------------------------
125  * v1.30 Began 07/30/2001.  Released 03/13/2003 (Severity: low)
126  *
127  * 1. Increased the size of parameter arrays in nsig.c as recommended by
128  *    Paul Kucera, to accommodate NPOL polarimetric parameters.
129  * 2. Fixed a bug in nsig_endianess in nsig.c. 
130  * 3. Modified uf_to_radar to compute unambiguous range using PRF.  Reduced
131  *    UF record length by removing extra byte at end of record.  Made to handle
132  *    4-digit years (previously assumed 2-digit, as declared in UF documention).
133  * 4. Modified hdf_to_radar to use more accurate value for sweep.h.nrays.
134  * 5. Corrected computation in function wsr88d_get_azimuth_rate in wsr88d.c.
135  * 6. Fixed bug in sweep rate computation in wsr88d.c
136  * 7. Changed wsr88d_ray_to_float in wsr88d.c to use field data pointers
137  *    provided in the data, instead of computing offsets.  The latter method is
138  *    incorrect according to NOAA Radar Operations Center.
139  * 8. Modified radar_to_uf to get fixed angle for mandatory header from value
140  *    stored in ray.  Previously used average elevation of sweep.
141  * 9. Added examples/adjust_gate_size.c, and added enhanced version of qlook.c
142  *    which uses it.
143  *10. Fixed problem in which rsl libraries could not be built if a library
144  *    didn't already exist in the target directory.  Brought configure.in up to
145  *    date with autoconf version 2.53 standards.  Removed acconfig.h.
146  *11. Removed outdated email addresses found in comments.
147  *
148  *---------------------------------------------------------------------
149  * v1.29 Began 09/19/2000.  Released 4/3/2001 (Severity: low)
150  *
151  * 1. Modified radar_to_hdf_1.c maskBuild() to build MZ mask differently:
152  *    maskBuild was checking where CZ and DZ volumes were equal 
153  *    to build MZ volume (mask).  Now, maskBuild just checks where 
154  *    CZ volume == BADVAL, for runtime speed, and because the comparison between
155  *    CZ and DZ volumes was corrupted by the addition of qcParm[ZCAL] to
156  *    each CZ range bin in level_1_qc.c qualityControl().  This change is
157  *    compatible with Danny Rosenfeld's algorithm by which CZ range bins
158  *    are set to BADVAL.
159  * 2. Included Stacy Brodzik's modifications for storing calibration constants 
160  *    in UF (radar_to_uf.c, uf_to_radar.c).
161  * 3. Corrected version string and units for sweep rate written to UF mandatory
162  *    header in radar_to_uf.c, thanks to Joseph Holmes of Sigmet for catching
163  *    the inaccuracies.  Corrected rounding error in latitude/longitude for UF
164  *    mandatory header in same program.  Modified assignments of sweep rate
165  *    and/or azimuth rate in uf_to_radar.c and hdf_to_radar.c
166  *
167  *---------------------------------------------------------------------
168  * v1.28 Began 03/23/2000. Released: 7/24/2000 (Severity: low)
169  *
170  * 1. Added 3 functions to volume.c :
171  *    RSL_add_dbz_offset_to_volume() , RSL_add_dbz_offset_to_sweep(),
172  *    RSL_add_dbz_offset_to_ray()
173  * 2. Modified nsig.h , nsig_to_radar.c , volume.c to handle sigmet's
174  *    RhoHV and PhiDP fields.
175  * 3. Modified volume.c to fix problem with subsequent calls to
176  *    read_these_sweeps()
177  * 4. Modified uf_to_radar.c to compute unambiguous range for
178  *    Radar structure.
179  *
180  *---------------------------------------------------------------------
181  *
182  * v1.27 Began 01/11/2000.  Released: 2/17/2000 (Severity: low)
183  *
184  * 1. Modified files radar_to_hdf_1.c and radar_to_hdf_2.c
185  *    to accomodate random ray lengths, eg, Berrimah data.
186  *
187  *----------------------------------------------------------------------
188  * v1.26 Began 12/11/1999.  Released: 12/21/1999 (Severity: low)
189  *
190  * 1. Configuration change for rapic.l and rapic.y.
191  * 2. Changed dependency for rsl.h and wsr88d.h
192  *
193  *----------------------------------------------------------------------
194  * v1.25 Began 11/30/1999.  Released: 12/10/1999 (Severity: medium)
195  *
196  * 1. Merged branch v1.24.1.
197  * 2. Added configure/configure.in/Makefile.in.
198  * 3. Added Makefile.am (automake) and other related files.
199  * 4. Configuration is a snap:
200  *
201  *       configure --prefix=/some/dir/to/install
202  *       make install
203  *
204  *----------------------------------------------------------------------
205  * v1.24.1 Began 8/1/1999.  Released: 11/30/1999 (Severity: new features)
206  *
207  * 1. Introduced radar->h.project[24] -- project name.
208  * 2. Added dorade ingest -- RSL_dorade_to_radar.
209  * 3. Added examples/kwaj_subtract_one_day.c  -- fix KWAJEX dates.
210  * 4. Removed rsl_popen/pclose routines from gzip.c.  I found
211  *    a way to eliminate the 'Broken pipe' message, the message
212  *    reappeared in linux 2.2.* series, by flushing the
213  *    stream when looking at the magic numbers in anyformat_to_radar.c.
214  * 5. HDF ROUTINES ARE REMOVED.  I have moved them to gvs for level_1.
215  *    See gvs/src/gvslib/.  That's where they live now.  The interface
216  *    RSL_hdf_to_radar and RSL_radar_to_hdf remain as hooks.  If
217  *    you have libgvs, then you can specify -DHAVE_TSDIS_TOOLKIT in 
218  *    the Makefile.
219  *
220  *----------------------------------------------------------------------
221  * v1.24 Began 6/25/1999.  Released: 6/28/1999 (Severity: bug fix)
222  *
223  * 1. UF ingest improperly set the Fixed angle.
224  * 2. Removed max_reasonable_dbz (60) from gts.c.  The app must decide
225  *    what a max allowable dbz is.
226  *
227  *----------------------------------------------------------------------
228  * v1.23 Began 3/31/1999.  Released: 4/2/1999 (Severity: upgrade)
229  *
230  * 1. Added EDGE format ingest.  This requires the library ETOR
231  *    which is obtained from Enterprise Electronics.
232  *    To build this component, set -DHAVE_EDGE in Makefile.
233  *
234  *----------------------------------------------------------------------
235  * v1.22 Began 3/4/1999.  Released: 3/4/1999 (Severity: bux fix)
236  *
237  * 1. Forgot to set the global 'rsl_kdp_wavelen' in nsig_to_radar.c.
238  *
239  *----------------------------------------------------------------------
240  * v1.21 Began 02/16/1999.  Released: 3/4/1999 (Severity: minor bux fix)
241  *
242  * 1. UF code didn't recognize VE, now it does.
243  * 2. RSL_SPEED_OF_LIGHT unifies c throughout the library.
244  * 3. Modification to KDP processing for Sigmet.  New
245  *    F and INVF functions.
246  *
247  *----------------------------------------------------------------------
248  * v1.20 Began 11/12/98.  Released: 01/25/1999 (Severity: bug fix/upgrade)
249  *
250  * 1. Fixed RADTEC ingest. Does RHI too, but,
251  *    RSL doesn't have any good RHI image routines.
252  *
253  * 2. Added: RSL_set_color_table
254  *           RSL_get_color_table
255  *
256  * 3. Added: '-b x' option to any_to_gif.  This makes images black below
257  *    x dbz.  This is a simple noise filter.
258  *----------------------------------------------------------------------
259  * v1.19 Began 9/15/98.  Released: 9/23/98 (Severity: bug fix)
260  *
261  * 1. Modified file volume.c . New INV_F, _F routines for diff refl.
262  *
263  * 2. Created examples/images to hold a base-line set of images
264  *    to compare when running 'run_tests'.  Modified run_tests
265  *    to compare images.
266  *
267  *----------------------------------------------------------------------
268  * v1.18 Began 4/28/98.  Released: 8/13/98 (Severity: upgrade)
269  *
270  * 1. Added routines: 
271  *      RSL_radtec_to_radar   -- in radtec_to_radar.c
272  *      RSL_fix_time          -- in volume.c
273  *
274  * 2. Added files:
275  *      radtec.c
276  *      radtec.h
277  *      radtec_to_radar.c
278  *
279  * 3. Modified image generation.  Images are produced out to 'range'
280  *    specified.  Each image pixels is no longer 1km, but radius/range.
281  *
282  * 4. any_to_gif can now accept range and image size arguments.
283  *
284  * 5. RADTEC requires PKWARE routines explode and crc32.
285  *    RADTEC is built into RSL, if you specify -DHAVE_PKWARE in 
286  *    the Makefile.  When using RADTEC, you must link your application
287  *    staticly; with -static.
288  *
289  *    Contact PKWARE at 414-354-8699.  
290  *
291  * 6. Modified radar_to_hdf_1.c. Removed ZDR data from 1C-51 HDF.
292  *
293  * 7. Moved HDF_FILE_VERSION definition from toolkit_1BC-51_appl.h
294  *    into the application level_1.c
295  *
296  *----------------------------------------------------------------------
297  * v1.17 Began 4/23/98.  Released: 4/28/98 (Severity: upgrade)
298  *
299  * 1. Finally received info regarding KDP (KD_INDEX) for SIGMET.
300  *    Assumming the units are similar for LASSEN.  Boosted nsig_to_radar
301  *    to recognize KDP.  It is really KDP * wavelength.  
302  *    The units are deg*cm/km.  You must divide out the wavelength,
303  *    if that is desired.
304  *
305  * 2. BADVAL/NOECHO mod for nsig_to_radar.c.  This should affect
306  *    the values that may be stored in any possible UF output.
307  *
308  * WTD : lassen_to_radar.c  - check the ZDR conversion, if any.  Do
309  *       we need this?
310  * WTD : RHI
311  *
312  *----------------------------------------------------------------------
313  * v1.16 Began 3/6/98.  Released: 4/21/98 (Severity: bug fix/upgrade)
314  *
315  * 1. Changed how any_to_gif output's filenames produced.  Now, they
316  *    are written to stdout.  -v (verbose) and -V (all volume) options
317  *    are added.  Changed image_gen.c (RSL_volume_to_gif) to output
318  *    filenames to stdout.
319  *
320  * 2. You really do need 'bison' (GNU yacc), 'flex' (GNU lex) and
321  *    make (GNU make) to build this library.  This has been true
322  *    since v1.15 when I introduced the rapic format.  These programs
323  *    are superior to those on your stock Unix system, so take the
324  *    time to install them.
325  *
326  * 3. README explains how to apply patches.
327  *
328  * 4. Eliminated the reduce/reduce conflict in rapic.y
329  *
330  * 5. Year 2000 compliant.
331  *
332  * 6. I forgot the format in sprintf.  See rapic.y.
333  *
334  *----------------------------------------------------------------------
335  * v1.15 Began 2/20/98.  Released: 3/4/98 (Severity: bug fix/upgrade)
336  *
337  * 1. Michael Whimpey from BMRC, Australia changed code, for the
338  *    different callibrations, between, Pre_mctex, mctex, Gunn_Pt
339  *    periods. Please see code where there is m.whimpey.  See
340  *    lassen_to_radar.c
341  *
342  * 2. Added RAPIC format ingest.  RSL_rapic_to_radar.
343  *    I used GNU Bison (YACC) and GNU Flex (LEX) to code the RAPIC ingest.
344  *    This format is used by the Berrimah radar.  See rapic_to_radar.c,
345  *    rapic_routines.c, rapic.y, and rapic.l.
346  *    Not tested w/ older YACC and LEX found on older Unix systems.
347  *
348  * 3. Fixed a bug regarding the reading of stdin streams.  Now
349  *    you can read compressed or uncompressed files from stdin.
350  *    Previously, you couldn't specify NULL as a filename and
351  *    have it work reliably in all cases for any file format.
352  *    This bug was found by accident and it is nothing you should
353  *    be worried about in earlier RSL releases.  The reason you need
354  *    not worry about it is because 'RSL_anyformat_to_radar' cannot
355  *    accept NULL as a filename.  For you to notice this, you must
356  *    have called the specific ingest routine for the format
357  *    being read: RSL_lassen_to_radar, for example.
358  *
359  * 4. Bug in the UF ingest.  The scale_factor needs to be float.
360  *    When it was 'int', round off errors (truncation) were
361  *    happening.  This affected the Velocity data, only.  The reflectivity
362  *    data seemed unaffected, because, the magnitude of the values
363  *    was high enough to avoid truncation.
364  *----------------------------------------------------------------------
365  * v1.14 Began 2/2/98.  Released: 2/3/98 (Severity: upgrade)
366  *
367  * 1. Added calibration for Gunn Point radar.   Assumes that
368  *    the radar name will be 'Gunn_Pt'.
369  *
370  *----------------------------------------------------------------------
371  * v1.13 Began 1/16/98.  Released: 1/26/98 (Severity: minor bug fix)
372  *
373  * 01/16/98
374  *
375  * 1. radar_to_hdf_1.c: Changed decision algorithm regarding
376  *    whether or not to write a VOS into a 1C-51 HDF file.
377  *    1C-51 HDF VOS time_slot status is encoded within the
378  *    metaData field 'TK_GEN_DATE_INPUT_FILES'.
379  *
380  *----------------------------------------------------------------------
381  * v1.12 Began 1/12/98.  Released: 1/12/98 (Severity: minor bug fix)
382  *
383  * 1. Changed HDF metadata item for empty granules.
384  *
385  *----------------------------------------------------------------------
386  * v1.11 Began 12/17/97.  Released: 12/17/97 (Severity: minor bug fix)
387  * 
388  * 1. Increased the size of pipecmd in RSL_write_gif and TK_MAX_FILENAME to 256.* 2. Modified image_gen.c to increase the data range of Zdr values.
389  * 3. Bug fix in radar_to_hdf_1.c: No longer dumps core for "tiny" sweeps
390             having fewer than 5 rays.
391  *
392  *----------------------------------------------------------------------
393  * v1.10 Began 8/27/97.  Released: 10/21/97 (Severity: minor upgrade)
394  * 
395  * 1. Modified ZDR image generation: rsl.h, image_gen.c, ZDR color tables.
396  * 2. Added South Africa data format ingest.  Not possible to 
397  *    interface in RSL_anyformat_to_radar, at this time.  The format
398  *    is primitive and I need to convert RVPC to dBZ.
399  * 3. Modified HDF component to maintain integrity of anomalous_condition
400  *    flags. (RFVAL, APFLAG, NOECHO, BADVAL)
401  *    Files: toolkit_1BC-51_appl.h, hdf_to_radar.c, radar_to_hdf_2.c
402  * 4. Modified radar_to_hdf_1.c for TSDIS/DAAC metadata requirements.
403  * 5. Modified any_to_gif.c to output site and date/time for image filenames.
404  * 6. Added QC algorithm parameter. Modified files:
405  *    toolkit_1BC-51_appl.h, radar_to_hdf_1.c, radar_to_hdf_2.c,
406  *    hdf_to_radar.c
407  *
408  *----------------------------------------------------------------------
409  * v1.9 Began 8/18/97.  Released: 8/18/97 (Severity: bug fix)
410  *
411  * 1. Mofified radar_to_hdf_1.c : Metadata mods for TSDIS.
412  *
413  *----------------------------------------------------------------------
414  * v1.8 Began 7/30/97.  Released: 8/05/97 (Severity: upgrade)
415  *
416  * 1. Added RSL_read_these_sweeps.  Specify specific sweep numbers for
417  *    ingest. This drastically speeds up ingest, if you're only interested
418  *    in the first or first couple of sweeps.  For example, making 
419  *    base scan images.
420  *          wsr88d -done
421  *          UF     -done
422  *          sigmet -done
423  *          lassen -done
424  *          HDF    -done
425  *          toga   -done
426  *          mcgill -done.  BUT, apparently, mcgill ingest is broken!!!
427  *                         When did this happen?
428  *
429  * 2. Added RSL_load_zdr_color_table();
430  *    Includes color tables for this field.  See colors/
431  *
432  * 3. More HDF mods; more warning messages.  
433  *
434  * 4. The TRMM Office has fixed several bugs in the TSDIS toolkit.
435  *    For proper HDF creation, that conform to TSDIS HDF specifications,
436  *    you will need toolkit 4.5r1.1.
437  *
438  *    Toolkit 4.5r1.1 is an unofficial release; the TRMM office will
439  *    pass this out upon request.
440  *
441  *----------------------------------------------------------------------
442  * v1.7 Began 7/23/97.  Released: 7/25/97 (Severity: bug fix)
443  *
444  * 1. Handles corrupt SIGMET files more gracefully.
445  *
446  * 2. All lat/lon (degree,minute,second) triplets have the same sign.
447  *    Except, if UF, then what ever the file tells me and if they're
448  *    not all the same sign, then you'll have
449  *    to correct the UF w/ an RSL application.  In other words, UF
450  *    stores the lat/lon as deg/min/sec and they have their own signs;
451  *    Strict UF have deg/min/sec all w/ the same sign, anyway.
452  *
453  * 3. Minor changes to HDF component of RSL.
454  *----------------------------------------------------------------------
455  * v1.6 Began 5/02/97.  Released: 7/23/97 (Severity: bug fix)
456  *
457  * 1. wsr88d_to_radar.c -- Was too permissive. No longer defaults to KMLB.
458  *    If unable to establish a valid site based on callID or first_file,
459  *    returns NULL.
460  *
461  * 2. 18 Jul 97 Kolander
462  *    Modified radar_to_uf.c & uf_to_radar.c : Fixed some incorrect and
463  *    missing sweep and ray header values. Salvaged some numerical precision.
464  *
465  * 3. Fixed a time problem in nsig_to_radar.c.  Daylight savings time.
466  *
467  * 4. Saves lat/lon on each ray for UF.
468  *
469  *--------------------
470  * 16 Jun 97 Kolander
471  *
472  * Modifications to radar parameter calulations in:
473  * wsr88d_to_radar.c, wsr88d.h, wsr88d.c, nsig_to_radar.c,
474  * lassen_to_radar.c, rsl.h
475  *
476  *  Modified HDF-related files:
477  *    hdf_to_radar.c toolkit_1BC-51_appl.h
478  *  and  split file 'radar_to_hdf.c' into two files:
479  *    radar_to_hdf_1.c and radar_to_hdf_2.c
480  *  Can handle oddly sized and/or corrupt VOSs.
481  *----------------------------------------------------------------------
482  * v1.5 Began 3/17/97.  Released: 4/30/97 (Severity: minor upgrade)
483  *  
484  * 1. Additional error checking in wsr88d.c to warn when number of gates
485  *    expected is exceeded.
486  * 2. Changes by Mike Kolander affect the HDF component of RSL.  This
487  *    version of RSL works with the TSDIS toolkit 4.0.
488  * 3. Changes to carpi and cube functions, see below.
489  *-------------------------
490  * Date: 26 Mar 97  kolander
491  *
492  * Files: radar_to_hdf.c, hdf_to_radar.c
493  *   Moved QC parameters out of the metadata string into VOS comments
494  *   field.
495  *
496  * Files: rsl.h, anyformat_to_radar.c
497  *   Moved enum File_type definition from anyformat_to_radar.c into
498  *   rsl.h
499  *--------------------------
500  * Date: 17 Mar 97  kolander
501  *
502  * File: rsl.h
503  *   Changed carpi structure:
504  *     Added f, invf fields.
505  *     (Carpi_value **)data is now a doubly indexed array 'data[nrow][ncol]'
506  *   Changed slice structure:
507  *     Added f, invf fields.
508  *     (Slice_value **)data is now a doubly indexed array 'data[nrow][ncol]'
509  *   Added function prototypes for:
510  *      RSL_free_carpi, RSL_free_cube, RSL_free_slice, RSL_new_cube,
511  *      RSL_new_slice, RSL_carpi_to_cart, RSL_carpi_to_gif,
512  *      RSL_carpi_to_pict, RSL_carpi_to_ppm, RSL_carpi_to_pgm
513  *
514  * File: cube.c
515  *   Added functions:
516  *     RSL_free_slice, RSL_new_slice, RSL_new_cube, RSL_free_cube
517  *   Modified functions:
518  *     RSL_volume_to_cube, RSL_get_slice_from_cube
519  *
520  * File: carpi.c
521  *   Added functions:
522  *      RSL_free_carpi 
523  *   Modified functions:
524  *      RSL_new_carpi, RSL_find_rng_azm, RSL_cappi_to_carpi
525  *
526  * File: image_gen.c
527  *   Added functions: 
528  *     (These are modified clones of the sweep image_gen functions.)
529  *     RSL_carpi_to_cart, RSL_carpi_to_gif, RSL_carpi_to_pict,,
530  *     RSL_carpi_to_ppm, RSL_carpi_to_pgm
531  *
532  *----------------------------------------------------------------------
533  * v1.4 Began 12/24/96.  Released: 3/7/97 (Severity: bug fix)
534  *
535  * 1. Some WSR88D files have a 'radial status' of 28.  This is un-
536  *    documented.  I assume it means some catastrophic reset has occured.
537  *    Therefore, the code that counts the number of rays is modified
538  *    to rely on the 'ray_num' reported upon reading the file.
539  *    Also, I assume that when the status tells me that I'm reading
540  *    the 'start of a new elevation' (status == 0) that all subsequent
541  *    records will overwrite previously stored rays.
542  *
543  *    I've seen this status number(28) occur, rarely, in the
544  *    WSR88D data.  See wsr88d.c.
545  *
546  * 2. Removed kwaj component.  - Mike.
547  *
548  * 3. Installs toolkit_1BC-51_appl.h in INCDIR.  This file is needed
549  *    only if you plan to use the HDF component.
550  *
551  * 4. Fixes a freeing bug in nsig.c.  Added member nparams to the 
552  *    NSIG_Sweep structure to track this for the free routine.
553  *
554  * 5. Ray indexing bug fixed in wsr88d_to_radar.c which produced an
555  *    invalid time when the first wsr88d ray was null.  Basically, using
556  *    'i' instead of 'iray'.
557  *----------------------------------------------------------------------
558  * v1.3 Began 08/26/96.  Released: 12/17/96 (Severity: upgrade)
559  * 
560  * 1. Lassen field 'Zdr' loaded into RSL 'ZD' field, not the RSL 'DR' 
561  *    field, as originally envisioned within HDF functions. Henceforth, 
562  *    'ZD' represents (linear) reflectivity depolarization ratio:
563  *      ZD = 10log(Z_horiz/Z_vert) in units dB
564  *    as opposed to the circular depolarization ratio.
565  *    
566  *    What exactly are the RSL 'LR' and 'DR' fields??
567  *    
568  *    
569  *    For consistency of field nomenclature:
570  *    
571  *    Renamed 'CR' to 'CD'.  (corrected ZDR for 1C-51)
572  *            'MR' to 'MD'.   (1C-51 mask for ZDR)
573  *    
574  *    CD_F returns ZD_F
575  *    CD_INVF returns ZD_INVF
576  *    
577  * 2. Sort by time forgot to compare the hour field.  Minor fix.
578  *
579  * 3. Fix z_to_r to return proper value.   
580  *
581  * 4. Lassen ingest: fix the sign of deg/min/sec so they match.
582  *    Trusting that the sign of the deg is correct.
583  *
584  * 5. Added RSL_select_fields.  This reduces memory requirements
585  *    upon ingest.  You can select, "all" (default), "none" (just to
586  *    get header info) or "dz", "vr", ...
587  *
588  *    WHAT?    STATUS?
589  *    lassen   done
590  *    wsr88d   done
591  *    UF       done
592  *    nsig     done
593  *    nsig2    done
594  *    kwaj     not applicable as it only has DZ.
595  *    hdf      done
596  *    mcgill   not applicable as it only has DZ.
597  *    toga     not done.  If you want to do this, feel free.
598  *
599  * 6. Uses 'gzip -1'.  This cuts the time for making UF files in half.
600  *
601  * 7. Renamed 'makefile' to 'Makefile'
602  *
603  * 8. The HDF component has changed drastically and is not compatable
604  *    with previous versions.  It may change again, contingent upon
605  *    the TSDIS toolkit 3.5.2.1 (as of 12/17/96).  Expect minor changes
606  *    to the HDF component in the future.
607  *
608  * 9. Pruning of sweeps and rays now sets moved object pointers to
609  *    NULL.  See prune.c
610  *
611  *10. Updated nsig_to_radar.c to check for ant_scan_mode.  If mode is
612  *    RHI, then return NULL because RSL can't handle RHIs. --Paul
613  *
614  *11. Split memory management routines for hdf processing. --Mike K.
615  *----------------------------------------------------------------------
616  * v1.2 Began 08/26/96.  Released: 9/6/96 (Severity: minor bug-fix upgrade)
617  *
618  * 1. Eliminated zero sized arrays in lassen.h.  SGI 'cc' can't
619  *    handle zero sized arrays.  This brings back the -pedantic
620  *    compile flag.   
621  *
622  * 2. Implemented popen and pclose (called rsl_popen and rsl_pclose)
623  *    to eliminate the annoying message 'Broken pipe.' on SGI and HP
624  *    computers.
625  *
626  * 3. The HDF component is incompatable with earlier versions because
627  *    of the use of additional fields.  It now uses the MASK fields
628  *    and calibration information.  It should be considered that the 
629  *    HDF component is in a state of flux.
630  *
631  * 4. Minor bug in nsig.c wherein when rays are missing (0 sized)
632  *    that not all rays present will be ingested.  This is fixed.
633  *
634  * 5. Copyrighted the software.
635  *
636  * 6. 'anyformat_to_radar' can recognize HDF files.
637  *
638  *----------------------------------------------------------------------
639  * v1.1 Began 08/21/96.  Released: 08/22/96 (Severity: SERIOUS bug fix)
640  *      If you have already upgraded to RSL v1.0.1, then this is a minor
641  *      upgrade.
642  *
643  * 1. I should have left well enough alone.  But, getting rid
644  *    of rsl.h.template in favor of only having rsl.h has revealed
645  *    a serious bug.
646  *
647  *    THIS BUG IS IN V1.0 ONLY.
648  *
649  *    The type for 'Range' could be built into
650  *    the RSL differently than how your application is built.
651  *    For instance, if RSL is built with USE_TWO_BYTE_PRECISION, then
652  *    your application will think 'Range' is a one byte storage class,
653  *    because the default RSL configuration is to use one byte storage.
654  *
655  *    This bug slipped through all the tests that I perform and was 
656  *    discovered only when using the radar_to_hdf component of RSL.
657  *    Thanks to Mike Kolander for finding this one. 
658  *
659  *    Configuration instructions are changed so that you must edit
660  *    rsl.h to use one byte precision.
661  *
662  * 2. All MCTEX fields are recognized and loaded into Radar.
663  *    h.f and h.invf are modeled after LASSEN conversion functions.
664  * 3. Added radar_to_hdf.o to makefile.
665  * 4. In examples/any_to_gif.c, outputs all fields.
666  * 5. Three convience arrays are defined in rsl.h.
667  *    a. RSL_ftype[];
668  *    b. RSL_f_list[];
669  *    c. RSL_invf_list[];
670  *    Each array is MAX_RADAR_VOLUMES long and contain: strings 
671  *    representing the field type, a pointer
672  *    to the F function, and a pointer to the INVF function.
673  *
674  *    Usage is conditional by defining USE_RSL_VARS before including
675  *    rsl.h.  Use:
676  *       #define USE_RSL_VARS
677  *       #include "rsl.h"
678  *
679  *    Normally, you shouldn't worry about this.
680  *
681  * 6. Removed -pedantic compile flag because LASSEN code has a 0
682  *    sized array -- no warnings.
683  *----------------------------------------------------------------------
684  * v1.0 Began 04/19/96.  Released: 8/18/96 (Severity: minor upgrade)
685  *
686  * 1. Ignore SIGPIPE when making images.
687  * 2. Can read UF files of MCTEX data.  This UF file contains
688  *    RH and PH fields.  This is LASSEN data that has been converted
689  *    to UF via a sun program.  It is the LASSEN II format.
690  * 3. Fixed date/time == 0 when calling uf_to_radar multiple times.
691  *    The second and subsequent calls produced 0 for the
692  *    radar->h.year/month/day and radar->h.hour/min/second.
693  * 4. Always allocate MAX_RADAR_VOLUMES for new radars during ingest.
694  *    This will allow one to test any volume index for presence.
695  * 5. Set the default functions to DZ_F.  This sets CZ_F correctly.
696  *    It is unclear if the other conversion fuctions are properly
697  *    defined.
698  * 6. Pure UF file ingest bug fixes.
699  * 7. Added RSL_hdf_to_radar - Mike Kolander.
700  * 8. Added RSL_radar_to_hdf - Mike Kolander.
701  * 9. New field type: XZ for X-band Reflectivity.
702  * 10. Working version of nsig_to_radar. - Paul Kucera.
703  *     This version works on both big endian and little endian (Linux),
704  *     and, for both version 1 and version 2 formats.  Version 2
705  *     files are generated on big-endian machines (so far, SGI Iris 
706  *     computers), whereas, Version 1 files were written on
707  *     little-endian DEC computers.  Two routines are provided:
708  *
709  *     RSL_nsig_to_radar(char *infile);
710  *     RSL_nsig2_to_radar(char *infile);
711  *
712  *     Nsig ingest can handle nsig files/tapes that were
713  *     written on a DEC (little endian) or an SGI (big endian).
714  *     It is handled automatically by examination of the 'magic' bytes.
715  *     You will note that the byte-ordering in the file is dependant
716  *     on which machine wrote the tape or file.  The New-SIGMET 
717  *     documentation does not specify which byte-ordering is to be used
718  *     when the file is written.
719  *
720  *     Re-wrote nsig.c and beefed up nsig.h.  Now, there is an 
721  *     interface to read an entire nsig sweep.  You can loop through
722  *     the returned sweep and pick your values, and load RSL.
723  *     This re-write was done to make reading version 2 files easier.
724  *     Additionally, all NSIG code for version 1 and version 2 files
725  *     is centrally located in:
726  *           nsig.h
727  *           nsig.c
728  *           nsig_to_radar.c
729  *     To have both versions supported in the same files, I use #ifdef
730  *     and the C preprocessor.  'nsig.h' is saturated with #ifdef NSIG_VER2
731  *     constructs.  Thus, only one source is maintained for both NSIG versions.
732  *
733  * 11. Added RSL_print_version();
734  * 12. Added docs for users guide, hdf.
735  * 13. Added html 'grouping by functionality' page.
736  * 14. Restores stdin and stdout when creating pipes.
737  *     The pipe readers need to loop until no data available, because
738  *     'read/fread' will not get all the data in one call.
739  * 15. Added moving platform headers to Ray structure:
740  *      float pitch;       Pitch angle.
741  *      float roll;        Roll  angle.
742  *      float heading;     Heading.
743  *      float pitch_rate;  (angle/sec)
744  *      float roll_rate;   (angle/sec)
745  *      float heading_rate;  (angle/sec)
746  *      float lat;           Latitude (degrees)
747  *      float lon;           Longitude (degrees)
748  *      int   alt;           Altitude (m)
749  *      int   rvc;           Radial velocity correction (units of velocity)
750  *
751  *     This information typically comes from NSIG.  For other formats
752  *     the values are all zero.
753  * 16. Read version 1.3 and 1.4 of LASSEN data.  RSL_lassen_to_radar.
754  *     This means that RSL can read MCTEX data.
755  * 17. Users manual.  Walk a novice through a simple example and explain
756  *     what header information is important.  Teach how to take advantage
757  *     of the library.
758  * 18. Eliminated the #ifeq in makefile.  Thus, rsl.h.template is removed
759  *     and rsl.h is resurrected.
760  *----------------------------------------------------------------------
761  * v0.45 Began 03/26/96.  Froze: 03/27/96  (Severity: minor)
762  *
763  * 1. Fixed broken pipe problem on HP and SGI.  Cause unknown.
764  *    All I did was to remove the pclose in any_format_to_radar.c
765  *    It seems that if there is any data left in the pipe that a 
766  *    SIGPIPE is sent when trying to close the pipe.
767  *    On SGI's this causes a core dump.  This bug is difficult to
768  *    reproduce.
769  * 2. Nsig ingest is severly broken.  It always was.  Work in
770  *    progress.
771  * 3. It is important that TSDIS get this version to run on their SGI
772  *    as it prevents a core dump.  Normally, this shouldn't affect 
773  *    anyone.
774  *----------------------------------------------------------------------
775  * v0.44 Began 03/19/96.  Froze: 03/19/96.
776  *
777  * 1. In prune.c, pointers that are pruned are now set to NULL.
778  *    This elimated core dumps associated with trying to free structues.
779  * 2. On gzip-ed UF output, stdout is flushed before the pipe is opened.
780  * 3. Added reverse.c -- Reverse the order of the sweep pointers in
781  *    a volume.
782  *----------------------------------------------------------------------
783  * v0.43 Began 03/01/96.  Froze: 03/05/96.
784  *
785  * 1. farea.c -- nbins fix.
786  * 2. On UF output, checks for NOECHO.
787  *
788  *----------------------------------------------------------------------
789  * v0.42 Began 11/27/95.  Froze: 02/16/96.
790  *
791  * 1. Removed '#include <strings.h>'.
792  * 2. Added a couple of missing prototypes in rsl.h.template.
793  * 3. Added:
794  *     Ray    *RSL_prune_ray   (Ray  *ray);
795  *     Sweep  *RSL_prune_sweep (Sweep  *s);
796  *     Volume *RSL_prune_volume(Volume *v);
797  *     Radar  *RSL_prune_radar (Radar  *r);
798  *
799  *     These routine remove dataless substructures.  Prompted by
800  *     poor NCAR ingest routines for UF files; it is wise to prune
801  *     a Radar prior to calling RSL_radar_to_uf.  Therefore, if 
802  *     software cannot read the UF files created by RSL, then try these
803  *     prune functions before outputting the UF file.  In either case,
804  *     RSL_radar_to_uf produces valid UF files.
805  * 4. Removed trigraph in mcgill.c.
806  * 5. Fixed lassen ingest problem on Linux.  I think XDR has a bug
807  *    where bit fields are not loaded properly.  This is a kludge fix.
808  * 6. Removed column.c.  Code not mature and takes way too much
809  *    RAM.  Included in the removal are the vertical structure routines.
810  *    The code has been moved to the application (qcwin).
811  * 7. RSL_get_first_ray_of_sweep now returns when the ray number is 1 or
812  *    0.  This drasitically speeds the routine.
813  * 8. Increased the UF buffer size from 4096 to 16384.
814  *----------------------------------------------------------------------
815  * v0.41 Began 11/01/95.  Froze: 11/20/95.
816  *
817  * 1. Minor doc changes.  More up to date with implementation.
818  * 2. Implemented 'radar_type' in the radar_header structure.  Values
819  *    are strings and are: "wsr88d", "lassen", "uf", "nsig", "mcgill",
820  *    "kwajalein", "toga".
821  * 3. Increased range of data (internal storage conversion functions)
822  *    when using 2 byte storage.  Some nsig data can have values below the 
823  *    default wsr88d function range.
824  * 4. 'farea.c' -- Volumes are used to compute the fractional area.
825  *                 This matches the latest specification of the function.
826  * 5. Automatically uncompress files.  Transparently sets up
827  *    a decompression pipe.  If the input is not stdin, then 'anyformat_to...'
828  *    can peek inside a compressed file and determine what ingest routine to
829  *    use.  Reading copmressed files from disk and internally uncompressing
830  *    them turns out to be the fastest form of ingesting wsr88d (only format
831  *    timed) data on my 486.  However, I get mixed results on the HP 755.
832  *    'anyformat_to...' uses 'gunzip' to peek inside compressed files.
833  * 6. Can make gzip-ed UF files.  The new routine is 'RSL_radar_to_uf_gzip'.
834  *    Also, RSL_radar_to_uf_fp takes a file pointer.  Thus, you can
835  *    define your own output filter.
836  * 7. Added RSL_write_radar_fp, RSL_write_radar_gzip.
837  *----------------------------------------------------------------------
838  * v0.40 Began 10/24/95.  Froze: 10/24/95.
839  *
840  * 1. Type cast for Sweep_header and Ray_header was removed so that
841  *    stock 'cc' on SGI could digest the code.  File: column.c. Why?
842  *
843  * Version 0.39 was short lived. :-)
844  *----------------------------------------------------------------------
845  * v0.39 Began 7/1/95.  Froze: 10/24/95.
846  *
847  * 1. Mcgill library is not separate.  Included in rsl in whole.
848  * 2. Interpolation routines added.
849  * 3. Added RSL_load_height_color_table  -- and the colors/*height.clr
850  * 4. Added RSL_load_rainfall_color_table  -- and the colors/*rainfall.clr
851  * 5. Removed RSL_print_{volume,sweep,ray}
852  * 6. Removed some unused routines.
853  * 7. Vertical_structure is its own type composed of Vertical_sweeps and
854  *    Vertical_rays (columns).
855  * 8. Added doc/internal_routines.html.
856  * 9. UF is exchangable between big and little endian.  Finally, this
857  *    has been fixed.  Now UF can be generated on little endian machines
858  *    and read on big endian (the UF generated is in big endian format even
859  *    on the little endian machine).  And, visa versa.
860  *10. New version of RSL_get_vertical_structure in column.c.  Doc's updated.
861  *11. Fixed bug in radar_to_uf.  When the number of actual sweeps (and perhaps
862  *    volumes) is less than the determined max of the entire radar structure,
863  *    then the pointers may be erroneous.  Paul caught this flounder.
864  *12. Added RSL_uf_to_radar_fp.  The FILE *fp version of the UF ingest.
865  *    Also, passing NULL to RSL_uf_to_radar means to read from stdin.
866  *13. Added NOECHO flag for f and invf.  Currently, defined for UF, NSIG and
867  *    Kwaj data.
868  *14. Included source for libraries: wsr88d, lassen, tg, nsig, mcgill,
869  *    and kwajlein. Now linking needs only: -lrsl -lm
870  *15. Simplified the configuration procedure.  All configuration
871  *    is specified from 'makefile'.  See README for new install instructions.
872  *16. Removed ray_status, sec_num, atm_att, min_dif, sys_cal from ray
873  *    header.  These are not used and specific for wsr88d.
874  *17. Summary of routine that handle NULL filenames as STDIN.
875  *        RSL_wsr88d_to_radar
876  *        RSL_uf_to_radar         -- calls --> RSL_uf_to_radar_fp
877  *        RSL_lassen_to_radar
878  *        RSL_nsig_to_radar
879  *        RSL_toga_to_radar
880  *        RSL_mcgill_to_radar
881  *18. Removed RSL_get_sweep_index_from_volume.
882  *19. Removed RSL_X_ray_indexes.  Actually, just renamed the routine
883  *    to 'construct_sweep_hash_table'.  The hash table retains the hi and
884  *    low ray pointers for closest ray comparison.  Angle diff's removed.
885  *20. Removed hash table implementation in the Sweep structure.  It
886  *    is now implemented internally in RSL.
887  *21. BADVAL valued depends on Range type.  Picked to be out of range.
888  *
889  *----------------------------------------------------------------------
890  * v0.38 Began 6/1/95.  Froze 6/29/95.
891  *
892  * 1. Makes 2's compliment, instead of 1's compliment, in sweep_to_cart.
893  * 2. Modifications to eth functions.
894  * 3. Added routine RSL_get_column. See column.c.
895  * 4. Added Column data structure.
896  * 5. Static pointer for image generation.  Free up image pointer and
897  *    reallocate.  Otherwise, we've got a memory leak when making many
898  *    images.
899  * 6. Added Paul's and Dennis's modifications of the cappi routines.
900  *    I modified the cappi structure so that Sweep is a substructure.
901  *    This makes image generation and get_value_from_cappi easy to implement.
902  * 7. Added a test program in examples/cappi_image.c to test cappi
903  *    generation.
904  * 8. Change doc/ for the cappi routines.  Routines added/modified are:
905  *      float RSL_get_value_from_cappi(Cappi *cappi, float rng, float azm);
906  *      int RSL_fill_cappi(Volume *v, Cappi *cap, int method);
907  *      void RSL_free_cappi(Cappi *c);
908  *      Cappi *RSL_new_cappi(Sweep *sweep, float height);
909  *      Cappi *RSL_cappi_at_h(Volume  *v, float height, float max_range);
910  *      Carpi *RSL_cappi_to_carpi(Cappi *cappi, float dx, float dy,
911  * 9. Carpi structure modified to be compatable with cappi routines.
912  * 10. Added RSL_get_gr_slantr_h.  -> range.c
913  * 11. RSL_uf_to_radar only recognizes UF files.
914  * 12. RSL_uf_to_radar handles TRUE UF, 2 and 4 byte record length delimeters.
915  * 13. Minor bug fix in ray_indexes.c to handle RHI input.  The number of
916  *     hash table entries is now a function of the beam_width and not the
917  *     number of rays.
918  * 14. Bug fix in rebin_velocity_sweep.  New velocity color tables.
919  *     'examples/qlook.c' added.  Yet another image generation program;
920  *     redundant.
921  * 15. RSL_uf_to_radar allocated additional space for sweeps, when the
922  *     initial allocation is not enough.
923  * 16. Added a programmers guide.  See programmers_guide.html.
924  * 17. Get_closest routines removed.
925  * 18. Added RSL_kwaj_to_radar.  -- Mike Kolander.
926  * 19. Added docs for RSL_kwaj_to_radar.
927  *
928  * Note: Since v0.37 we've been using h.f and h.invf for the storage
929  * functions and, thus, the library is not compatable with earlier
930  * versions.  All subsequent version are, however, compatable.
931  * This means, code that used v0.36 and earlier will break (not
932  * even link) with v0.37 or later.
933  *
934  * You must now use:
935  *    ray->h.f(ray->range[i]) instead of F(ray->range[i])
936  * and
937  *    ray->h.invf(x) instead of INVF(x).
938  *
939  *----------------------------------------------------------------------
940  * v0.37 Began 5/24/95.  Froze 5/29/95.
941  *
942  * 1. Removed RSL_float_to_char; too specific.
943  * 2. Implemented seperate conversion functions for each field type.
944  *    This added h.f and h.invf to Volume, Sweep and Ray headers.
945  *    The ingest routines optionally define there own conversion function.
946  *    Most of the time, though, I use the default: wsr88d conversions.
947  *      Tested: wsr88d, lassen, mcgill, UF, rsl.
948  *      Coded but not tested: toga, nsig.
949  * 3. Added ETH routines:
950  *      Sweep *RSL_get_eth_sweep(Volume *v,float et_point);
951  *      float RSL_get_echo_top_height(Volume *v,float azim,float grange, float et_point);
952  * 4. If using #define USE_TWO_BYTE_PRECISION, uses 100 as a storage
953  *    factor.  Now, there is no loss of precision when converting between
954  *    internal and float.  Before there was just a minor round off when
955  *    using any data that used anything other than 1/2 dbz precision.
956  *    Using 100 is more than enough.
957  *----------------------------------------------------------------------
958  * v0.36 Began 5/19/95. Froze 5/19/95.
959  *
960  * 1. Magic in anyformat_to_radar was slightly different than expected
961  *    for lassen data.  Tested on lassen data.
962  * 2. DEFAULT is to use 2 byte storage precision.  See rsl.h.
963  * 3. Several changes to get_closest routines -- Flanigan.
964  *
965  *----------------------------------------------------------------------
966  * v0.35 Began 5/18/95. Froze 5/18/95.
967  *
968  * 1. Checks iazim validity in ray_indexes.c.  Bad angles use to cause
969  *    core dumps.
970  * 2. wsr88d_to_radar can handle bogus filenames and callid's.
971  *
972  *----------------------------------------------------------------------
973  * v0.34 Began 5/17/95. Froze 5/18/95.
974  * 
975  * 1. Modified the bscan interface.
976  *
977  * 2. Fixed a minor nrays bookkeeping bug in radar_to_uf.
978  *
979  * 3. Updated Sweep searching routines.
980  *
981  * 4. Added get_closest and get_next_closest ray searching routines.
982  *    Updated RSL_get_ray_from_sweep so that it uses the 
983  *    new_get_closest function.
984  *
985  *----------------------------------------------------------------------
986  * v0.33 Began 5/12/95. Froze 5/16/95.
987  *
988  * 1. Configure for building using 2 byte precision instead of 1 byte.
989  *    This should quell any accuracy problems associated with the
990  *    functions F and INVF.
991  *
992  * 2. Added 'RSL_mcgill_to_radar'.  Link with -lmcgill.
993  *
994  * 3. Bug fix in cube.c, cappi.c, and carpi.c.
995  *----------------------------------------------------------------------
996  *
997  * v0.32 Began 5/5/95. Froze 5/12/95.
998  *
999  *    1. Compiles with -Wall -ansi -pedantic.
1000  *    2. Minor bug fixes in get_win.c
1001  *    3. Compiles on SGI, 486, SUN, HP using gcc or stock cc.
1002  *----------------------------------------------------------------------
1003  * v0.31 Began 4/28/95. Froze 5/5/95.
1004  *
1005  *    1. Added ray_high and ray_low Azimuth_hash pointers
1006  *       to Azimuth_hash data structure and code in the
1007  *       the routine RSL_sweep_ray_indexes to set these
1008  *       pointers.  ray_low points to the Azimuth_hash
1009  *       with the next lowest ray_angle, with ray_high
1010  *       points to the next highest.
1011  *
1012  *    2. Created internal routine dir_angle_diff.  Returns
1013  *       negitive difference if the second angle in 
1014  *       the parameter list is counter-clockwise to the
1015  *       first angle.  Returns positive is second 
1016  *       angle is clockwise tk first angle.
1017  *    
1018  *    3. Added internal routine the_closest_hash.  This
1019  *       routine returns the an Azimuth_hash
1020  *       data structure that contains the closest
1021  *       ray to the requested angle.
1022  *
1023  *    4. Added two routines:  RSL_get_closest_ray_from_sweep and
1024  *       RSL_get_next_closest_ray_from_sweep.
1025  *
1026  *        5. Added routines: RSL_get_window_from_radar, 
1027  *       RSL_get_window_from_volume, RSL_get_window_from_sweep, and 
1028  *       RSL_get_window_from_ray.
1029  *    
1030  *    6. Modified farea.c.
1031  *    7. Isolated contruction of azimuth table linked list.
1032  *    8. Fixed get_sweep NULL sweep reference (See patch v0_29_3 also).
1033  *    9. Compiles on HP CC, SGI CC, GNU CC.  I had to #ifdef the
1034  *       varargs declaration in anyformat_to_radar.c.  Why?
1035  *   10. Added examples/killer_sweep.c.  This randomizes the azimuth
1036  *       values of each ray.  The output checks the sortedness of the
1037  *       hi and low links in the hash table.
1038  *   11. Added doc/...closest...   doc/...next_closest...
1039  *
1040  *-------------------------------------------------------------------------
1041  * v0.30 Began 4/20/95.  Froze 4/27/95
1042  *
1043  *    0. IMPORTANT: Renamed libradar.a to librsl.a.  Also, radar.h to rsl.h.
1044  *    1. Removed NOTFOUND_H reference in the get_ray function.
1045  *    2. Simplified get_sweep.
1046  *    3. Uses within 1/2 beam_width test in get_ray_from_sweep.
1047  *    4. Checks -1 and +1 bin in azimuth hash table to really find the
1048  *       closest ray that is within 1/2 beam_width of the target azim.
1049  *       Surprisingly, it shortened the get_value_from_sweep routine.
1050  *
1051  *    5. Added anyformat_to_radar.c.  Uses magic information to determine
1052  *       the file format.  Handles: UF, RSL, WSR88D, LASSEN.  Toga may
1053  *       be difficult.  Unknown, yet, for NSIG.  Alan will get me that
1054  *       information.
1055  *    6. Added beam_width to the ray structure.
1056  *-------------------------------------------------------------------------
1057  * v0.29.1 Began 4/18/95. Froze 4/18/95.
1058  *
1059  *  1. Bug fix in endian.c.  Needed to initialize the word.val to 0.
1060  *  2. Bug fix in radar_to_uf.c.  little_endian() call.
1061  *  3. Added Azumuth_hash to structure list in doc/.
1062  *  4. Other minor changes.
1063  *-------------------------------------------------------------------------
1064  * v0.29 Began 3/1/94. Froze ??/??/??
1065  *
1066  *  0. Thanks to Dennis Flanigan for helping with this release.
1067  *
1068  *  1. Modified sort_rays.c.  By Dennis Flanigan, Jr.
1069  *     a. Added h.sorted_flag to Volume and Sweep header structures.
1070  *
1071  *     b. Added routines:
1072  *        int     ray_sort_compare_by_time(Ray **r1,Ray **r2);
1073  *        int     sweep_sort_compare(Sweep **s1, Sweep **s2)
1074  *        Sweep  *RSL_sort_rays_by_time(Sweep *s);
1075  *        Volume *RSL_sort_sweeps_in_volume(Volume *v)
1076  *        Volume *RSL_sort_volume(Volume *v)
1077  *        Radar  *RSL_sort_radar(Radar *r)
1078  *
1079  *     c. Routines that sort data structures now set the 
1080  *        number of structures in the parent data structure.
1081  *
1082  *     d. Fixed: nsweeps was not being set correctly by
1083  *        RSL_sort_sweeps_in_volume.
1084  *
1085  *  2. Removed sort calls in the ingest routines:  (whatever)_to_radar.
1086  *
1087  *  3. Removed the auxillary trig tables in image_gen.c.  It's just a 
1088  *     memory hog.
1089  *
1090  *  4. Changed the extension of the tar archives to .tgz.  This
1091  *     allows netscape to ftp the file rather than displaying it :-)
1092  *
1093  *  5. Added variables in the sweep data structures to represent
1094  *     the half of the beam width angles.  These variables are 
1095  *     vert_half_bw and horz_half_bw.   Also added code to all
1096  *     RSL ingest routines (something_to_radar) to set these values.
1097  *     The half angle values are used in the volume.c searching routines.
1098  *
1099  *  6. Added h.indexes to Sweep structure.  This is a simple hash
1100  *     table for making azimuth lookup cake.  So far, I've only
1101  *     got the malloc part placed in the routines that create the
1102  *     radar structure.  Added the file 'ray_indexes.c'.  This changes
1103  *     RSL_get_value_from_ray.
1104  *
1105  *     Code affected: 
1106  *        Modify code:
1107  *           RSL_copy...
1108  *           RSL_free...
1109  *           RSL_clear...
1110  *           RSL_sort..??? really???
1111  *           RSL_get...
1112  *           RSL_{write,read}_radar
1113  *           RSL_get_ray???
1114  *
1115  *        Modify doc
1116  *           RSL_sweep_struct.html
1117  *
1118  *  7. Updated doc/.
1119  *
1120  *  8. Added CHECK_LIST.
1121  *
1122  *  9. Changed the name from radar-v0.?? to rsl-v0.??.
1123  * 
1124  *  
1125  *-------------------------------------------------------------------------
1126  * v0.28 Began 7/23/94.  Froze  2/16/95
1127  * Changes:
1128  *
1129  *  1. Support for little endian machines (*86 PC's using Linux).
1130  *     Includes 'endian.c' in 'uf_to_radar.c' and 'radar_to_uf'.  It is not
1131  *     needed in 'lassen.c' because that program uses xdr to transfer the
1132  *     data.  Nor is it required in 'wsr88d_to_radar.c', 'nsig_to_radar.c'
1133  *     nor 'toga_to_radar.c' because the support for little endian is in
1134  *     the respective libraries: libwsr88d.a, libnsig.a, libtg.a.
1135  *
1136  *     Requires:
1137  *         wsr88d_v1.12.taz
1138  *         lassen_v1.0.taz
1139  *         libnsig_v1.3.taz
1140  *         libtg_v1.1.taz
1141  *
1142  *     In order to make this library compatable with versions on either
1143  *     big endian or little endian machines, it will be adopted that all
1144  *     output will be in big endian format.  Little endian machines will
1145  *     have to do the extra work of swapping bytes upon input as well as
1146  *     swapping bytes on output.  I could adopt to use the xdr library,
1147  *     however, it seems too complicated for the simple task of always
1148  *     guarenteeing that the output is in big endian format.  After all,
1149  *     we only support one output format: UF.  (Well, we will make our own
1150  *     radar format output in big endian format too, but we keep that
1151  *     knowledge hush hush).
1152  * 
1153  *  2. Documentation in the seperate directory complete for all routines
1154  *     in the RSL.  Documentation froze at v0.27 and is in HTML format.
1155  *     The documentation version number will be updated to match the version
1156  *     number of the most current release of RSL.  Note: The live link is
1157  *     in /PUBLIC/httpd/htdocs/trmm_office/software/radar/quick_reference.
1158  *     It is a symbolic link to ~/proj/trmm/radar/doc/v0.xx.
1159  *
1160  *  3. Added RSL_ prefix to all documentation.  This renamed the HTML files
1161  *     to begin with RSL_, also.
1162  *
1163  *  4. Prefixed all routines with RSL_.  Status is that it builds.
1164  *  5. Combined radar.h, cube.h and volume.h into radar.h.
1165  *
1166  *-------------------------------------------------------------------------
1167  * v0.27 Began 7/23/94.  Froze 9/13/94.
1168  * Changes:
1169  *
1170  *  1. Beam width calculation in get_value_from_sweep is not 1/2 on either
1171  *     side.  No provision for best fit.  See WTD #2.
1172  *  2. Added sort_rays.c.  Sort rays in a sweeps and volumes.
1173  *  3. Added Vset_earth_radius.  Set global variable 'Re' (Default: 4/3R).
1174  *  4. Added trig modification of get_slantr_and_h.
1175  *  5. Added sort rays call to: toga_to_radar, wsr88d_to_radar,
1176  *     uf_to_radar, lassen_to_radar.
1177  *  6. Added cube.c.  By Mike Kolander.
1178  *  7. Added carpi.c
1179  *  8. Added toga_to_radar.c.  By Mike Kolander.
1180  *  9. Signed all source files.
1181  * 10. Quieted some image print statements.  See image_gen.c.
1182  * 11. Changed wsr88d_to_radar so it takes 'first_file' or the 4 character
1183  *     call sign (eg. KMLB).
1184  * 12. Fixed makefile so it removes libradar.a before building.  This prevents
1185  *     duplicate object files, only the long filenamed ones, from
1186  *     appearing in the archive file.
1187  * 13. Added gts.c.  By Dave Wolff.
1188  * 14. Fixed minor round off error in 'uf_to_radar' which caused a 0 dBZ spike.
1189  * 15. Added histogram.c.  By Dave Wolff.
1190  * 16. Added nsig_to_radar.c.  By Alan McConnell.
1191  * 
1192  * WTD:
1193  *
1194  *
1195  *   2. Vget_value_from_sweep.  When the beam width is increased we
1196  *      want to return the value that is the best fit for a ray and not
1197  *      just the first fit.  Currently when the beam width is really
1198  *      large then we will pick the wrong beam for the desired point.
1199  *
1200  *   3. Add the following to the ray header:
1201  *        - u,v for ray.
1202  *        - offset for azim, range, elev (for moving radar)
1203  *        - lat/lon (for moving radar)
1204  *
1205  *   4. Bilinear interpolation.
1206  *   6. Modify get_ray_above to return a good ray so that QC doesn't zap points
1207  *      near the radar.
1208  *   7. Optimize/Improve the get_value routine.
1209  *   8. Remove V prefix to routine names?
1210  *  10. Fix why there are bands of missing data when making images.
1211  *  11. Specify resolution when making images.
1212  *  14. Update: doc's (in HTML), README, etc.
1213  *  16. NEED *TESTING* suite of programs.
1214  *
1215  * Proposed changes for v0.28
1216  *  1. Add support for little endian machines (386, 486, etc.)
1217  *  2. F(x, DZ) or ray->f.dz(x).  I.e., object function conversion functions.
1218  *
1219  *
1220  *-------------------------------------------------------------------------
1221  * v0.26 Began 7/23/94.
1222  * Changes:
1223  *  1. Adding cappi_to_carpi.
1224  *  2. Enhanced the Cappi structure; not the same as a sweep anymore.
1225  *
1226  *-------------------------------------------------------------------------
1227  * v0.26 Began 7/13/94. Froze 7/20/93.
1228  * Changes:
1229  *  1. Units for wavelength, in radar_to_uf, changed from meters to cm;
1230  *     as they should be.
1231  *  2. Library runs quietly.  No noisy print statements.  Call
1232  *     radar_verbose_on() and radar_verbose_off() to control printing.
1233  *-------------------------------------------------------------------------
1234  * v0.25 Began 7/1/94.  Froze 7/1/94
1235  * Changes:
1236  *  1. Modifications to makefile to add portibility to building on 
1237  *     other systems w/o gcc.  Change to CFLAGS.
1238  *  2. Passes lint.
1239  *  3. Moved documents radar.ez and volume.ez to ../doc (../doc_RCS).
1240  *     This means that the version of the documentation will not be kept
1241  *     up to the version of the RSL library.  Only changes to the doc. will
1242  *     force a new version of the documentation.  I'll want to see if this
1243  *     is a good idea.
1244  *-------------------------------------------------------------------------
1245  * v0.24 Began 6/29/94.  Froze 6/29/94
1246  * Changes:
1247  *  1. radar_to_uf, uf_to_radar.  Fixed inconsistant use of BADVAL vs.
1248  *     UF_NO_DATA.  The latter is check and used.
1249  *  2. Added function:
1250  *       float get_nyquist_from_radar(Radar *radar);
1251  *     Useful, for loading non-velocity fields with PRF, PRT and NYQUIST.
1252  *  3. Made the makefile more general and added comments.
1253  *
1254  *  WTD:
1255  *  1. Modify wsr88d_to_radar to fill PRF, PRT and NYQUIST values in
1256  *     non-velocity rays.
1257  *-------------------------------------------------------------------------
1258  * v0.23 Began 6/27/94.  Froze 6/27/94
1259  * Changes:
1260  *  1. First distribution release.
1261  *  2. Added README w/ installation instructions.
1262  *  3. Made example_main and colors directories.
1263  *  4. Shortened lassen.h to be close to minimial.
1264  *  5. Modified makefile to only make libradar.a.  Example_main/ has it's
1265  *     own makefile.
1266  *-------------------------------------------------------------------------
1267  * v0.22 Began 6/24/94.  Froze 6/24/94
1268  * Changes:
1269  *  1. radar_to_uf/uf_to_radar PRF/PRT calculation corrected.
1270  *
1271  *-------------------------------------------------------------------------
1272  * v0.21 Began 6/24/94.  Froze 6/24/94
1273  * Changes:
1274  *  1. radar_to_uf: prf now in microseconds.
1275  *  2. uf_to_radar: prf now converted from microseconds to seconds.
1276  *
1277  *-------------------------------------------------------------------------
1278  * v0.20
1279  * Changes:
1280  *   Need to determine the changes.  
1281  *-------------------------------------------------------------------------
1282  * v0.19 Began 6/17/94.  Froze: 6/17/94.
1283  * Changes:
1284  *  1. Fixed NULL access in write_radar subroutine.
1285  *
1286  *-------------------------------------------------------------------------
1287  * v0.19 Began 6/15/94.  Froze: 6/15/94.
1288  * Changes:
1289  *  1. Check for NULL in Vget_ray_from_sweep fixes a segmentation fault on
1290  *     Sun.
1291  *-------------------------------------------------------------------------
1292  * v0.18 Began 6/11/94.  Froze: 6/12/94 2pm.
1293  * Changes:
1294  *  1. Minor changes in volume.c.  Vget_value_from_sweep now uses the
1295  *     beam_width for matching rays.  See Vget_sweep too.
1296  *  2. cappi.c sets the beam_width.
1297  *  3. Added radar types.  There is no sure fire way to set
1298  *     radar->h.radar_type to one of these values automatically, ie. from
1299  *     information in the input file.  It may have to be done by the
1300  *     application; a runtime parameter, option.
1301  *     Types are:
1302  *         TOGACOARE_TOGA_SIGMET
1303  *                 TOGACOARE_MIT_SIGMET
1304  *                 TRMM_DARWIN_LASSEN
1305  *                 DARWIN_TOGA_SIGMET
1306  *                 TRMM_MELBOURNE_WSR88D
1307  *                 TRMM_KWAJALEIN_SIGMET
1308  *                 TRMM_HOUSTON_WSR88D
1309  *  4. Added function:
1310  *         Sweep *Vget_first_sweep_of_volume(Volume *v);
1311  *  5. Placed the wsr88d code in wsr88d_to_radar.c (removed from radar.c).
1312  *
1313  * WORK TO DO:
1314  *  1. Rework Vget_value_from_sweep to do a better search for the value.
1315  *
1316  *-------------------------------------------------------------------------
1317  * v0.17 Began 6/10/94.  Froze 6/10/94 3:30pm.
1318  * Changes:
1319  *  1. Corrected the pulse width calculation in uf_to_radar and in
1320  *     radar_to_uf.
1321  *-------------------------------------------------------------------------
1322  * v0.16 Began 6/10/94.  Froze 6/10/94 12:30pm.
1323  * Changes:
1324  *  1. Minor changes to radar.c because v1.3 of the wsr88d library is
1325  *     now using WSR88D_DZ, WSR88D_VR, WSR88D_SW as the field type mask.
1326  *     REFLECTIVITY, VELOCITY and SPECTRUM_WIDTH are not used.
1327  *
1328  *-------------------------------------------------------------------------
1329  * v0.15 Began 6/7/94.  Froze 6/7/94 1pm.
1330  * Changes:
1331  *  1. Discovered that the range to bin1 calculation in radar_to_uf.c and
1332  *     uf_to_radar.c was incorrect.  See fh[2] and fh[3].
1333  *
1334  *-------------------------------------------------------------------------
1335  * v0.14 Began 6/2/94.  Froze 6/2/94 1pm.
1336  * Changes:
1337  *  1. Modified the date for the Radar structure for UF reading to reflect
1338  *     the time of the first ray.  It was the generation time of the radar
1339  *     structure, however, Dave Wolff insists that it reflect the time of
1340  *     the first ray.  Modification to 'uf_to_radar.c'
1341  *
1342  *-------------------------------------------------------------------------
1343  * v0.13 Began 6/2/94.  Froze 6/2/94 11am.
1344  * Changes:
1345  *  1. Modified radar_to_uf.c to undo the faking of the headers.  This is
1346  *     the correct way.
1347  *
1348  *-------------------------------------------------------------------------
1349  * v0.12 Began 5/31/94.  Froze 5/31/94 7pm.
1350  * Changes:
1351  *  1. Check for malloc errors in Vnew* routines.
1352  *  2. Fixed a nasty bug in radar_to_uf.  I was letting 'j' get to high
1353  *     for a particular ray in a sweep.  'j' is looping on the maximum
1354  *     rays possible.  I noticed this bug only after Vcopy_volume to 
1355  *     replace a radar->v[i].
1356  *-------------------------------------------------------------------------
1357  * v0.11 Began 5/27/94.  Froze 5/27/94 12:50pm.
1358  * Changes:
1359  *  1. Modified radar_to_uf.c to fake header information when fields do
1360  *     exist, eventually, but not in the current sweep.  This is to allow
1361  *     brain dead UF ingestors (Zeb, RDSS, etc.) to read the UF file; they
1362  *     assume that whatever fields exist in the first UF sweep is constant
1363  *     throughout the file.
1364  *
1365  *  2. Added functions to volume.c
1366  *       Ray *Vget_first_ray_of_sweep(Sweep *s);
1367  *       Ray *Vget_first_ray_of_volume(Volume *v);
1368  *
1369  *-------------------------------------------------------------------------
1370  * v0.10 Began 5/26/94.  Froze 5/27/94 9am.
1371  * Changes:
1372  *  1. Modified the names of the INDEX and MASK variables.
1373  *
1374  * ZT     Total Reflectivity (dBZ)               ZT_INDEX
1375  *        May be uncommon, but important
1376  *
1377  * DZ     Reflectivity (dBZ), may contain some   DZ_INDEX
1378  *        signal-processor level QC and/or      
1379  *        filters. This field would contain 
1380  *        Darwin's CZ, or WSR88D's standard 
1381  *        reflectivity. In other words, unless
1382  *        the field is described otherwise, it
1383  *        should always go here. In essence, this
1384  *        is the "cleanest" reflectivity field
1385  *        for a radar.
1386  *
1387  * DR     Differential reflectivity              DR_INDEX
1388  *        DR and LR are for dual-polarization
1389  *        radars only. Unitless or in dB.
1390  *
1391  * LR     Another form of differential ref       LR_INDEX
1392  *        called LDR, not sure of units
1393  *
1394  * CZ     QC Reflectivity (dBZ), contains
1395  *        post-processed QC'd data               CZ_INDEX
1396  *
1397  * VR     Radial Velocity (m/s)                  VR_INDEX
1398  *
1399  * SW     Spectral Width (m2/s2)                 SW_INDEX
1400  *
1401  *  2. Fixed some MAX_RADAR_VOLUMES references in the wsr88d_to_radar code.
1402  *
1403  *-------------------------------------------------------------------------
1404  * v0.9 Began 5/25/94.  Froze: 5/26/94, 10am.
1405  * Changes:
1406  *  1. Added lassen_to_radar.c
1407  *  2. Added lassen.h
1408  *
1409  *-------------------------------------------------------------------------
1410  * v0.8 Began 5/23/94. Froze: 5/24/94, 10am.
1411  * Changes:
1412  *  1. F and INVF handle APFLAG.
1413  *  2. Image generation creates unsigned char images.
1414  *  3. 255-val for negative dBz (val < 0).
1415  *
1416  *-------------------------------------------------------------------------
1417  * v0.7 Began 4/30/94. Froze: 5/20/94.
1418  *
1419  *  Changes:
1420  *
1421  *   1. Uses char storage for data values, to reduce RAM allocation.
1422  *
1423  *   2. F(x) ((x-2)/2. - 64.)
1424  *      0 is for BADVAL. Bad value.
1425  *      1 is for RFVAL.  Range folded.
1426  *
1427  *   3. Added functions:
1428  *        Vfloat_to_char(float *x, unsigned char *c, int n);
1429  *        float F(unsigned char c);
1430  *        unsigned char INVF(float x);   -- Inverse of F.
1431  *        Radar *uf_to_radar(char *infile);
1432  *        void radar_to_uf(Radar *radar, char *outfile);
1433  *
1434  *   4. Minor bug fix in wsr88d_to_radar routine.  It was setting the
1435  *      number of volumes to six even though we were only asking for 3.
1436  *
1437  *   5. Changed the value of BADVAL to 0500 (Octal 500).  This is
1438  *      a value higher than 255 (the maximum byte value) but small enough
1439  *      to that when a scale factor (typically 100) is applied, the result
1440  *      does not exceed the I*2 (short) magnitude.  I needed this for the
1441  *      UF programs.  I could have tested for BADVAL, RFVAL, etc., and not
1442  *      applied a scale factor when loading the UF buffer, however, changing
1443  *      BADVAL and scaling everything was more general. 
1444  *
1445  *   6. Made some slight modifications to the Radar header and Volume header.
1446  *
1447  *-------------------------------------------------------------------------
1448  * v0.6 Began 4/16/94.  Froze: 4/30/94.
1449  *
1450  *  Changes:
1451  *
1452  *   1. Azimuth angles range from -180,180 to 0,360.
1453  *   2. New color index binning function for velocity.  -nyquist,nyquist
1454  *      using 15 bin values.  See Vrebin_velocity_sweep.
1455  *   3. Added the following routines:
1456  *  
1457  *       Memory management.
1458  *         Ray    *Vcopy_ray(Ray    *r);
1459  *         Sweep  *Vcopy_sweep(Sweep  *s);
1460  *         Volume *Vcopy_volume(Volume *v);
1461  *         Radar  *clear_radar(Radar *r);
1462  *   void Vget_groundr_and_h(float slant_r, float elev, float *gr, float *h);
1463  *   void Vget_slantr_and_elev(float gr, float h, float *slant_r, float *elev);
1464  *   void Vget_slantr_and_h(float gr, float elev, float *slant_r, float *h);
1465  *
1466  *       Image generation preparation.
1467  *         void Vrebin_velocity_ray   (Ray    *r);  /* Modifies r */
1468  *         void Vrebin_velocity_sweep (Sweep  *s);  /* Modifies s */
1469  *         void Vrebin_velocity_volume(Volume *v);  /* Modifies v */
1470  *
1471  *       Color table functions.
1472  *         void load_red_table(char *infile);
1473  *         void load_green_table(char *infile);
1474  *         void load_blue_table(char *infile);
1475  *
1476  *   4. Added 4/3Re calculation to Vget_slantr_and_elev and Vget_groundr...
1477  *   5. Checked for null in the Vclear routines.
1478  *
1479  *-------------------------------------------------------------------------
1480  * v0.5 Began 4/7/94
1481  *
1482  *  Changes:
1483  *
1484  *   1. Color table functions taken out of the image routines.
1485  *      You must call load_refl_table(), load_vel_table(), load_sw_table()
1486  *      to load the appropriate color table before making color images.
1487  *      There are seperate color tables for R, V, S.  See volume.h.
1488  *
1489  *   2. Range is now used in Vsweep_to_cart.
1490  *   3. Gate size (pixel resolution in km) is now used.
1491  *   4. Added range to cappi_at_h function.  It is the effective range.
1492  *   5. Added the following routines:
1493  *
1494  *       Read radar from disk.
1495  *         Ray    *read_ray   (FILE *fp);
1496  *         Sweep  *read_sweep (FILE *fp);
1497  *         Volume *read_volume(FILE *fp);
1498  *         Radar  *read_radar (char *infile);
1499  *
1500  *       Write radar to disk
1501  *         int write_ray   (Ray    *r, FILE *fp);
1502  *         int write_sweep (Sweep  *s, FILE *fp);
1503  *         int write_volume(Volume *v, FILE *fp);
1504  *         int write_radar (Radar  *r, char *outfile);
1505  *
1506  *       Area calculations
1507  *         float Varea_of_ray(Ray *r, float lo, float hi, float range);
1508  *         float Vfractional_area_of_sweep(Sweep *s, float lo, float hi, float range);
1509  *
1510  *       Pixel fractions  
1511  *         Vfraction_of_ray(Ray *r, float lo, float hi, float range);
1512  *         Vfraction_of_sweep(Sweep *s, float lo, float hi, float range);
1513  *         Vfraction_of_volume(Volume *v, float lo, float hi, float range);
1514  *
1515  *
1516  *   6. radar.c calls wsr88d_get_site to get additional wsr88d information
1517  *      not included in the file.  Routines compliments of Dan Austin.
1518  *   7. Added RFVAL.  Range Folded value.  Any base data value of 0 is
1519  *      data below SNR thresholds set for that specific base data.  Any
1520  *      data value of 1 is data considered range ambiguous (folded).
1521  *      A color table entry needs to be picked to represent this value.
1522  *
1523  *   To do:
1524  *   o I have to do something about MAX_RADAR_VOLUMES.  We really should
1525  *     rely on radar->h.nvolumes;
1526  *
1527  *   o Add 4/3Rearth calculation to get value routines.
1528  *   o Incorporate nsig_to_radar.  Dennis Flanigan is writing that interface.
1529  *   o Add fraction of area function.
1530  *   o Add the following functions:  ??? really ???
1531  *      Sweep *Vget_closest_sweep(Volume *v, float elev);
1532  *      Ray   *Vget_closest_ray(Sweep *s, float azim);
1533  *      float  Vget_closest_value_in_beam(Ray *ray, float range);
1534  *      float  Vget_closest_value(Ray *ray, float range);
1535  *        (I'm not sure how this will be different than Vget_value)
1536  *       
1537  *   o Sort the rays so locating azimuth is trivial; instead of a search
1538  *     algorithm as it is now.  Hey, would a binary search be good enough or
1539  *     do we need some hashing function?  Is the lookup fast enough already?
1540  *   o Add CAPPI at h.  (Option for bilinear interpolation about h).
1541  *-------------------------------------------------------------------------
1542  * v0.4 Began 3/23/94  Froze: 4/7/94
1543  *
1544  *  Changes:
1545  *
1546  *   1. Made Sweep (sweep) and Ray (ray) members an array of pointers.
1547  *      This changes the syntax of the access to be
1548  *      v->sweep[is]->ray[ir]->range[ibin] instead of 
1549  *      v.sweep[is].ray[ir].range[ibin].  The benifit of this is to
1550  *      be able to dynamically specify the number of sweeps or rays,
1551  *      even volumes for the Radar structure, and not allocate a maximum.
1552  *      This makes Vnew_sweep and Vnew_ray useful.
1553  *
1554  *   2. Added the following functions:
1555  *       Volume *Vget_volume(Radar *r, int itype);
1556  *              itype = REFLECTIVITY, VELOCITY, or SPECTRUM_WIDTH, etc.
1557  *     
1558  *       Sweep *Vget_sweep(Volume *v, float theta);
1559  *       Ray   *Vget_ray  (Volume *v, float theta, float azimuth);
1560  *       float Vget_value(Volume *v, float theta, float azimuth, float range);
1561  *       Ray   *Vget_ray_from_sweep(Sweep *s, float azimuth, float range);
1562  *       float Vget_value_from_sweep(Sweep *s, float azimuth, float range);
1563  *       float Vget_value_from_ray(Ray *r, float range);
1564  *       float Vget_value_at_h(Volume *v, float azim, float grnd_r, float h);
1565  *
1566  *       Ray    *QC_ray   (Ray       *ray, int radar_type);
1567  *       Sweep  *QC_sweep (Sweep   *sweep, int radar_type);
1568  *       Volume *QC_volume(Volume *volume, int radar_type);
1569  *
1570  *       Radar  *QC_radar (Radar   *radar);
1571  *
1572  *       void write_gif(char *outfile, char *image, int xdim, int ydim, char c_table[256][3]);
1573  *       void write_pict(char *outfile, char *image, int xdim, int ydim, char c_table[256][3]);
1574  *       char *Vsweep_to_cart(Sweep *s, int xdim, int ydim, float range);
1575  *       void Vsweep_to_gif(Sweep *s, char *outfile, int xdim, int ydim, float range);
1576  *       void Vsweep_to_pict(Sweep *s, char *outfile, int xdim, int ydim, float range);
1577  *       void Vvolume_to_gif(Volume *v, char *basename, int xdim, int ydim, float range);
1578  *       char *Vsweep_to_cart(
1579  *   3. When a sweep does not have any rays with any bins, then NULL is
1580  *      assigned to that Sweep pointer.  This occurs for reflectivity for
1581  *      the 2-nd sweep index (as defined by the data) where the is no
1582  *      reflectivity data, only doppler and spectrum width.  Velocity and
1583  *      spectrum width data do not exist for sweep number 1 (index 0).
1584  *
1585  *   4. Speed ups in Vto_cart_sweep.  Math is precomputed and saved in
1586  *      arrays for faster lookup.  Still the ppmtogif is a snail and it
1587  *      overwhelms the runtime.  I only saw a 35 second improvment with
1588  *      these new arrays when outputting 20 gif images.  I think the -O
1589  *      compile flag is doing a good job.
1590  *
1591  *   5. Added CAPPI at h.  Routine in cappi.c.  Cappi type is syntatically
1592  *      identical to the Sweep type.
1593  *
1594  *       Cappi *cappi_at_h(Volume *v, float h);
1595  *
1596  *   6. Make builds libradar.a which contains radar.c, volume.c, cappi.c and
1597  *      image_gen.c.  Builds on SGI, SUN and HP.
1598  *
1599  *   7. Add QC routines.  See 2. above for the list.  Currently they are
1600  *      place holding functions with only QC_ray needing to be coded.
1601  *      Paul Kucera will take care of that.
1602  *
1603  *   8. Improvments to radar.ez and volume.ez.
1604  *
1605  *  To do:
1606  *   o Add the following functions:
1607  *      Sweep *Vget_closest_sweep(Volume *v, float elev);
1608  *      Ray   *Vget_closest_ray(Sweep *s, float azim);
1609  *      float  Vget_closest_value_in_beam(Ray *ray, float range);
1610  *      float  Vget_closest_value(Ray *ray, float range);
1611  *        (I'm not sure how this will be different than Vget_value)
1612  *       
1613  *   o Add range resolution to the image generation subroutines.
1614  *   o Add range resolution to all the 'get_value' routines.
1615  *   o Sort the rays so locating azimuth is trivial; instead of a search
1616  *     algorithm as it is now.  Hey, would a binary search be good enough or
1617  *     do we need some hashing function?  It the lookup fast enough already?
1618  *   o Add CAPPI at h.  (Option for bilinear interpolation about h).
1619  *
1620  *-------------------------------------------------------------------------
1621  * v0.3 Began 3/22/94 Froze 3/23/94.
1622  *  
1623  *  Changes:
1624  *  1. Implimented the Radar structure.  The heart of it is an array of
1625  *     Volume pointers.
1626  *  2. Using 'data_mask' which is a bitwise ( | operator in C ) of
1627  *     REFL_MASK, VEL_MASK, or SW_MASK, you can get any field type volume:
1628  *     reflectivity, doppler velocity, or spectrum width respectively.
1629  *  3. Load volume, sweep and ray header information.
1630  *  4. Added Radar header information; need a good definition of say date and
1631  *     time.
1632  *
1633  *  Work to do:
1634  *   - Improve carteasean image generation.
1635  *      Input: radar range, pix_width, pix_height.  No distortion.
1636  *       - Need to specify the output GIF filename as options.
1637  *       - Incorporate Vto_fraction (?? name ??) Dave's new function.
1638  *-------------------------------------------------------------------------
1639  * v0.2 Began 3/21/94  Froze 3/22/94.
1640  *
1641  *  I am freezing this here because both BSCAN and CARTESEAN image generation
1642  *  works.  You have to hand edit the source to restrict the number of 
1643  *  Sweeps that are converted to images, currently only sweep 0.  The inclusion
1644  *  of sweep/ray header information and the collection of doppler and spectrum
1645  *  width data requires substantial effort and will be in the next version.
1646  *  This version freeze is a check point.
1647  *  
1648  *  Changes:
1649  *  1. Name rsphere change to volume.
1650  *  2. File rsphere.c changed to volume.c.  (Moved the RCS file rsphere.c,v
1651  *     to the graveyard directory in RCS/
1652  *  3. Added color gif support.  Reads red.clr, green.clr, blue.clr files.
1653  *     This renamed the Vto_cart_pgm function to Vto_cart_gif.  It is likely
1654  *     that ppm support is not needed.  We'll see.
1655  *  4. Fixes minor glitches in output images where the tan is undefined.
1656  *  5. Added BSCAN production as GIF files.
1657  *  6. Output sweep.xx file names; sweep.00.gif, etc.  and bscan.00.gif too.
1658  *
1659  *  Work to do:
1660  *    - Add routines to get volumes for doppler and spectrum width. (Radar lib?)
1661  *    - Improve carteasean image generation.
1662  *        Input: radar range, pix_width, pix_height.  No distortion.
1663  *    - Add sweep header information.
1664  *      - Need to specify the output GIF filename as options.
1665  *      - Incorporate Vto_fraction (?? name ??) Dave's new function.
1666  *
1667  *-------------------------------------------------------------------------
1668  *v0.1 3/21/94 by John Merritt.
1669  *  1. First development version of the radar and rsphere library. 
1670  *     Includes test driver.  radar.ez and rsphere.ez document the
1671  *     functionality of the programs.  This version exists to check point
1672  *     the development.
1673  *-------------------------------------------------------------------------
1674  */