Skip to content

Log rebinning

Pierre Paleo requested to merge log_rebinning into master

This MR adds the user-defined "rebinning function". For now, when using binning with a factor R, results are accumulated into [t1/R, t1 - t2].
With binning function, results will be accumulated into [t1/R, phi(t1 - t2)].

Merge request reports