isPhantom#

pyCGM2.Tools.btkTools.isPhantom(acq: btkAcquisition, label: str)#

Checks if a point is a phantom (i.e., zero point).

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

  • label (str) – Label of the point to check.

Returns:

bool – True if the point is a phantom, False otherwise.