Fuzzy intervals means that any intervals that are adjacent to within fuzz_time seconds are joined together. This can be useful when a value momentarily drops below a threshold, e.g. if it is noisy, or when you have very nearby intervals that really should count as just one (e.g. SCS107 early in the mission when there were 2 SIM translations). This logic is used frequently in Kadi interval determination.
Fuzzy intervals means that any intervals that are adjacent to within
fuzz_timeseconds are joined together. This can be useful when a value momentarily drops below a threshold, e.g. if it is noisy, or when you have very nearby intervals that really should count as just one (e.g. SCS107 early in the mission when there were 2 SIM translations). This logic is used frequently in Kadi interval determination.