BenedettiProcedure#

class pyCGM2.Processing.DiscretePoints.discretePointProcedures.BenedettiProcedure(pointSuffix: str | None = None)#

Implements the discrete point extraction method as recommended by Benedetti et al. (1998).

Parameters:

pointSuffix (Optional[str]) – Suffix to be added to model outputs.

References

Benedetti, M. G.; Catani, F.; Leardini, A.; Pignotti, E.; Giannini, S. (1998) Data management in gait analysis for clinical applications. Clinical Biomechanics (Bristol, Avon), vol. 13, n° 3, p. 204–215. DOI: 10.1016/s0268-0033(97)00041-7.

__init__(pointSuffix: str | None = None)#

Methods

__init__([pointSuffix])

detect(analysisInstance)

Extract discrete points based on the Benedetti methodology.

Attributes

NAME

detect(analysisInstance: Analysis)#

Extract discrete points based on the Benedetti methodology.

Parameters:

analysisInstance (Analysis) – An instance of biomechanical data analysis.

Returns:

DataFrame – A pandas DataFrame with the extracted discrete points.