Skip to content

Commit

Permalink
Merge pull request #341 from aodn/2.5.6
Browse files Browse the repository at this point in the history
2.5.6
  • Loading branch information
ggalibert committed Apr 18, 2016
2 parents af92a16 + c31a487 commit c1187a6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Preprocessing/timeDriftPP.m
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@

if ~iscell(sample_data), error('sample_data must be a cell array'); end
if isempty(sample_data), return; end
% if this is the second time through (ie for applying autoQC PP
% routines), then return. sample_data already contains the corrections
% and they are therefore carried through.
if auto, return; end

% no modification of data is performed on the raw FV00 dataset except
% local time to UTC conversion
if strcmpi(qcLevel, 'raw'), return; end

% auto logical in input to enable running under batch processing
if nargin<3, auto=false; end
Expand Down Expand Up @@ -189,7 +189,7 @@

%check for zero values in both fields
if startOffsets(k) == 0 && endOffsets(k) == 0
continue
continue;
end

% look time through dimensions
Expand Down
2 changes: 1 addition & 1 deletion imosToolbox.m
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function imosToolbox(auto, varargin)
end

% Set current toolbox version
toolboxVersion = ['2.5.5 - ' computer];
toolboxVersion = ['2.5.6 - ' computer];

switch auto
case 'auto', autoIMOSToolbox(toolboxVersion, varargin{:});
Expand Down
Binary file modified imosToolbox_Linux64.bin
Binary file not shown.
Binary file modified imosToolbox_Win32.exe
Binary file not shown.
Binary file modified imosToolbox_Win64.exe
Binary file not shown.

0 comments on commit c1187a6

Please sign in to comment.