btkPointToKtkTimeseries#
- pyCGM2.Tools.btkTools.btkPointToKtkTimeseries(acq: btkAcquisition, type: btkPoint = 0)#
Converts BTK points of a specified type from a BTK acquisition to a Kinetics Toolkit timeseries.
- Parameters:
acq (btk.btkAcquisition) – BTK acquisition instance.
type (btk.btkPoint, optional) – Type of BTK points to convert (e.g., Marker, Angle). Defaults to btk.btkPoint.Marker.
- Returns:
ktk.kineticstoolkit.timeseries.TimeSeries – A timeseries object containing the converted data.