Skip to content
Snippets Groups Projects
Commit 48506b7f authored by leprob001's avatar leprob001
Browse files

Tracking plugins now print the converged date into the console.

parent 1f268d00
No related branches found
No related tags found
No related merge requests found
270
\ No newline at end of file
271
\ No newline at end of file
......@@ -62,6 +62,7 @@ for oDates = 1:length(dates)
rad2deg(artoa.vendor.xnavai(deg2rad(soundsourcePositions), distances, deg2rad(referencePosition), 2)) ...
];
clockError = [clockError; NaN(1, 3)];
disp([' *** Date: ' num2str(dates(oDates)) ' converged.']);
end
positions = positions(2:end, :);
......
......@@ -70,6 +70,7 @@ for oDates = 1:length(dates)
) / (soundVelocity(oClockError)/1000);
end
clockError = [clockError; currentClockError];
disp([' *** Date: ' num2str(dates(oDates)) ' converged.']);
end
positions = positions(2:end, :);
......
......@@ -60,6 +60,7 @@ for oDates = 1:length(dates)
) ...
];
clockError = [clockError; NaN(1, 3)];
disp([' *** Date: ' num2str(dates(oDates)) ' converged.']);
end
positions = positions(2:end, :);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment