Bsp#
- class pyCGM2.Model.bodySegmentParameters.Bsp(iModel: Model)#
- the Body Segment Parameters (BSP) according to Dempster 1995. - Reference - Dempster. (1955). Body Segment Parameter Data for 2-D Studies - Methods - __init__(iModel)- compute()- Compute body segment parameters for the model based on Dempster's 1955 body segment parameter data. - setParameters(bspSegmentLabel, ...)- Compute body parameters for a selected lower limb segment. - Attributes - TABLE- compute()#
- Compute body segment parameters for the model based on Dempster’s 1955 body segment parameter data. 
 - classmethod setParameters(bspSegmentLabel: str, segmentLength: float, bodymass: float) tuple#
- Compute body parameters for a selected lower limb segment. - Parameters:
- bspSegmentLabel (str) – Segment label defined in the class object TABLE. 
- segmentLength (float) – Length of the segment. 
- bodymass (float) – Mass of the subject. 
 
- Returns:
- tuple – Calculated mass, center of mass, and inertia tensor components for the segment. 
 
 
