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.
- {c3d_parser-1.2.3/src/c3d_parser.egg-info → c3d_parser-1.2.4}/PKG-INFO +1 -1
- c3d_parser-1.2.4/src/c3d_parser/__init__.py +2 -0
- {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/view/main_window.py +1 -1
- {c3d_parser-1.2.3 → c3d_parser-1.2.4/src/c3d_parser.egg-info}/PKG-INFO +1 -1
- c3d_parser-1.2.3/src/c3d_parser/__init__.py +0 -2
- {c3d_parser-1.2.3 → c3d_parser-1.2.4}/LICENSE +0 -0
- {c3d_parser-1.2.3 → c3d_parser-1.2.4}/README.md +0 -0
- {c3d_parser-1.2.3 → c3d_parser-1.2.4}/pyproject.toml +0 -0
- {c3d_parser-1.2.3 → c3d_parser-1.2.4}/requirements.txt +0 -0
- {c3d_parser-1.2.3 → c3d_parser-1.2.4}/setup.cfg +0 -0
- {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/application.py +0 -0
- {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/core/c3d_parser.py +0 -0
- {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/core/c3d_patch.py +0 -0
- {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/core/osim.py +0 -0
- {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/core/osim_resources/external_loads_template.xml +0 -0
- {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/core/osim_resources/ik_task_set.xml +0 -0
- {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/core/utils.py +0 -0
- {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/settings/general.py +0 -0
- {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/settings/logging.py +0 -0
- {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/settings/marker_maps/AUC.json +0 -0
- {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/settings/marker_maps/FMC.json +0 -0
- {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/settings/marker_maps/MH.json +0 -0
- {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/settings/marker_maps/QCMAS.json +0 -0
- {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/settings/marker_maps/RBWH.json +0 -0
- {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/settings/marker_maps/RCH.json +0 -0
- {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/settings/marker_maps/Sydney.json +0 -0
- {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/splash_rc.py +0 -0
- {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/splashscreen.py +0 -0
- {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/view/dialogs/about_dialog.py +0 -0
- {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/view/dialogs/delete_marker_set_dialog.py +0 -0
- {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/view/dialogs/marker_set_dialog.py +0 -0
- {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/view/dialogs/marker_set_import_dialog.py +0 -0
- {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/view/dialogs/options_dialog.py +0 -0
- {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/view/ui/resources_rc.py +0 -0
- {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/view/ui/ui_delete_marker_set_dialog.py +0 -0
- {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/view/ui/ui_main_window.py +0 -0
- {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/view/ui/ui_marker_set_dialog.py +0 -0
- {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/view/ui/ui_marker_set_import_dialog.py +0 -0
- {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/view/ui/ui_options_dialog.py +0 -0
- {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/view/utils.py +0 -0
- {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/view/widgets.py +0 -0
- {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser.egg-info/SOURCES.txt +0 -0
- {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser.egg-info/dependency_links.txt +0 -0
- {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser.egg-info/entry_points.txt +0 -0
- {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser.egg-info/requires.txt +0 -0
- {c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser.egg-info/top_level.txt +0 -0
- {c3d_parser-1.2.3 → c3d_parser-1.2.4}/tests/test_parser.py +0 -0
|
@@ -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[
|
|
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]:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/core/osim_resources/external_loads_template.xml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/view/dialogs/delete_marker_set_dialog.py
RENAMED
|
File without changes
|
|
File without changes
|
{c3d_parser-1.2.3 → c3d_parser-1.2.4}/src/c3d_parser/view/dialogs/marker_set_import_dialog.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|