JointPowerFilter#
- class pyCGM2.Model.modelFilters.JointPowerFilter(iMod, btkAcq, scaleToMeter=0.001)#
- Compute joint power - Parameters:
- btkAcq (btk.btkAcquisition) – an acquisition instance of a dynamic trial 
- iMod (pyCGM2.Model.CGM2.model.Model) – a model instance 
- scaleToMeter (double,Optional[0.001]) – scale to meter 
 
 - __init__(iMod, btkAcq, scaleToMeter=0.001)#
 - Methods - __init__(iMod, btkAcq[, scaleToMeter])- compute([pointLabelSuffix])- Run the filter. - compute(pointLabelSuffix=None)#
- Run the filter. Joint powers are stored in the acquisition instance - Parameters:
- pointLabelSuffix (str,Optional[None]) – suffix ending output labels 
 
 
