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/inspect/__init__.py
pyglotaran_extras/inspect/a_matrix.py
pyglotaran_extras/inspect/utils.py
pyglotaran_extras/io/__init__.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/plot_coherent_artifact.py
pyglotaran_extras/plotting/plot_concentrations.py
pyglotaran_extras/plotting/plot_data.py
pyglotaran_extras/plotting/plot_doas.py
pyglotaran_extras/plotting/plot_guidance.py
pyglotaran_extras/plotting/plot_irf_dispersion_center.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/data/a_matrix/a_matrix_to_html_table_decimal_2.md
tests/data/a_matrix/a_matrix_to_html_table_default.md
tests/data/a_matrix/a_matrix_to_html_table_normalized.md
tests/data/a_matrix/show_a_matrixes_decimal_2.md
tests/data/a_matrix/show_a_matrixes_default.md
tests/data/a_matrix/show_a_matrixes_expanded_dataset_2.md
tests/data/a_matrix/show_a_matrixes_heading_offset_0.md
tests/data/a_matrix/show_a_matrixes_min_size_2.md
tests/data/a_matrix/show_a_matrixes_multiple_a_matrixes_in_dataset.md
tests/data/a_matrix/show_a_matrixes_normalized.md
tests/deprecation/__init__.py
tests/deprecation/test_deprecation_utils.py
tests/inspect/__init__.py
tests/inspect/test_a_matrix.py
tests/inspect/test_utils.py
tests/io/__init__.py
tests/io/test_get_script_dir.ipynb
tests/io/test_load_data.py
tests/io/test_setup_case_study.py
tests/plotting/__init__.py
tests/plotting/test_utils.py