Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

Track profile switching logic + Glonass support #55

Closed
wants to merge 61 commits into from

Conversation

adel-mamin
Copy link

@adel-mamin adel-mamin commented Aug 12, 2016

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

Pasi Miettinen and others added 30 commits August 1, 2016 14:46
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.
@adel-mamin
Copy link
Author

@valeri-atamaniouk

@@ -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}
Copy link
Contributor

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.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be fixed now.

@valeri-atamaniouk
Copy link
Contributor

lgfm. If TS gets merged before this, it should be preferred over existing Py equivalents.

@adel-mamin adel-mamin changed the title Track profile switching logic Track profile switching logic + Glonass support Oct 25, 2016
@adel-mamin adel-mamin closed this Nov 27, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants