CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
docs/Makefile
docs/api_docs.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/usage.rst
docs/_templates/autosummary/class.rst
docs/_templates/autosummary/exception.rst
docs/_templates/autosummary/function.rst
docs/_templates/autosummary/method.rst
docs/_templates/autosummary/module.rst
pyglotaran_extras/__init__.py
pyglotaran_extras/types.py
pyglotaran_extras.egg-info/PKG-INFO
pyglotaran_extras.egg-info/SOURCES.txt
pyglotaran_extras.egg-info/dependency_links.txt
pyglotaran_extras.egg-info/requires.txt
pyglotaran_extras.egg-info/top_level.txt
pyglotaran_extras.egg-info/zip-safe
pyglotaran_extras/deprecation/__init__.py
pyglotaran_extras/deprecation/deprecation_utils.py
pyglotaran_extras/io/__init__.py
pyglotaran_extras/io/boilerplate.py
pyglotaran_extras/io/load_data.py
pyglotaran_extras/io/setup_case_study.py
pyglotaran_extras/io/utils.py
pyglotaran_extras/plotting/__init__.py
pyglotaran_extras/plotting/data.py
pyglotaran_extras/plotting/plot_concentrations.py
pyglotaran_extras/plotting/plot_data.py
pyglotaran_extras/plotting/plot_doas.py
pyglotaran_extras/plotting/plot_overview.py
pyglotaran_extras/plotting/plot_residual.py
pyglotaran_extras/plotting/plot_spectra.py
pyglotaran_extras/plotting/plot_svd.py
pyglotaran_extras/plotting/plot_traces.py
pyglotaran_extras/plotting/style.py
pyglotaran_extras/plotting/utils.py
tests/__init__.py
tests/conftest.py
tests/deprecation/__init__.py
tests/deprecation/test_deprecation_utils.py
tests/deprecation/modules/__init__.py
tests/deprecation/modules/test_io_boilerplate.py
tests/deprecation/modules/test_plotting_data.py
tests/io/__init__.py
tests/io/test_get_script_dir.ipynb
tests/io/test_setup_case_study.py