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

Bugfix of track calculation

parent f6a13682
No related branches found
No related tags found
No related merge requests found
119 120
\ No newline at end of file \ No newline at end of file
...@@ -104,7 +104,7 @@ for oDates = 1:length(intersectedToaDates) ...@@ -104,7 +104,7 @@ for oDates = 1:length(intersectedToaDates)
relativeToa = filteredValue(1) ... relativeToa = filteredValue(1) ...
+ windowStartTime ... + windowStartTime ...
+ leapseconds ... + leapseconds ...
- floatWindowStart; + floatWindowStart;
% calculate distance to the source % calculate distance to the source
distanceToSoundsources{oDates} = [ ... distanceToSoundsources{oDates} = [ ...
......
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