V1.0beta2
authorA.M. Thurnherr <athurnherr@yahoo.com>
Wed, 16 May 2012 06:57:47 +0000
changeset 11 d0af7f7aa23b
parent 10 196a179304ee
child 12 65582c172355
V1.0beta2
HISTORY
LADCPintsh
LADCPproc
README.Install
--- a/HISTORY
+++ b/HISTORY
@@ -1,9 +1,9 @@
 ======================================================================
                     H I S T O R Y 
                     doc: Tue May 15 18:04:39 2012
-                    dlm: Tue May 15 19:20:18 2012
+                    dlm: Wed May 16 06:57:27 2012
                     (c) 2012 A.M. Thurnherr
-                    uE-Info: 10 12 NIL 0 0 72 3 2 8 NIL ofnI
+                    uE-Info: 17 24 NIL 0 0 72 3 2 8 NIL ofnI
 ======================================================================
 
 May 15, 2012:
@@ -11,3 +11,7 @@
   - 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
--- a/LADCPintsh
+++ b/LADCPintsh
@@ -2,9 +2,9 @@
 #======================================================================
 #                    L A D C P I N T S H 
 #                    doc: Thu Oct 14 21:22:50 2010
-#                    dlm: Sun Feb 19 22:49:28 2012
+#                    dlm: Wed May 16 06:54:32 2012
 #                    (c) 2010 A.M. Thurnherr & E. Firing
-#                    uE-Info: 50 93 NIL 0 0 72 2 2 4 NIL ofnI
+#                    uE-Info: 55 0 NIL 0 0 72 2 2 4 NIL ofnI
 #======================================================================
 
 $antsSummary = 'integrate LADCP shear';
@@ -48,8 +48,9 @@
 #	Feb 19, 2012: - added processing of elapsed time
 #				  - adapted to new shear file layout (nsamp instead of nshear)
 #				  - BUG: uplooker data was not used for downcasts and and only partially for combo data
+#   May 16, 2012: - adapted to ANTSlib V5.0
 
-($ANTS) = (`which list` =~ m{^(.*)/[^/]*$});
+($ANTS) = (`which ANTSlib` =~ m{^(.*)/[^/]*$});
 require "$ANTS/ants.pl";
 require "$ANTS/libstats.pl";
 
--- a/LADCPproc
+++ b/LADCPproc
@@ -2,9 +2,9 @@
 #======================================================================
 #                    L A D C P P R O C 
 #                    doc: Thu Sep 16 20:36:10 2010
-#                    dlm: Wed Apr 18 05:23:48 2012
+#                    dlm: Wed May 16 06:54:18 2012
 #                    (c) 2010 A.M. Thurnherr
-#                    uE-Info: 70 45 NIL 0 0 72 2 2 4 NIL ofnI
+#                    uE-Info: 79 14 NIL 0 0 72 10 2 4 NIL ofnI
 #======================================================================
 
 $antsSummary = 'process LADCP data to get shear, time series';
@@ -68,8 +68,9 @@
 #   Apr 13, 2012: - removed -s argument from dependencies
 #	Apr 17, 2012: - BAD BUG: magdec code call was bad and did not return correct value. ever.
 #	Apr 18, 2012: - replaced Sv.n by Sv.nsamp
+#	May 16, 2012: - adapted to ANTSlib V5.0
 
-($ANTS)       = (`which list` =~ m{^(.*)/[^/]*$});
+($ANTS)    = (`which ANTSlib` =~ m{^(.*)/[^/]*$});
 ($PERL_TOOLS) = (`which mkProfile` =~ m{^(.*)/[^/]*$});
 ($LADCPPROC)  = ($0 =~ m{^(.*)/[^/]*$});
 
--- a/README.Install
+++ b/README.Install
@@ -1,13 +1,16 @@
 ======================================================================
                     R E A D M E . I N S T A L L 
                     doc: Tue May 15 18:42:56 2012
-                    dlm: Tue May 15 19:15:36 2012
+                    dlm: Wed May 16 06:56:28 2012
                     (c) 2012 A.M. Thurnherr
-                    uE-Info: 16 37 NIL 0 0 72 3 2 4 NIL ofnI
+                    uE-Info: 24 31 NIL 0 0 72 3 2 4 NIL ofnI
 ======================================================================
 
 - requires ADCP_tools available via link from 
   http://www.ldeo.columbia.edu/LADCP
+
+- requires ANTSlib available via link from 
+  http://www.ldeo.columbia.edu/LADCP
   
 - to load output files into Matlab requires Matlab_tools available via
   link from http://www.ldeo.columbia.edu/LADCP
@@ -17,5 +20,6 @@
 
 - runs with perl 5.12.4 or later, but older versions may work as well
 
-- to set up, add both ADCP_tools and the current directory to path
+- to set up, add directories of ADCP_tools, ANTSlib, geomag, as well as
+  the current dirctory to your path