Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Reject double reads again #39

Open
thomas-daniels opened this issue Oct 27, 2022 · 1 comment
Open

Reject double reads again #39

thomas-daniels opened this issue Oct 27, 2022 · 1 comment

Comments

@thomas-daniels
Copy link
Contributor

The new outlier detection code no longer auto-rejects any read, but it's still a good idea to keep doing this for a double read (i.e. two reads within a very short timeframe at the same reader). The time frame should not be as long as 30 seconds (which it was before), 10 seconds should suffice to reject double reads (as long as it's 10 seconds since the last read, even if that last read was rejected, so no laps are counted if there is a problem and a team's baton is near the same antennas for a long time).

Also adjust the graphing code in the UI, https://github.com/ULYSSIS-KUL/ipp/blob/master/UI/src/main/java/org/ulyssis/ipp/ui/widgets/TeamPanel.java#L302-L304, to this

@bertvandepoel
Copy link
Member

I would recommend to make this configurable (e.g. in the config file). Different sports/events/detection tech may have different needs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants