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
I115&I116: GLONASS acquisition and tracking #54
Open
valeri-atamaniouk
wants to merge
12
commits into
swift-nav:master
Choose a base branch
from
valeri-atamaniouk:i115-i116-glonass
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
I115&I116: GLONASS acquisition and tracking #54
valeri-atamaniouk
wants to merge
12
commits into
swift-nav:master
from
valeri-atamaniouk:i115-i116-glonass
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
@adel-mamin @fnoble @cbeighley Please review |
@@ -808,6 +814,139 @@ def _run_postprocess(self): | |||
self.coherent_ms | |||
|
|||
|
|||
class TrackingChannelGLOL1(TrackingChannel): |
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.
Add unit testing for GLO L1 tracking
Add unit tests. Otherwise, looks good to me. |
Conflicts: peregrine/defaults.py peregrine/gps_constants.py peregrine/run.py tests/test_run.py
valeri-atamaniouk
force-pushed
the
i115-i116-glonass
branch
from
August 3, 2016 08:55
6aec1ce
to
1d32b96
Compare
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.
valeri-atamaniouk
force-pushed
the
i115-i116-glonass
branch
from
August 3, 2016 13:06
1d32b96
to
0f8ae7c
Compare
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.
Support for GLONASS acqusition and tracking.
Includes #51
Requires https://github.com/swift-nav/libswiftnav/pull/365
Replaces #35 and #37