automaticKineticDetection#
- pyCGM2.Tools.btkTools.automaticKineticDetection(dataPath: str, filenames: List[str], acqs: List[btkAcquisition] | None = None)#
Automatically detects and processes acquisitions with kinetic data.
- Parameters:
dataPath (str) – Path to the data directory.
filenames (List[str]) – List of filenames to check for kinetic data.
acqs (Optional[List[btk.btkAcquisition]], optional) – List of preloaded acquisitions. Defaults to None.
- Returns:
Tuple[List[btk.btkAcquisition], List[str], bool] – Tuple containing a list of acquisitions with kinetic data,
their filenames, and a flag indicating the presence of kinetic data.