@@ -11,21 +11,16 @@ Gaitalytics
11
11
- |docs |
12
12
* - tests
13
13
- | |github-actions |
14
- | |codecov|
15
14
* - package
16
15
- | |version | |wheel | |supported-versions | |supported-implementations |
17
16
| |commits-since|
18
17
.. |docs | image :: https://readthedocs.org/projects/python-gaitalytics/badge/?style=flat
19
18
:target: https://python-gaitalytics.readthedocs.io/
20
19
:alt: Documentation Status
21
20
22
- .. |github-actions | image :: https://github.com/cereneo-foundation /python-gaitalytics/actions/workflows/github-actions.yml/badge.svg
21
+ .. |github-actions | image :: https://github.com/DART-Lab-LLUI /python-gaitalytics/actions/workflows/github-actions.yml/badge.svg
23
22
:alt: GitHub Actions Build Status
24
- :target: https://github.com/cereneo-foundation/python-gaitalytics/actions
25
-
26
- .. |codecov | image :: https://codecov.io/gh/cereneo-foundation/python-gaitalytics/branch/main/graphs/badge.svg?branch=main
27
- :alt: Coverage Status
28
- :target: https://app.codecov.io/github/cereneo-foundation/python-gaitalytics
23
+ :target: https://github.com/DART-Lab-LLUI/python-gaitalytics/actions
29
24
30
25
.. |version | image :: https://img.shields.io/pypi/v/gaitalytics.svg
31
26
:alt: PyPI Package latest release
@@ -43,15 +38,18 @@ Gaitalytics
43
38
:alt: Supported implementations
44
39
:target: https://pypi.org/project/gaitalytics
45
40
46
- .. |commits-since | image :: https://img.shields.io/github/commits-since/cereneo-foundation /python-gaitalytics/v0.1.1 .svg
41
+ .. |commits-since | image :: https://img.shields.io/github/commits-since/DART-Lab-LLUI /python-gaitalytics/v0.1.0 .svg
47
42
:alt: Commits since latest release
48
- :target: https://github.com/cereneo-foundation /python-gaitalytics/compare/v0.1.1 ...main
43
+ :target: https://github.com/DART-Lab-LLUI /python-gaitalytics/compare/v0.1.0 ...main
49
44
50
45
51
46
52
47
.. end-badges
53
48
54
- .. image :: https://github.com/DART-Lab-LLUI/gaitalytics/blob/27ff8401295c3a05537409deb3982129ed78222c/resources/logos/Gaitalytics_noBackground.pngtox
49
+ .. image :: https://github.com/DART-Lab-LLUI/gaitalytics/blob/27ff8401295c3a05537409deb3982129ed78222c/resources/logos/Gaitalytics_noBackground.png
50
+ :alt: Gaitalytics Logo
51
+ :align: center
52
+ :width: 200px
55
53
56
54
This Python package provides a comprehensive set of tools and advanced algorithms for analyzing 3D motion capture data.
57
55
It is specifically designed to process gait data stored in c3d format. Prior to utilizing the features of gaitalytics,
@@ -60,9 +58,7 @@ it is necessary to perform data labeling, modeling, and filtering procedures.
60
58
The library's versatility allows it to be adaptable to various marker sets and modeling algorithms,
61
59
offering high configurability.
62
60
63
- .. note ::
64
-
65
- Current pre-release is only tested with data acquired with Motek Caren, HBM2 Lower Body Trunk and PIG.
61
+ > Current pre-release is only tested with data acquired with Motek Caren, HBM2 Lower Body Trunk and PIG.
66
62
67
63
68
64
@@ -104,7 +100,10 @@ Modelling
104
100
+============+============================================+===============================+=========+
105
101
| com | creates Center of Mass Marker | | |
106
102
+------------+--------------------------------------------+-------------------------------+---------+
107
- | xcom | creates extrapolated Center of Mass Marker | | |
103
+ | xcom | creates extrapolated Center of Mass Marker | - belt_speed = 1 : | |
104
+ | | | speed of treadmill | |
105
+ | | | - dominant_leg_length = 0.1 : | |
106
+ | | | length of dominant leg (mm) | |
108
107
+------------+--------------------------------------------+-------------------------------+---------+
109
108
| cmos | create Continuous Margin of Stability | | |
110
109
+------------+--------------------------------------------+-------------------------------+---------+
@@ -171,14 +170,14 @@ Analysis
171
170
References
172
171
~~~~~~~~~~
173
172
174
- [1] Michael D. Lewek et al. (2012), “The influence of mechanically and
173
+ [1] Michael D. Lewek et al. (2012), “The influence of mechanically and
175
174
physiologically imposed stiff-knee gait patterns on the energy cost of
176
- walking”, vol. 93, no.1, pp. 123-128. Publisher: Archives of Physical
175
+ walking”, vol. 93, no.1, pp. 123-128. Publisher: Archives of Physical
177
176
Medicine and Rehabilitation.
178
177
179
178
[2] A. Gouelle and F. Mégrot (2017), “Interpreting spatiotemporal
180
179
parameters, symmetry, and variability in clinical gait analysis”,
181
- Handbook of Human Motion pp. 1-20, Publisher: Springer International
180
+ Handbook of Human Motion pp. 1-20, Publisher: Springer International
182
181
Publishing.
183
182
184
183
Usage
@@ -248,7 +247,6 @@ Minimal requirements would look like this:
248
247
right_cmos : cmos_right
249
248
250
249
model_mapping :
251
-
252
250
..
253
251
254
252
**Warning ** Do not rename keys of the minimal setting
@@ -258,16 +256,11 @@ Pipeline
258
256
259
257
Please take the resources in the `example
260
258
folder <https://github.com/DART-Lab-LLUI/python-gaitalytics/tree/defc453f95940db55f6875ae7568949daa1b67d4/examples> `__
261
- for advice. ###
262
-
263
-
264
-
265
-
259
+ for advice.
266
260
267
261
Documentation
268
262
=============
269
263
270
-
271
264
https://python-gaitalytics.readthedocs.org
272
265
273
266
0 commit comments