This repository has been archived by the owner on Apr 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
Track profile switching logic + Glonass support #55
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Conflicts: peregrine/defaults.py peregrine/gps_constants.py peregrine/run.py tests/test_run.py
Added GLONASS-specific file formats for processing.
Added support for file encoding types compatible with main peregrine tools.
Updated GLONASS C/N0 estimation and parameter handling.
Fixed handling of GLONASS tracking result file names.
Added support for tracking analysys of GLONASS signals.
Updated hanlding of encoding names, added GLONASS tracking test.
Fix unit test rebasing error
adel-mamin
force-pushed
the
track_profile_switch
branch
from
August 17, 2016 13:13
36c39ff
to
b371610
Compare
@@ -253,6 +1264,19 @@ | |||
# disable lock detect | |||
l1ca_lock_detect_params_disable = {"k1": 0.02, "k2": 1e-6, "lp": 1, "lo": 1} | |||
|
|||
lock_detect_params_slow = {"k1": 0.005, "k2": 1.4, "lp": 200, "lo": 50} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Normally lo >> lp. I.e. lp: 240, lo: 50.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be fixed now.
lgfm. If TS gets merged before this, it should be preferred over existing Py equivalents. |
adel-mamin
changed the title
Track profile switching logic
Track profile switching logic + Glonass support
Oct 25, 2016
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This work is done under the issue https://github.com/swift-nav/exafore_planning/issues/299
Includes #54, #53, #51, #50, #47
Requires swift-nav/libswiftnav#365