ModelMotionCorrectionFilter#
- class pyCGM2.Model.modelFilters.ModelMotionCorrectionFilter(procedure: ModelCorrectionProcedure)#
Filter for correcting the motion of a biomechanical model.
This filter applies corrections to the motion attributes of the anatomical coordinate systems in the model.
- Parameters:
procedure (ModelCorrectionProcedure) – The model correction procedure to be applied.
- __init__(procedure: ModelCorrectionProcedure)#
Methods
__init__
(procedure)correct
()Execute the correction procedure on the model.
- correct()#
Execute the correction procedure on the model.