-
Notifications
You must be signed in to change notification settings - Fork 72
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: mutability/mlat-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: mutability/mlat-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: clock-sync-improvements
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 6 files changed
- 1 contributor
Commits on Jul 7, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 28ead03 - Browse repository at this point
Copy the full SHA 28ead03View commit details
Commits on Jul 9, 2015
-
Configuration menu - View commit details
-
Copy full SHA for f65aaf6 - Browse repository at this point
Copy the full SHA f65aaf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26ae6f5 - Browse repository at this point
Copy the full SHA 26ae6f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9998433 - Browse repository at this point
Copy the full SHA 9998433View commit details -
Configuration menu - View commit details
-
Copy full SHA for f70d5c3 - Browse repository at this point
Copy the full SHA f70d5c3View commit details -
Teach clocknorm about scale/offset based prediction.
Make _Predictor directly predict. When walking the tree, as we know the prediction function, combine each new step with the existing predictor to produce a single predictor for the whole conversion, rather than maintaining a list of predictors that need to be applied in turn.
Configuration menu - View commit details
-
Copy full SHA for ee320c1 - Browse repository at this point
Copy the full SHA ee320c1View commit details
Commits on Jul 10, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 5c72775 - Browse repository at this point
Copy the full SHA 5c72775View commit details -
Build and use a clock normalization map.
This finds a spanning forest that covers all receivers that have sync, and crunches the timestamp predictors that make up the edges so that there is a single predictor per receiver that knows how to convert timestamps from that receiver to a shared timescale per spanning tree. We can then use that mapping to do clock normalization much faster. The map has to be recomputed often as it will get stale fast, but even if we recompute once a second, it works out much cheaper than doing spanning-tree work on every mlat resolve. It also has some interesting side benefits due to having a more global view beyond the receivers that directly receiver a particular mlat result: * We can use a spanning path for conversion of a mlat result that includes receivers that did not see the mlat result. * If a receiver is synchronized with a Radarcape, it is also effectively synchronized with all receivers synchronized with _any_ Radarcape. The spanning tree in the UK testbed often ends up spanning Ireland through Germany, with all those receivers tied into a single clockbase and able to contribute useful timings to any mlat-able message they see. Also, the resulting map is compact (something like 4 values per receiver) and does not require any additional information to be able to do clock conversion. So it will make life easier when we start to want to split up mlat solving between processes: rather than having each subprocess have to do clock sync, we can do it once and push the results out to all subprocesses.
Configuration menu - View commit details
-
Copy full SHA for 1a95c60 - Browse repository at this point
Copy the full SHA 1a95c60View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...clock-sync-improvements