duartej / postproc-alibava

Utilities for post-processing data obtained with the ALIBAVA DAQ system.
0 stars 0 forks source link

Not corrected by signal entries when calculating common noise #11

Closed duartej closed 7 years ago

duartej commented 7 years ago

The algorithm to discard signal entries in the common noise calculation is not working, the problem is localized at L424 and L425 of AlibavaPostProcessor class. as the loop is never performed. That while-loop should be change to a do-while loop, and some changes are needed as well. (see eutelescope class)