footReactionMotFile#
- pyCGM2.Tools.opensimTools.footReactionMotFile(acq: btkAcquisition, filename: str, progressionAxis: str, forwardProgression: bool, mfpa: str | None = None)#
- Creates a .mot file for foot reaction forces from a BTK acquisition. - Parameters:
- acq (btk.btkAcquisition) – The acquisition containing force plate data. 
- filename (str) – The name of the output .mot file. 
- progressionAxis (str) – The progression axis (‘X’ or ‘Y’). 
- forwardProgression (bool) – Indicates if the progression is forward along the axis. 
- mfpa (Optional[str], optional) – An optional parameter for advanced matching. Defaults to None. 
 
 
