Kinetics Toolkit v0.16.0 is out! #275
felixchenier
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
New Features
ktk.read_c3d()now reads force platform information in addition to points, analogs, and rotations. It returns the force platforms' corners, their local coordinate systems, the centre of pressure, and the calibrated forces and moments expressed around both the force plate centre and the centre of pressure. More info: https://kineticstoolkit.uqam.ca/doc/files_read_c3d.htmlPlayercan now draw vectors, in addition to points and frames, using its newvectorsproperty. This will be very helpful for visualizing ground reaction forces or joint forces. More info: https://kineticstoolkit.uqam.ca/doc/player_vectors.htmlktk.geometry.create_point_series()ktk.geometry.create_vector_series()ktk.geometry.create_transform_series()ktk.geometry.is_point_series()ktk.geometry.is_vector_series()ktk.geometry.is_transform_series()ktk.geometry.create_transform_series()- supports quaternionsktk.geometry.get_quaternions()ktk.geometry.mirror()that flips all coordinates along a given axis (x, y, or z).Improvements
Playernow uses true read/write properties forinterconnectionsand the newvectorsproperty, which means we can now interconnect points or define vectors directly on the properties, without the longer get/modify/set workflow.TimeSeries.add_data()now repeats one-sample data over the entire TimeSeries range, which facilitates adding time-constant values to the TimeSeries.ezc3dmodule, which was installed by default usingcondabut not usingpipsince it was not available onpipuntil recently (thanks to @pariterre). Now that it is,ezc3dis now automatically installed usingpip install kineticstoolkit.Notes
ktk.geometry.create_frames()andktk.geometry.create_transforms()has been merged into the newktk.geometry.create_transform_series()function. Both functions are still present and are not deprecated yet, but they will become deprecated when KTK v1.0 is released, and then removed two years later.Full Changelog: 0.15.0...0.16.0
Beta Was this translation helpful? Give feedback.
All reactions