Presently, reconstruction algorithms have some hardcoded behaviors that we may want to configure at runtime. For example, the number of tested vertex positions.
In some cases, these can be tuned with environment variables (like the "mini" scan configuration, see start_scan.py).
We can think of a scenario in which we pass an additional string (JSON?) as config for the reconstruction algorithm.
Presently, reconstruction algorithms have some hardcoded behaviors that we may want to configure at runtime. For example, the number of tested vertex positions.
In some cases, these can be tuned with environment variables (like the "mini" scan configuration, see
start_scan.py).We can think of a scenario in which we pass an additional string (JSON?) as config for the reconstruction algorithm.