CONTRIBUTING.rst
LICENSE
MANIFEST.in
NEWS.rst
README.rst
setup.cfg
setup.py
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/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.rst
doc/requirements.txt
doc/version-history.rst
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/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.egg-info/zip-safe
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