neuroinformatics-unit / movement

Python tools for analysing body movements across space and time
http://movement.neuroinformatics.dev
BSD 3-Clause "New" or "Revised" License
96 stars 8 forks source link

Expose compute_time_derivative public function #311

Closed niksirbi closed 2 weeks ago

niksirbi commented 2 weeks ago

For an explanation see discussion in #291.

The idea is to convert the private compute_approximate_time_derivative into a public compute_time_derivative function within the kinematics.py module.

This will be especially necessary after #294 is merged.