Skip to content

Frequency of ACF calculation #55

Description

@amruthesht

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions