# HG changeset patch # User A.M. Thurnherr # Date 1337106805 0 # Node ID 9470ce05c10d1e5edceafcca4be6ee6d459aa6ac # Parent 7ad053ea1742a38f95333a08f76ce873fa2277e6 V1.0 diff --git a/HISTORY b/HISTORY 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 diff --git a/INDEX b/INDEX old mode 100755 new mode 100644 diff --git a/Makefile b/Makefile 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 diff --git a/RDI_BB_Read.pl b/RDI_BB_Read.pl old mode 100755 new mode 100644 diff --git a/RDI_Coords.pl b/RDI_Coords.pl old mode 100755 new mode 100644 diff --git a/RDI_Utils.pl b/RDI_Utils.pl old mode 100755 new mode 100644 diff --git a/README b/README 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. +