isGap#
- pyCGM2.Tools.btkTools.isGap(acq: btkAcquisition, markerLabel: List[str])#
Checks if there is a gap (missing data) in the specified marker.
- Parameters:
acq (btk.btkAcquisition) – BTK acquisition instance.
markerLabel (list) – Marker labels to check for gaps.
- Returns:
bool – True if there is a gap in the marker data, False otherwise.