UniqueC3dSetProcedure#
- class pyCGM2.Processing.C3dManager.c3dManagerProcedures.UniqueC3dSetProcedure(data_path: str, fileLst: List[str])#
Procedure using the same C3D filenames for all computational objectives.
- Parameters:
data_path (str) – Path to the folder containing C3D files.
fileLst (List[str]) – List of C3D filenames to be used across all computational categories.
- __init__(data_path: str, fileLst: List[str])#
Methods
__init__
(data_path, fileLst)generate
(c3dManager, spatioTempFlag, ...)Disseminates a combination of btk.btkAcquisition instances and C3D filenames across different computational categories in the C3dManager instance.
- generate(c3dManager: C3dManager, spatioTempFlag: bool, kinematicFlag: bool, kineticFlag: bool, emgFlag: bool, muscleGeometryFlag: bool, muscleDynamicFlag: bool)#
Disseminates a combination of btk.btkAcquisition instances and C3D filenames across different computational categories in the C3dManager instance.
- Parameters:
c3dManager (C3dManager) – The C3dManager instance to be populated.
spatioTempFlag (bool) – If True, populates the spatio-temporal category.
kinematicFlag (bool) – If True, populates the kinematic category.
kineticFlag (bool) – If True, populates the kinetic category.
emgFlag (bool) – If True, populates the EMG category.
muscleGeometryFlag (bool) – If True, populates the muscle geometry category.
muscleDynamicFlag (bool) – If True, populates the muscle dynamic category.