Skip to content
Snippets Groups Projects
Commit 9001f96b authored by leprob001's avatar leprob001
Browse files

Removed automatic setting of the reference position if no user input is present.

parent 43485255
No related branches found
No related tags found
No related merge requests found
281
\ No newline at end of file
282
\ No newline at end of file
......@@ -37,8 +37,6 @@ if ~exist('pStartEndPosition', 'var')
pStartEndPosition = false;
end
%% Flip soundsource combination table if required
%% Get required data
soundsourceCombinations = pTrackingParameter.soundsourceCombinations;
uniqueToaDates = unique(pToaData.toaDate);
......@@ -242,10 +240,6 @@ for oCombination = 1:size(soundsourceCombinations, 1)
&& isempty(trajectory) ...
&& islogical(pStartEndPosition)
return;
elseif isempty(currentCombination.referencePosition{1}) ...
& ~artoa.trajectory.isInterpolationMethod(currentCombination.trackingMethod{1}) ...
& ~currentCombination.backwardTracking(1)
currentCombination.referencePosition{1} = num2str(trajectory(end, :));
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