In some magnetic field data files the first LagFilterFitPoints chunks have wrong timing. The dt between the chunk arrival will appear to grow linearly with the chunk offset, then after LagFilterFitPoints'th point it resets to the correct value. The deviation is within 500 microseconds, but is still very noticeable and needs to be fixed. This occurs in roughly half of the samples. I don't know why this happens, but I suspect racing between the LegacyStorage and the thread filtering the data. Which is weird because they are supposedly in the same thread.