.gitattributes
.gitconfig
.gitignore
.pre-commit-config.yaml
LICENSE
README.rst
pyproject.toml
requirements.txt
.github/dependabot.yml
.github/release.yml
.github/actions/dynamic_matrix.py
.github/workflows/ci.yaml
.github/workflows/conda-feedstock-check.yml
.github/workflows/publish.yml
.github/workflows/upstream-dev.yaml
ci/install-upstream-dev.sh
ci/requirements/docs.yaml
ci/requirements/environment.yaml
docs/Makefile
docs/basic_api.rst
docs/conf.py
docs/index.rst
docs/installing.rst
docs/_static/css/xsarsea.css
docs/examples/create_hh_lut.ipynb
docs/examples/gmfs_and_luts.ipynb
docs/examples/streaks.ipynb
docs/examples/windspeed_retrieval_L1.ipynb
docs/examples/xsarsea.ipynb
src/scripts/configuration_L1B_xspectra_IW_SLC_IFR_v1.yml
src/scripts/xsarsea_cli.py
src/xsarsea/__init__.py
src/xsarsea/config.yml
src/xsarsea/detrend.py
src/xsarsea/gradients.py
src/xsarsea/utils.py
src/xsarsea.egg-info/PKG-INFO
src/xsarsea.egg-info/SOURCES.txt
src/xsarsea.egg-info/dependency_links.txt
src/xsarsea.egg-info/requires.txt
src/xsarsea.egg-info/top_level.txt
src/xsarsea/windspeed/__init__.py
src/xsarsea/windspeed/cmod7.py
src/xsarsea/windspeed/gmfs.py
src/xsarsea/windspeed/gmfs_impl.py
src/xsarsea/windspeed/models.py
src/xsarsea/windspeed/pickle_luts.py
src/xsarsea/windspeed/utils.py
src/xsarsea/windspeed/windspeed.py
test/test_xsarsea.py