.editorconfig
.gitignore
CONTRIBUTING.rst
LICENSE
NEWS.rst
README.rst
examples
pyproject.toml
readthedocs.yml
uv.lock
.binder/README
.binder/apt.txt
.binder/postBuild
.binder/requirements.txt
.binder/runtime.txt
.github/workflows/publish.yml
.github/workflows/test.yml
data/arrays/example_array_4LS_2D.csv
data/arrays/example_array_6LS_3D.txt
data/arrays/wfs_university_rostock_2015.csv
data/arrays/wfs_university_rostock_2018.csv
doc/README
doc/api.rst
doc/conf.py
doc/contributing.rst
doc/example-python-scripts.rst
doc/examples.rst
doc/index.rst
doc/installation.rst
doc/math-definitions.rst
doc/references.bib
doc/references.rst
doc/version-history.rst
doc/_static/css/title.css
doc/_static/thumbnails/pulsating_sphere.gif
doc/_static/thumbnails/soundfigure_level.png
doc/_template/layout.html
doc/examples/animations-pulsating-sphere.ipynb
doc/examples/animations_pulsating_sphere.py
doc/examples/horizontal_plane_arrays.py
doc/examples/ipython_kernel_config.py
doc/examples/mirror-image-source-model.ipynb
doc/examples/modal-room-acoustics.ipynb
doc/examples/plot_particle_density.py
doc/examples/run_all.py
doc/examples/sound-field-synthesis.ipynb
doc/examples/soundfigures.py
doc/examples/time_domain.py
doc/examples/time_domain_nfchoa.py
doc/examples/wfs-referencing.ipynb
doc/examples/figures/circle.png
doc/examples/figures/cross.png
doc/examples/figures/rect.png
doc/examples/figures/tree.png
sfs/__init__.py
sfs/array.py
sfs/plot2d.py
sfs/plot3d.py
sfs/tapering.py
sfs/util.py
sfs.egg-info/PKG-INFO
sfs.egg-info/SOURCES.txt
sfs.egg-info/dependency_links.txt
sfs.egg-info/requires.txt
sfs.egg-info/top_level.txt
sfs/fd/__init__.py
sfs/fd/esa.py
sfs/fd/nfchoa.py
sfs/fd/sdm.py
sfs/fd/source.py
sfs/fd/wfs.py
sfs/td/__init__.py
sfs/td/nfchoa.py
sfs/td/source.py
sfs/td/wfs.py
tests/test_array.py
tests/test_util.py