.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
README.rst
codecov.yml
pyproject.toml
setup.cfg
setup.py
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/question.md
.github/PULL_REQUEST_TEMPLATE/feature.md
.github/workflows/publish-to-pypi.yaml
.github/workflows/run_notebooks.yaml
.github/workflows/test_suite.yaml
.github/workflows/test_suite_gpu.yaml
ci/notebook-env.yml
ci/test-env.yml
docs/Makefile
docs/api.rst
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/environment.yaml
docs/index.rst
docs/license.rst
docs/tutorials.rst
docs/understanding_the_algorithm.rst
docs/_static/.gitignore
docs/templates/custom-class.rst
docs/templates/custom-module.rst
docs/tutorials/vis_cpu_tutorial.ipynb
src/vis_cpu/__init__.py
src/vis_cpu/_utils.py
src/vis_cpu/_uvbeam_to_raw.py
src/vis_cpu/cli.py
src/vis_cpu/conversions.py
src/vis_cpu/cpu.py
src/vis_cpu/gpu.py
src/vis_cpu/plot.py
src/vis_cpu/wrapper.py
src/vis_cpu.egg-info/PKG-INFO
src/vis_cpu.egg-info/SOURCES.txt
src/vis_cpu.egg-info/dependency_links.txt
src/vis_cpu.egg-info/entry_points.txt
src/vis_cpu.egg-info/not-zip-safe
src/vis_cpu.egg-info/requires.txt
src/vis_cpu.egg-info/top_level.txt
src/vis_cpu/data/NF_HERA_Dipole_small.fits
src/vis_cpu/gpu_src/beam_interpolation.cu
src/vis_cpu/gpu_src/measurement_equation.cu
tests/__init__.py
tests/conftest.py
tests/test_beam_interp_gpu.py
tests/test_beams.py
tests/test_compare_pyuvsim.py
tests/test_conversions.py
tests/test_cpu_vs_gpu.py
tests/test_plot.py
tests/test_vis_cpu.py
tests/test_vis_gpu.py