.gitattributes
.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.rst
appveyor.yml
codecov.yml
pyproject.toml
readthedocs.yml
setup.cfg
setup.py
.github/workflows/ci.yaml
.github/workflows/linting.yaml
.github/workflows/pre-commit.yaml
.github/workflows/release.yaml
ci/environment-py3.6.yml
ci/environment-py3.7.yml
ci/environment-py3.8.yml
doc/DFT-iDFT_example.ipynb
doc/MITgcm_example.ipynb
doc/Makefile
doc/Parseval_example.ipynb
doc/api.rst
doc/chunk_example.ipynb
doc/conf.py
doc/contributor_guide.rst
doc/environment.yml
doc/index.rst
doc/installation.rst
doc/limitations.rst
doc/make.bat
doc/whats-new.rst
doc/why-xrft.rst
xrft/__init__.py
xrft/_version.py
xrft/detrend.py
xrft/xrft.py
xrft.egg-info/PKG-INFO
xrft.egg-info/SOURCES.txt
xrft.egg-info/dependency_links.txt
xrft.egg-info/not-zip-safe
xrft.egg-info/requires.txt
xrft.egg-info/top_level.txt
xrft/tests/__init__.py
xrft/tests/test_detrend.py
xrft/tests/test_xrft.py