keepAndDeleteOtherPoints#

pyCGM2.Tools.btkTools.keepAndDeleteOtherPoints(acq: btkAcquisition, pointToKeep: List[str])#

Removes all points from the acquisition except the specified ones.

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

  • pointToKeep (list) – List of point labels to keep.