pyCGM_Single.Pipelines

Description

This file is used in adding filters to data and filling gaps in data.

This module was contributed by Neil M. Thomas

Functions

butter(N, Wn[, btype, analog, output, fs])

Butterworth digital and analog filter design.

butterFilter(data, cutoff, Fs)

Applies a fourth order Butterworth filter.

clearMarker(data, name)

Clear Markers function

filt(data, cutoff, Fs)

Applies a Butterworth filter.

filtering(Data)

Filter function.

filtfilt(b, a, x[, axis, padtype, padlen, …])

Apply a digital filter forward and backward to a signal.

getMarkerLocation(Pm, C)

Finds the missing marker in the world frame.

getStaticTransform(p, C)

Find the location of the missing marker in the cluster frame.

prep(trajs)

Prepare frames function

rigid_fill(Data, static)

Fills gaps in motion capture data.

segmentFinder(key, data, targetDict, …)

Find markers in the same cluster as key.

segment_dict()

Creates a dictionary of segments to marker names.

targetName()

Creates a list of marker names.

target_dict()

Creates a dictionary of marker to segment.

transform_from_mov(data, key, clust, …)

Use motion data for gap filling.

transform_from_static(data, static, key, …)

Use static data for gap filling.