GeneralScoreResidualProcedure#
- class pyCGM2.Model.Procedures.modelQuality.GeneralScoreResidualProcedure(model: Model)#
Procedure for calculating SCORE residual on specific segments of a biomechanical model.
This class is used to define and handle SCORE residuals for model evaluation.
- Parameters:
model (Model) – The biomechanical model to be analyzed.
Methods
__init__
(model)setDefinition
(nodeLabel, proxSegLabel, ...)Sets the definition dictionary for calculating SCORE residuals.
- setDefinition(nodeLabel: str, proxSegLabel: str, distSegLabel: str)#
Sets the definition dictionary for calculating SCORE residuals.
- Parameters:
nodeLabel (str) – The label of the node for which the SCORE residual is calculated.
proxSegLabel (str) – The label of the proximal segment associated with the node.
distSegLabel (str) – The label of the distal segment associated with the node.