Some options have been deprecated in favor of newer syntax:
-
-v/--verbosityhas been replaced with-p/--quiet, with a default log level of DEBUG instead of WARNING.-v2/-vvand above is equivalent to not setting any verbosity flags (DEBUG)-v1/-vis equivalent to-p(INFO)- No verbosity flags (or
-v0) is equivalent to-pp(WARNING)
-
--num-wraps-limithas been removed. -
Peak threshold of zero
-S0now has a special meaning.- Peaks will be identified by the proximity of peaks found in early and late segments (relying on low probability of similar peaks from noise), and peak significance will be ignored.
-
--convergence-ratehas been replaced with-Q/--convergence-order.- Convergence rate was from a misinterpretation of uncertainty scaling between iterations, and behaves badly when deviating from the usual values 4 ~ 6. It also unintuitively scales inversely with the reduction factor.
- Convergence order is a more technically-correct term, and scales proportionally with the reduction factor without any dependence on acquisition time
Taand separation timeTs.
Behaviour of fpfind has been slightly modified:
-
Duration overflow is now fixed, by reducing the bin width or number of bins during cross-correlation. This toggle is documented in
fpfind.lib.utils.CoarseHistogramStrategy. -
Threshold conditions between iterations now correctly check against previous dt iteration values (when not performing coarse search), and ignore no-change (i.e. cannot be resolved).