Skip to content

dataProcessor.js

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.

Clone this wiki locally