ADCP_tools_lib.pl
changeset 53 51c5988a7f1f
parent 43 b63fa355644c
child 58 78607e2e8add
equal deleted inserted replaced
52:5b07a9b89aee 53:51c5988a7f1f
     1 #======================================================================
     1 #======================================================================
     2 #                    A D C P _ T O O L S _ L I B . P L 
     2 #                    A D C P _ T O O L S _ L I B . P L 
     3 #                    doc: Tue Jan  5 10:45:47 2016
     3 #                    doc: Tue Jan  5 10:45:47 2016
     4 #                    dlm: Tue Feb  6 21:37:45 2018
     4 #                    dlm: Mon Apr 20 15:47:30 2020
     5 #                    (c) 2016 A.M. Thurnherr
     5 #                    (c) 2016 A.M. Thurnherr
     6 #                    uE-Info: 16 57 NIL 0 0 72 0 2 4 NIL ofnI
     6 #                    uE-Info: 19 25 NIL 0 0 72 0 2 4 NIL ofnI
     7 #======================================================================
     7 #======================================================================
     8 
     8 
     9 # HISTORY:
     9 # HISTORY:
    10 #	Jan  5, 2015: - created
    10 #	Jan  5, 2015: - created
    11 #	...
    11 #	...
    12 #	Aug 23, 2016: - updated to V1.8
    12 #	Aug 23, 2016: - updated to V1.8
    13 #	Mar 12, 2017: - updated to V1.9 for LADCP_w 1.3
    13 #	Mar 12, 2017: - updated to V1.9 for LADCP_w 1.3
    14 #	Nov 28, 2017: - updated to V2.0 for LADCP_w 1.4
    14 #	Nov 28, 2017: - updated to V2.0 for LADCP_w 1.4
    15 #	Dec  7, 2017: - updated to V2.1 for improvements to listHdr
    15 #	Dec  7, 2017: - updated to V2.1 for improvements to listHdr
    16 #	Feb  6, 2018: - updated to V2.2 for changes to PD0_IO
    16 #	Feb  6, 2018: - updated to V2.2 for changes to PD0_IO
       
    17 #	Apr 20, 2020: - updated to V2.3 after adaptating to work with IMPed moored ADCP data
    17 
    18 
    18 $ADCP_tools_version = 2.2;
    19 $ADCP_tools_version = 2.3;
    19 
    20 
    20 die(sprintf("$0: obsolete ADCP_tools V%.1f; V%.1f required\n",
    21 die(sprintf("$0: obsolete ADCP_tools V%.1f; V%.1f required\n",
    21     $ADCP_tools_version,$ADCP_tools_minVersion))
    22     $ADCP_tools_version,$ADCP_tools_minVersion))
    22         if (!defined($ADCP_tools_minVersion) || $ADCP_tools_minVersion>$ADCP_tools_version);
    23         if (!defined($ADCP_tools_minVersion) || $ADCP_tools_minVersion>$ADCP_tools_version);
    23 
    24