Skip to content
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

Bandplan stacking and dynamic bookmark levels #1156

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

shawnj007
Copy link

When plotter is initialized with a small area, the number of bookmark label levels cannot change with resize. Removing the "static const" fixes this issue.

The bandplan now stacks ranges that overlap frequencies. This allows for more complicated bandplans and for all overlapping ranges to be identified.

@shawnj007
Copy link
Author

Here is a band plan I adapted from: Original BandPlan.xml
A version that works in gqrx can be found: Modified bandplan.csv

src/qtgui/plotter.cpp Show resolved Hide resolved
src/qtgui/plotter.cpp Outdated Show resolved Hide resolved
src/qtgui/plotter.cpp Show resolved Hide resolved
src/qtgui/plotter.cpp Outdated Show resolved Hide resolved
src/qtgui/plotter.cpp Outdated Show resolved Hide resolved
@shawnj007 shawnj007 marked this pull request as draft November 17, 2022 00:30
@shawnj007 shawnj007 force-pushed the plotter_bandplan branch 2 times, most recently from 90e7bea to a2aeaf1 Compare November 17, 2022 01:28
@shawnj007
Copy link
Author

Sorry for the force pushes, I'm obviously having issues with local branch management.

@shawnj007 shawnj007 marked this pull request as ready for review November 17, 2022 01:45
@pinkavaj
Copy link
Contributor

Sorry for the force pushes, I'm obviously having issues with local branch management.

FYI: I use force-push for pull requests regularly if not told not to do. So correct behaviour is project dependent :)

@argilo argilo added the feature label Mar 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants