1
0
Fork 0
Don't look. Junk. Trying to figure out how to plot radio interference. https://spacecruft.org/spacecruft/plot-freely
 
 
Go to file
Jeff Moe 7169a6d34b scriptlet to extract date from rtl_power CSV 2023-01-29 13:44:24 -07:00
img Plot screenshot 2023-01-29 10:53:02 -07:00
.gitignore ignore temp files 2023-01-29 10:25:27 -07:00
LICENSE-CC CC by SA 4.0 Intl 2023-01-29 10:24:24 -07:00
LICENSE-GPL GPLv3 2023-01-29 10:24:35 -07:00
README.md See Also 2023-01-29 11:02:32 -07:00
get-samples scriptlet to extract date from rtl_power CSV 2023-01-29 13:44:24 -07:00
polar-plot Rename, execute bit 2023-01-29 10:38:40 -07:00
requirements.txt Python requirements 2023-01-29 10:47:27 -07:00

README.md

Plot Freely

PRE-ALPHA

One day, perhaps, this code will be able to generate nice plots to visualize radio interference.

Empty Alpha Plot.

Installation

Install thusly, on Debian Bookworm (Testing).

sudo apt install python3-virtualenv python3-pip

git clone https://spacecruft.org/spacecruft/plot-freely

Setup

Setup thusly.

cd plot-freely/
virtualenv -p python3 env
source env/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
deactivate

Usage

Use thusly.

cd plot-freely/
source env/bin/activate
./polar-plot

See Also

CygnusRFI

rtl_power

rx_tools

Copyright

Upstream sources under their respective copyrights.

License: CC By SA 4.0 International and/or GPLv3+ at your discretion.

Copyright © 2023, Jeff Moe.