You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Andy Herbert edited this page Dec 1, 2025
·
1 revision
isWithinTimeRange(value, startTime, endTime)
Helper function to determine if startTime <= value <= endTime
LaserTagDataProcessor
The LaserTagDataProcessor reads data read directly from file, and processes it into formats easier to iterate in JS. The class also offers functions to help calculate dynamic metrics. See the source code for more info.