CODE_OF_CONDUCT.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
pytest.ini
setup.py
doc/Makefile
doc/environment_docs.yml
doc/make.bat
doc/source/.DS_Store
doc/source/arm_figure.png
doc/source/conf.py
doc/source/examples.rst
doc/source/hrrr_figure.png
doc/source/index.rst
doc/source/logo.png
doc/source/sydney_tornado.png
doc/source/_static/.placeholder
doc/source/_static/default.css
doc/source/_static/doc_shared.js
doc/source/_static/ppi.png
doc/source/_static/pyart-theme.css
doc/source/_static/rhi.png
doc/source/_templates/dev_template.rst
doc/source/_templates/layout.html
doc/source/_templates/autosummary/base.rst
doc/source/_templates/autosummary/class.rst
doc/source/_templates/autosummary/module.rst
doc/source/contributors_guide/index.rst
doc/source/dev_reference/index.rst
doc/source/dev_reference/generated/pydda.cost_functions.J_function.rst
doc/source/dev_reference/generated/pydda.cost_functions.calculate_background_cost.rst
doc/source/dev_reference/generated/pydda.cost_functions.calculate_background_gradient.rst
doc/source/dev_reference/generated/pydda.cost_functions.calculate_fall_speed.rst
doc/source/dev_reference/generated/pydda.cost_functions.calculate_grad_radial_vel.rst
doc/source/dev_reference/generated/pydda.cost_functions.calculate_mass_continuity.rst
doc/source/dev_reference/generated/pydda.cost_functions.calculate_mass_continuity_gradient.rst
doc/source/dev_reference/generated/pydda.cost_functions.calculate_radial_vel_cost_function.rst
doc/source/dev_reference/generated/pydda.cost_functions.calculate_smoothness_cost.rst
doc/source/dev_reference/generated/pydda.cost_functions.calculate_smoothness_gradient.rst
doc/source/dev_reference/generated/pydda.cost_functions.calculate_vertical_vorticity_cost.rst
doc/source/dev_reference/generated/pydda.cost_functions.calculate_vertical_vorticity_gradient.rst
doc/source/dev_reference/generated/pydda.cost_functions.grad_J.rst
doc/source/dev_reference/generated/pydda.retrieval.get_bca.rst
doc/source/dev_reference/generated/pydda.retrieval.get_dd_wind_field.rst
doc/source/dev_reference/generated/pydda.vis.plot_horiz_xsection_barbs.rst
doc/source/dev_reference/generated/pydda.vis.plot_xz_xsection_barbs.rst
doc/source/dev_reference/generated/pydda.vis.plot_yz_xsection_barbs.rst
doc/source/user_guide/dealiasing_velocities.rst
doc/source/user_guide/gridding.rst
doc/source/user_guide/index.rst
doc/source/user_guide/nesting_wind_retrieval.rst
doc/source/user_guide/optimizing_wind_retrieval.rst
doc/source/user_guide/overview.rst
doc/source/user_guide/read_radar_data.rst
doc/source/user_guide/retrieving_winds.rst
doc/source/user_guide/template.rst
doc/source/user_guide/visualizing_winds.rst
doc/source/user_guide/.ipynb_checkpoints/gridding-checkpoint.rst
examples/README.txt
examples/plot_examples.py
examples/plot_grid_nesting_example.py
examples/plot_hurricane_florence.py
examples/plot_sydney_tornado.py
pydda/__init__.py
pydda.egg-info/PKG-INFO
pydda.egg-info/SOURCES.txt
pydda.egg-info/dependency_links.txt
pydda.egg-info/requires.txt
pydda.egg-info/top_level.txt
pydda/constraints/__init__.py
pydda/constraints/model_data.py
pydda/constraints/station_data.py
pydda/cost_functions/__init__.py
pydda/cost_functions/_cost_functions_auglag.py
pydda/cost_functions/_cost_functions_jax.py
pydda/cost_functions/_cost_functions_numpy.py
pydda/cost_functions/_cost_functions_tensorflow.py
pydda/cost_functions/cost_functions.py
pydda/initialization/__init__.py
pydda/initialization/wind_fields.py
pydda/io/__init__.py
pydda/io/read_grid.py
pydda/retrieval/__init__.py
pydda/retrieval/angles.py
pydda/retrieval/auglag.py
pydda/retrieval/nesting.py
pydda/retrieval/wind_retrieve.py
pydda/tests/__init__.py
pydda/tests/procedures.py
pydda/tests/sample_files.py
pydda/tests/test_cost_functions.py
pydda/tests/test_era5.py
pydda/tests/test_initialization.py
pydda/tests/test_plots.py
pydda/tests/test_retrieval.py
pydda/tests/data/test_era5.nc
pydda/vis/__init__.py
pydda/vis/barb_plot.py
pydda/vis/quiver_plot.py
pydda/vis/streamline_plot.py