.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/pre_commit.yaml
.github/workflows/publish-to-pypi.yaml
.github/workflows/test_suite.yaml
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/_autosummary/vis_cpu.vis_cpu.rst
docs/_autosummary/vis_cpu.vis_gpu.rst
docs/_static/.gitignore
docs/templates/class.rst
docs/templates/modules.rst
docs/tutorials/vis_cpu_tutorial.ipynb
src/vis_cpu/__init__.py
src/vis_cpu/conversions.py
src/vis_cpu/plot.py
src/vis_cpu/vis_cpu.py
src/vis_cpu/vis_gpu.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/not-zip-safe
src/vis_cpu.egg-info/requires.txt
src/vis_cpu.egg-info/top_level.txt
tests/conftest.py
tests/test_beams.py
tests/test_compare_pyuvsim.py
tests/test_conversions.py
tests/test_plot.py
tests/test_vis_cpu.py