LADCPproc.defaults
changeset 27 ec8873454890
parent 26 d778b73f2a43
child 28 79bf60e97208
equal deleted inserted replaced
26:d778b73f2a43 27:ec8873454890
     1 #======================================================================
     1 #======================================================================
     2 #                    L A D C P P R O C . D E F A U L T S 
     2 #                    L A D C P P R O C . D E F A U L T S 
     3 #                    doc: Fri Sep 17 09:44:21 2010
     3 #                    doc: Fri Sep 17 09:44:21 2010
     4 #                    dlm: Thu Mar 20 12:41:41 2014
     4 #                    dlm: Tue May 20 09:07:05 2014
     5 #                    (c) 2010 A.M. Thurnherr
     5 #                    (c) 2010 A.M. Thurnherr
     6 #                    uE-Info: 81 23 NIL 0 0 72 0 2 4 NIL ofnI
     6 #                    uE-Info: 278 0 NIL 0 0 72 0 2 4 NIL ofnI
     7 #======================================================================
     7 #======================================================================
     8 
     8 
     9 # default parameters for [LADCPproc]
     9 # default parameters for [LADCPproc]
    10 
    10 
    11 # NOTES:
    11 # NOTES:
    30 #	Apr 22, 2013: - BUG: BT_begin_search_above value of 300m did not make sense
    30 #	Apr 22, 2013: - BUG: BT_begin_search_above value of 300m did not make sense
    31 #	Jun  5, 2013: - added $bad_beam
    31 #	Jun  5, 2013: - added $bad_beam
    32 #	Sep  6, 2013: - BUG: BT_begin_search_above value of 300m was correct; 
    32 #	Sep  6, 2013: - BUG: BT_begin_search_above value of 300m was correct; 
    33 #						 the original bug was in the documentation
    33 #						 the original bug was in the documentation
    34 #	Sep 19, 2013: - added support for $BT_range_method
    34 #	Sep 19, 2013: - added support for $BT_range_method
    35 #	Mar 20, 2014: - added support for $LADCP_max_gap
    35 #	Feb 22, 2014: - added $LADCP_max_gap
    36 
    36 
    37 #----------------------------------------------------------------------
    37 #----------------------------------------------------------------------
    38 # Data editing
    38 # Data editing
    39 #----------------------------------------------------------------------
    39 #----------------------------------------------------------------------
    40 
    40 
    44 # wake editing in cases where only a single beam is affected, which can
    44 # wake editing in cases where only a single beam is affected, which can
    45 # happen in particular with CTD platforms that tend to "weather vane".
    45 # happen in particular with CTD platforms that tend to "weather vane".
    46 
    46 
    47 # $bad_beam = 1;
    47 # $bad_beam = 1;
    48 
    48 
       
    49 
       
    50 # Some ADCPs report occasional spurious velocity data while on deck.
       
    51 # The software can detect and remove many of these bad data based on
       
    52 # long gaps between subsequent valid ensembles. To turn on this heuristic,
       
    53 # reduce the value of the following varible (time in seconds) to the longest
       
    54 # LADCP gap in the data set (bottom bottle stop, large instrument tilt, etc). 
       
    55 
       
    56 $LADCP_max_gap = 9999;
    49 
    57 
    50 #----------------------------------------------------------------------
    58 #----------------------------------------------------------------------
    51 # ASCII CTD file support
    59 # ASCII CTD file support
    52 #----------------------------------------------------------------------
    60 #----------------------------------------------------------------------
    53 
    61