V1.0
authorA.M. Thurnherr <athurnherr@yahoo.com>
Tue, 15 May 2012 18:33:25 +0000
changeset 9 9470ce05c10d
parent 8 7ad053ea1742
child 10 c835cd613f3e
V1.0
HISTORY
INDEX
Makefile
RDI_BB_Read.pl
RDI_Coords.pl
RDI_Utils.pl
README
new file mode 100644
--- /dev/null
+++ b/HISTORY
@@ -0,0 +1,13 @@
+======================================================================
+                    H I S T O R Y 
+                    doc: Tue May 15 18:04:39 2012
+                    dlm: Tue May 15 18:31:09 2012
+                    (c) 2012 A.M. Thurnherr
+                    uE-Info: 10 18 NIL 0 0 72 3 2 8 NIL ofnI
+======================================================================
+
+May 15, 2012:
+  - V1.0 [.hg/hgrc]
+  - began history
+  - uploaded current version to server for use with first version
+    of re-implemented shear method
old mode 100755
new mode 100644
new file mode 100644
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,16 @@
+#======================================================================
+#                    M A K E F I L E 
+#                    doc: Tue May 15 18:12:31 2012
+#                    dlm: Tue May 15 18:31:02 2012
+#                    (c) 2012 A.M. Thurnherr
+#                    uE-Info: 10 7 NIL 0 0 72 0 2 4 NIL ofnI
+#======================================================================
+
+.PHONY: version
+version:
+	@sed -n '/^description =/s/description = //p' .hg/hgrc
+
+.PHONY: publish
+publish:
+	cd ..; \
+	scp -Cr ADCP_tools miles:public_hg
old mode 100755
new mode 100644
old mode 100755
new mode 100644
old mode 100755
new mode 100644
new file mode 100644
--- /dev/null
+++ b/README
@@ -0,0 +1,26 @@
+======================================================================
+                    R E A D M E 
+                    doc: Tue May 15 18:10:40 2012
+                    dlm: Tue May 15 18:19:44 2012
+                    (c) 2012 A.M. Thurnherr
+                    uE-Info: 24 28 NIL 0 0 72 3 2 4 NIL ofnI
+======================================================================
+
+This directory contains a set of ADCP-related libraries and utilities
+written and copyrighted by A.M. Thurnherr. The software is written in
+perl (V5.12.4 or later should work) and assumed to run in a UN*X
+environment.
+
+To find out which version you have, run "make" in current directory.
+
+Most of the source files use a hard tab of 4 spaces, i.e. they can be
+viewed correctly, e.g. with "less -x4".
+
+There is currently no documentation, nor is there support. Some of the
+libraries are required for the re-implemented shear method (Thurnherr,
+J. Techo. 2012) and for the vertical-velocity method (Thurnherr, IEEE
+2011).
+
+SOFTWARE CAN BE FREELY USED AND COPIED FOR EDUCATIONAL OR OTHER
+NOT-FOR-PROFIT PURPOSES.
+