Skip to content

Bisect all intervals

Raza, Zamaan requested to merge bisect_all_intervals into develop

Resolves #265 (closed)

Modified the bisection algorithm in Qs2Events.cpp to check for a sign change for each pair of frames (i, i+1), 0 < i < (nframes-2). This is much safer than bisecting an arbitrary number of times (previously 4, which turned out to be insufficient for some data sets).

Added a progress indicator to reflect that this algorithm is now slower.

Edited by Raza, Zamaan

Merge request reports