.coveragerc
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CODE_OF_CONDUCT.md
LICENSE
README.md
environment.yaml
pyproject.toml
setup.cfg
setup.py
.github/CONTRIBUTING.md
.github/PULL_REQUEST_TEMPLATE/bug_fix.md
.github/PULL_REQUEST_TEMPLATE/build_ci_change.md
.github/PULL_REQUEST_TEMPLATE/documentation.md
.github/PULL_REQUEST_TEMPLATE/new_feature.md
.github/PULL_REQUEST_TEMPLATE/other.md
.github/PULL_REQUEST_TEMPLATE/version_change.md
.github/workflows/testsuite.yaml
ci/install_conda.sh
ci/linting.yaml
ci/min_deps.yaml
ci/pyuvsim.yaml
ci/tests.yaml
pyradiosky/__init__.py
pyradiosky/branch_scheme.py
pyradiosky/skymodel.py
pyradiosky/spherical_coords_transforms.py
pyradiosky/utils.py
pyradiosky.egg-info/PKG-INFO
pyradiosky.egg-info/SOURCES.txt
pyradiosky.egg-info/dependency_links.txt
pyradiosky.egg-info/requires.txt
pyradiosky.egg-info/top_level.txt
pyradiosky/data/__init__.py
pyradiosky/data/fhd_catalog.sav
pyradiosky/data/gleam_50srcs.vot
pyradiosky/data/healpix_disk.hdf5
pyradiosky/data/mock_hera_text_2458098.27471.txt
pyradiosky/data/pointsource_catalog.txt
pyradiosky/data/single_source.vot
pyradiosky/tests/test_skymodel.py
pyradiosky/tests/test_spherical_coords_transforms.py
pyradiosky/tests/test_utils.py