.gitignore
.readthedocs.yaml
LICENSE
README.md
pyproject.toml
setup.py
.github/workflows/python-package.yml
.github/workflows/python-publish.yml
data/adcp_test_data.nc
data/displacement.csv
data/donelan_run62.mat
data/donelan_run82.mat
docs/Makefile
docs/conf.py
docs/ewdm.rst
docs/gallery.rst
docs/getting_started.rst
docs/index.rst
docs/make.bat
docs/maths.rst
docs/_static/logo.png
docs/gallery/README.rst
docs/gallery/plot_adcp_data.py
docs/gallery/plot_cdip.py
docs/gallery/plot_example_arrays.py
docs/gallery/plot_fourier_vs_wavelet.py
docs/gallery/plot_numpy_as_input.py
docs/gallery/plot_spotter.py
ewdm/__init__.py
ewdm/density.py
ewdm/fourier.py
ewdm/helpers.py
ewdm/main.py
ewdm/parameters.py
ewdm/plots.py
ewdm/sources.py
ewdm/wavelets.py
ewdm.egg-info/PKG-INFO
ewdm.egg-info/SOURCES.txt
ewdm.egg-info/dependency_links.txt
ewdm.egg-info/requires.txt
ewdm.egg-info/top_level.txt
joss/paper.md
notebooks/cdip-example-directional-spectrum.png
notebooks/cdip_example.ipynb
tests/test_main.py
tests/test_sources.py
tests/test_wavelets.py