.coveragerc
.flake8
.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.rst
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
.github/dependabot.yml
.github/workflows/publish.yaml
.github/workflows/test_suite.yaml
config_examples/simulator.yaml
config_examples/template_config.yaml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/environment.yaml
docs/index.rst
docs/notes_for_developers.rst
docs/requirements.txt
docs/tutorials.rst
docs/_templates/class.rst
docs/_templates/module.rst
docs/reference/index.rst
docs/tutorials/end_to_end_example.ipynb
docs/tutorials/hera_sim_cli.rst
docs/tutorials/hera_sim_defaults.ipynb
docs/tutorials/hera_sim_simulator.ipynb
docs/tutorials/hera_sim_tour.ipynb
docs/tutorials/hera_sim_vis_cli.rst
docs/tutorials/mutual_coupling_example.ipynb
docs/tutorials/polybeam_simulation.ipynb
docs/tutorials/visibility_simulator.ipynb
hera_sim/__init__.py
hera_sim/__yaml_constructors.py
hera_sim/adjustment.py
hera_sim/antpos.py
hera_sim/beams.py
hera_sim/cli_utils.py
hera_sim/components.py
hera_sim/defaults.py
hera_sim/eor.py
hera_sim/foregrounds.py
hera_sim/interpolators.py
hera_sim/io.py
hera_sim/noise.py
hera_sim/rfi.py
hera_sim/sigchain.py
hera_sim/simulate.py
hera_sim/utils.py
hera_sim/vis.py
hera_sim.egg-info/PKG-INFO
hera_sim.egg-info/SOURCES.txt
hera_sim.egg-info/dependency_links.txt
hera_sim.egg-info/not-zip-safe
hera_sim.egg-info/requires.txt
hera_sim.egg-info/top_level.txt
hera_sim/config/H1C.yaml
hera_sim/config/H2C.yaml
hera_sim/config/__init__.py
hera_sim/config/debug.yaml
hera_sim/data/H37_FR_Filters_small.npz
hera_sim/data/HERA_H1C_BANDPASS.npy
hera_sim/data/HERA_H1C_BEAM_INTEGRALS.npz
hera_sim/data/HERA_H1C_BEAM_POLY.npy
hera_sim/data/HERA_H1C_REFLECTIONS.npz
hera_sim/data/HERA_H1C_RFI_STATIONS.npy
hera_sim/data/HERA_H2C_BANDPASS.npy
hera_sim/data/HERA_H2C_BEAM_MODEL.npz
hera_sim/data/HERA_H2C_BEAM_POLY.npy
hera_sim/data/HERA_H2C_RFI_STATIONS.npy
hera_sim/data/HERA_H4C_BANDPASS.npz
hera_sim/data/HERA_H4C_BEAM_INTEGRALS.npz
hera_sim/data/HERA_H4C_REFLECTIONS.npz
hera_sim/data/HERA_LAT_LON_ALT.npy
hera_sim/data/HERA_Tsky_Reformatted.npz
hera_sim/data/HERA_Tsky_vs_LST.npz
hera_sim/data/tutorials_data/end_to_end/array_layout.csv
hera_sim/data/tutorials_data/end_to_end/make_mock_catalog.py
hera_sim/data/tutorials_data/end_to_end/obsparams.yaml
hera_sim/data/tutorials_data/end_to_end/sample_catalog.txt
hera_sim/data/tutorials_data/end_to_end/telescope.yaml
hera_sim/data/tutorials_data/visibility_simulator/antenna_layout_hera_phase1.csv
hera_sim/data/tutorials_data/visibility_simulator/gleam_top50.skyh5
hera_sim/data/tutorials_data/visibility_simulator/obsparam_hera_phase1_gleam_top50.yaml
hera_sim/data/tutorials_data/visibility_simulator/telescope_config_hera_airy.yaml
hera_sim/tests/conftest.py
hera_sim/tests/test_adjustment.py
hera_sim/tests/test_antpos.py
hera_sim/tests/test_beams.py
hera_sim/tests/test_cli_utils.py
hera_sim/tests/test_compare_pyuvsim.py
hera_sim/tests/test_components.py
hera_sim/tests/test_defaults.py
hera_sim/tests/test_eor.py
hera_sim/tests/test_foregrounds.py
hera_sim/tests/test_interpolators.py
hera_sim/tests/test_io.py
hera_sim/tests/test_noise.py
hera_sim/tests/test_rfi.py
hera_sim/tests/test_sigchain.py
hera_sim/tests/test_sim_red_data.py
hera_sim/tests/test_simulate_cli.py
hera_sim/tests/test_simulator.py
hera_sim/tests/test_utils.py
hera_sim/tests/test_vis.py
hera_sim/tests/test_vis_cli.py
hera_sim/tests/test_yaml_constructors.py
hera_sim/tests/testdata/healvis_catalog.txt
hera_sim/tests/testdata/hera-sim-vis-config/H4C-antennas-slim.csv
hera_sim/tests/testdata/hera-sim-vis-config/NF_HERA_Dipole_small.fits
hera_sim/tests/testdata/hera-sim-vis-config/gleam_50srcs.vot
hera_sim/tests/testdata/hera-sim-vis-config/h4c_idr2.1_teleconfig.yaml
hera_sim/tests/testdata/hera-sim-vis-config/matvis_cpu.yaml
hera_sim/tests/testdata/hera-sim-vis-config/matvis_gpu.yaml
hera_sim/visibilities/__init__.py
hera_sim/visibilities/cli.py
hera_sim/visibilities/matvis.py
hera_sim/visibilities/pyuvsim_wrapper.py
hera_sim/visibilities/simulators.py
hera_sim/visibilities/vis_cpu.py
scripts/hera-sim-simulate.py
scripts/hera-sim-vis.py