1
0
Fork 0
Don't look. Junk. Trying to figure out how to plot radio interference. https://spacecruft.org/spacecruft/plot-freely
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Jeff Moe 0fabe1cebd
Screenshot with sample data
2 months ago
data no sign in sample 2 months ago
img Screenshot with sample data 2 months ago
.gitignore ignore temp files 2 months ago
LICENSE-CC CC by SA 4.0 Intl 2 months ago
LICENSE-GPL GPLv3 2 months ago
README.md Screenshot with sample data 2 months ago
get-samples scriptlet to extract date from rtl_power CSV 2 months ago
polar-plot Test sample polar plot 2 months ago
requirements-dev.txt Use black formatting dev 2 months ago
requirements.txt scipy requirement 2 months ago

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.

LibreOffice Example.

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

Development

Setup like above, and also:

cd plot-freely/
source env/bin/activate
pip install -r requirements-dev.txt

Then before committing new code, make sure it is enprettified:

black polar-plot

See Also

CygnusRFI

rtl_power

rx_tools

Upstream

Sections of code and clues from Cees Bassa.

Primary author and errors in code from Jeff Moe.

Copyright

Upstream sources under their respective copyrights.

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

Copyright © 2023, Jeff Moe.