Skip to content

Cleaning up the subsample implementation

Davide Valsecchi requested to merge github/fork/valsdav/main into main

Cleaned up the subsample implementation in the configurator and base processor.

Histograms selection is done by parent sample for the moment. Instead, the column accumulator code is able to differentiate between subsamples in the configuration. See test_subsamples.py configuration file.

Merge request reports