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

rtl_power format not compatible with Kyle Keen's heatmap.py #24

Open
mripv6 opened this issue Jan 23, 2020 · 0 comments
Open

rtl_power format not compatible with Kyle Keen's heatmap.py #24

mripv6 opened this issue Jan 23, 2020 · 0 comments

Comments

@mripv6
Copy link

mripv6 commented Jan 23, 2020

Using soapy_power output as the input to Mr. Keen's heatmap.py causes heatmap.py to throw an error. The problem is that the start frequency in soapy_power output is a float and heatmap.py expects an int. I modified heatmap.py. Search for 'line[2]' and make the code read int(float(line[2])). After that, it seems to work.

Just for posterity, this is the line I used to generate the .csv file:

soapy_power -r .5M -f 7.0M:7.4M -b 4096 -F rtl_power -O 40m.csv -t 10 -q -e 600 -s 16380 -g 10

Shows a nice sample of the 40M ham band.

Hope this helps somebody.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant