Additional feature request
The current ACF PR #37 uses an internal buffer to store trajectory data and provides the ability to run lag-time based calculations every time a new frame is received/processed. However, it might be useful to provide the option to change the frequency of doing such calculations.
However, to avoid statistical correlations and artificial spikes in an FFT, one should only do them either every time a new frame arrives or only when a new complete set of frames replaces the current ones in the buffer. This would mean that for a buffer of length $N$, the calculation will only happen every $N$ steps.
Additional feature request
The current ACF PR #37 uses an internal buffer to store trajectory data and provides the ability to run lag-time based calculations every time a new frame is received/processed. However, it might be useful to provide the option to change the frequency of doing such calculations.$N$ , the calculation will only happen every $N$ steps.
However, to avoid statistical correlations and artificial spikes in an FFT, one should only do them either every time a new frame arrives or only when a new complete set of frames replaces the current ones in the buffer. This would mean that for a buffer of length