PaDIS_identifiers.pyΒΆ

Source: scripts/paper_scripts/PaDIS-Reproduction/reconstruction/PaDIS_identifiers.py

Canonical and legacy PaDIS reconstruction identifiers.

New manifests and outputs use names which describe the algorithms and data. The aliases remain part of the public interface so historical commands, metrics, manifests, and result directories continue to be readable.

METHOD_ALIASES
EXPERIMENT_ALIASES
canonical_method(value: str) str

Return the canonical reconstruction-method identifier.

canonical_experiment(value: str) str

Return the canonical reconstruction-experiment identifier.

method_storage_names(value: str) tuple[str, ...]

Return canonical then legacy method names usable in stored paths.

experiment_storage_names(value: str) tuple[str, ...]

Return canonical then legacy experiment names usable in stored paths.