Skip to content
Snippets Groups Projects
Commit 3d55ec71 authored by leprob001's avatar leprob001
Browse files

Bugfix, save RFC file has not been adjusted to the new tracking method.

parent 2c5cfc91
No related branches found
Tags v2.0
No related merge requests found
272 273
\ No newline at end of file \ No newline at end of file
...@@ -149,7 +149,7 @@ else ...@@ -149,7 +149,7 @@ else
end end
trajectoryHeader = { ... trajectoryHeader = { ...
['** Tracking method: ' pTrajectory.trackParameter.trackingMethodString], ... ['** Tracking method: ' strjoin(pTrajectory.trackParameter.soundsourceCombinations.trackingMethod, ', ')], ...
['** Interpolation method: ' pTrajectory.trackParameter.interpolationMethodString], ... ['** Interpolation method: ' pTrajectory.trackParameter.interpolationMethodString], ...
['** Interpolation step size: ' num2str(pTrajectory.trackParameter.interpolationInterval) ' hours'], ... ['** Interpolation step size: ' num2str(pTrajectory.trackParameter.interpolationInterval) ' hours'], ...
['** Interpolation gap size: ' num2str(pTrajectory.trackParameter.gapSize)], ... ['** Interpolation gap size: ' num2str(pTrajectory.trackParameter.gapSize)], ...
......
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