.gitignore
.readthedocs.yaml
CITATION.cff
LICENSE
README.md
pyproject.toml
setup.py
.github/copilot-instructions.md
.github/workflows/publish.yml
.github/workflows/tests.yml
docs/Makefile
docs/api.rst
docs/conf.py
docs/environment.yml
docs/examples.rst
docs/index.rst
docs/whatsnew.rst
docs/examples/01_multiscale_1D_interp.ipynb
src/datide/__init__.py
src/datide/da_utils.py
src/datide/dablock.py
src/datide/dadense.py
src/datide/dasparse.py
src/datide/multiscale.py
src/datide/scales.py
src/datide.egg-info/PKG-INFO
src/datide.egg-info/SOURCES.txt
src/datide.egg-info/dependency_links.txt
src/datide.egg-info/requires.txt
src/datide.egg-info/scm_file_list.json
src/datide.egg-info/scm_version.json
src/datide.egg-info/top_level.txt
src/datide/synthetic/__init__.py
src/datide/synthetic/fields.py
tests/test_da_utils.py
tests/test_dablock.py
tests/test_dasparse.py
tests/test_multiscale_gp.py
tests/test_scales.py
tests/test_synthetic_fields.py