We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a82f77 commit 48825c0Copy full SHA for 48825c0
preProcess/datashift2.m
@@ -13,7 +13,7 @@
13
if plotDir
14
[~, ~] = mkdir(ops.plotDir);
15
end
16
-debugPlot = true;
+debugPlot = do_correction; % No debugging plot if we don't shift data on file
17
18
% The min and max of the y and x ranges of the channels
19
ymin = min(rez.yc);
0 commit comments