.editorconfig
.gitignore
.pre-commit-config.yaml
AUTHORS.rst
CITATION.cff
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
Makefile
README.rst
environment.yml
pyproject.toml
readthedocs.yml
requirements_dev.txt
setup.cfg
setup.py
tox.ini
.github/ISSUE_TEMPLATE.md
.github/workflows/ci.yml
.github/workflows/tox.yml
docs/Makefile
docs/api.rst
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/diagram.rst
docs/environment.yml
docs/history.rst
docs/index.rst
docs/installation.rst
docs/lidarwind.rst
docs/make.bat
docs/modules.rst
docs/notebooks.rst
docs/overview.rst
docs/readme.rst
docs/requirements.pip
docs/usage.rst
docs/_autosummary/lidarwind.data_attributes.LoadAttributes.rst
docs/_autosummary/lidarwind.data_operator.DataOperations.rst
docs/_autosummary/lidarwind.data_operator.DbsOperations.rst
docs/_autosummary/lidarwind.data_operator.GetRestructuredData.rst
docs/_autosummary/lidarwind.data_operator.ReadProcessedData.rst
docs/_autosummary/lidarwind.filters.Filtering.rst
docs/_autosummary/lidarwind.filters.SecondTripEchoFilter.rst
docs/_autosummary/lidarwind.filters.WindCubeCloudRemoval.rst
docs/_autosummary/lidarwind.lidar_code.GetLidarData.rst
docs/_autosummary/lidarwind.lidarwind_config.Configurations.rst
docs/_autosummary/lidarwind.wind_prop_retrieval.GetWindProperties5Beam.rst
docs/_autosummary/lidarwind.wind_prop_retrieval.RetriveWindFFT.rst
docs/_autosummary/lidarwind.wind_prop_retrieval_6_beam.SixBeamMethod.rst
docs/examples/dbs_scans_rendered.ipynb
docs/examples/lidarwind_4_rpg_radar_serial.ipynb
docs/examples/merging_6beam_rendered.ipynb
docs/examples/quicklooks_rendered.ipynb
docs/examples/reading_long_dbs_rendered.ipynb
docs/examples/turbulence_6beam_data_rendered.ipynb
docs/figures/dbs.png
docs/figures/diagram.png
docs/figures/radar.png
docs/figures/six_beam.png
joss/paper.bib
joss/paper.md
joss/wind_panel.png
lidarwind/__init__.py
lidarwind/data_attributes.py
lidarwind/data_operator.py
lidarwind/filters.py
lidarwind/io.py
lidarwind/lidar_code.py
lidarwind/lidarwind_config.py
lidarwind/utilities.py
lidarwind/version.py
lidarwind/visualization.py
lidarwind/wind_prop_retrieval.py
lidarwind/wind_prop_retrieval_6_beam.py
lidarwind.egg-info/PKG-INFO
lidarwind.egg-info/SOURCES.txt
lidarwind.egg-info/dependency_links.txt
lidarwind.egg-info/entry_points.txt
lidarwind.egg-info/not-zip-safe
lidarwind.egg-info/requires.txt
lidarwind.egg-info/top_level.txt
lidarwind/postprocessing/__init__.py
lidarwind/postprocessing/post_rpg_radar.py
lidarwind/postprocessing/post_wind_cube.py
lidarwind/preprocessing/__init__.py
lidarwind/preprocessing/rpg_radar.py
lidarwind/preprocessing/wind_cube.py
lidarwind/wind_retrieval/__init__.py
lidarwind/wind_retrieval/fft_wind_retrieval.py
tests/__init__.py
tests/data.py
tests/test_IO.py
tests/test_dataOperator.py
tests/test_fourier_transf_wind_method.py
tests/test_get_restructured_data.py
tests/test_get_wind_Properties_5_beam.py
tests/test_lidar_suit.py
tests/test_retrieve_wind_fft.py
tests/test_windPropRetrieval.py
tests/test_wind_prop_retrieval_6_beam.py
tests/postprocessing/test_post_rpg_radar.py
tests/postprocessing/test_post_wind_cube.py
tests/preprocessing/test_preprocessing.py
tests/preprocessing/test_rpg_preprocessing.py
tests/wind_retrieval/test_wind_retrieval.py