Félix Chénier

Results 26 issues of 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",...

bug
severity:low
standby

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...

enhancement

### 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.

enhancement

No need to do this before releasing 1.0. Related to #208

pre-1.0

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,...

enhancement

### 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...

enhancement

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...

enhancement

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.

enhancement

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...