CHANGELOG.md
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
CREDITS.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
pyproject.toml
docs/architecture.md
docs/file-format.md
docs/ml-training.md
docs/phase-sources.md
docs/releasing.md
docs/roadmap.md
docs/test-data.md
docs/validation.md
docs/workflow.md
docs/agents/domain.md
docs/agents/issue-tracker.md
docs/agents/triage-labels.md
docs/images/seriesxrd-analysis-pattern-review.png
docs/images/seriesxrd-analysis-peak-map.png
docs/images/seriesxrd-analysis-phase-library.png
docs/images/seriesxrd-analysis-waterfall.png
docs/images/seriesxrd-calibration-review.png
docs/images/seriesxrd-reduction-review.png
examples/calibration_session_config.example.json
examples/fetch_benchmark_example.sh
examples/ti64_demo/ATTRIBUTION.md
examples/ti64_demo/README.md
examples/ti64_demo/fetch_demo_data.py
examples/ti64_demo/source_manifest.json
examples/ti64_demo/geometry/Ti64_908mm_refined.poni
seriesxrd/__init__.py
seriesxrd/app.py
seriesxrd.egg-info/PKG-INFO
seriesxrd.egg-info/SOURCES.txt
seriesxrd.egg-info/dependency_links.txt
seriesxrd.egg-info/entry_points.txt
seriesxrd.egg-info/requires.txt
seriesxrd.egg-info/top_level.txt
seriesxrd/analysis/__init__.py
seriesxrd/analysis/background.py
seriesxrd/analysis/batch.py
seriesxrd/analysis/benchmark.py
seriesxrd/analysis/categorization.py
seriesxrd/analysis/corpus.py
seriesxrd/analysis/fractions.py
seriesxrd/analysis/frame_metadata.py
seriesxrd/analysis/gui.py
seriesxrd/analysis/heatmap.py
seriesxrd/analysis/identify.py
seriesxrd/analysis/microstructure.py
seriesxrd/analysis/ml_features.py
seriesxrd/analysis/ml_rank.py
seriesxrd/analysis/ml_scorer.py
seriesxrd/analysis/ml_simulate.py
seriesxrd/analysis/ml_train.py
seriesxrd/analysis/mldata.py
seriesxrd/analysis/parallel.py
seriesxrd/analysis/peaks.py
seriesxrd/analysis/phases.py
seriesxrd/analysis/refine_export.py
seriesxrd/analysis/residual.py
seriesxrd/analysis/review.py
seriesxrd/analysis/run_gui.py
seriesxrd/analysis/session.py
seriesxrd/analysis/spots.py
seriesxrd/analysis/stackplot.py
seriesxrd/analysis/unknowns.py
seriesxrd/analysis/worker.py
seriesxrd/analysis/refdata/__init__.py
seriesxrd/analysis/refdata/baseline_phases.json
seriesxrd/calib/__init__.py
seriesxrd/calib/dioptas.py
seriesxrd/calib/gui.py
seriesxrd/calib/processing.py
seriesxrd/calib/run_gui.py
seriesxrd/calib/worker.py
seriesxrd/core/__init__.py
seriesxrd/core/config.py
seriesxrd/core/env.py
seriesxrd/core/handoff.py
seriesxrd/core/inspect.py
seriesxrd/core/io.py
seriesxrd/core/masks.py
seriesxrd/core/naming.py
seriesxrd/core/processes.py
seriesxrd/core/provenance.py
seriesxrd/guikit/__init__.py
seriesxrd/guikit/dpi.py
seriesxrd/guikit/labels.py
seriesxrd/guikit/mpl_embed.py
seriesxrd/guikit/theme.py
seriesxrd/guikit/tkstyle.py
seriesxrd/guikit/tooltip.py
seriesxrd/reduce/__init__.py
seriesxrd/reduce/gui.py
seriesxrd/reduce/processing.py
seriesxrd/reduce/review.py
seriesxrd/reduce/run_gui.py
seriesxrd/reduce/session.py
seriesxrd/reduce/straighten.py
seriesxrd/reduce/texture.py
seriesxrd/reduce/watch.py
seriesxrd/reduce/worker.py
tests/test_analysis_review.py
tests/test_app.py
tests/test_background.py
tests/test_batch_parallel.py
tests/test_benchmark.py
tests/test_corpus.py
tests/test_fit_source.py
tests/test_fractions.py
tests/test_frame_metadata.py
tests/test_gui_navigation.py
tests/test_gui_plot_layout.py
tests/test_gui_startup.py
tests/test_h5_ingest.py
tests/test_heatmap_grid.py
tests/test_heatmap_mldata.py
tests/test_identify.py
tests/test_imports.py
tests/test_ml.py
tests/test_peaks.py
tests/test_phases.py
tests/test_processes.py
tests/test_provenance.py
tests/test_reduce_robust.py
tests/test_refine_export.py
tests/test_residual.py
tests/test_smoke.py
tests/test_spots.py
tests/test_stackplot.py
tests/test_straighten.py
tests/test_texture.py
tests/test_unknowns_wh.py
tests/test_watch.py
tests/test_worker_script_bootstrap.py