ADCP_tools_lib.pl
author Andreas Thurnherr <ant@ldeo.columbia.edu>
Sun, 12 Apr 2020 20:03:22 -0400
changeset 51 148c092b3a09
parent 43 b63fa355644c
child 53 51c5988a7f1f
permissions -rw-r--r--
after somewhat suspicous RDI_PD0_IO.pl merge and just before adding code to allow reading files ens by ens

#======================================================================
#                    A D C P _ T O O L S _ L I B . P L 
#                    doc: Tue Jan  5 10:45:47 2016
#                    dlm: Tue Feb  6 21:37:45 2018
#                    (c) 2016 A.M. Thurnherr
#                    uE-Info: 16 57 NIL 0 0 72 0 2 4 NIL ofnI
#======================================================================

# HISTORY:
#	Jan  5, 2015: - created
#	...
#	Aug 23, 2016: - updated to V1.8
#	Mar 12, 2017: - updated to V1.9 for LADCP_w 1.3
#	Nov 28, 2017: - updated to V2.0 for LADCP_w 1.4
#	Dec  7, 2017: - updated to V2.1 for improvements to listHdr
#	Feb  6, 2018: - updated to V2.2 for changes to PD0_IO

$ADCP_tools_version = 2.2;

die(sprintf("$0: obsolete ADCP_tools V%.1f; V%.1f required\n",
    $ADCP_tools_version,$ADCP_tools_minVersion))
        if (!defined($ADCP_tools_minVersion) || $ADCP_tools_minVersion>$ADCP_tools_version);

require "$ADCP_TOOLS/RDI_Coords.pl";
require "$ADCP_TOOLS/RDI_PD0_IO.pl";
require "$ADCP_TOOLS/RDI_Utils.pl";