default_output.pl
changeset 56 8f120b9f795a
parent 54 828e5466391b
equal deleted inserted replaced
55:2d8e1139acd5 56:8f120b9f795a
     1 #======================================================================
     1 #======================================================================
     2 #                    D E F A U L T _ O U T P U T . P L 
     2 #                    D E F A U L T _ O U T P U T . P L 
     3 #                    doc: Wed Jun  1 19:21:19 2016
     3 #                    doc: Wed Jun  1 19:21:19 2016
     4 #                    dlm: Sat May 16 12:19:26 2020
     4 #                    dlm: Wed Jun 30 09:01:13 2021
     5 #                    (c) 2016 A.M. Thurnherr
     5 #                    (c) 2016 A.M. Thurnherr
     6 #                    uE-Info: 71 0 NIL 0 0 72 0 2 4 NIL ofnI
     6 #                    uE-Info: 19 69 NIL 0 0 72 0 2 4 NIL ofnI
     7 #======================================================================
     7 #======================================================================
     8 
     8 
     9 # NOTES:
     9 # NOTES:
    10 #  - as this file is executed after ProcessingParams, only undefined
    10 #  - as this file is executed after ProcessingParams, only undefined
    11 #	 variables are set
    11 #	 variables are set
    14 #	Jun  1, 2016: - created from [default_paths.pl]
    14 #	Jun  1, 2016: - created from [default_paths.pl]
    15 #	May 15, 2020: - removed a couple of time-depth plots from level 1
    15 #	May 15, 2020: - removed a couple of time-depth plots from level 1
    16 #				  - changed semmantics so that pushing to plot adds,
    16 #				  - changed semmantics so that pushing to plot adds,
    17 #				    instead of overwwriting
    17 #				    instead of overwwriting
    18 #				  - BUG: one of the plots did not repect plotting level
    18 #				  - BUG: one of the plots did not repect plotting level
       
    19 #	Jun 30, 2021: - renamed plot_mean_residuals to plot_bin_residuals
    19 
    20 
    20 #----------------------------------------------------------------------
    21 #----------------------------------------------------------------------
    21 # Processing log (diagnostic messages) output
    22 # Processing log (diagnostic messages) output
    22 #----------------------------------------------------------------------
    23 #----------------------------------------------------------------------
    23 
    24 
    94 
    95 
    95 #----------------------------------------------------------------------
    96 #----------------------------------------------------------------------
    96 # Per-bin vertical-velocity residuals (plot only)
    97 # Per-bin vertical-velocity residuals (plot only)
    97 #----------------------------------------------------------------------
    98 #----------------------------------------------------------------------
    98 
    99 
    99 push(@out_BR,"plot_mean_residuals($plot_dir/${out_basename}_bin_residuals.ps)")
   100 push(@out_BR,"plot_bin_residuals($plot_dir/${out_basename}_bin_residuals.ps)")
   100 	if ($plotting_level > 0);
   101 	if ($plotting_level > 0);
   101 
   102 
   102 #----------------------------------------------------------------------
   103 #----------------------------------------------------------------------
   103 # Time-lagging correlation statistics (plot only)
   104 # Time-lagging correlation statistics (plot only)
   104 #----------------------------------------------------------------------
   105 #----------------------------------------------------------------------