-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add pretty printer for acquisition results #12
Conversation
This will show a table of PRNs with CN0, carrier doppler and code phases instead of raw Julia struct dump
AcquisitionResults.code_phase is in chips not samples
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.
Very cool!
Just some small comments.
I wonder if we could add a Unicode heatmap at some time:
https://github.com/JuliaPlots/UnicodePlots.jl#user-content-heatmap-plot
But that's probably overkill and definitely not part of this PR.
Co-authored-by: Soeren Schoenbrod <soeren.schoenbrod@outlook.de>
Co-authored-by: Soeren Schoenbrod <soeren.schoenbrod@outlook.de>
Co-authored-by: Soeren Schoenbrod <soeren.schoenbrod@outlook.de>
I think there's a regression with julia nightly:
Something broke the CN0 estimation, and |
Let's not care about nightly too much. I think this is fine for now. |
This will show a table of PRNs with CN0, carrier doppler and code phases instead of raw Julia struct dump
Before:
After:
Text version: