From ca82499cb79c3da5b63bd786d07b442b92958532 Mon Sep 17 00:00:00 2001 From: Lewin Probst <info@emirror.de> Date: Tue, 10 Dec 2019 16:52:36 +0100 Subject: [PATCH] Bugfix of track calculation --- VERSION | 2 +- lib/+artoa/+trajectory/calculateCombinationSegment.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 176fdeb..8bc6583 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -119 \ No newline at end of file +120 \ No newline at end of file diff --git a/lib/+artoa/+trajectory/calculateCombinationSegment.m b/lib/+artoa/+trajectory/calculateCombinationSegment.m index 87e4fae..2451093 100644 --- a/lib/+artoa/+trajectory/calculateCombinationSegment.m +++ b/lib/+artoa/+trajectory/calculateCombinationSegment.m @@ -104,7 +104,7 @@ for oDates = 1:length(intersectedToaDates) relativeToa = filteredValue(1) ... + windowStartTime ... + leapseconds ... - - floatWindowStart; + + floatWindowStart; % calculate distance to the source distanceToSoundsources{oDates} = [ ... -- GitLab