CHANGELOG.md
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
pyproject.toml
docs/README.md
docs/concepts.md
docs/getting_started.md
docs/release_checklist.md
examples/README.md
examples/core/_bootstrap.py
examples/core/basic_usage.py
examples/core/beamforming.py
examples/core/doa_estimation.py
examples/core/sh_transforms.py
examples/notebooks/README.md
examples/notebooks/getting_started.ipynb
examples/tutorials/01_sht_and_beamforming.py
examples/tutorials/02_simulated_doa_pipeline.py
examples/tutorials/03_modal_equalization_pipeline.py
examples/tutorials/_bootstrap.py
spharray/__init__.py
spharray/coords.py
spharray/py.typed
spharray/types.py
spharray/acoustics/__init__.py
spharray/acoustics/radial.py
spharray/array/__init__.py
spharray/array/sampling.py
spharray/array/simulation.py
spharray/beamforming/__init__.py
spharray/beamforming/adaptive.py
spharray/beamforming/fixed.py
spharray/beamforming/steer.py
spharray/coherence/__init__.py
spharray/coherence/diffuse.py
spharray/diffuseness/__init__.py
spharray/diffuseness/estimators.py
spharray/doa/__init__.py
spharray/doa/covariance.py
spharray/doa/spectra.py
spharray/plotting/__init__.py
spharray/plotting/spatial_helpers.py
spharray/plotting/style.py
spharray/regression/__init__.py
spharray/regression/image_compare.py
spharray/regression/matlab.py
spharray/regression/status.py
spharray/resources/__init__.py
spharray/resources/harmonics/__init__.py
spharray/resources/sht/__init__.py
spharray/resources/spatial/__init__.py
spharray/sh/__init__.py
spharray/sh/basis.py
spharray/sh/transforms.py
spharray/toolkit/__init__.py
spharray/toolkit/_resource_paths.py
spharray/toolkit/array_response_simulator/__init__.py
spharray/toolkit/array_response_simulator/functions.py
spharray/toolkit/harmonics/__init__.py
spharray/toolkit/harmonics/math.py
spharray/toolkit/sht/__init__.py
spharray/toolkit/sht/functions.py
spharray/toolkit/spatial/__init__.py
spharray/toolkit/spatial/doa_and_diffuseness.py
spharray/toolkit/spatial/functions.py
tests/test_acoustics.py
tests/test_basic_usage_example_smoke.py
tests/test_beamforming.py
tests/test_coherence.py
tests/test_coords.py
tests/test_diffuseness.py
tests/test_doa.py
tests/test_integration.py
tests/test_new_features.py
tests/test_sampling.py
tests/test_sh.py
tests/test_sh_basis_scipy_compat.py