Skip to content

Commit

Permalink
minor (tabs to spaces)
Browse files Browse the repository at this point in the history
  • Loading branch information
raacampbell committed Dec 13, 2019
1 parent d1c82ce commit 79e9b5d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions code/@BT/logPositionToPositionArray.m
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
function logPositionToPositionArray(obj,fakeLog)
% Log the current X/Y position to the position array matrix
% Log the current X/Y position to the position array matrix
%
% function logPositionToPositionArray(obj,fakeLog)
%
% Purpose
% This is used during acquisition to keep track of the actual
% stage position before each tile was acquired. The data are
% This is used during acquisition to keep track of the actual
% stage position before each tile was acquired. The data are
% logged in BT.positionArray. Columns 5 and 6 are the recorded
% x and y positions respectively.
%
Expand All @@ -14,10 +14,10 @@ function logPositionToPositionArray(obj,fakeLog)
% the actual position. False by default


if isempty(obj.currentSectionNumber)
obj.logMessage(inputname(1),dbstack,6,'no current section number defined. Can not log position to array')
return
end
if isempty(obj.currentSectionNumber)
obj.logMessage(inputname(1),dbstack,6,'no current section number defined. Can not log position to array')
return
end

if nargin<2
fakeLog=false;
Expand Down

0 comments on commit 79e9b5d

Please sign in to comment.