pyCGM2.Processing.C3dManager#

the c3dmanager instance#

C3dManager()

A C3dManager instance that organizes btk.Acquisition instances and associated filenames for different computational objectives.

Filters#

C3dManagerFilter(procedure)

A filter for managing and disseminating sets of C3D trials.

Procedures#

C3dManagerProcedure()

Base class for C3D management procedures.

UniqueBtkAcqSetProcedure(data_path, fileLst, ...)

A procedure where the same combination of btk.Acquisition instances and C3D filenames is used for all computational objectives.

UniqueC3dSetProcedure(data_path, fileLst)

Procedure using the same C3D filenames for all computational objectives.

DistinctC3dSetProcedure(data_path, ...)

Procedure using distinct C3D sets for each computational objective.