isPointsExist#

pyCGM2.Tools.btkTools.isPointsExist(acq: btkAcquisition, labels: List[str], ignorePhantom: bool = True)#

Checks if a list of points exist in the acquisition.

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

  • labels (list) – List of point labels to check.

  • ignorePhantom (bool, optional) – Whether to ignore zero markers. Default is True.

Returns:

bool – True if all points exist, False otherwise.