LICENSE
README.md
pyproject.toml
src/dendro/__init__.py
src/dendro/main.py
src/dendro/io/__init__.py
src/dendro/io/export_r.py
src/dendro/io/heidelberg.py
src/dendro/io/itrdb.py
src/dendro/io/tridas.py
src/dendro/io/tucson.py
src/dendro/models/__init__.py
src/dendro/models/commands.py
src/dendro/models/series.py
src/dendro/models/session.py
src/dendro/resources/__init__.py
src/dendro/stats/__init__.py
src/dendro/stats/ai_segmentation.py
src/dendro/stats/chronology.py
src/dendro/stats/crossdate.py
src/dendro/stats/detrend.py
src/dendro/stats/quality_control.py
src/dendro/ui/__init__.py
src/dendro/ui/chronology_builder.py
src/dendro/ui/detrend_dialog.py
src/dendro/ui/dialogs.py
src/dendro/ui/image_view.py
src/dendro/ui/itrdb_dialog.py
src/dendro/ui/main_window.py
src/dendro/ui/qc_dialog.py
src/dendro/ui/series_list.py
src/dendro/ui/series_view.py
src/dendro/ui/stats_panel.py
src/fritts_dendro.egg-info/PKG-INFO
src/fritts_dendro.egg-info/SOURCES.txt
src/fritts_dendro.egg-info/dependency_links.txt
src/fritts_dendro.egg-info/entry_points.txt
src/fritts_dendro.egg-info/requires.txt
src/fritts_dendro.egg-info/top_level.txt
tests/test_commands.py
tests/test_crossdate.py
tests/test_detrend.py
tests/test_itrdb.py
tests/test_tucson_parser.py