Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 619 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 619 Bytes

Radio Interferometry Demo

This StreamLit application demonstrates flat-sky interferometric imaging, where the measurement plane (i.e. UV plane) is the Fourier dual of the image plane. The app shows how increasing the number of antennas leads to better UV sampling and thus better image reconstructions. Choose between different antenna array layouts, different model images, or make your own! Try it out!

Run locally as:

streamlit run app.py

Dependencies

  • Python3
  • numpy
  • matplotlib
  • OpenCV-Python
  • pandas

All of the above are pip installable. See requirements.txt for a complete list.