LICENSE
README.md
pyproject.toml
src/gate_converter/__init__.py
src/gate_converter/__main__.py
src/gate_converter/exceptions.py
src/gate_converter/provenance.py
src/gate_converter/units.py
src/gate_converter/version.py
src/gate_converter.egg-info/PKG-INFO
src/gate_converter.egg-info/SOURCES.txt
src/gate_converter.egg-info/dependency_links.txt
src/gate_converter.egg-info/entry_points.txt
src/gate_converter.egg-info/requires.txt
src/gate_converter.egg-info/top_level.txt
src/gate_converter/api/__init__.py
src/gate_converter/canonical/__init__.py
src/gate_converter/canonical/actor.py
src/gate_converter/canonical/builder.py
src/gate_converter/canonical/builder_ext.py
src/gate_converter/canonical/canonical_hash.py
src/gate_converter/canonical/model.py
src/gate_converter/canonical/treatment_plan.py
src/gate_converter/cli/__init__.py
src/gate_converter/cli/main.py
src/gate_converter/conversion/__init__.py
src/gate_converter/conversion/engine.py
src/gate_converter/conversion/gate10_generator.py
src/gate_converter/conversion/gate10_to_canonical.py
src/gate_converter/conversion/gate9_generator.py
src/gate_converter/conversion/overrides.py
src/gate_converter/data/actors_registry.yaml
src/gate_converter/data/command_registry.yaml
src/gate_converter/data/gate_feature_registry.yaml
src/gate_converter/data/version_registry.csv
src/gate_converter/data/version_registry.json
src/gate_converter/digitizer/__init__.py
src/gate_converter/digitizer/converter.py
src/gate_converter/digitizer/graph.py
src/gate_converter/digitizer/legacy.py
src/gate_converter/digitizer/newarch.py
src/gate_converter/domains/__init__.py
src/gate_converter/domains/actors.py
src/gate_converter/domains/base.py
src/gate_converter/domains/digitizers.py
src/gate_converter/domains/dosimetry.py
src/gate_converter/domains/geometry.py
src/gate_converter/domains/imaging.py
src/gate_converter/domains/motion.py
src/gate_converter/domains/phase_space.py
src/gate_converter/domains/physics.py
src/gate_converter/domains/radiotherapy.py
src/gate_converter/domains/sources.py
src/gate_converter/domains/validators.py
src/gate_converter/gui/__init__.py
src/gate_converter/parser/__init__.py
src/gate_converter/parser/gate10_parser.py
src/gate_converter/parser/gate9_parser.py
src/gate_converter/parser/lexer.py
src/gate_converter/reporting/__init__.py
src/gate_converter/reporting/report.py
src/gate_converter/reporting/semantic_loss.py
src/gate_converter/utils/__init__.py
src/gate_converter/utils/io.py
src/gate_converter/validation/__init__.py
src/gate_converter/validation/compare.py
src/gate_converter/validation/numerical.py
src/gate_converter/validation/runtime.py
src/gate_converter/validation/validators.py
src/gate_converter/versions/__init__.py
src/gate_converter/versions/command_registry.py
src/gate_converter/versions/actors/__init__.py
src/gate_converter/versions/profiles/__init__.py
src/gate_converter/versions/profiles/v10_0.py
src/gate_converter/versions/profiles/v10_1.py
src/gate_converter/versions/profiles/v9_0.py
src/gate_converter/versions/profiles/v9_1.py
src/gate_converter/versions/profiles/v9_2.py
src/gate_converter/versions/profiles/v9_3.py
src/gate_converter/versions/profiles/v9_4.py
src/gate_converter/versions/profiles/v9_4_1.py
src/gate_converter/versions/profiles/v9_4_2.py
src/gate_converter/visualization/__init__.py
src/gate_converter/visualization/plots.py