ADCP_tools_lib.pl
changeset 62 9e13aca980c7
parent 58 78607e2e8add
equal deleted inserted replaced
61:69192495f0db 62:9e13aca980c7
     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 Mar 23 09:15:16 2021
     4 #                    dlm: Tue Dec  6 12:34:10 2022
     5 #                    (c) 2016 A.M. Thurnherr
     5 #                    (c) 2016 A.M. Thurnherr
     6 #                    uE-Info: 18 0 NIL 0 0 72 0 2 4 NIL ofnI
     6 #                    uE-Info: 21 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 #	...
    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 #	Apr 20, 2020: - updated to V2.3 after adaptating to work with IMPed moored ADCP data
    18 #	Mar 23, 2021: - updated to V2.4 after starting adaption to Nortek produced PD0 files
    18 #	Mar 23, 2021: - updated to V2.4 after starting adaption to Nortek produced PD0 files
       
    19 #	Dec  6, 2022: - updated to V2.5 for LADCP_w V2.2
    19 
    20 
    20 $ADCP_tools_version = 2.4;
    21 $ADCP_tools_version = 2.5;
    21 
    22 
    22 die(sprintf("$0: obsolete ADCP_tools V%.1f; V%.1f required\n",
    23 die(sprintf("$0: obsolete ADCP_tools V%.1f; V%.1f required\n",
    23     $ADCP_tools_version,$ADCP_tools_minVersion))
    24     $ADCP_tools_version,$ADCP_tools_minVersion))
    24         if (!defined($ADCP_tools_minVersion) || $ADCP_tools_minVersion>$ADCP_tools_version);
    25         if (!defined($ADCP_tools_minVersion) || $ADCP_tools_minVersion>$ADCP_tools_version);
    25 
    26