X-Git-Url: http://pileus.org/git/?p=~andy%2Frsl;a=blobdiff_plain;f=CHANGES;h=932965a4da3017993222237b1bb3ff38c18d49cc;hp=9266df354aafd2a3561d179279cb74b579e4afe7;hb=3160d8126d66792a65d592019880db8b4e734e84;hpb=e953e14aeb8c5b83435ee0103f3b069cc1875c96 diff --git a/CHANGES b/CHANGES index 9266df3..932965a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,19 +1,31 @@ /* Changes for RSL * *--------------------------------------------------------------------- - * v1.41 In progress + * v1.42 Released 7/12/2011 + * + * 1. radar_to_uf.c (RSL_radar_to_uf_fp): Changed scale_factor used for storing + * differential phase (PH) in UF from 100 to 10. The usual scale factor + * of 100 caused values over 327.67 to become negative when converted to + * short integer. + *--------------------------------------------------------------------- + * v1.41 Released 6/22/2011 * * 1. wsr88d_m31.c: Simplified the WSR-88D ray structure and supporting code. - * Removed function read_data_moment. - * Added function get_wsr88d_unamb_and_nyq_vel. - * 2. Added support for Sigmet 2-byte data types, as well as HydroClass 1 and 2 byte - * types. - * Files involved: nsig_to_radar.c, nsig.c, nsig.h, volume.c. - * [TODO: dual PRF mods] - * 3. Completed DORADE ingest. Files involved: dorade_to_radar.c, dorade.c, volume.c. - * 4. prune.c: Added global variable prune_radar and two functions to set or unset: - * RSL_prune_radar_on() - * RSL_prune_radar_off() + * Added support for dual-polarization data fields. + * Thanks go to Andy Spencer for code contributions. + * wsr88d_to_radar.c, wsr88d_m31.c: Renamed load_wsr88d_m31_into_radar to + * wsr88d_load_m31_into_radar, to be consistent with naming convention. + * 2. Added support for Sigmet 2-byte data types, as well as HydroClass 1 and 2 + * byte types. Files involved: nsig_to_radar.c, nsig.c, nsig.h, volume.c. + * Modified nsig_to_radar.c and rsl.h to handle Sigmet dual PRF. + * Thanks to Fabio Sato and Cesar Beneti for the dual PRF code. + * 3. Completed DORADE ingest. Files involved: dorade_to_radar.c, dorade.c, + * volume.c. + * 4. rsl.h, radar.c, radar_to_uf.c, uf_to_radar.c, volume.c: modified for RHI. + * nsig_to_radar.c: Thanks go to Scott Collis for a bug fix involving RHI. + * 5. anyformat_to_radar.c: Thanks to Thiago Biscaro for fixing a pipe problem + * that caused processes to remain open. + * 6. gzip.c: Thanks to Dan Sheldon for fix for a file descriptor leak. *--------------------------------------------------------------------- * v1.40 Released 10/10/2008 *