Skip to content
Snippets Groups Projects
Commit 69de714b authored by leprob001's avatar leprob001
Browse files

fix: Empirical shift has not been added to the TOA in recalculateToaGpsAndPlot

parent edc8820a
Branches
No related tags found
No related merge requests found
316
\ No newline at end of file
317
\ No newline at end of file
......@@ -20,6 +20,8 @@ if artoaWorkspace.editOffsets.useOffsets
toaData, ...
artoaWorkspace.editOffsets.offsets ...
);
% Add the empirical shift again.
artoaWorkspace.toaData.toa = artoaWorkspace.toaData.toa + artoaWorkspace.toaData.empiricalShift;
else
artoaWorkspace.toaData = toaData;
end
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment