sto2pointValues#
- pyCGM2.Tools.opensimTools.sto2pointValues(storageObject: Storage, label: str, R_LAB_OSIM: ndarray)#
- Extracts point values from an OpenSim Storage object and transforms them to the lab referential. - Parameters:
- storageObject (opensim.Storage) – The OpenSim Storage object containing the data. 
- label (str) – The label of the data to be extracted. 
- R_LAB_OSIM (np.ndarray) – A rotation matrix for transforming the coordinates. 
 
- Returns:
- np.ndarray – Transformed point values. 
 
