pyCGM2.Processing.cycle#

Filters#

CyclesFilter()

Filter buiding a Cycles instance.

Procedure (builder)#

CyclesBuilder([spatioTemporalAcqs, ...])

Builder of generic cycles.

GaitCyclesBuilder([spatioTemporalAcqs, ...])

Builder of gait cycles.

the cycle object#

Cycles()

Object to build from CycleFilter.

Cycle(acq, startFrame, endFrame, context[, ...])

Generic Cycle class constructor.

GaitCycle(gaitAcq, startFrame, endFrame, context)

GaitCycle class constructor, inherited from Cycle.

functions#

spatioTemporelParameter_descriptiveStats(...)

Compute descriptive statistics of spatio-temporal parameters from a cycles instance.

point_descriptiveStats(cycles, label, context)

Compute descriptive statistics of point parameters from a cycles instance.

analog_descriptiveStats(cycles, label, context)

Compute descriptive statistics of analog parameters from a cycles instance.

construcGaitCycle(acq)

Construct gait cycle from an acquisition.