checkMarkers#
- pyCGM2.Tools.btkTools.checkMarkers(acq: btkAcquisition, markerList: List[str])#
- Checks the presence of specified markers in the acquisition. - Parameters:
- acq (btk.btkAcquisition) – BTK acquisition instance. 
- markerList (list) – List of marker names to check. 
 
- Raises:
- Exception – If any of the specified markers are not found. 
 
