Félix Chénier
Félix Chénier
Initially discussed in #229 **Describe the bug** ``` import kineticstoolkit as ktk ts = ktk.read_c3d("data/kinematics_racing_full.c3d") ktk.write_c3d("test_file", points=ts["Points"]) ``` generates a correct file, but with this error message. ``` File "~/miniconda3/envs/ktk_env/lib/python3.12/site-packages/ezc3d/ezc3d.py",...
At the moment, Player quietly merges every TimeSeries provided as an input. But if two TimeSeries have similar names, one will take precedence and it's (1) not documented which; (2)...
As proposed by @opherdonchin in #215 it could be practical to add a generic `info` property to TimeSeries, for information on the TimeSeries itself, for example the subject ID, or...
### Discussed in https://github.com/orgs/kineticstoolkit/discussions/202 https://github.com/orgs/kineticstoolkit/discussions/202#discussioncomment-8197082 Create an extension (or maybe put it right into ktk) to read/write opensim mot and trc files. - [ ] See what to do with...
No need to do this before releasing 1.0. Related to #208
This function is very specific (it only finds biphasic cycles based on a treshold method), and it has two mixed purposes (detecting and filtering cycles). It's not particularly well written,...
### Discussed in https://github.com/felixchenier/kineticstoolkit/discussions/92 Originally posted by **felixchenier** May 24, 2022 At the moment, ktk.zip files are zipped JSON files for two reasons: - Space. JSON files are much smaller...
Overlapping events are superposed in TimeSeries.plot(), which makes it difficult to read. This is a somewhat minor issue, but if they share an exact same time, it is impossible to...
For now, ktk.geometry.inv is not public, as I don't want I have to figure out if it should be in the public API or not.
Good morning First, thanks a lot for this theme, which is in my opinion the best-looking theme for sphinx ever. I had a little problem with the right toc overflowing...