c3d-parser 1.2.3__tar.gz → 1.2.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. {c3d_parser-1.2.3/src/c3d_parser.egg-info → c3d_parser-1.2.4}/PKG-INFO +1 -1
  2. c3d_parser-1.2.4/src/c3d_parser/__init__.py +2 -0
  3. {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/view/main_window.py +1 -1
  4. {c3d_parser-1.2.3 → c3d_parser-1.2.4/src/c3d_parser.egg-info}/PKG-INFO +1 -1
  5. c3d_parser-1.2.3/src/c3d_parser/__init__.py +0 -2
  6. {c3d_parser-1.2.3 → c3d_parser-1.2.4}/LICENSE +0 -0
  7. {c3d_parser-1.2.3 → c3d_parser-1.2.4}/README.md +0 -0
  8. {c3d_parser-1.2.3 → c3d_parser-1.2.4}/pyproject.toml +0 -0
  9. {c3d_parser-1.2.3 → c3d_parser-1.2.4}/requirements.txt +0 -0
  10. {c3d_parser-1.2.3 → c3d_parser-1.2.4}/setup.cfg +0 -0
  11. {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/application.py +0 -0
  12. {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/core/c3d_parser.py +0 -0
  13. {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/core/c3d_patch.py +0 -0
  14. {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/core/osim.py +0 -0
  15. {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/core/osim_resources/external_loads_template.xml +0 -0
  16. {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/core/osim_resources/ik_task_set.xml +0 -0
  17. {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/core/utils.py +0 -0
  18. {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/settings/general.py +0 -0
  19. {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/settings/logging.py +0 -0
  20. {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/settings/marker_maps/AUC.json +0 -0
  21. {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/settings/marker_maps/FMC.json +0 -0
  22. {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/settings/marker_maps/MH.json +0 -0
  23. {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/settings/marker_maps/QCMAS.json +0 -0
  24. {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/settings/marker_maps/RBWH.json +0 -0
  25. {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/settings/marker_maps/RCH.json +0 -0
  26. {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/settings/marker_maps/Sydney.json +0 -0
  27. {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/splash_rc.py +0 -0
  28. {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/splashscreen.py +0 -0
  29. {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/view/dialogs/about_dialog.py +0 -0
  30. {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/view/dialogs/delete_marker_set_dialog.py +0 -0
  31. {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/view/dialogs/marker_set_dialog.py +0 -0
  32. {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/view/dialogs/marker_set_import_dialog.py +0 -0
  33. {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/view/dialogs/options_dialog.py +0 -0
  34. {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/view/ui/resources_rc.py +0 -0
  35. {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/view/ui/ui_delete_marker_set_dialog.py +0 -0
  36. {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/view/ui/ui_main_window.py +0 -0
  37. {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/view/ui/ui_marker_set_dialog.py +0 -0
  38. {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/view/ui/ui_marker_set_import_dialog.py +0 -0
  39. {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/view/ui/ui_options_dialog.py +0 -0
  40. {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/view/utils.py +0 -0
  41. {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/view/widgets.py +0 -0
  42. {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser.egg-info/SOURCES.txt +0 -0
  43. {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser.egg-info/dependency_links.txt +0 -0
  44. {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser.egg-info/entry_points.txt +0 -0
  45. {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser.egg-info/requires.txt +0 -0
  46. {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser.egg-info/top_level.txt +0 -0
  47. {c3d_parser-1.2.3 → c3d_parser-1.2.4}/tests/test_parser.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: c3d-parser
3
- Version: 1.2.3
3
+ Version: 1.2.4
4
4
  Summary: C3D parser for gait data harmonisation.
5
5
  Author-email: Timothy Salemink <tim.nicolas@outlook.com>, Sally Jack <sallyjaack@gmail.com>
6
6
  License-Expression: Apache-2.0
@@ -0,0 +1,2 @@
1
+
2
+ __version__ = "1.2.4"
@@ -1399,7 +1399,7 @@ class SpatiotemporalTableDelegate(QStyledItemDelegate):
1399
1399
 
1400
1400
  # Calculate slightly-arbitrary max value for meter and second metrics.
1401
1401
  max_meter_value = data.iloc[:2, :].max().max() + 0.40
1402
- max_time_value = data.iloc[3:5, :].max().max() + 0.40
1402
+ max_time_value = data.iloc[5:7, :].max().max() + 0.40
1403
1403
  if index.row() in [0, 1, 2, 3, 4]:
1404
1404
  max_value = max_meter_value
1405
1405
  elif index.row() in [5, 6, 7]:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: c3d-parser
3
- Version: 1.2.3
3
+ Version: 1.2.4
4
4
  Summary: C3D parser for gait data harmonisation.
5
5
  Author-email: Timothy Salemink <tim.nicolas@outlook.com>, Sally Jack <sallyjaack@gmail.com>
6
6
  License-Expression: Apache-2.0
@@ -1,2 +0,0 @@
1
-
2
- __version__ = "1.2.3"
File without changes
File without changes
File without changes
File without changes
File without changes