Forklet of LOFAR single station imaging. https://spacecruft.org/spacecruft/lofarimaging
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.
 
 
Go to file
Jeff Moe 2f91787437
add ipywidgets dep
2 months ago
.github/workflows Do not crash CI on codecov unavailability 3 years ago
lofarimaging Make comment match fixed code 2 years ago
test Add test caltables for lba sparse 2 years ago
.gitignore ignore temp files 2 months ago
CONTRIBUTORS.txt Add CONTRIBUTORS.txt 3 years ago
LICENSE Create LICENSE 3 years ago
README-upstream.md mv upstream README 2 months ago
README.md Use jupyter lab. Add requirement 2 months ago
collect_from_opcua.py Use other freqs in collect_from_opcua 3 years ago
hdf5_tools.ipynb Add notebook with HDF5 utilities 3 years ago
image_opcua.ipynb Replace image_opcua notebook output 3 years ago
lofarimaging.ipynb Remove unused variable 2 years ago
requirements.txt add ipywidgets dep 2 months ago
setup.py Add tqdm to requirements 3 years ago
viewer.ipynb Refactor make_xst_plots to get array data 3 years ago

README.md

LOFAR single station imaging

This is a small fork to learn how LOFAR collects and analyzes radio interference.

Installation

Install thusly, on Debian Bookworm (Testing).

sudo apt install python3-virtualenv python3-pip python3.10

git clone https://spacecruft.org/spacecruft/lofarimaging

Setup

Setup thusly.

cd lofarimaging/
# Needs Python3.10 for numba
virtualenv -p python3.10 env
source env/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
deactivate

Usage

Use thusly.

cd lofarimaging/
source env/bin/activate
jupyter lab

Then in browser go to URL presented.

See Also

ASTRON

CygnusRFI

rtl_power

rx_tools

Upstream

Upstream license is Apache 2.0.

Upstream repo:

See also README-upstream.md.

Copyright

Upstream sources under their respective copyrights.

License: Apache 2.0.

Copyright © 2023, Jeff Moe.