pre-binning normalization
At the moment the data (xgm) by which the dssc frames should be divided are being loaded in chunks. This is inefficient since the different processes will be blocking each other in some cases.
-> the xgm data should be read and formatted once while the binner object is created, before being passed to the child processes.
Edited by Rafael Gort