# HG changeset patch # User A.M. Thurnherr # Date 1431552627 0 # Node ID 3d769eee8c4fb32e4d3d0fd583512193d340dc59 # Parent e5731cc26b5b648c4d7b30c106ebfd48556a54cf V1.4 diff --git a/HISTORY b/HISTORY new file mode 100644 --- /dev/null +++ b/HISTORY @@ -0,0 +1,70 @@ +====================================================================== + H I S T O R Y + doc: Tue May 15 18:04:39 2012 + dlm: Wed May 13 21:30:07 2015 + (c) 2012 A.M. Thurnherr + uE-Info: 70 55 NIL 0 0 72 3 2 8 NIL ofnI +====================================================================== + +May 15, 2012: + - V1.0beta [.hg/hgrc] + - began history + - uploaded current version to server for use with first version + of re-implemented shear method + +May 16, 2012: + - V1.0beta2 [.hg/hgrc] + - added ANTSlib to doc + +May 16, 2012: + - V1.0beta3 [.hg/hgrc] + - bug fixes for shallow casts [LADCPproc.backscatter] + - added support for -r)DI BT data + +May 17, 2012: + - V1.0beta4 [.hg/hgrc] [LADCPproc.version] + - minor improvements + - relaxation of profile-depth consistency check [LADCPproc] + +May 18, 2012: + - V1.0beta5 [.hg/hgrc] [LADCPproc.version] + - fixed bug in [LADCPproc.bestLag] (windowing was off) + - reduced implausibly short cast threshold from 10 to 5 mins + +May 25, 2012: + - V1.0beta6 [.hg/hgrc] [LADCPproc.version] + - added code to allow reading LDEO_IX BT data to [LADCPintsh] + +Jun 13-15, 2012: + - V1.0beta7 [.hg/hgrc] [LADCPproc.version] + - added CTD_depth to [LADCPproc] default output (.tds) + - wrote [README.PostEdit] + - in [LADCPintsh] renamed -b to -r + - major work on documentation [README] + +Aug 10, 2012: + - added [README.YoYo] + +Oct 19, 2012: + - V1.0beta8 [.hg/hgrc] [LADCPproc.version] + - fixed bugs in [LADCPproc.loadCTD] [LADCPproc.bestLag] + - added [README.TimeLagging] + - updated docu + +Jul 12, 2013: + - V1.1 [.hg/hgrc] [LADCPproc.version] + - various improvements + - DEFAULT VALUES PREVENTS EXTRACTION OF BT DATA + +Aug 6, 2013: + - V1.2 [.hg/hgrc] [LADCPproc.version] + - bug fixed in [LADCPproc.defaults] + +May 7, 2015: + - V1.3 [.hg/hgrc] [LADCPproc.version] + - many bug fixes and improvements + - primary reason for new release is adaptation to Slocum/Explorer data + +May 13, 2015: + - V1.4 [.hg/hgrc] [LADCPproc.version] + - BUG: [LADCPintsh] did not work with ANTS V6 library diff --git a/LADCPintsh b/LADCPintsh --- a/LADCPintsh +++ b/LADCPintsh @@ -2,12 +2,13 @@ #====================================================================== # L A D C P I N T S H # doc: Thu Oct 14 21:22:50 2010 -# dlm: Fri Mar 6 15:51:49 2015 +# dlm: Wed May 13 19:47:05 2015 # (c) 2010 A.M. Thurnherr & E. Firing -# uE-Info: 8 0 NIL 0 0 72 0 2 4 NIL ofnI +# uE-Info: 61 30 NIL 0 0 72 0 2 4 NIL ofnI #====================================================================== $antsSummary = 'integrate LADCP shear'; +$antsMinLibVersion = 6.0; # NOTES: # - the core of this code is a simplified version of avg_sh.m and @@ -57,6 +58,7 @@ # Jul 12, 2013: - clarified -u usage with better messages # Mar 20, 2014: - fiddled while debugging [LADCPproc] # Jun 7, 2014: - improved error messages +# May 13, 2015: - belatedly adapted to ANTS V6 (library versioning) ($ANTS) = (`which ANTSlib` =~ m{^(.*)/[^/]*$}); require "$ANTS/ants.pl"; diff --git a/LADCPproc.version b/LADCPproc.version --- a/LADCPproc.version +++ b/LADCPproc.version @@ -1,9 +1,9 @@ #====================================================================== # L A D C P P R O C . V E R S I O N # doc: Thu May 17 07:18:44 2012 -# dlm: Thu May 7 12:55:59 2015 +# dlm: Wed May 13 21:29:39 2015 # (c) 2012 A.M. Thurnherr # uE-Info: 9 16 NIL 0 0 72 0 2 4 NIL ofnI #====================================================================== -$version = 'V1.3'; +$version = 'V1.4';