Repository arborescence and naming issues
Here are a few inconsistencies in the repository arborescence and in the naming of namespaces/classes that are worth fixing:
-
Detectors don't have a specific namespace (e.g. lima::simulator
), move them tolima::detector
-
CMake lima-core
target should belima_core
But more importantly the processing pipelines need to be first class citizen -not a subproject of the plugins.
Edited by Samuel Debionne