You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -200,7 +180,7 @@ are configured in as specific yaml file.
200
180
201
181
Minimal requirements would look like this:
202
182
203
-
.. code:: yaml
183
+
.. code-block:: yaml
204
184
205
185
# Markers to analyse
206
186
analysis:
@@ -231,11 +211,9 @@ Minimal requirements would look like this:
231
211
232
212
Simple Pipeline
233
213
^^^^^^^^^^^^^^^^
234
-
235
-
.. code:: python
214
+
.. code-block:: python
236
215
237
216
from gaitalytics import api
238
-
239
217
# Load configuration (yaml file from above)
240
218
config = api.load_config("./pig_config.yaml")
241
219
@@ -272,12 +250,24 @@ Simple Pipeline
272
250
273
251
exceptValueErroras e:
274
252
print(e)
253
+
..
275
254
276
255
Documentation
277
256
-------------
278
-
279
257
https://python-gaitalytics.readthedocs.org
280
258
259
+
.. rubric:: References
260
+
261
+
.. [1] Zeni Joseph, F. Pozzi, S. Abujaber, and L. Miller, “Relationship between physical impairments and movement patterns during gait in patients with end‐stage hip osteoarthritis,” J Orthopaed Res, vol. 33, no. 3, pp. 382–389, 2015, doi: 10.1002/jor.22772.
262
+
263
+
.. [2] J. H. Hollman, E. M. McDade, and R. C. Petersen, “Normative Spatiotemporal Gait Parameters in Older Adults,” Gait Posture, vol. 34, no. 1, pp. 111–118, May 2011, doi: 10.1016/j.gaitpost.2011.03.024.`
264
+
265
+
.. [3] B. W. Schulz, “A new measure of trip risk integrating minimum foot clearance and dynamic stability across the swing phase of gait,” Journal of Biomechanics, vol. 55, pp. 107–112, Apr. 2017, doi: 10.1016/j.jbiomech.2017.02.024.
266
+
267
+
.. [4] A. Gouelle and F. Mégrot, “Interpreting Spatiotemporal Parameters, Symmetry, and Variability in Clinical Gait Analysis,” Handbook of Human Motion, pp. 1–20, 2016, doi: 10.1007/978-3-319-30808-1_35-1.
0 commit comments