Forklet of LOFAR single station imaging. https://spacecruft.org/spacecruft/lofarimaging
 
 
Go to file
Jeff Moe 2f91787437 add ipywidgets dep 2023-01-30 14:45:55 -07:00
.github/workflows Do not crash CI on codecov unavailability 2020-03-14 22:39:55 +01:00
lofarimaging Make comment match fixed code 2020-12-03 11:39:11 +01:00
test Add test caltables for lba sparse 2020-12-03 11:18:16 +01:00
.gitignore ignore temp files 2023-01-30 14:23:54 -07:00
CONTRIBUTORS.txt Add CONTRIBUTORS.txt 2020-03-04 19:10:41 +01:00
LICENSE Create LICENSE 2020-03-04 19:13:10 +01:00
README-upstream.md mv upstream README 2023-01-30 14:14:21 -07:00
README.md Use jupyter lab. Add requirement 2023-01-30 14:30:36 -07:00
collect_from_opcua.py Use other freqs in collect_from_opcua 2020-05-28 11:31:09 +02:00
hdf5_tools.ipynb Add notebook with HDF5 utilities 2020-04-24 16:45:02 +02:00
image_opcua.ipynb Replace image_opcua notebook output 2020-03-24 12:51:11 +01:00
lofarimaging.ipynb Remove unused variable 2020-12-03 11:26:04 +01:00
requirements.txt add ipywidgets dep 2023-01-30 14:45:55 -07:00
setup.py Add tqdm to requirements 2020-04-30 17:11:05 +02:00
viewer.ipynb Refactor make_xst_plots to get array data 2020-03-23 18:28:29 +01:00

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.