Skip to content

S-curve mean and sigma calculation without fitting

Ondrej Kovanda requested to merge okovanda-scurvegauss into devel

This addresses issue #73 'Fast and robust S-curve "fitter"'. An option is added, where the S-curve is not fitted, instead differences in occupancy between adjacent thresholds are taken, mapping out a Gaussian (S-curve derivative). Then, the mean and sigma are calculated from this Gaussian. Example config file using this functionality is also created.

Merge request reports