checkGap#

pyCGM2.Tools.btkTools.checkGap(acq: btkAcquisition, markerList: List[str], frameBounds: Tuple[int, int] | None = None)#

Checks for gaps in marker data within the specified frame bounds.

Parameters:
  • acq (btk.btkAcquisition) – BTK acquisition instance.

  • markerList (list) – List of marker labels.

  • frameBounds (tuple, optional) – Frame boundaries as a tuple (start, end).

Returns:

bool – True if there are gaps, False otherwise.