Skip to content
Snippets Groups Projects
Commit 425b7693 authored by leprob001's avatar leprob001
Browse files

Bugfix, Updated calculateSoundVelocity function to current API.

parent d933d24c
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@ for o = 1:gpsMeasurementCount
predictedToa(o) = windowStartTime * 3600 - leapSeconds + currentSoundsourceDrift ...
+ distanceSoundSourceToFloat / (artoa.data.calculateSoundVelocity( ...
pSoundSpeedParameter.temperature, pSoundSpeedParameter.pressure, ...
pSoundSpeedParameter.method, pSoundSpeedParameter.soundSource ...
pSoundSpeedParameter.method ...
)/1000) + pRfb.FLOAT.windowstart * 60;
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