Skip to content

Commit

Permalink
FV00 CTD casts have the PP routine CTDDepthBinPP applied in order to …
Browse files Browse the repository at this point in the history
…achieve consistency across facilities (which for the most part except SA already use binned datasets) and with FV01 files, this PP routine is performed on the raw FV00 dataset.
  • Loading branch information
ggalibert committed Nov 22, 2016
1 parent cd3ae8d commit 57eeb57
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Preprocessing/CTDDepthBinPP.m
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,8 @@
% auto logical in input to enable running under batch processing
if nargin<3, auto=false; end

% no modification of data is performed on the raw FV00 dataset except
% local time to UTC conversion
if strcmpi(qcLevel, 'raw'), return; end
% in order to achieve consistency across facilities (which for the most part except SA already use binned
% datasets) and with FV01 files, this PP routine is performed on the raw FV00 dataset

% read options from parameter file Minimum Soak Delay: SoakDelay1 (sec.)
% Optimal Soak Delay: SoakDelay2 (sec.)
Expand Down

0 comments on commit 57eeb57

Please sign in to comment.