Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save polynomial fit coefficients for fish tail instead of segment angles and tail sum #47

Open
vilim opened this issue Aug 27, 2020 · 1 comment

Comments

@vilim
Copy link
Member

vilim commented Aug 27, 2020

Has to be verified, but in my investigations a 3rd degree polynomial captures everything interesting and is robust to missing segments. np.polynomial.polyfit is also very fast.

@vigji
Copy link
Member

vigji commented Aug 27, 2020

Still, it will add another layer before data are saved, I think most users would not want that. Although one could argue that what is saved already comes from an interpolation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants